aboutsummaryrefslogtreecommitdiff
path: root/mainstyle.css
blob: 0c54de52078135a9d330fff7862d5f073af9c380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
BODY {
        background-color: #000080;
        color: #000000;
}

A:link { color: #1F00FF }
A:hover { color: #FF0000 }
A:visited { color: #9900DD }

TR.odd { background-color: #CCCCEE }
TR.even { background-color: #FFFFFF }

TABLE.main {
	background-color: #FFFFFF;
}

TD.group {
	background-color: #0063C1;
	color: white;
	font-weight: bold;
}

TABLE.shade {
	background-color: gray 
}

TD.navbar {
	border-right: solid;
}

TABLE.navbar {
	background-color: #FFFFFF;
}

TABLE {
	empty-cells: show
}

TD.separator {
	text-align: center;
	background-color: gray;
}

.example {
	background-color: yellow;
}

.nostyle { display: none }

Return to:

Send suggestions and report system problems to the System administrator.