-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
327 lines (276 loc) · 5.88 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
/*#############################################################
Based on Dirtylicious
A soft-colored, bright and somewhat dirty two-column template.
Original Author: Viktor Persson
URL: http://templates.arcsin.se
#############################################################*/
/* standard elements */
html {min-height: 100%;}
* {
margin: 0;
padding: 0;
}
a {color: #048;}
a:hover {color: #06C;}
body {
background: #E7E7E2 no-repeat center top;
color: #444;
font: normal 62.5% Tahoma,sans-serif;
padding-top: 64px;
}
p,code,ul {padding-bottom: 1.2em;}
li {list-style: none;}
h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
form,input {margin: 0; padding: 0; display: inline;}
code {
background: #FFF;
border: 1px solid #EEE;
border-left: 6px solid #CCC;
color: #666;
display: block;
font: normal 1em Tahoma,sans-serif;
line-height: 1.6em;
margin-bottom: 12px;
padding: 8px 10px;
white-space: pre;
}
blockquote {
display: block;
font-weight: bold;
padding-left: 28px;
}
h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}
/* misc */
.clearer {clear: both; font-size: 0; padding-top: 5px; }
.left {float: left;}
.right {float: right;}
/* structure */
.inner-container {
border: 2px solid #D7D7D2;
background: #FFF;
font-size: 1.2em;
margin: 0 auto;
padding: 10px;
width: 780px;
}
.outer-container {
padding-bottom: 64px;
}
/* headere & title */
.header {
background: #222 no-repeat;
height: 160px;
margin-bottom: 5px;
text-align: center;
}
.header .title {
color: #FFF;
padding-top: 50px;
}
.header .title .sitename a {
border-bottom: 1px dashed #657382;
color: #FFF;
font: normal 3em sans-serif;
padding-bottom: 2px;
text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
font: normal 1.1em Verdana,sans-serif;
padding-top: 6px;
}
/* division */
.division {
background: #949490;
color: #FFF;
font: normal 1.1em Verdana,sans-serif;
padding: 8px 12px;
text-align:right;
}
.division p { display: inline;}
.division #searchbar {
border: 2px solid #949494;
background: #FFF;
padding: 1px;
font: normal 0.8em Verdana,sans-serif;
}
.division #searchbutton {
border: 2px solid #949494;
background: #949494;
padding: 1px;
color: #fff;
font: bold 0.9em Verdana,sans-serif;
}
.division a {
color: #FAFAFA;
text-decoration: none;
}
.division a:hover {
color: #FFE;
text-decoration: underline;
}
/* main */
.main {
background: url(img/main.gif) repeat-y;
border-top: 4px solid #FFF;
padding: 8px 12px 0 0;
}
/* content */
.content {
float: right;
width: 538px;
}
.content .descr {
color: #664;
font-size: 0.9em;
margin-bottom: 6px;
}
.content li {
list-style: url(img/li.gif);
margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}
.sidebar {
float: left;
width: 210px;
}
/* navigation */
.navigation {
float: left;
width: 210px;
}
.navigation li#menutitle {
color: #5A5A43;
font: bold 1.1em Tahoma,sans-serif;
line-height: 30px;
margin: 0;
padding-left: 12px;
}
.navigation ul {
padding: 0;
border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
font-size: 1.1em;
color: #554;
display: block;
padding: 8px 0 8px 5%;
text-decoration: none;
width: 95%;
}
.navigation li a:hover {
background: #F0F0EB;
color: #654;
}
/* extra content */
.extra {
float: left;
width: 210px;
margin: 10px 12px 0 0;
padding-bottom: 10px;
background: #FFFED1;
border: 1px solid #E5E4A0;
color: #4B4000;
}
.extra h1 {
font: bold 1.1em Tahoma,sans-serif;
line-height: 30px;
margin: 0;
padding-left: 12px;
}
.extra p { padding: 0 12px 0 12px; }
/* footer */
.footer {
background: #949490;
color: #F7F7F2;
font: normal 0.8em sans-serif;
margin-top: 5px;
padding: 10px 12px;
}
.footer a {
color: #F7F7F2;
text-decoration: none;
}
.footer a:hover {color: #FFC;}
fieldset { margin: 0 0 10px 0; }
/* GDCMS Function Properties */
/* li#menutitle, li#edit { display: none; } */
.logdiv { text-align: center; }
textarea.alogdata {
width: 250px;
height: 200px;
border: 1px solid #ccc;
}
div.login { width: 100%; height: 100%; text-align: center; vertical-align: top; }
.admindiv table { width: 100%; }
.admindiv table td.check { width: 20px !important; text-align: center; vertical-align: middle;}
/*.admindiv table td.name { width: 380px; }*/
.admindiv table td.buttons { width: 150px; height: 15px; text-align: center; }
.admindiv table ul { list-style-type: none; margin: 0; padding:.8em 0; display: inline; }
.admindiv table ul li { display:inline; margin-left: 4px; }
.admindiv table li a {
padding: 4px;
border: 1px #E0E0E0 solid;
color: #666;
background-color: #F3F3F3;
text-decoration: none; }
.admindiv table li a:hover {
border:1px #E5E4A0 solid;
color: #4B4000;
background-color: #FFFED1;
text-decoration: underline; }
p#adminNotice {
text-align: center;
background: #FFFED1;
border: 1px solid #E5E4A0;
margin: 15px;
padding: 10px;
color: #4B4000;
}
p#versionOkay {
text-align: center;
background: #E2FFD9;
border: 1px solid #69CB4B;
margin: 15px;
padding: 10px;
color: #69CB4B;
}
p#needUpgrade, p#deleteInstallFile {
text-align: center;
background: #FFE2D9;
border: 1px solid #CB694B;
margin: 15px;
padding: 10px;
color: #CB694B;
}
table input.text, form input.text, form textarea{
width: 100%;
border:1px #E0E0E0 solid;
color:#666;
padding:4px 5px;
background-color: #F3F3F3;
}
form textarea { height: 400px; }
form input.text:hover, form textarea:hover{
border:1px #E0E0E0 solid;
}
form input.text:focus, form textarea:focus{
border:1px #CCC solid;
color:#666;
}
.admindiv input.button, form input.button, form input.ed_button, .admindiv select{
padding:3px 5px;
}
.menuTable { padding: 2px; }
table td.left { width: 30%; }
table td.right { width: 70%; }
* html form input.text,
* html form textarea{
border-color: #CCC;
color:#333;
height: 400px;
}
fieldset { padding: 5px; }