-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexcss02.css
184 lines (150 loc) · 3.54 KB
/
indexcss02.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
/*********************************** body ***************************************/
*{margin:0;padding:0;}
html {
/* http://www.splintered.co.uk/experiments/49/ */
min-height: 100%;
margin-bottom: 1px;
color: #000000;
/*background: #FFFFFF url(images/upperleft.jpg) 0px 0px no-repeat;*/
}
body {
position: relative;
color: #000000;
/*background: url(images/bottomright.gif) bottom right no-repeat;*/
text-align: left;
font-size: 100%;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Century Gothic", sans-serif;
}
#container {
position: relative;
width: 100%;
margin: 0px 0px 20px 0px;
/*padding-top: 80px;*/
/*background: url(images/rowe.gif) 20px 0px no-repeat;*/
}
/********************************* top elements *********************************/
#header {
background: url(images/header02.jpg) top center repeat-x;
width: 100%;
height: 260px;
}
#nav {
list-style: none;
display: block;
font-size: 0.8em;
font-weight: bold;
margin: 20px 20px 0px 20px;
padding: 0px 0px 5px 0px;
text-align: center;
border-bottom: 1px solid #48D37F;
/*border: 1px solid yellow;*/
}
#nav li {
margin-right: 1.0em;
display: inline;
}
/******************************** content sections ****************************/
#content {
position: relative;
color: #000000;
padding: 10px 40px 20px 40px;
font-size: .8em;
/*border: 1px solid red;*/
}
p {
text-indent: 1em;
margin-bottom: 1em;
text-align: justify;
}
.left {
float: left;
}
#bottom {
color: #000000;
background: url(images/nav.gif) top center repeat-y;
margin: 0px 20px;
padding: 12px 20px 12px 20px;
text-align: right;
font-size: .9em;
font-weight: bold;
border-top: 1px solid #48D37F;
}
/********************************* links ********************************/
ul#nav a, #bottom a {
text-decoration: none;
color: #000000;
background: inherit;
width: 100%;
padding: 5px;
}
ul#nav li a:hover, ul#nav li a:focus, ul#nav a.location, #bottom a:hover, #bottom a:focus {
background: #48D37F;
color: #222222;
}
p a {
background: #FFFFFF;
color: #C80000;
text-decoration: none;
}
p a:hover, p a:focus {
background: #C80000;
color: #FFFFFF;
}
/************************** header typestyles ***************************/
h1
{
/*color: #FFFFFF;
background: #222222;
margin: -10px 0px 0px 0px;
padding: 0px 0px 10px 0px;
text-align: left;
font-size: 4em;
font-weight: normal;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;*/
color: #FFFFFF;
background: url(images/rowecenter02.jpg) top center no-repeat;
height: 260px;
text-align: center;
margin: 0px;
padding: 0px;
}
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;
}