source: branches/privdata/ipdb.css@ 283

Last change on this file since 283 was 281, checked in by Kris Deugau, 19 years ago

/branches/privdata

Tweak CSS to allow simple programmatic alternating colours in tables

File size: 1.3 KB
Line 
1a:active {
2 text-decoration: underline;
3 color: #ff0000;
4}
5
6a:hover {
7 text-decoration: underline;
8 color: #0000ff;
9}
10
11a:link {
12 text-decoration: underline;
13 color: #000000;
14}
15
16a:visited {
17 text-decoration: underline;
18 color: #683080;
19}
20
21tr.color0 {
22 background-color: #A8C4D0;
23 font-family: Verdana, Arial, Helvetica, sans-serif;
24 font-size: 90%;
25}
26tr.color1 {
27 background-color: #d0e0e0;
28 font-family: Verdana, Arial, Helvetica, sans-serif;
29 font-size: 90%;
30}
31
32tr.color2 {
33 background-color: #A8C4D0;
34 font-family: Verdana, Arial, Helvetica, sans-serif;
35 font-size: 90%;
36}
37
38tr.warning {
39 background-color: #000000;
40 font-family: Verdana, Arial, Helvetica, sans-serif;
41 font-weight: bold;
42 color: red;
43}
44
45tr.header {
46 background-color: #CCCCCC;
47 font-family: Verdana, Arial, Helvetica, sans-serif;
48}
49
50.indent {
51 margin-left: 5%;
52 font-size: 90%;
53}
54
55.regular {
56 font-family: Verdana, Arial, Helvetica, sans-serif;
57 font-size: 100%;
58}
59
60.heading {
61 font-size: 110%;
62 font-weight: bold;
63 font-family: Verdana, Arial, Helvetica, sans-serif;
64}
65
66.small {
67 font-size: 60%;
68}
69
70.center {
71 text-align: center;
72 font-family: Verdana, Arial, Helvetica, sans-serif;
73 font-size: 100%;
74}
75
76.red {
77 font-weight: bold;
78 font-family: Verdana, Arial, Helvetica, sans-serif;
79 font-size:100%;
80 color: red;
81}
Note: See TracBrowser for help on using the repository browser.