-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·71 lines (51 loc) · 2.66 KB
/
style.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body { FONT-FAMILY: Verdana, sans-serif ;
color: black; font-size:10pt;
background-color: #ffffcc;
background-color: #99ccff;
}
h2 { color: #000066 }
h1 { FONT-FAMILY: Verdana, sans-serif;
color: #000066; font-size:21; font-weight:bold; }
entry { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; }
.menugrey { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: darkgrey; }
A.menugrey:link { text-decoration: none }
A.menugrey:visited { text-decoration: none }
A.menugrey:hover { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; text-decoration: none }
.menuitem { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; }
A.menuitem:link { text-decoration: none }
A.menuitem:visited { text-decoration: none }
A.menuitem:hover { COLOR: red; text-decoration: none }
.mainheading { FONT-WEIGHT: bold; FONT-SIZE: 20pt; COLOR: #000066; }
A.mainheading:link { text-decoration: none; }
A.mainheading:visited { text-decoration: none; }
A.mainheading:hover { text-decoration: none; COLOR: red; }
.menuheading { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: white; }
A.menuheading:link { text-decoration: none; }
A.menuheading:visited { text-decoration: none; }
A.menuheading:hover { text-decoration: none; COLOR: red; }
.menucurrent { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #6b8ec6; }
A.menucurrent:link { text-decoration: none; }
A.menucurrent:visited { text-decoration: none; }
A.menucurrent:hover { text-decoration: none; COLOR: red; }
.s_menugrey { FONT-WEIGHT: bold; FONT-SIZE: 7pt; COLOR: darkgrey; }
A.s_menugrey:link { text-decoration: none }
A.s_menugrey:visited { text-decoration: none }
A.s_menugrey:hover { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: black; text-decoration: none }
.s_menuitem { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: black; }
A.s_menuitem:link { text-decoration: none }
A.s_menuitem:visited { text-decoration: none }
A.s_menuitem:hover { COLOR: red; text-decoration: none }
.s_menuheading { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; }
A.s_menuheading:link { text-decoration: none; }
A.s_menuheading:visited { text-decoration: none; }
A.s_menuheading:hover { text-decoration: none; COLOR: red; }
.s_menucurrent { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #6b8ec6; }
A.s_menucurrent:link { text-decoration: none; } A.s_menucurrent:visited {
text-decoration: none; }
A.s_menucurrent:hover { text-decoration: none; COLOR: red; }
.debug { FONT-WEIGHT: bold; FONT-SIZE: 5; COLOR: black; }
A.debug:link { text-decoration: none; visibility : visible }
A.debug:visited { text-decoration: none; visibility : visible }
A.debug:hover { text-decoration: none; visibility : hidden }
td { text-align : left; vertical-align : middle ; }
img { border : 0 ; vertical-align : middle }