PluginProbe
Timed Content / 2.3.1
Timed Content v2.3.1
2.99 trunk 1.0 1.1 1.2 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.10 2.11 2.12 2.15 2.2 2.3 2.3.1 2.4 2.5 2.5.1 2.50 2.51 2.52 All 67 releases
timed-content / css / timed-content.css

timed-content.css in Timed Content 2.3.1, at css/timed-content.css

52 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 div.tcr-loading {
2 margin: auto;
3 }
4 div.tcr-error, div.tcr-warning {
5 border-radius: 3px 3px 3px 3px;
6 border-style: solid;
7 border-width: 1px;
8 margin: 5px 15px 2px;
9 padding: 0 0.6em;
10 font-style: normal;
11 font-size: 12px;
12 font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
13 }
14 div.tcr-warning {
15 background-color: #FEEFB3;
16 }
17 div.tcr-error {
18 background-color: #feddce;
19 }
20 div.tcr-warning ul {
21 list-style-type: disc;
22 padding-left: 20px;
23 margin-bottom: 10px;
24 }
25 div.tcr-warning ul li {
26 margin-bottom: 0px;
27 }
28 div.tcr-warning .heading, div.tcr-error .heading {
29 font-size: 14px;
30 font-weight: bold;
31 }
32 div#tcr-dialogHolder table tr td {
33 padding: 2px;
34 }
35 div#tcr-dialogHolder table tr.upcoming {
36 background-color: #faff92;
37 }
38 div#tcr-dialogHolder table tr.active {
39 background-color: #d3ffc6;
40 }
41 div#tcr-dialogHolder table tr.expired {
42 background-color: #fbefe6;
43 }
44 div#tcr-dialogHolder table tr:hover {
45 background-color: #ffffff;
46 border: 1px solid #000000;
47 }
48 div#tcr-dialogHolder table tr th {
49 background-color: #21759b;
50 color: #eeeeee;
51
52 }