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