aboutsummaryrefslogtreecommitdiffstats
path: root/doc/website/style.css
blob: 9649fa415894d50f35b656f54aba174d987ed334 (plain) (blame)
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
h1,h2,h3,h4,h5			{ color: #4080FF; }

body		A		{ color: #4080FF; }
body		A:link		{ color: #4080FF; }
body		A:visited	{ color: #204080; }

p.xnavtoc	A		{ color: white; }
p.xnavtoc	A:link		{ color: white; }
p.xnavtoc	A:visited	{ color: white; }

p.navtoc	A		{ color: white; }
p.navtoc	A:link		{ color: white; }
p.navtoc	A:visited	{ color: white; }

p.ynavtoc	A		{ color: white; }
p.ynavtoc	A:link		{ color: white; }
p.ynavtoc	A:visited	{ color: white; }

div.navh_home	{ color: #4080FF;
		  font-family: Arial, sans-serif;
		  font-weight: bold;
}

span.footdate	{ color: black;
		  font-size: 70%;
		  font-family: Arial, sans-serif;
}

span.footfeed	{ color: black;
		  font-size: 70%;
		  font-family: Arial, sans-serif;
}

span.footcopy	{ color: black;
		  font-size: 70%;
		  font-family: Arial, sans-serif;
}

img		{ border: 0; }