source: WAeUP_SRP/base/skins/waeup_design/custom.css.dtml @ 2243

Last change on this file since 2243 was 2243, checked in by Henrik Bettermann, 17 years ago

skins reorganized

File size: 1.5 KB
Line 
1<dtml-with stylesheet_properties>
2
3table.registration td {
4  white-space: nowrap;
5  background-color: transparent;
6  color: gray;
7}
8
9table.registration td.active{
10  white-space: nowrap;
11  color: #00C600;
12  font-weight: bold;
13}
14
15table.registration td a {
16  white-space: nowrap;
17  color: gray;
18}
19
20table.registration td a:visited {
21  white-space: nowrap;
22  color: gray;
23}
24
25table.registration td a:hover {
26  text-decoration: none;
27  white-space: nowrap;
28}
29
30table.registration td.active a {
31  white-space: nowrap; 
32  color: #00C600;
33}
34
35table.registration td.active a:visited {
36  white-space: nowrap; 
37  color: #00C600;
38}
39
40table.registration td.active a:hover {
41  text-decoration: underline;
42  white-space: nowrap; 
43}
44
45table.registration td.stopped{
46  white-space: nowrap;
47  color: red;
48  font-weight: bold;
49}
50
51table.registration td.stopped a {
52  white-space: nowrap; 
53  color: red;
54}
55
56table.registration td.stopped a:visited {
57  white-space: nowrap; 
58  color: red;
59}
60
61table.registration td.stopped a:hover {
62  text-decoration: underline;
63  white-space: nowrap; 
64}
65
66table.registration td.unsuccessful{
67  white-space: nowrap;
68  color: gray;
69  text-decoration:line-through;
70  font-weight: bold;
71}
72
73table.registration td.unsuccessful a {
74  white-space: nowrap; 
75  color: gray;
76  text-decoration:line-through;
77}
78
79table.registration td.unsuccessful a:visited {
80  white-space: nowrap; 
81  color: gray;
82  text-decoration:line-through;
83}
84
85table.registration td.unsuccessful a:hover {
86  color: gray;
87  text-decoration: underline;
88  white-space: nowrap; 
89}
90
91
92</dtml-with>
93           
Note: See TracBrowser for help on using the repository browser.