Last change
on this file since 17939 was
7901,
checked in by Henrik Bettermann, 13 years ago
|
Implement eTranzact payment and restructure change school fee payment.
Session 2011/2012: eTranzact and Interswitch payments only
Previous sessions: scratch card payments only
|
File size:
1.6 KB
|
Rev | Line | |
---|
[7900] | 1 | <dtml-with stylesheet_properties> |
---|
| 2 | |
---|
| 3 | table.registration td { |
---|
| 4 | white-space: nowrap; |
---|
| 5 | background-color: transparent; |
---|
| 6 | color: #333333; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | table.registration td.active{ |
---|
| 10 | white-space: nowrap; |
---|
| 11 | color: #33FF00; |
---|
| 12 | font-weight: bold; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | table.registration td a { |
---|
| 16 | white-space: nowrap; |
---|
| 17 | color: #333333; |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | table.registration td a:visited { |
---|
| 21 | white-space: nowrap; |
---|
| 22 | color: #333333; |
---|
| 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; |
---|
| 32 | color: #33FF00; |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | table.registration td.active a:visited { |
---|
| 36 | white-space: nowrap; |
---|
| 37 | color: #33FF00; |
---|
| 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; |
---|
| 68 | color: #333333; |
---|
| 69 | font-weight: bold; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | table.registration td.unsuccessful a { |
---|
| 73 | white-space: nowrap; |
---|
| 74 | color: #333333; |
---|
| 75 | } |
---|
| 76 | |
---|
| 77 | table.registration td.unsuccessful a:visited { |
---|
| 78 | white-space: nowrap; |
---|
| 79 | color: #333333; |
---|
| 80 | } |
---|
| 81 | |
---|
| 82 | table.registration td.unsuccessful a:hover { |
---|
| 83 | color: #333333; |
---|
| 84 | text-decoration: underline; |
---|
| 85 | white-space: nowrap; |
---|
| 86 | } |
---|
| 87 | |
---|
| 88 | <dtml-comment> |
---|
| 89 | For the Boolean Widget |
---|
| 90 | </dtml-comment> |
---|
| 91 | fieldset.widget { |
---|
| 92 | border: none; |
---|
| 93 | margin: 0; |
---|
| 94 | padding: 0; |
---|
| 95 | padding-bottom: 0.5em; |
---|
| 96 | } |
---|
| 97 | |
---|
| 98 | |
---|
| 99 | </dtml-with> |
---|
| 100 | |
---|
Note: See
TracBrowser for help on using the repository browser.