Rev | Line | |
---|
[2243] | 1 | <dtml-with stylesheet_properties> |
---|
| 2 | |
---|
| 3 | table.registration td { |
---|
| 4 | white-space: nowrap; |
---|
| 5 | background-color: transparent; |
---|
[3769] | 6 | color: #333333; |
---|
[2243] | 7 | } |
---|
| 8 | |
---|
| 9 | table.registration td.active{ |
---|
| 10 | white-space: nowrap; |
---|
[3769] | 11 | color: #33FF00; |
---|
[2243] | 12 | font-weight: bold; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | table.registration td a { |
---|
| 16 | white-space: nowrap; |
---|
[3769] | 17 | color: #333333; |
---|
[2243] | 18 | } |
---|
| 19 | |
---|
| 20 | table.registration td a:visited { |
---|
| 21 | white-space: nowrap; |
---|
[3769] | 22 | color: #333333; |
---|
[2243] | 23 | } |
---|
| 24 | |
---|
| 25 | table.registration td a:hover { |
---|
| 26 | text-decoration: none; |
---|
| 27 | white-space: nowrap; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | table.registration td.active a { |
---|
| 31 | white-space: nowrap; |
---|
[3769] | 32 | color: #33FF00; |
---|
[2243] | 33 | } |
---|
| 34 | |
---|
| 35 | table.registration td.active a:visited { |
---|
| 36 | white-space: nowrap; |
---|
[3769] | 37 | color: #33FF00; |
---|
[2243] | 38 | } |
---|
| 39 | |
---|
| 40 | table.registration td.active a:hover { |
---|
| 41 | text-decoration: underline; |
---|
| 42 | white-space: nowrap; |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | table.registration td.stopped{ |
---|
| 46 | white-space: nowrap; |
---|
| 47 | color: red; |
---|
| 48 | font-weight: bold; |
---|
| 49 | } |
---|
| 50 | |
---|
| 51 | table.registration td.stopped a { |
---|
| 52 | white-space: nowrap; |
---|
| 53 | color: red; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | table.registration td.stopped a:visited { |
---|
| 57 | white-space: nowrap; |
---|
| 58 | color: red; |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | table.registration td.stopped a:hover { |
---|
| 62 | text-decoration: underline; |
---|
| 63 | white-space: nowrap; |
---|
| 64 | } |
---|
| 65 | |
---|
| 66 | table.registration td.unsuccessful{ |
---|
| 67 | white-space: nowrap; |
---|
[3769] | 68 | color: #333333; |
---|
[2243] | 69 | text-decoration:line-through; |
---|
| 70 | font-weight: bold; |
---|
| 71 | } |
---|
| 72 | |
---|
| 73 | table.registration td.unsuccessful a { |
---|
| 74 | white-space: nowrap; |
---|
[3769] | 75 | color: #333333; |
---|
[2243] | 76 | text-decoration:line-through; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | table.registration td.unsuccessful a:visited { |
---|
| 80 | white-space: nowrap; |
---|
[3769] | 81 | color: #333333; |
---|
[2243] | 82 | text-decoration:line-through; |
---|
| 83 | } |
---|
| 84 | |
---|
| 85 | table.registration td.unsuccessful a:hover { |
---|
[3769] | 86 | color: #333333; |
---|
[2243] | 87 | text-decoration: underline; |
---|
| 88 | white-space: nowrap; |
---|
| 89 | } |
---|
| 90 | |
---|
[2332] | 91 | <dtml-comment> |
---|
| 92 | For the Boolean Widget |
---|
| 93 | </dtml-comment> |
---|
| 94 | fieldset.widget { |
---|
| 95 | border: none; |
---|
| 96 | margin: 0; |
---|
| 97 | padding: 0; |
---|
| 98 | padding-bottom: 0.5em; |
---|
| 99 | } |
---|
[2243] | 100 | |
---|
[2332] | 101 | |
---|
[2243] | 102 | </dtml-with> |
---|
| 103 | |
---|
Note: See
TracBrowser for help on using the repository browser.