-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexcss.css
250 lines (204 loc) · 4.33 KB
/
indexcss.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
/*********************************** body ***************************************/
*{margin:0;padding:0;}
ul{list-style:none;}
html {
/* http://www.splintered.co.uk/experiments/49/ */
min-height: 100%;
margin-bottom: 1px;
color: #000000;
background: #FFFFFF url(images/back.gif) 0px 0px;
}
body {
position: relative;
padding-bottom: 10px;
text-align: left;
font-size: 80%;
line-height: 1.5em;
font-family: "Verdana", "Lucida Sans Unicode", "Trebuchet MS", "Century Gothic", sans-serif;
}
#container {
position: relative;
width: 760px;
margin: 20px auto;
/*border: 4px solid #FFFFFF;*/
}
/********************************* top elements *********************************/
#header {
background: #FFD916;
background: url(images/header.gif) 0px 0px no-repeat;
color: #FFFFFF;
height: 120px;
}
#nav {
list-style: none;
display: block;
font-size: 1.0em;
font-weight: bold;
line-height: 1.0em;
margin: -20px 0px 0px 0px;
padding: 0px 0px 5px 0px;
/*background: #FFD916;*/
text-align: right;
}
#nav li {
margin-right: 0.5em;
display: inline;
}
#side {
background: green;
width: 180px;
padding: 40px 0px 40px 0px;
font-size: 1.2em;
/*float: left;*/
}
#side li {
position: relative;
background: yellow;
display: block;
width: 100%;
/*border-bottom: 1px solid #9FCC4E;
border-bottom: 1px solid #285F1A;*/
}
/******************************** content sections ****************************/
#thebody {
background: #008000;;
}
#content {
position: relative;
color: #000000;
background: #A5E994;
background: #FFDF38;
margin: 25px 20px 25px 0px;
font-size: 1.0em;
float: right;
width: 552px;
}
p {
text-indent: 10px;
}
#bottom {
color: #000000;
background: url(images/footer.gif) 0px 0px;
margin: 0px;
clear: both;
text-align: right;
font-size: .9em;
font-weight: bold;
display: block;
height: 50px;
}
.left {
float: left;
}
/************************************** items **********************************/
.item {
background: #FFFFFF;
margin: 10px 10px 20px 10px;
text-align: left;
clear: both;
}
.item img {
float: left;
margin: 5px 5px 5px 10px;
}
.item p {
text-align: center;
}
/********************************* links ********************************/
ul#nav a, #bottom a {
text-decoration: none;
color: #000000;
background: inherit;
width: 100%;
padding: 5px;
line-height: .66em;
}
#bottom a {
margin: 12px;
}
ul#nav li a:hover, ul#nav li a:focus, ul#nav li a.location, #bottom a:hover, #bottom a:focus {
background: #FFFFFF;
color: #222222;
}
ul#side li a {
color: #FFFFFF;
background: #285F1A;
background: #008000;
text-decoration: none;
padding: 3px 0px 3px 8px;
width: 100%;
display: block;
/*border-bottom: 1px solid #285F1A;*/
}
ul#side li a.location {
color: #000000;
background: #FFDF38;
/*border-bottom: 1px solid #FFFFFF;*/
}
ul#side li a:hover, ul#side li a:focus {
color: #FFDF38;
}
ul#side li a.location:hover, ul#side li a.location:focus {
color: #000000;
}
p a {
background: #FFFFFF;
color: #C80000;
text-decoration: none;
}
p a:hover, p a:focus {
background: #C80000;
color: #FFFFFF;
}
/************************** header typestyles ***************************/
h1
{
display: none;
color: #222222;
background: transparent;
margin: 0px;
padding: 0px;
text-align: left;
font-weight: normal;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}
h2
{
color: #222222;
background: transparent;
margin: 10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
font-size: 2.4em;
font-weight: normal;
font-family: "Trebuchet MS", "Tahoma", "Agency FB", "Helvetica", "Century Gothic", "Lucida Sans Unicode", sans-serif;
}
h3
{
background: #FFFFFF;
color: #222222;
margin-bottom: .2em;
text-align: center;
font-size: 3.2em;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
border-bottom: 1px dashed #222222;
}
h3.general { background:#222222; color:#FFFFFF; }
h4
{
background: #FFFFFF;
color: #222222;
margin-bottom: .2em;
text-align: left;
font-size: 1.2em;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}
h4.general {
font-size: 1.6em;
background:#C80000;
color:#FFFFFF;
text-align: center;
padding: 2px;
margin: 0px;
}