-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexcssV3.css
210 lines (171 loc) · 3.79 KB
/
indexcssV3.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
/*********************************** body ***************************************/
*{margin:0;padding:0;}
html {
/* http://www.splintered.co.uk/experiments/49/ */
min-height: 100%;
margin-bottom: 1px;
color: #1A4F0A;
background: #FFFFFF;
background: #FFFFFF url(images/background03.gif) center center no-repeat;
background: url(images/header02.jpg) 0px 117px repeat-x;
}
body {
position: relative;
padding-bottom: 10px;
text-align: center;
font-size: 69%;
font-family: "Lucida Grande", "Tahoma", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", "Century Gothic", sans-serif;
}
#container {
position: relative;
margin: 60px auto 20px auto;
padding: 0px 0px 5px 0px;
width: 760px;
border: 1px solid #BFBBBE;
background: #FFFFFF;
}
/********************************* top elements *********************************/
#header {
border-bottom: 1px solid #BFBBBE;
margin: 0px 0px 10px 0px;
}
#nav {
list-style: none;
display: block;
font-size: 1.0em;
text-transform: uppercase;
background: #FFFFFF;
padding: 3px;
}
#nav li {
margin-right: 0.5em;
display: inline;
}
/******************************** content sections ****************************/
#content {
position: relative;
font-size: 1.0em;
margin: 10px 0px 0px 0px;
padding-top: 4px;
color: #1A4F0A;
/*background: #FFFFFF;*/
/*width: 700px;*/
height: 404px;
}
#content img {
float: right;
margin: 5px;
}
#words {
position: relative;
margin: 5px;
padding-top: 10px;
/*background: #043F06;
background: #FFFFFF;
background: #1A4F0A;
background: #D3D3D3;
background: #BF6C0B;
background: #BFBBBE;*/
color: #1A4F0A;
/*color: #FFFFFF;*/
width: 440px;
}
p {
text-indent: 10px;
text-align: justify;
line-height: 1.5em;
margin: 0px 20px 20px 20px;
}
.left {
float: left;
}
#bottom {
color: #000000;
background: transparent;
margin: 0px 20px 0px 20px;
padding: 8px 0px 1px 0px;
text-align: right;
font-size: .8em;
}
/********************************* links ********************************/
ul#nav a, #bottom a {
text-decoration: none;
color: #BFBBBE;
background: #FFFFFF;
width: 100%;
padding: 3px;
line-height: .66em;
}
ul#nav li a:hover, ul#nav li a:focus, ul#nav li a.location, #bottom a:hover, #bottom a:focus {
/*background: #48D37F;
background: #FFFFFF;
background: #BF6C0B;*/
color: #1A4F0A;
}
p a {
background: #FFFFFF;
color: #C80000;
text-decoration: none;
}
p a:hover, p a:focus {
background: #C80000;
color: #FFFFFF;
}
/********************************* form ********************************/
form{
/* so that submit button is centered */
/*text-align: center;*/
width: 400px;
margin: 0px auto;
}
p.contact { text-align: center; width: 350px; margin: 10px auto; }
fieldset {
border: none;
/*width: 400px;;*/
width: 100%;
padding: 0px 0px 20px 0px;
margin: 0px auto;
}
.clear { margin: 10px 0px; }
fieldset legend {
font-size: 18px;
text-align: right;
margin: 0px 0px 6px 0px;
}
fieldset label {
text-align: left;
display: block;
}
fieldset input, fieldset textarea {
width: 100%;
display: block;
clear: both;
}
#submit {
width: 80px;
}
/************************** header typestyles ***************************/
h1
{
color: #1A4F0A;
background: #FFFFFF;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
font-size: 4em;
font-weight: normal;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
/*background: url(images/rowecenter.jpg) top center no-repeat;*/
/*height: 260px;*/
text-align: center;
}
h2
{
color: #0136AD;
background: transparent;
text-decoration: none;
text-align: center;
font-size: 2.4em;
font-weight: normal;
font-family: "Trebuchet MS", "Tahoma", "Agency FB", "Helvetica", "Century Gothic", "Lucida Sans Unicode", sans-serif;
}