-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·218 lines (208 loc) · 3.73 KB
/
style.css
File metadata and controls
executable file
·218 lines (208 loc) · 3.73 KB
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
@charset "utf-8";
* {
margin: 0px; padding: 0px;
}
.clear {
clear:both;}
.clearleft {
display:block;
clear:left;}
.clearright{
display:block;
clear:right;}
.hide {
display:none;}
a {
color:#B32C0E;
}
a:hover {
color:#000000;
text-decoration:none;
}
body {
background: #FFFFFF url(images/bg.jpg) repeat-x;
}
#wrap{
width:1200px;
margin:0px auto 15px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#666666;
}
/*Header*/
#header{
height:242px;
background:url(images/header.jpg) no-repeat left top;
clear: both;
}
/*Header Menu*/
#topmenu {
display:block;
list-style:none;
padding:0 0px 0px 278px;
float: right;
width: 715px;
}
#topmenu li {
display:inline;
}
#topmenu a {
display:block;
float:left;
height:28px;
margin:0px 0px 0px 0px;
text-decoration:none;
padding:9px 15px 0px 15px;
text-align:center;
}
#topmenu a, #topmenu a:visited, #topmenu a:active {
color:#FFFFFF;
}
#topmenu a:hover{
color:#ffffff;
background-color: #B52E10;
}
#topmenu .active a, #topmenu .active a:visited, #topmenu .active a:active{
color:#FFFFFF;
background-color: #B42D0F;
}
/*Content*/
#content {
background-color: #FFFFFF;
}
#mainpage {
width:800px;
float:left;
padding:5px 5px 5px 0px;
height:550px
}
#mainpage p {
line-height:22px;
margin:10px 0px 22px 0px;
font:Georgia, "Times New Roman", Times, serif;
}
#mainpage blockquote {
background:#efefef;
display:block;
margin:5px;
font:Georgia, "Times New Roman", Times, serif;
font-style:italic;}
h1, h2, h3, h4, h5 {
color:#B32C0E;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}
#mainpage h1 {
font-size:24px;
color: #F2F7F3;
}
#mainpage h2 {
font-size:18px;
padding-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #B52E10;
}
#mainpage h3 {
font-size:20px;}
#mainpage h4 {
font-size:18px;}
#mainpage h5 {
font-size:16px;}
.style_2 {
font-size: 7px;
color: #000011;
}
.style_2 a{
font-size: 7px;
color: #000011;
}
.style_2 a:hover{
font-size: 7px;
color: #000011;
}
#content #mainpage ol {
margin:10px 10px 10px 25px;}
#content #mainpage ol li {
padding:5px 5px 5px 20px;}
#content #mainpage ul li {
display:block;
padding:0px;
border-bottom: dashed 1px #D6E4A7;}
/*Sidebar*/
#sidebar {
margin:0px 0px 0px 0px;
width: 105px;
float: right;
}
#sidebarcontents {
padding:5px 0px 5px 0px;
}
/*Sidemenu*/
#menu {
list-style:none;
}
#menu li ul {list-style:none;}
#menu li ul li {
display:block;
height:25px;
border-bottom:solid 1px #efefef;}
#menu li ul a, #menu li ul a:visited, #menu li ul a:active {
display:block;
height:20px;
padding:5px 5px 0px 5px;
text-decoration:none;
color:#333333;}
#menu li ul a:hover {
background:#F8F9F2;
color:#B32C0E;
}
#menu h2 {
display:block;
border-bottom:solid 1px #D2E6CA;
padding:5px;
margin:10px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color:#B32C0E;
font-weight:bold;
}
/*footer*/
#footer {
margin:0 auto;
width:685px;
height:75px;
padding:10px;
color:#FFFFFF;
text-align: center;
background:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
clear: both;
}
#credit {font-size:10px;
padding:3px;}
#sitename a{
text-decoration :none;
font-size:24pxx;
color:#FFFFFF;
padding-top:20px;
}
#topbar{
height:78px;
}
#caption{
height:50px;
background:url(images/caption.gif) repeat-x top left;
}
.bold{font-size:16px;
color:#FFFFFF;
padding-left:100px;
padding-top:25px;
}
#abstract{
width: 80%;
padding-top: 2em;
padding-bottom: 2em;
margin-left: auto;
margin-right: auto;
}