PluginProbe
Timed Content / 2.79
Timed Content v2.79
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.79, at css/timed-content.css

74 lines 1.0 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
5 div.tcr-error, div.tcr-warning {
6 border-style: solid;
7 border-width: 1px;
8 padding: 0.5em;
9 }
10
11 div.tcr-warning, div.tcr-warning p, div.tcr-warning code {
12 background-color: #FEEFB3;
13 }
14
15 div.tcr-warning p {
16 margin: 0;
17 padding: 0.5em;
18 }
19
20 div.tcr-error {
21 background-color: #feddce;
22 }
23
24 div.tcr-warning ul {
25 list-style-type: disc;
26 padding-left: 1.5em;
27 margin-bottom: 1em;
28 }
29
30 div.tcr-warning ul li {
31 margin-bottom: 0px;
32 }
33
34 div.tcr-warning .heading, div.tcr-error .heading {
35 font-weight: bold;
36 }
37
38 table.tcr-dates {
39 width: 100%;;
40 }
41
42 table.tcr-dates tr td {
43 padding: 0.125em;
44 }
45
46 table.tcr-dates tr.upcoming {
47 background-color: #faff92;
48 color: #000000;
49 }
50
51 table.tcr-dates tr.active {
52 background-color: #009900;
53 color: #ffffff;
54 }
55
56 table.tcr-dates tr.expired {
57 background-color: #eeeeee;
58 color: #000000;
59 }
60
61 table.tcr-dates tr:hover {
62 background-color: #ffffff;
63 border: 1px solid #000000;
64 }
65
66 table.tcr-dates tr.active:hover {
67 color: #009900;
68 background-color: #ffffff;
69 }
70
71 #schedule_desc {
72 min-height: 14em;
73 }
74