-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
207 lines (173 loc) · 3.87 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
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
body {
margin:5px 0;
padding:10;
font: 74% Arial, Sans-Serif;
color:#FFF;
background-color:#eee;
line-height: 1.4em;
background : #7D8085;
}
.topcurve { background: transparent url(top2.gif) no-repeat scroll left top;}
.main { margin: 0px 17pt 15px 34px; }
.content {
color: #a0a0a0;
margin: -22 auto;
padding: 0;
width: 900px;
background: #3D3E42 url(bg.jpg) repeat-y center;
}
.title {
background: #FFF url(logo.jpg) left no-repeat;
height: 28px;
color: #F29900;
font-size:140%;
font-weight:bold;
padding: 10px 0 0 40px;
}
}
.nav { clear: both; text-align: left; color: #7D8085; padding: 5px 0 0 0; }
.nav li { font-weight: bold; margin: 0 0 8px 0; padding: 0 0 0 5px; border-bottom: 1px solid #F29900; }
.nav li a { color: #7D8085; }
.nav li a:hover { color: #F29900; text-decoration: none; }
.boxad { background: #45464B; color: #BBB; border: 1px solid #555; padding: 5px; }
p { margin: 0 0 5px 0; padding: 0; color: #888; background: inherit; }
hr { border: 0; height: 1px; color: #eee; background-color: #eee; }
a { color: #888; background: inherit; text-decoration:none; }
a:hover { background: inherit; text-decoration: underline; }
h1 { padding:0; margin:0; color: #FFF; background: inherit;font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a {color: #FFF; background: inherit;}
h2 { background-color: inherit; color:#F29900; font-size:140%; font-weight:bold; margin: 10px 0 10px 0; padding:0; }
h2 a { color: #F29955; }
h2 a:hover { color: #F29955; text-decoration: none;}
ul { margin: 5px 0 20px 15px; padding : 0; list-style : none; }
li { list-style-type: square; color: #F29900; margin: 0 0 0px 0; padding: 0 0 0 0px; }
.center {
float:left;
width: 800px;
font-size: 95%;
margin: 0px 0 5px 35px !important;
margin: 0px 0 5px 20px;
padding: 0;
background: #3D3E42;
color: #FFF;
}
.center a { color: #F29900;}
.center a:hover { color: #FFF; }
.footer {
clear:both;
width: auto;
height: 37px;
color:#888;
font-size:90%;
background: #3D3E42 url(bot.jpg) no-repeat center;
text-align:center;
}
.footer_text {
text-align: right;
margin: 0; padding: 0;
color: #aaa;
}
.footer_text a { color: #777; }
fieldset {
border: 1px solid #eee;
}
textarea.text {
height: 150px;
width: 90%;
border: 1px solid #ccc;
background: #fff;
color: #000;
}
textarea.text:hover {
border: 1px solid #eee;
background: #FFFFF4;
color: #000;
}
input.field {
border: 1px solid #ccc;
background-color: #3C3C3C;
width: 100px;
color: #000;
}
input.field:hover {
border: 1px solid #eee;
background: #ccc;
color: #000;
}
input.text {
margin: 0;
width: 110px;
border: 1px solid #F29900;
background: #FFF;
color: #808080;
}
input.text:hover {
border: 1px solid #F26600;
}
input.searchbutton {
margin: 0;
font-size: 100%;
font-family: Arial, Sans-serif;
border: none;
background: #FFFFFF;
color: #808080;
padding: 1px;
font-weight: bold;
}
.date {
color: #ccc;
background: #3D3E42;
text-align: right;
margin: 4px 0 5px 0;
padding: 0.4em 0 0 0;
border-top: 1px solid #555;
}
.date a { color: #ccc; }
.time {
color: #192D50;
float: left;
text-align: left;
padding: 5px 0 0 15px;
}
input.button {
background: #FFFFF4;
color: #808080;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.comments {
padding: 10px 10px 8px 10px;
margin: 0 0 7px 0;
background: #3f3f3f;
color: #000;
}
.commentsbox {
padding: 8px 0 10px 10px;
margin: 0 0 10px 0;
background: #f4f4f4;
color: #000;
}
.error {
color: #990000;
background-color: #FFF0F0;
padding: 7px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dashed #990000;
}
.error h2 {
color: #990000;
background: inherit;
}
.success {
color: #000000;
background: #F5FBE1;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #7BA813;
}
.success h2 {
color: #7BA813;
background: inherit;
}