Last change
on this file since 668 was
662,
checked in by Henrik Bettermann, 18 years ago
|
student's navigation modified
|
File size:
734 bytes
|
Rev | Line | |
---|
[501] | 1 | <dtml-with stylesheet_properties> |
---|
| 2 | |
---|
| 3 | table.registration td { |
---|
| 4 | white-space: nowrap; |
---|
| 5 | background-color: transparent; |
---|
| 6 | color: gray; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | table.registration td.active{ |
---|
| 10 | white-space: nowrap; |
---|
[503] | 11 | color: #00C600; |
---|
[501] | 12 | font-weight: bold; |
---|
| 13 | } |
---|
| 14 | |
---|
[662] | 15 | table.registration td a { |
---|
| 16 | white-space: nowrap; |
---|
| 17 | color: gray; |
---|
[501] | 18 | } |
---|
| 19 | |
---|
[662] | 20 | table.registration td a:visited { |
---|
| 21 | white-space: nowrap; |
---|
| 22 | color: gray; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | table.registration td a:hover { |
---|
| 26 | text-decoration: underline; |
---|
| 27 | white-space: nowrap; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | table.registration td.active a { |
---|
| 31 | white-space: nowrap; |
---|
| 32 | color: #00C600; |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | table.registration td.active a:visited { |
---|
| 36 | white-space: nowrap; |
---|
| 37 | color: #00C600; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | table.registration td.active a:hover { |
---|
| 41 | text-decoration: underline; |
---|
| 42 | white-space: nowrap; |
---|
| 43 | } |
---|
| 44 | |
---|
[501] | 45 | </dtml-with> |
---|
Note: See
TracBrowser for help on using the repository browser.