-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
180 lines (175 loc) · 3.4 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
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
body {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
text-align:center;
background-color:#5ba0d6;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
h1
{
color:White;
font-style:italic;
}
#container {
margin: 0px auto;
text-align: left;
width: 979px;
}
#header {
background-image:url(images/header.jpg);
width:979px;
height:232px;
display:block;
}
#border {
background-image:url(images/border.gif);
background-repeat: repeat-y;
width:979px;
}
#main {
background-image:url(images/contentbg.gif);
background-color:#abe4fe;
margin: 0px 12px 0px 10px;
background-repeat: repeat-x;
}
#left {
width:261px;
float:left;
display:inline;
background-image:url(images/contentbg.gif);
background-color:#abe4fe;
}
#right {
float:right;
width:670px;
}
/***************** Content ***********************/
.content {
width:620px;
}
.content h3 {
background-image:url(images/welcome.gif);
background-repeat:no-repeat;
width:520px;
height:33px;
text-indent:700px;
overflow:hidden;
border-bottom: 1px dashed #2e2304;
margin: 10px 0px 15px 0px;
padding: 0px 0px 10px 0px;
}
.content p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
color: #003a65;
padding: 10px 0px 0px 6px;
font-weight:900;
}
.content a {
color:#2e260f;
}
.content a:hover {
color:#cf0002;
}
/***************** Menu ***********************/
#menu {
background-image:url(images/menu.gif);
width:261px;
height:425px;
margin-left:12px;
}
#menu ul {
padding: 30px 0px 0px 0px;
width:220px;
margin-left:15px;
}
#menu li {
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: right center;
border-bottom: 1px dotted #2e2304;
list-style-type: none;
padding: 4px 30px 4px 0px;
text-align:right;
}
#menu a {
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: 900;
color: #2e260f;
text-decoration: none;
font-size: 12px;
}
#menu a:hover {
color:#c40000;
}
.lastchild{
border-bottom: none !important;
}
#menubottom {
background-image:url(images/menubottom.jpg);
background-repeat:no-repeat;
width:261px;
height:76px;
margin-left:12px;
}
#menubottom ul {
padding: 20px 0px 0px 0px;
width:240px;
margin-left:15px;
}
#menubottom li {
float:left;
display:inline;
width:77px;
text-align:center;
}
#menubottom a {
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: bolder;
font-size:10px;
color: #6e6b53;
text-transform: uppercase;
}
#menubottom a:hover {
color:#c40000;
}
/***************** Footer ***********************/
#footer {
background-color:#8bcaef;
background-image:url(images/borderfooter.gif);
height:74px;
width:979px;
}
#footerend {
background-image:url(images/borderfooterend.gif);
background-repeat: no-repeat;
width:979px;
height:9px;
display:block;
}
#copyright {
background-image:url(images/copyright.jpg);
background-repeat:no-repeat;
width:220px;
height:43px;
display:inline;
margin-left:22px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 800;
color: #463d16;
padding: 30px 20px 0px 20px;
text-align:center;
}
#copyright a {
font-family: Arial, Helvetica, sans-serif;
color: #463d16;
}