-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·45 lines (25 loc) · 1.73 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
html{height:100.05%;}
body {
font-family : Times, Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size : 10pt;
background-color : white;
color : black;
}
td { font-size : 10pt; font-family : Arial, Times, Verdana, Geneva, Helvetica, sans-serif;}
A:link {background-color: transparent; color: blue; text-decoration: none}
A:visited {background-color: transparent; color: blue; text-decoration: none}
A:active {background-color: transparent; color: blue; text-decoration: none}
A:hover {background-color: transparent; color: red; text-decoration: none}
a.menuLink:link {background-color: transparent; color: Blue; text-decoration : none;}
a.menuLink:visited {background-color: transparent; color: Blue; text-decoration : none;}
a.menuLink:hover {background-color : lightblue; color : White; text-decoration : none;}
a.menuLinkRed:link {background-color: transparent; color: Red; text-decoration : none; }
a.menuLinkRed:visited {background-color: transparent; color: Red; text-decoration : none;}
a.menuLinkRed:hover {background-color : red; color : White; ext-decoration : none;}
a.menuLinkRedDashed:link {background-color: transparent; color: Red; text-decoration : none; border-bottom : 1px dashed;}
a.menuLinkRedDashed:visited {background-color: transparent; color: Red; text-decoration : none; border-bottom : 1px dashed;}
a.menuLinkRedDashed:hover {background-color : red; color : White; ext-decoration : none; border-bottom : 1px dashed;}
table.yellowBorder {border: 1px solid rgb(128,255,128); background-color : lightYellow; }
td.lightYellow{background-color : lightYellow;}
td.goldenRod{background-color : rgb(245, 255, 189);}
tr.lightYellow{background-color : lightYellow;}