Fix core WST file
[jabaws.git] / statpages / alternative.css
1 /* alternative styles */
2 table.its thead tr {
3         background-color: #69c;
4 }
5
6 table.its tr.even {
7         background-color: #def;
8 }
9
10 table.mars thead tr {
11         background-color: #9c9;
12 }
13
14 table.mars tr.even {
15         background-color: #ccb;
16 }
17
18 table.mars tr.odd {
19         background-color: #eec;
20 }
21
22 table.simple thead tr th {
23         background-color: #eee;
24 }
25
26 table.simple tr.even {
27         background-color: #fff;
28 }
29
30 table.simple {
31         border: 1px solid #ccc;
32         border-collapse: collapse;
33 }
34
35 table.simple td,table.simple th {
36         border: 1px solid #ccc;
37 }
38
39 table.nocol tbody td,table.nocol tbody th {
40         border-left: none;
41         border-right: none;
42 }
43
44 table.report td,table.report th {
45         font: menu;
46 }
47
48 table.report th {
49         background: buttonface;
50         border-width: 1px;
51         border-style: solid;
52         border-color: threedhighlight threedshadow threedshadow threedhighlight;
53         cursor: hand;
54 }
55
56 table.report idcol {
57         background: buttonface;
58 }
59
60 table.report tr.even {
61         background-color: #399;
62 }
63
64 table.report tbody {
65         height: 100px;
66         overflow: auto;
67 }
68
69 table.report {
70         height: 120px;
71         overflow: auto;
72 }
73
74 table.report tbody tr {
75         height: 10px;
76 }
77
78 table.mark td.tableCellError {
79         background-color: #d00;
80         color: #fff;
81 }
82
83 table.simple td.textRed {
84         color: #b11;
85 }