Show More
@@ -1,407 +1,407 | |||
|
1 | 1 | html { |
|
2 | 2 | background: #555; |
|
3 | 3 | color: #ffffff; |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | body { |
|
7 | 7 | margin: 0; |
|
8 | 8 | } |
|
9 | 9 | |
|
10 | 10 | #admin_panel { |
|
11 | 11 | background: #FF0000; |
|
12 | 12 | color: #00FF00 |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | .input_field { |
|
16 | 16 | |
|
17 | 17 | } |
|
18 | 18 | |
|
19 | 19 | .input_field_name { |
|
20 | 20 | |
|
21 | 21 | } |
|
22 | 22 | |
|
23 | 23 | .input_field_error { |
|
24 | 24 | color: #FF0000; |
|
25 | 25 | } |
|
26 | 26 | |
|
27 | 27 | .title { |
|
28 | 28 | font-weight: bold; |
|
29 | 29 | color: #ffcc00; |
|
30 | 30 | font-size: 2ex; |
|
31 | 31 | } |
|
32 | 32 | |
|
33 | 33 | .link, a { |
|
34 | 34 | color: #afdcec; |
|
35 | 35 | } |
|
36 | 36 | |
|
37 | 37 | .block { |
|
38 | 38 | display: inline-block; |
|
39 | 39 | vertical-align: top; |
|
40 | 40 | } |
|
41 | 41 | |
|
42 | 42 | .tag { |
|
43 | 43 | /*color: #F5FFC9;*/ |
|
44 | 44 | color: #FFD37D; |
|
45 | 45 | /*color: #b4cfec;*/ |
|
46 | 46 | } |
|
47 | 47 | |
|
48 | 48 | .post_id { |
|
49 | 49 | color: #fff380; |
|
50 | 50 | } |
|
51 | 51 | |
|
52 | 52 | .post, .dead_post, .archive_post, #posts-table { |
|
53 | 53 | background: #333; |
|
54 | 54 | padding: 10px; |
|
55 | 55 | clear: left; |
|
56 | 56 | word-wrap: break-word; |
|
57 | 57 | border-top: 1px solid #777; |
|
58 | border-bottom 1px solid #777; | |
|
58 | border-bottom: 1px solid #777; | |
|
59 | 59 | } |
|
60 | 60 | |
|
61 | 61 | .metadata { |
|
62 | 62 | padding-top: 5px; |
|
63 | 63 | margin-top: 10px; |
|
64 | 64 | border-top: solid 1px #666; |
|
65 | 65 | color: #ddd; |
|
66 | 66 | } |
|
67 | 67 | |
|
68 | 68 | .navigation_panel, .tag_info { |
|
69 | 69 | background: #444; |
|
70 | 70 | margin-bottom: 5px; |
|
71 | 71 | margin-top: 5px; |
|
72 | 72 | padding: 10px; |
|
73 | 73 | border-bottom: solid 1px #888; |
|
74 | 74 | border-top: solid 1px #888; |
|
75 | 75 | color: #eee; |
|
76 | 76 | } |
|
77 | 77 | |
|
78 | 78 | .navigation_panel .link { |
|
79 | 79 | border-right: 1px solid #fff; |
|
80 | 80 | font-weight: bold; |
|
81 | 81 | margin-right: 1ex; |
|
82 | 82 | padding-right: 1ex; |
|
83 | 83 | } |
|
84 | 84 | .navigation_panel .link:last-child { |
|
85 | 85 | border-left: 1px solid #fff; |
|
86 | 86 | border-right: none; |
|
87 | 87 | float: right; |
|
88 | 88 | margin-left: 1ex; |
|
89 | 89 | margin-right: 0; |
|
90 | 90 | padding-left: 1ex; |
|
91 | 91 | padding-right: 0; |
|
92 | 92 | } |
|
93 | 93 | |
|
94 | 94 | .navigation_panel::after, .post::after { |
|
95 | 95 | clear: both; |
|
96 | 96 | content: "."; |
|
97 | 97 | display: block; |
|
98 | 98 | height: 0; |
|
99 | 99 | line-height: 0; |
|
100 | 100 | visibility: hidden; |
|
101 | 101 | } |
|
102 | 102 | |
|
103 | 103 | p { |
|
104 | 104 | margin-top: .5em; |
|
105 | 105 | margin-bottom: .5em; |
|
106 | 106 | } |
|
107 | 107 | |
|
108 | 108 | .post-form-w { |
|
109 | 109 | background: #333344; |
|
110 | 110 | border-top: solid 1px #888; |
|
111 | 111 | border-bottom: solid 1px #888; |
|
112 | 112 | color: #fff; |
|
113 | 113 | padding: 10px; |
|
114 | 114 | margin-bottom: 5px; |
|
115 | 115 | margin-top: 5px; |
|
116 | 116 | } |
|
117 | 117 | |
|
118 | 118 | .form-row { |
|
119 | 119 | display: table-row; |
|
120 | 120 | } |
|
121 | 121 | |
|
122 | 122 | .form-label, .form-input, .form-errors { |
|
123 | 123 | display: table-cell; |
|
124 | 124 | } |
|
125 | 125 | |
|
126 | 126 | .form-label { |
|
127 | 127 | padding: .25em 1ex .25em 0; |
|
128 | 128 | vertical-align: top; |
|
129 | 129 | } |
|
130 | 130 | |
|
131 | 131 | .form-input { |
|
132 | 132 | padding: .25em 0; |
|
133 | 133 | } |
|
134 | 134 | |
|
135 | 135 | .form-errors { |
|
136 | 136 | font-weight: bolder; |
|
137 | 137 | vertical-align: middle; |
|
138 | 138 | } |
|
139 | 139 | |
|
140 | 140 | .post-form input, .post-form textarea { |
|
141 | 141 | background: #333; |
|
142 | 142 | color: #fff; |
|
143 | 143 | border: solid 1px; |
|
144 | 144 | padding: 0; |
|
145 | 145 | width: 100%; |
|
146 | 146 | font: medium sans; |
|
147 | 147 | } |
|
148 | 148 | |
|
149 | 149 | .form-submit { |
|
150 | 150 | display: table; |
|
151 | 151 | margin-bottom: 1ex; |
|
152 | 152 | } |
|
153 | 153 | |
|
154 | 154 | .form-title { |
|
155 | 155 | font-weight: bold; |
|
156 | 156 | font-size: 2.5ex; |
|
157 | 157 | text-decoration: underline; |
|
158 | 158 | } |
|
159 | 159 | |
|
160 | 160 | input[type="submit"] { |
|
161 | 161 | background: #222; |
|
162 | 162 | border: solid 2px #fff; |
|
163 | 163 | color: #fff; |
|
164 | 164 | padding: 0.5ex; |
|
165 | 165 | } |
|
166 | 166 | |
|
167 | 167 | input[type="submit"]:hover { |
|
168 | 168 | background: #060; |
|
169 | 169 | } |
|
170 | 170 | |
|
171 | 171 | blockquote { |
|
172 | 172 | border-left: solid 2px; |
|
173 | 173 | padding-left: 5px; |
|
174 | 174 | color: #B1FB17; |
|
175 | 175 | margin: 0; |
|
176 | 176 | } |
|
177 | 177 | |
|
178 | 178 | .post > .image { |
|
179 | 179 | float: left; |
|
180 | 180 | margin: 0 1ex .5ex 0; |
|
181 | 181 | min-width: 1px; |
|
182 | 182 | text-align: center; |
|
183 | 183 | display: table-row; |
|
184 | 184 | } |
|
185 | 185 | |
|
186 | 186 | .post > .metadata { |
|
187 | 187 | clear: left; |
|
188 | 188 | } |
|
189 | 189 | |
|
190 | 190 | .get { |
|
191 | 191 | font-weight: bold; |
|
192 | 192 | color: #d55; |
|
193 | 193 | } |
|
194 | 194 | |
|
195 | 195 | * { |
|
196 | 196 | text-decoration: none; |
|
197 | 197 | } |
|
198 | 198 | |
|
199 | 199 | .dead_post { |
|
200 | 200 | background-color: #442222; |
|
201 | 201 | } |
|
202 | 202 | |
|
203 | 203 | .archive_post { |
|
204 | 204 | background-color: #000; |
|
205 | 205 | } |
|
206 | 206 | |
|
207 | 207 | .mark_btn { |
|
208 | 208 | border: 1px solid; |
|
209 | 209 | min-width: 2ex; |
|
210 | 210 | padding: 2px 2ex; |
|
211 | 211 | } |
|
212 | 212 | |
|
213 | 213 | .mark_btn:hover { |
|
214 | 214 | background: #555; |
|
215 | 215 | } |
|
216 | 216 | |
|
217 | 217 | .quote { |
|
218 | 218 | color: #92cf38; |
|
219 | 219 | font-style: italic; |
|
220 | 220 | } |
|
221 | 221 | |
|
222 | 222 | .spoiler { |
|
223 | 223 | background: white; |
|
224 | 224 | color: white; |
|
225 | 225 | } |
|
226 | 226 | |
|
227 | 227 | .spoiler:hover { |
|
228 | 228 | color: black; |
|
229 | 229 | } |
|
230 | 230 | |
|
231 | 231 | .comment { |
|
232 | 232 | color: #eb2; |
|
233 | 233 | } |
|
234 | 234 | |
|
235 | 235 | a:hover { |
|
236 | 236 | text-decoration: underline; |
|
237 | 237 | } |
|
238 | 238 | |
|
239 | 239 | .last-replies { |
|
240 | 240 | margin-left: 3ex; |
|
241 | 241 | margin-right: 3ex; |
|
242 | 242 | } |
|
243 | 243 | |
|
244 | 244 | .thread { |
|
245 | 245 | margin-bottom: 3ex; |
|
246 | 246 | margin-top: 1ex; |
|
247 | 247 | } |
|
248 | 248 | |
|
249 | 249 | .post:target { |
|
250 | 250 | border: solid 2px white; |
|
251 | 251 | } |
|
252 | 252 | |
|
253 | 253 | pre{ |
|
254 | 254 | white-space:pre-wrap |
|
255 | 255 | } |
|
256 | 256 | |
|
257 | 257 | li { |
|
258 | 258 | list-style-position: inside; |
|
259 | 259 | } |
|
260 | 260 | |
|
261 | 261 | .fancybox-skin { |
|
262 | 262 | position: relative; |
|
263 | 263 | background-color: #fff; |
|
264 | 264 | color: #ddd; |
|
265 | 265 | text-shadow: none; |
|
266 | 266 | } |
|
267 | 267 | |
|
268 | 268 | .fancybox-image { |
|
269 | 269 | border: 1px solid black; |
|
270 | 270 | } |
|
271 | 271 | |
|
272 | 272 | .image-mode-tab { |
|
273 | 273 | background: #444; |
|
274 | 274 | color: #eee; |
|
275 | 275 | margin-top: 5px; |
|
276 | 276 | padding: 5px; |
|
277 | 277 | border-top: 1px solid #888; |
|
278 | 278 | border-bottom: 1px solid #888; |
|
279 | 279 | } |
|
280 | 280 | |
|
281 | 281 | .image-mode-tab > label { |
|
282 | 282 | margin: 0 1ex; |
|
283 | 283 | } |
|
284 | 284 | |
|
285 | 285 | .image-mode-tab > label > input { |
|
286 | 286 | margin-right: .5ex; |
|
287 | 287 | } |
|
288 | 288 | |
|
289 | 289 | #posts-table { |
|
290 | 290 | margin-top: 5px; |
|
291 | 291 | margin-bottom: 5px; |
|
292 | 292 | } |
|
293 | 293 | |
|
294 | 294 | .tag_info > h2 { |
|
295 | 295 | margin: 0; |
|
296 | 296 | } |
|
297 | 297 | |
|
298 | 298 | .post-info { |
|
299 | 299 | color: #ddd; |
|
300 | 300 | } |
|
301 | 301 | |
|
302 | 302 | .moderator_info { |
|
303 | 303 | color: #e99d41; |
|
304 | 304 | float: right; |
|
305 | 305 | font-weight: bold; |
|
306 | 306 | } |
|
307 | 307 | |
|
308 | 308 | .refmap { |
|
309 | 309 | font-size: 0.9em; |
|
310 | 310 | color: #ccc; |
|
311 | 311 | margin-top: 1em; |
|
312 | 312 | } |
|
313 | 313 | |
|
314 | 314 | .fav { |
|
315 | 315 | color: yellow; |
|
316 | 316 | } |
|
317 | 317 | |
|
318 | 318 | .not_fav { |
|
319 | 319 | color: #ccc; |
|
320 | 320 | } |
|
321 | 321 | |
|
322 | 322 | .role { |
|
323 | 323 | text-decoration: underline; |
|
324 | 324 | } |
|
325 | 325 | |
|
326 | 326 | .form-email { |
|
327 | 327 | display: none; |
|
328 | 328 | } |
|
329 | 329 | |
|
330 | 330 | .footer { |
|
331 | 331 | margin: 5px; |
|
332 | 332 | } |
|
333 | 333 | |
|
334 | 334 | .bar-value { |
|
335 | 335 | background: rgba(50, 55, 164, 0.45); |
|
336 | 336 | font-size: 0.9em; |
|
337 | 337 | height: 1.5em; |
|
338 | 338 | } |
|
339 | 339 | |
|
340 | 340 | .bar-bg { |
|
341 | 341 | position: relative; |
|
342 | 342 | border-top: solid 1px #888; |
|
343 | 343 | border-bottom: solid 1px #888; |
|
344 | 344 | margin-top: 5px; |
|
345 | 345 | overflow: hidden; |
|
346 | 346 | } |
|
347 | 347 | |
|
348 | 348 | .bar-text { |
|
349 | 349 | padding: 2px; |
|
350 | 350 | position: absolute; |
|
351 | 351 | left: 0; |
|
352 | 352 | top: 0; |
|
353 | 353 | } |
|
354 | 354 | |
|
355 | 355 | .page_link { |
|
356 | 356 | display: table; |
|
357 | 357 | background: #444; |
|
358 | 358 | margin: 5px; |
|
359 | 359 | border: solid 1px #888; |
|
360 | 360 | padding: 5px; |
|
361 | 361 | font-weight: bolder; |
|
362 | 362 | color: #eee; |
|
363 | 363 | } |
|
364 | 364 | |
|
365 | 365 | .skipped_replies { |
|
366 | 366 | margin: 5px; |
|
367 | 367 | } |
|
368 | 368 | |
|
369 | 369 | .current_page { |
|
370 | 370 | border: solid 1px #afdcec; |
|
371 | 371 | padding: 2px; |
|
372 | 372 | } |
|
373 | 373 | |
|
374 | 374 | .current_mode { |
|
375 | 375 | font-weight: bold; |
|
376 | 376 | } |
|
377 | 377 | |
|
378 | 378 | .gallery_image { |
|
379 | 379 | border: solid 1px; |
|
380 | 380 | padding: 0.5ex; |
|
381 | 381 | margin: 0.5ex; |
|
382 | 382 | text-align: center; |
|
383 | 383 | } |
|
384 | 384 | |
|
385 | 385 | code { |
|
386 | 386 | border: dashed 1px #ccc; |
|
387 | 387 | background: #111; |
|
388 | 388 | padding: 2px; |
|
389 | 389 | font-size: 1.2em; |
|
390 | 390 | display: inline-block; |
|
391 | 391 | } |
|
392 | 392 | |
|
393 | 393 | pre { |
|
394 | 394 | overflow: auto; |
|
395 | 395 | } |
|
396 | 396 | |
|
397 | 397 | .img-full { |
|
398 | 398 | background: #222; |
|
399 | 399 | border: solid 1px white; |
|
400 | 400 | } |
|
401 | 401 | |
|
402 | 402 | .tag_item { |
|
403 | 403 | display: inline-block; |
|
404 | 404 | border: 1px dashed #666; |
|
405 | 405 | margin: 0.2ex; |
|
406 | 406 | padding: 0.1ex; |
|
407 | 407 | } |
General Comments 0
You need to be logged in to leave comments.
Login now