This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsfkmain.css
109 lines (109 loc) · 1.96 KB
/
sfkmain.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CCFF00;
margin-left: 30px;
}
a.nav:link {
color: #FFFFFF;
}
a.nav:visited {
color: #FFFFFF;
}
a.nav:hover {
color: #FF6633;
}
a.nav:active {
color: #CCFF00;
}
.outline {
border: 1px solid #336600;
}
.midline {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCCCCC;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: normal;
color: #000000;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #339900;
line-height: 160%;
}
#rightcolumn {
margin-top: 20px;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 30px;
}
#leftcolumn {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 30px;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 170%;
font-weight: normal;
color: #000000;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #336600;
line-height: 100%;
}
.sidetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 170%;
font-weight: normal;
color: #000000;
}
#sfkhead {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #CCFF00;
vertical-align: middle;
}
.caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 130%;
font-weight: normal;
color: #000000;
padding-top: 3px;
}
#copyright {
margin-left: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
vertical-align: middle;
}
#credit {
margin-left: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
vertical-align: middle;
}
li {
list-style-position: outside;
list-style-type: circle;
margin-left: -25px;
}