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