Show More
@@ -1,573 +1,569 b'' | |||
|
1 | 1 | * { |
|
2 | 2 | text-decoration: none; |
|
3 | 3 | font-weight: inherit; |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | b, strong { |
|
7 | 7 | font-weight: bold; |
|
8 | 8 | } |
|
9 | 9 | |
|
10 | 10 | html { |
|
11 | 11 | background: #555; |
|
12 | 12 | color: #ffffff; |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | body { |
|
16 | 16 | margin: 0; |
|
17 | 17 | } |
|
18 | 18 | |
|
19 | 19 | #admin_panel { |
|
20 | 20 | background: #FF0000; |
|
21 | 21 | color: #00FF00 |
|
22 | 22 | } |
|
23 | 23 | |
|
24 | 24 | .input_field_error { |
|
25 | 25 | color: #FF0000; |
|
26 | 26 | } |
|
27 | 27 | |
|
28 | 28 | .title { |
|
29 | 29 | font-weight: bold; |
|
30 | 30 | color: #ffcc00; |
|
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: #FFD37D; |
|
44 | 44 | } |
|
45 | 45 | |
|
46 | 46 | .post_id { |
|
47 | 47 | color: #fff380; |
|
48 | 48 | } |
|
49 | 49 | |
|
50 | 50 | .post, .dead_post, .archive_post, #posts-table { |
|
51 | 51 | background: #333; |
|
52 | 52 | padding: 10px; |
|
53 | 53 | clear: left; |
|
54 | 54 | word-wrap: break-word; |
|
55 | 55 | border-top: 1px solid #777; |
|
56 | 56 | border-bottom: 1px solid #777; |
|
57 | 57 | } |
|
58 | 58 | |
|
59 | 59 | .post + .post { |
|
60 | 60 | border-top: none; |
|
61 | 61 | } |
|
62 | 62 | |
|
63 | 63 | .dead_post + .dead_post { |
|
64 | 64 | border-top: none; |
|
65 | 65 | } |
|
66 | 66 | |
|
67 | 67 | .archive_post + .archive_post { |
|
68 | 68 | border-top: none; |
|
69 | 69 | } |
|
70 | 70 | |
|
71 | 71 | .metadata { |
|
72 | 72 | padding-top: 5px; |
|
73 | 73 | margin-top: 10px; |
|
74 | 74 | border-top: solid 1px #666; |
|
75 | 75 | color: #ddd; |
|
76 | 76 | } |
|
77 | 77 | |
|
78 | 78 | .navigation_panel, .tag_info { |
|
79 | 79 | background: #222; |
|
80 | 80 | margin-bottom: 5px; |
|
81 | 81 | margin-top: 5px; |
|
82 | 82 | padding: 10px; |
|
83 | 83 | border-bottom: solid 1px #888; |
|
84 | 84 | border-top: solid 1px #888; |
|
85 | 85 | color: #eee; |
|
86 | 86 | } |
|
87 | 87 | |
|
88 | 88 | .navigation_panel .link:first-child { |
|
89 | 89 | border-right: 1px solid #fff; |
|
90 | 90 | font-weight: bold; |
|
91 | 91 | margin-right: 1ex; |
|
92 | 92 | padding-right: 1ex; |
|
93 | 93 | } |
|
94 | 94 | |
|
95 | 95 | .navigation_panel .right-link { |
|
96 | 96 | border-left: 1px solid #fff; |
|
97 | 97 | border-right: none; |
|
98 | 98 | float: right; |
|
99 | 99 | margin-left: 1ex; |
|
100 | 100 | margin-right: 0; |
|
101 | 101 | padding-left: 1ex; |
|
102 | 102 | padding-right: 0; |
|
103 | 103 | } |
|
104 | 104 | |
|
105 | 105 | .navigation_panel .link { |
|
106 | 106 | font-weight: bold; |
|
107 | 107 | } |
|
108 | 108 | |
|
109 | 109 | .navigation_panel::after, .post::after { |
|
110 | 110 | clear: both; |
|
111 | 111 | content: "."; |
|
112 | 112 | display: block; |
|
113 | 113 | height: 0; |
|
114 | 114 | line-height: 0; |
|
115 | 115 | visibility: hidden; |
|
116 | 116 | } |
|
117 | 117 | |
|
118 | 118 | .tag_info { |
|
119 | 119 | text-align: center; |
|
120 | 120 | } |
|
121 | 121 | |
|
122 | 122 | .tag_info > .tag-text-data { |
|
123 | 123 | text-align: left; |
|
124 | 124 | } |
|
125 | 125 | |
|
126 | 126 | .header { |
|
127 | 127 | border-bottom: solid 2px #ccc; |
|
128 | 128 | margin-bottom: 5px; |
|
129 | 129 | border-top: none; |
|
130 | 130 | margin-top: 0; |
|
131 | 131 | } |
|
132 | 132 | |
|
133 | 133 | .footer { |
|
134 | 134 | border-top: solid 2px #ccc; |
|
135 | 135 | margin-top: 5px; |
|
136 | 136 | border-bottom: none; |
|
137 | 137 | margin-bottom: 0; |
|
138 | 138 | } |
|
139 | 139 | |
|
140 | 140 | p, .br { |
|
141 | 141 | margin-top: .5em; |
|
142 | 142 | margin-bottom: .5em; |
|
143 | 143 | } |
|
144 | 144 | |
|
145 | 145 | .post-form-w { |
|
146 | 146 | background: #333344; |
|
147 | 147 | border-top: solid 1px #888; |
|
148 | 148 | border-bottom: solid 1px #888; |
|
149 | 149 | color: #fff; |
|
150 | 150 | padding: 10px; |
|
151 | 151 | margin-bottom: 5px; |
|
152 | 152 | margin-top: 5px; |
|
153 | 153 | } |
|
154 | 154 | |
|
155 | 155 | .form-row { |
|
156 | 156 | width: 100%; |
|
157 | 157 | display: table-row; |
|
158 | 158 | } |
|
159 | 159 | |
|
160 | 160 | .form-label { |
|
161 | 161 | padding: .25em 1ex .25em 0; |
|
162 | 162 | vertical-align: top; |
|
163 | 163 | display: table-cell; |
|
164 | 164 | } |
|
165 | 165 | |
|
166 | 166 | .form-input { |
|
167 | 167 | padding: .25em 0; |
|
168 | 168 | width: 100%; |
|
169 | 169 | display: table-cell; |
|
170 | 170 | } |
|
171 | 171 | |
|
172 | 172 | .form-errors { |
|
173 | 173 | font-weight: bolder; |
|
174 | 174 | vertical-align: middle; |
|
175 | 175 | display: table-cell; |
|
176 | 176 | } |
|
177 | 177 | |
|
178 | 178 | .post-form input:not([name="image"]):not([type="checkbox"]):not([type="submit"]), .post-form textarea, .post-form select { |
|
179 | 179 | background: #333; |
|
180 | 180 | color: #fff; |
|
181 | 181 | border: solid 1px; |
|
182 | 182 | padding: 0; |
|
183 | 183 | font: medium sans-serif; |
|
184 | 184 | width: 100%; |
|
185 | 185 | } |
|
186 | 186 | |
|
187 | 187 | .post-form textarea { |
|
188 | 188 | resize: vertical; |
|
189 | 189 | } |
|
190 | 190 | |
|
191 | 191 | .form-submit { |
|
192 | 192 | display: table; |
|
193 | 193 | margin-bottom: 1ex; |
|
194 | 194 | margin-top: 1ex; |
|
195 | 195 | } |
|
196 | 196 | |
|
197 | 197 | .form-title { |
|
198 | 198 | font-weight: bold; |
|
199 | 199 | font-size: 2ex; |
|
200 | 200 | margin-bottom: 0.5ex; |
|
201 | 201 | } |
|
202 | 202 | |
|
203 | 203 | input[type="submit"], button { |
|
204 | 204 | background: #222; |
|
205 | 205 | border: solid 2px #fff; |
|
206 | 206 | color: #fff; |
|
207 | 207 | padding: 0.5ex; |
|
208 | 208 | margin-right: 0.5ex; |
|
209 | 209 | } |
|
210 | 210 | |
|
211 | 211 | input[type="submit"]:hover { |
|
212 | 212 | background: #060; |
|
213 | 213 | } |
|
214 | 214 | |
|
215 | 215 | .form-submit > button:hover { |
|
216 | 216 | background: #006; |
|
217 | 217 | } |
|
218 | 218 | |
|
219 | 219 | blockquote { |
|
220 | 220 | border-left: solid 2px; |
|
221 | 221 | padding-left: 5px; |
|
222 | 222 | color: #B1FB17; |
|
223 | 223 | margin: 0; |
|
224 | 224 | } |
|
225 | 225 | |
|
226 | 226 | .post > .image { |
|
227 | 227 | float: left; |
|
228 | 228 | margin: 0 1ex .5ex 0; |
|
229 | 229 | min-width: 1px; |
|
230 | 230 | text-align: center; |
|
231 | 231 | display: table-row; |
|
232 | 232 | } |
|
233 | 233 | |
|
234 | 234 | .post > .metadata { |
|
235 | 235 | clear: left; |
|
236 | 236 | } |
|
237 | 237 | |
|
238 | 238 | .get { |
|
239 | 239 | font-weight: bold; |
|
240 | 240 | color: #d55; |
|
241 | 241 | } |
|
242 | 242 | |
|
243 | 243 | * { |
|
244 | 244 | text-decoration: none; |
|
245 | 245 | } |
|
246 | 246 | |
|
247 | 247 | .dead_post > .post-info { |
|
248 | 248 | font-style: italic; |
|
249 | 249 | } |
|
250 | 250 | |
|
251 | 251 | .archive_post > .post-info { |
|
252 | 252 | text-decoration: line-through; |
|
253 | 253 | } |
|
254 | 254 | |
|
255 | 255 | .mark_btn { |
|
256 | 256 | border: 1px solid; |
|
257 | 257 | padding: 2px 2ex; |
|
258 | 258 | display: inline-block; |
|
259 | 259 | margin: 0 5px 4px 0; |
|
260 | 260 | } |
|
261 | 261 | |
|
262 | 262 | .mark_btn:hover { |
|
263 | 263 | background: #555; |
|
264 | 264 | } |
|
265 | 265 | |
|
266 | 266 | .quote { |
|
267 | 267 | color: #92cf38; |
|
268 | 268 | font-style: italic; |
|
269 | 269 | } |
|
270 | 270 | |
|
271 | 271 | .multiquote { |
|
272 | 272 | padding: 3px; |
|
273 | 273 | display: inline-block; |
|
274 | 274 | background: #222; |
|
275 | 275 | border-style: solid; |
|
276 | 276 | border-width: 1px 1px 1px 4px; |
|
277 | 277 | font-size: 0.9em; |
|
278 | 278 | } |
|
279 | 279 | |
|
280 | 280 | .spoiler { |
|
281 | 281 | background: black; |
|
282 | 282 | color: black; |
|
283 | 283 | padding: 0 1ex 0 1ex; |
|
284 | 284 | } |
|
285 | 285 | |
|
286 | 286 | .spoiler:hover { |
|
287 | 287 | color: #ddd; |
|
288 | 288 | } |
|
289 | 289 | |
|
290 | 290 | .comment { |
|
291 | 291 | color: #eb2; |
|
292 | 292 | } |
|
293 | 293 | |
|
294 | 294 | a:hover { |
|
295 | 295 | text-decoration: underline; |
|
296 | 296 | } |
|
297 | 297 | |
|
298 | 298 | .last-replies { |
|
299 | 299 | margin-left: 3ex; |
|
300 | 300 | margin-right: 3ex; |
|
301 | 301 | border-left: solid 1px #777; |
|
302 | 302 | border-right: solid 1px #777; |
|
303 | 303 | } |
|
304 | 304 | |
|
305 | 305 | .last-replies > .post:first-child { |
|
306 | 306 | border-top: none; |
|
307 | 307 | } |
|
308 | 308 | |
|
309 | 309 | .thread { |
|
310 | 310 | margin-bottom: 3ex; |
|
311 | 311 | margin-top: 1ex; |
|
312 | 312 | } |
|
313 | 313 | |
|
314 | 314 | .post:target { |
|
315 | 315 | border: solid 2px white; |
|
316 | 316 | } |
|
317 | 317 | |
|
318 | 318 | pre{ |
|
319 | 319 | white-space:pre-wrap |
|
320 | 320 | } |
|
321 | 321 | |
|
322 | 322 | li { |
|
323 | 323 | list-style-position: inside; |
|
324 | 324 | } |
|
325 | 325 | |
|
326 | 326 | .fancybox-skin { |
|
327 | 327 | position: relative; |
|
328 | 328 | background-color: #fff; |
|
329 | 329 | color: #ddd; |
|
330 | 330 | text-shadow: none; |
|
331 | 331 | } |
|
332 | 332 | |
|
333 | 333 | .fancybox-image { |
|
334 | 334 | border: 1px solid black; |
|
335 | 335 | } |
|
336 | 336 | |
|
337 | 337 | .image-mode-tab { |
|
338 | 338 | background: #444; |
|
339 | 339 | color: #eee; |
|
340 | 340 | margin-top: 5px; |
|
341 | 341 | padding: 5px; |
|
342 | 342 | border-top: 1px solid #888; |
|
343 | 343 | border-bottom: 1px solid #888; |
|
344 | 344 | } |
|
345 | 345 | |
|
346 | 346 | .image-mode-tab > label { |
|
347 | 347 | margin: 0 1ex; |
|
348 | 348 | } |
|
349 | 349 | |
|
350 | 350 | .image-mode-tab > label > input { |
|
351 | 351 | margin-right: .5ex; |
|
352 | 352 | } |
|
353 | 353 | |
|
354 | 354 | #posts-table { |
|
355 | 355 | margin-top: 5px; |
|
356 | 356 | margin-bottom: 5px; |
|
357 | 357 | } |
|
358 | 358 | |
|
359 | 359 | .tag_info > h2 { |
|
360 | 360 | margin: 0; |
|
361 | 361 | } |
|
362 | 362 | |
|
363 | 363 | .post-info { |
|
364 | 364 | color: #ddd; |
|
365 | 365 | margin-bottom: 1ex; |
|
366 | 366 | } |
|
367 | 367 | |
|
368 | 368 | .moderator_info { |
|
369 | 369 | color: #e99d41; |
|
370 | 370 | opacity: 0.4; |
|
371 | 371 | } |
|
372 | 372 | |
|
373 | 373 | .moderator_info:hover { |
|
374 | 374 | opacity: 1; |
|
375 | 375 | } |
|
376 | 376 | |
|
377 | 377 | .refmap { |
|
378 | 378 | font-size: 0.9em; |
|
379 | 379 | color: #ccc; |
|
380 | 380 | margin-top: 1em; |
|
381 | 381 | } |
|
382 | 382 | |
|
383 | 383 | .fav { |
|
384 | 384 | color: yellow; |
|
385 | 385 | } |
|
386 | 386 | |
|
387 | 387 | .not_fav { |
|
388 | 388 | color: #ccc; |
|
389 | 389 | } |
|
390 | 390 | |
|
391 | .role { | |
|
392 | text-decoration: underline; | |
|
393 | } | |
|
394 | ||
|
395 | 391 | .form-email { |
|
396 | 392 | display: none; |
|
397 | 393 | } |
|
398 | 394 | |
|
399 | 395 | .bar-value { |
|
400 | 396 | background: rgba(50, 55, 164, 0.45); |
|
401 | 397 | font-size: 0.9em; |
|
402 | 398 | height: 1.5em; |
|
403 | 399 | } |
|
404 | 400 | |
|
405 | 401 | .bar-bg { |
|
406 | 402 | position: relative; |
|
407 | 403 | border-top: solid 1px #888; |
|
408 | 404 | border-bottom: solid 1px #888; |
|
409 | 405 | margin-top: 5px; |
|
410 | 406 | overflow: hidden; |
|
411 | 407 | } |
|
412 | 408 | |
|
413 | 409 | .bar-text { |
|
414 | 410 | padding: 2px; |
|
415 | 411 | position: absolute; |
|
416 | 412 | left: 0; |
|
417 | 413 | top: 0; |
|
418 | 414 | } |
|
419 | 415 | |
|
420 | 416 | .page_link { |
|
421 | 417 | background: #444; |
|
422 | 418 | border-top: solid 1px #888; |
|
423 | 419 | border-bottom: solid 1px #888; |
|
424 | 420 | padding: 5px; |
|
425 | 421 | color: #eee; |
|
426 | 422 | font-size: 2ex; |
|
427 | 423 | margin-top: .5ex; |
|
428 | 424 | margin-bottom: .5ex; |
|
429 | 425 | } |
|
430 | 426 | |
|
431 | 427 | .skipped_replies { |
|
432 | 428 | padding: 5px; |
|
433 | 429 | margin-left: 3ex; |
|
434 | 430 | margin-right: 3ex; |
|
435 | 431 | border-left: solid 1px #888; |
|
436 | 432 | border-right: solid 1px #888; |
|
437 | 433 | border-bottom: solid 1px #888; |
|
438 | 434 | background: #000; |
|
439 | 435 | } |
|
440 | 436 | |
|
441 | 437 | .current_page { |
|
442 | 438 | padding: 2px; |
|
443 | 439 | background-color: #afdcec; |
|
444 | 440 | color: #000; |
|
445 | 441 | } |
|
446 | 442 | |
|
447 | 443 | .current_mode { |
|
448 | 444 | font-weight: bold; |
|
449 | 445 | } |
|
450 | 446 | |
|
451 | 447 | .gallery_image { |
|
452 | 448 | border: solid 1px; |
|
453 | 449 | margin: 0.5ex; |
|
454 | 450 | text-align: center; |
|
455 | 451 | padding: 1ex; |
|
456 | 452 | } |
|
457 | 453 | |
|
458 | 454 | code { |
|
459 | 455 | border: dashed 1px #ccc; |
|
460 | 456 | background: #111; |
|
461 | 457 | padding: 2px; |
|
462 | 458 | font-size: 1.2em; |
|
463 | 459 | display: inline-block; |
|
464 | 460 | } |
|
465 | 461 | |
|
466 | 462 | pre { |
|
467 | 463 | overflow: auto; |
|
468 | 464 | } |
|
469 | 465 | |
|
470 | 466 | .img-full { |
|
471 | 467 | background: #222; |
|
472 | 468 | border: solid 1px white; |
|
473 | 469 | } |
|
474 | 470 | |
|
475 | 471 | .tag_item { |
|
476 | 472 | display: inline-block; |
|
477 | 473 | } |
|
478 | 474 | |
|
479 | 475 | #id_models li { |
|
480 | 476 | list-style: none; |
|
481 | 477 | } |
|
482 | 478 | |
|
483 | 479 | #id_q { |
|
484 | 480 | margin-left: 1ex; |
|
485 | 481 | } |
|
486 | 482 | |
|
487 | 483 | ul { |
|
488 | 484 | padding-left: 0px; |
|
489 | 485 | } |
|
490 | 486 | |
|
491 | 487 | .quote-header { |
|
492 | 488 | border-bottom: 2px solid #ddd; |
|
493 | 489 | margin-bottom: 1ex; |
|
494 | 490 | padding-bottom: .5ex; |
|
495 | 491 | color: #ddd; |
|
496 | 492 | font-size: 1.2em; |
|
497 | 493 | } |
|
498 | 494 | |
|
499 | 495 | /* Reflink preview */ |
|
500 | 496 | .post_preview { |
|
501 | 497 | border-left: 1px solid #777; |
|
502 | 498 | border-right: 1px solid #777; |
|
503 | 499 | max-width: 600px; |
|
504 | 500 | } |
|
505 | 501 | |
|
506 | 502 | /* Code highlighter */ |
|
507 | 503 | .hljs { |
|
508 | 504 | color: #fff; |
|
509 | 505 | background: #000; |
|
510 | 506 | display: inline-block; |
|
511 | 507 | } |
|
512 | 508 | |
|
513 | 509 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { |
|
514 | 510 | color: #fff; |
|
515 | 511 | } |
|
516 | 512 | |
|
517 | 513 | #up { |
|
518 | 514 | position: fixed; |
|
519 | 515 | bottom: 5px; |
|
520 | 516 | right: 5px; |
|
521 | 517 | border: 1px solid #777; |
|
522 | 518 | background: #000; |
|
523 | 519 | padding: 4px; |
|
524 | 520 | opacity: 0.3; |
|
525 | 521 | } |
|
526 | 522 | |
|
527 | 523 | #up:hover { |
|
528 | 524 | opacity: 1; |
|
529 | 525 | } |
|
530 | 526 | |
|
531 | 527 | .user-cast { |
|
532 | 528 | border: solid #ffffff 1px; |
|
533 | 529 | padding: .2ex; |
|
534 | 530 | background: #152154; |
|
535 | 531 | color: #fff; |
|
536 | 532 | } |
|
537 | 533 | |
|
538 | 534 | .highlight { |
|
539 | 535 | background: #222; |
|
540 | 536 | } |
|
541 | 537 | |
|
542 | 538 | .post-button-form > button:hover { |
|
543 | 539 | text-decoration: underline; |
|
544 | 540 | } |
|
545 | 541 | |
|
546 | 542 | .tree_reply > .post { |
|
547 | 543 | margin-top: 1ex; |
|
548 | 544 | border-left: solid 1px #777; |
|
549 | 545 | padding-right: 0; |
|
550 | 546 | } |
|
551 | 547 | |
|
552 | 548 | #preview-text { |
|
553 | 549 | border: solid 1px white; |
|
554 | 550 | margin: 1ex 0 1ex 0; |
|
555 | 551 | padding: 1ex; |
|
556 | 552 | } |
|
557 | 553 | |
|
558 | 554 | .image-metadata { |
|
559 | 555 | font-style: italic; |
|
560 | 556 | font-size: 0.9em; |
|
561 | 557 | } |
|
562 | 558 | |
|
563 | 559 | .tripcode { |
|
564 | 560 | color: white; |
|
565 | 561 | } |
|
566 | 562 | |
|
567 | 563 | #fav-panel { |
|
568 | 564 | border: 1px solid white; |
|
569 | 565 | } |
|
570 | 566 | |
|
571 | 567 | .post-blink { |
|
572 | 568 | background-color: #000; |
|
573 | 569 | } |
@@ -1,387 +1,383 b'' | |||
|
1 | 1 | html { |
|
2 | 2 | background: rgb(238, 238, 238); |
|
3 | 3 | color: rgb(51, 51, 51); |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | #admin_panel { |
|
7 | 7 | background: #FF0000; |
|
8 | 8 | color: #00FF00 |
|
9 | 9 | } |
|
10 | 10 | |
|
11 | 11 | .input_field { |
|
12 | 12 | |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | .input_field_name { |
|
16 | 16 | |
|
17 | 17 | } |
|
18 | 18 | |
|
19 | 19 | .input_field_error { |
|
20 | 20 | color: #FF0000; |
|
21 | 21 | } |
|
22 | 22 | |
|
23 | 23 | |
|
24 | 24 | .title { |
|
25 | 25 | font-weight: bold; |
|
26 | 26 | color: #333; |
|
27 | 27 | font-size: 2ex; |
|
28 | 28 | } |
|
29 | 29 | |
|
30 | 30 | .link, a { |
|
31 | 31 | color: #ff7000; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .block { |
|
35 | 35 | display: inline-block; |
|
36 | 36 | vertical-align: top; |
|
37 | 37 | } |
|
38 | 38 | |
|
39 | 39 | .tag { |
|
40 | 40 | color: #222; |
|
41 | 41 | } |
|
42 | 42 | |
|
43 | 43 | .post_id:hover { |
|
44 | 44 | color: #11f; |
|
45 | 45 | } |
|
46 | 46 | |
|
47 | 47 | .post_id { |
|
48 | 48 | color: #444; |
|
49 | 49 | } |
|
50 | 50 | |
|
51 | 51 | .post, .dead_post, #posts-table { |
|
52 | 52 | margin: 5px; |
|
53 | 53 | padding: 10px; |
|
54 | 54 | background: rgb(221, 221, 221); |
|
55 | 55 | border: 1px solid rgb(204, 204, 204); |
|
56 | 56 | border-radius: 5px 5px 5px 5px; |
|
57 | 57 | clear: left; |
|
58 | 58 | word-wrap: break-word; |
|
59 | 59 | display: table; |
|
60 | 60 | } |
|
61 | 61 | |
|
62 | 62 | .metadata { |
|
63 | 63 | padding: 5px; |
|
64 | 64 | margin-top: 10px; |
|
65 | 65 | border: solid 1px #666; |
|
66 | 66 | font-size: 0.9em; |
|
67 | 67 | display: table; |
|
68 | 68 | } |
|
69 | 69 | |
|
70 | 70 | .navigation_panel, .tag_info, .page_link { |
|
71 | 71 | margin: 5px; |
|
72 | 72 | padding: 10px; |
|
73 | 73 | border: 1px solid rgb(204, 204, 204); |
|
74 | 74 | border-radius: 5px 5px 5px 5px; |
|
75 | 75 | } |
|
76 | 76 | |
|
77 | 77 | .navigation_panel .link { |
|
78 | 78 | border-right: 1px solid #000; |
|
79 | 79 | font-weight: bold; |
|
80 | 80 | margin-right: 1ex; |
|
81 | 81 | padding-right: 1ex; |
|
82 | 82 | } |
|
83 | 83 | .navigation_panel .link:last-child { |
|
84 | 84 | border-left: 1px solid #000; |
|
85 | 85 | border-right: none; |
|
86 | 86 | float: right; |
|
87 | 87 | margin-left: 1ex; |
|
88 | 88 | margin-right: 0; |
|
89 | 89 | padding-left: 1ex; |
|
90 | 90 | padding-right: 0; |
|
91 | 91 | } |
|
92 | 92 | |
|
93 | 93 | .navigation_panel::after, .post::after { |
|
94 | 94 | clear: both; |
|
95 | 95 | content: "."; |
|
96 | 96 | display: block; |
|
97 | 97 | height: 0; |
|
98 | 98 | line-height: 0; |
|
99 | 99 | visibility: hidden; |
|
100 | 100 | } |
|
101 | 101 | |
|
102 | 102 | p { |
|
103 | 103 | margin-top: .5em; |
|
104 | 104 | margin-bottom: .5em; |
|
105 | 105 | } |
|
106 | 106 | |
|
107 | 107 | .post-form-w { |
|
108 | 108 | display: table; |
|
109 | 109 | padding: 10px; |
|
110 | 110 | margin: 5px |
|
111 | 111 | } |
|
112 | 112 | |
|
113 | 113 | .form-row { |
|
114 | 114 | display: table-row; |
|
115 | 115 | } |
|
116 | 116 | |
|
117 | 117 | .form-label, .form-input, .form-errors { |
|
118 | 118 | display: table-cell; |
|
119 | 119 | } |
|
120 | 120 | |
|
121 | 121 | .form-label { |
|
122 | 122 | padding: .25em 1ex .25em 0; |
|
123 | 123 | vertical-align: top; |
|
124 | 124 | } |
|
125 | 125 | |
|
126 | 126 | .form-input { |
|
127 | 127 | padding: .25em 0; |
|
128 | 128 | } |
|
129 | 129 | |
|
130 | 130 | .form-errors { |
|
131 | 131 | padding-left: 1ex; |
|
132 | 132 | font-weight: bold; |
|
133 | 133 | vertical-align: middle; |
|
134 | 134 | } |
|
135 | 135 | |
|
136 | 136 | .post-form input:not([name="image"]), .post-form textarea { |
|
137 | 137 | background: #fff; |
|
138 | 138 | color: #000; |
|
139 | 139 | border: solid 1px; |
|
140 | 140 | padding: 0; |
|
141 | 141 | width: 100%; |
|
142 | 142 | font: medium sans; |
|
143 | 143 | } |
|
144 | 144 | |
|
145 | 145 | .form-submit { |
|
146 | 146 | border-bottom: 2px solid #ddd; |
|
147 | 147 | margin-bottom: .5em; |
|
148 | 148 | padding-bottom: .5em; |
|
149 | 149 | } |
|
150 | 150 | |
|
151 | 151 | .form-title { |
|
152 | 152 | font-weight: bold; |
|
153 | 153 | } |
|
154 | 154 | |
|
155 | 155 | input[type="submit"] { |
|
156 | 156 | background: #fff; |
|
157 | 157 | border: solid 1px #000; |
|
158 | 158 | color: #000; |
|
159 | 159 | } |
|
160 | 160 | |
|
161 | 161 | blockquote { |
|
162 | 162 | border-left: solid 2px; |
|
163 | 163 | padding-left: 5px; |
|
164 | 164 | color: #B1FB17; |
|
165 | 165 | margin: 0; |
|
166 | 166 | } |
|
167 | 167 | |
|
168 | 168 | .post > .image { |
|
169 | 169 | float: left; |
|
170 | 170 | margin: 0 1ex .5ex 0; |
|
171 | 171 | min-width: 1px; |
|
172 | 172 | text-align: center; |
|
173 | 173 | display: table-row; |
|
174 | 174 | } |
|
175 | 175 | |
|
176 | 176 | .post > .metadata { |
|
177 | 177 | clear: left; |
|
178 | 178 | } |
|
179 | 179 | |
|
180 | 180 | .get { |
|
181 | 181 | font-weight: bold; |
|
182 | 182 | color: #d55; |
|
183 | 183 | } |
|
184 | 184 | |
|
185 | 185 | * { |
|
186 | 186 | text-decoration: none; |
|
187 | 187 | } |
|
188 | 188 | |
|
189 | 189 | .dead_post { |
|
190 | 190 | border-top: solid #d5494f; |
|
191 | 191 | } |
|
192 | 192 | |
|
193 | 193 | .archive_post { |
|
194 | 194 | border-top: solid #575e9f; |
|
195 | 195 | } |
|
196 | 196 | |
|
197 | 197 | .quote { |
|
198 | 198 | color: #080; |
|
199 | 199 | font-style: italic; |
|
200 | 200 | } |
|
201 | 201 | |
|
202 | 202 | .spoiler { |
|
203 | 203 | background: white; |
|
204 | 204 | color: white; |
|
205 | 205 | } |
|
206 | 206 | |
|
207 | 207 | .spoiler:hover { |
|
208 | 208 | color: black; |
|
209 | 209 | } |
|
210 | 210 | |
|
211 | 211 | .comment { |
|
212 | 212 | color: #8B6914; |
|
213 | 213 | font-style: italic; |
|
214 | 214 | } |
|
215 | 215 | |
|
216 | 216 | a:hover { |
|
217 | 217 | text-decoration: underline; |
|
218 | 218 | } |
|
219 | 219 | |
|
220 | 220 | .last-replies { |
|
221 | 221 | margin-left: 3ex; |
|
222 | 222 | } |
|
223 | 223 | |
|
224 | 224 | .thread { |
|
225 | 225 | margin-bottom: 3ex; |
|
226 | 226 | } |
|
227 | 227 | |
|
228 | 228 | .post:target { |
|
229 | 229 | border: solid 2px black; |
|
230 | 230 | } |
|
231 | 231 | |
|
232 | 232 | pre{ |
|
233 | 233 | white-space:pre-wrap |
|
234 | 234 | } |
|
235 | 235 | |
|
236 | 236 | li { |
|
237 | 237 | list-style-position: inside; |
|
238 | 238 | } |
|
239 | 239 | |
|
240 | 240 | .fancybox-skin { |
|
241 | 241 | position: relative; |
|
242 | 242 | background-color: #fff; |
|
243 | 243 | color: #ddd; |
|
244 | 244 | text-shadow: none; |
|
245 | 245 | } |
|
246 | 246 | |
|
247 | 247 | .fancybox-image { |
|
248 | 248 | border: 1px solid black; |
|
249 | 249 | } |
|
250 | 250 | |
|
251 | 251 | .image-mode-tab { |
|
252 | 252 | display: table; |
|
253 | 253 | margin: 5px; |
|
254 | 254 | padding: 5px; |
|
255 | 255 | background: rgb(221, 221, 221); |
|
256 | 256 | border: 1px solid rgb(204, 204, 204); |
|
257 | 257 | border-radius: 5px 5px 5px 5px; |
|
258 | 258 | } |
|
259 | 259 | |
|
260 | 260 | .image-mode-tab > label { |
|
261 | 261 | margin: 0 1ex; |
|
262 | 262 | } |
|
263 | 263 | |
|
264 | 264 | .image-mode-tab > label > input { |
|
265 | 265 | margin-right: .5ex; |
|
266 | 266 | } |
|
267 | 267 | |
|
268 | 268 | #posts-table { |
|
269 | 269 | margin: 5px; |
|
270 | 270 | } |
|
271 | 271 | |
|
272 | 272 | .tag_info, .page_link { |
|
273 | 273 | display: table; |
|
274 | 274 | } |
|
275 | 275 | |
|
276 | 276 | .tag_info > h2 { |
|
277 | 277 | margin: 0; |
|
278 | 278 | } |
|
279 | 279 | |
|
280 | 280 | .moderator_info { |
|
281 | 281 | color: #e99d41; |
|
282 | 282 | border: dashed 1px; |
|
283 | 283 | padding: 3px; |
|
284 | 284 | } |
|
285 | 285 | |
|
286 | 286 | .refmap { |
|
287 | 287 | font-size: 0.9em; |
|
288 | 288 | color: #444; |
|
289 | 289 | margin-top: 1em; |
|
290 | 290 | } |
|
291 | 291 | |
|
292 | 292 | input[type="submit"]:hover { |
|
293 | 293 | background: #ccc; |
|
294 | 294 | } |
|
295 | 295 | |
|
296 | 296 | |
|
297 | 297 | .fav { |
|
298 | 298 | color: rgb(255, 102, 0); |
|
299 | 299 | } |
|
300 | 300 | |
|
301 | 301 | .not_fav { |
|
302 | 302 | color: #555; |
|
303 | 303 | } |
|
304 | 304 | |
|
305 | .role { | |
|
306 | text-decoration: underline; | |
|
307 | } | |
|
308 | ||
|
309 | 305 | .form-email { |
|
310 | 306 | display: none; |
|
311 | 307 | } |
|
312 | 308 | |
|
313 | 309 | .mark_btn { |
|
314 | 310 | padding: 2px 2ex; |
|
315 | 311 | border: 1px solid; |
|
316 | 312 | } |
|
317 | 313 | |
|
318 | 314 | .mark_btn:hover { |
|
319 | 315 | background: #ccc; |
|
320 | 316 | } |
|
321 | 317 | |
|
322 | 318 | .bar-value { |
|
323 | 319 | background: rgba(251, 199, 16, 0.61); |
|
324 | 320 | padding: 2px; |
|
325 | 321 | font-size: 0.9em; |
|
326 | 322 | height: 1.5em; |
|
327 | 323 | } |
|
328 | 324 | |
|
329 | 325 | .bar-bg { |
|
330 | 326 | position: relative; |
|
331 | 327 | border: 1px solid rgb(204, 204, 204); |
|
332 | 328 | border-radius: 5px 5px 5px 5px; |
|
333 | 329 | margin: 5px; |
|
334 | 330 | overflow: hidden; |
|
335 | 331 | } |
|
336 | 332 | |
|
337 | 333 | .bar-text { |
|
338 | 334 | padding: 2px; |
|
339 | 335 | position: absolute; |
|
340 | 336 | left: 0; |
|
341 | 337 | top: 0; |
|
342 | 338 | } |
|
343 | 339 | |
|
344 | 340 | .skipped_replies { |
|
345 | 341 | margin: 5px; |
|
346 | 342 | } |
|
347 | 343 | |
|
348 | 344 | .current_page, .current_mode { |
|
349 | 345 | border: solid 1px #000; |
|
350 | 346 | padding: 2px; |
|
351 | 347 | } |
|
352 | 348 | |
|
353 | 349 | .tag_item { |
|
354 | 350 | display: inline-block; |
|
355 | 351 | border: 1px solid #ccc; |
|
356 | 352 | margin: 0.3ex; |
|
357 | 353 | padding: 0.2ex; |
|
358 | 354 | } |
|
359 | 355 | |
|
360 | 356 | .multiquote { |
|
361 | 357 | padding: 3px; |
|
362 | 358 | display: inline-block; |
|
363 | 359 | background: #ddd; |
|
364 | 360 | border-style: solid; |
|
365 | 361 | border-width: 1px 1px 1px 4px; |
|
366 | 362 | border-color: #222; |
|
367 | 363 | font-size: 0.9em; |
|
368 | 364 | } |
|
369 | 365 | |
|
370 | 366 | .highlight { |
|
371 | 367 | background-color: #F9E8A5; |
|
372 | 368 | } |
|
373 | 369 | |
|
374 | 370 | #preview-text { |
|
375 | 371 | border: solid 1px black; |
|
376 | 372 | margin: 1ex 0 1ex 0; |
|
377 | 373 | padding: 1ex; |
|
378 | 374 | } |
|
379 | 375 | |
|
380 | 376 | .image-metadata { |
|
381 | 377 | font-style: italic; |
|
382 | 378 | font-size: 0.9em; |
|
383 | 379 | } |
|
384 | 380 | |
|
385 | 381 | .post-blink { |
|
386 | 382 | background-color: #333; |
|
387 | 383 | } |
@@ -1,422 +1,418 b'' | |||
|
1 | 1 | * { |
|
2 | 2 | font-size: inherit; |
|
3 | 3 | margin: 0; |
|
4 | 4 | padding: 0; |
|
5 | 5 | } |
|
6 | 6 | html { |
|
7 | 7 | background: #fff; |
|
8 | 8 | color: #000; |
|
9 | 9 | font: medium sans-serif; |
|
10 | 10 | } |
|
11 | 11 | a { |
|
12 | 12 | color: inherit; |
|
13 | 13 | text-decoration: underline; |
|
14 | 14 | } |
|
15 | 15 | li { |
|
16 | 16 | list-style-position: inside; |
|
17 | 17 | } |
|
18 | 18 | |
|
19 | 19 | #admin_panel { |
|
20 | 20 | background: #182F6F; |
|
21 | 21 | color: #fff; |
|
22 | 22 | padding: .5ex 1ex .5ex 1ex; |
|
23 | 23 | } |
|
24 | 24 | |
|
25 | 25 | .navigation_panel { |
|
26 | 26 | background: #182F6F; |
|
27 | 27 | color: #B4CFEC; |
|
28 | 28 | margin-bottom: 1em; |
|
29 | 29 | padding: .5ex 1ex 1ex 1ex; |
|
30 | 30 | } |
|
31 | 31 | .navigation_panel::after { |
|
32 | 32 | clear: both; |
|
33 | 33 | content: "."; |
|
34 | 34 | display: block; |
|
35 | 35 | height: 0; |
|
36 | 36 | line-height: 0; |
|
37 | 37 | visibility: hidden; |
|
38 | 38 | } |
|
39 | 39 | |
|
40 | 40 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { |
|
41 | 41 | text-decoration: none; |
|
42 | 42 | } |
|
43 | 43 | |
|
44 | 44 | .navigation_panel .link { |
|
45 | 45 | border-right: 1px solid #fff; |
|
46 | 46 | color: #fff; |
|
47 | 47 | font-weight: bold; |
|
48 | 48 | margin-right: 1ex; |
|
49 | 49 | padding-right: 1ex; |
|
50 | 50 | } |
|
51 | 51 | .navigation_panel .right-link { |
|
52 | 52 | border-left: 1px solid #fff; |
|
53 | 53 | border-right: none; |
|
54 | 54 | float: right; |
|
55 | 55 | margin-left: 1ex; |
|
56 | 56 | margin-right: 0; |
|
57 | 57 | padding-left: 1ex; |
|
58 | 58 | padding-right: 0; |
|
59 | 59 | } |
|
60 | 60 | |
|
61 | 61 | .navigation_panel .tag { |
|
62 | 62 | color: #fff; |
|
63 | 63 | } |
|
64 | 64 | |
|
65 | 65 | .input_field { |
|
66 | 66 | |
|
67 | 67 | } |
|
68 | 68 | |
|
69 | 69 | .input_field_name { |
|
70 | 70 | |
|
71 | 71 | } |
|
72 | 72 | |
|
73 | 73 | .input_field_error { |
|
74 | 74 | color: #FF0000; |
|
75 | 75 | } |
|
76 | 76 | |
|
77 | 77 | |
|
78 | 78 | .title { |
|
79 | 79 | color: #182F6F; |
|
80 | 80 | font-weight: bold; |
|
81 | 81 | } |
|
82 | 82 | |
|
83 | 83 | .post-form-w { |
|
84 | 84 | background: #182F6F; |
|
85 | 85 | border-radius: 1ex; |
|
86 | 86 | color: #fff; |
|
87 | 87 | margin: 1em 1ex; |
|
88 | 88 | padding: 1ex; |
|
89 | 89 | } |
|
90 | 90 | |
|
91 | 91 | .form-row { |
|
92 | 92 | display: table; |
|
93 | 93 | width: 100%; |
|
94 | 94 | } |
|
95 | 95 | .form-label, .form-input { |
|
96 | 96 | display: table-cell; |
|
97 | 97 | vertical-align: top; |
|
98 | 98 | } |
|
99 | 99 | .form-label { |
|
100 | 100 | padding: .25em 1ex .25em 0; |
|
101 | 101 | width: 14ex; |
|
102 | 102 | } |
|
103 | 103 | .form-input { |
|
104 | 104 | padding: .25em 0; |
|
105 | 105 | } |
|
106 | 106 | .form-input > * { |
|
107 | 107 | background: #fff; |
|
108 | 108 | color: #000; |
|
109 | 109 | border: none; |
|
110 | 110 | padding: 0; |
|
111 | 111 | resize: vertical; |
|
112 | 112 | } |
|
113 | 113 | |
|
114 | 114 | .form-input > :not(.file_wrap) { |
|
115 | 115 | width: 100%; |
|
116 | 116 | } |
|
117 | 117 | |
|
118 | 118 | .form-submit { |
|
119 | 119 | border-bottom: 1px solid #666; |
|
120 | 120 | margin-bottom: .5em; |
|
121 | 121 | padding-bottom: .5em; |
|
122 | 122 | } |
|
123 | 123 | .form-title { |
|
124 | 124 | font-weight: bold; |
|
125 | 125 | margin-bottom: .5em; |
|
126 | 126 | } |
|
127 | 127 | .post-form .settings_item { |
|
128 | 128 | margin: .5em 0; |
|
129 | 129 | } |
|
130 | 130 | .form-submit input { |
|
131 | 131 | margin-top: .5em; |
|
132 | 132 | padding: .2em 1ex; |
|
133 | 133 | } |
|
134 | 134 | .form-label { |
|
135 | 135 | text-align: left; |
|
136 | 136 | } |
|
137 | 137 | |
|
138 | 138 | .block { |
|
139 | 139 | display: inline-block; |
|
140 | 140 | vertical-align: top; |
|
141 | 141 | } |
|
142 | 142 | |
|
143 | 143 | .post_id { |
|
144 | 144 | color: #a00; |
|
145 | 145 | } |
|
146 | 146 | |
|
147 | 147 | .post { |
|
148 | 148 | clear: left; |
|
149 | 149 | margin: 0 1ex 1em 1ex; |
|
150 | 150 | overflow-x: auto; |
|
151 | 151 | word-wrap: break-word; |
|
152 | 152 | background: #FFF; |
|
153 | 153 | padding: 1ex; |
|
154 | 154 | border: 1px solid #666; |
|
155 | 155 | box-shadow: 1px 1px 2px 1px #666; |
|
156 | 156 | } |
|
157 | 157 | |
|
158 | 158 | #posts > .post:last-child { |
|
159 | 159 | border-bottom: none; |
|
160 | 160 | padding-bottom: 0; |
|
161 | 161 | } |
|
162 | 162 | |
|
163 | 163 | .metadata { |
|
164 | 164 | background: #C0E4E8; |
|
165 | 165 | border: 1px solid #7F9699; |
|
166 | 166 | border-radius: .4ex; |
|
167 | 167 | display: table; |
|
168 | 168 | margin-top: .5em; |
|
169 | 169 | padding: .4em; |
|
170 | 170 | } |
|
171 | 171 | |
|
172 | 172 | .post ul, .post ol { |
|
173 | 173 | margin: .5em 0 .5em 3ex; |
|
174 | 174 | } |
|
175 | 175 | .post li { |
|
176 | 176 | margin: .2em 0; |
|
177 | 177 | } |
|
178 | 178 | .post p { |
|
179 | 179 | margin: .5em 0; |
|
180 | 180 | } |
|
181 | 181 | .post blockquote { |
|
182 | 182 | border-left: 3px solid #182F6F; |
|
183 | 183 | margin: .5em 0 .5em 3ex; |
|
184 | 184 | padding-left: 1ex; |
|
185 | 185 | } |
|
186 | 186 | .post blockquote > blockquote { |
|
187 | 187 | padding-top: .1em; |
|
188 | 188 | } |
|
189 | 189 | |
|
190 | 190 | .post > .image { |
|
191 | 191 | float: left; |
|
192 | 192 | margin-right: 1ex; |
|
193 | 193 | } |
|
194 | 194 | .post > .metadata { |
|
195 | 195 | clear: left; |
|
196 | 196 | } |
|
197 | 197 | |
|
198 | 198 | .post > .message .get { |
|
199 | 199 | color: #182F6F; font-weight: bold; |
|
200 | 200 | } |
|
201 | 201 | |
|
202 | 202 | .dead_post > .metadata { |
|
203 | 203 | background: #eee; |
|
204 | 204 | } |
|
205 | 205 | |
|
206 | 206 | .quote, .multiquote { |
|
207 | 207 | color: #182F6F; |
|
208 | 208 | } |
|
209 | 209 | |
|
210 | 210 | .spoiler { |
|
211 | 211 | background: black; |
|
212 | 212 | color: black; |
|
213 | 213 | } |
|
214 | 214 | |
|
215 | 215 | .spoiler:hover { |
|
216 | 216 | background: #ffffff; |
|
217 | 217 | } |
|
218 | 218 | |
|
219 | 219 | .comment { |
|
220 | 220 | color: #557055; |
|
221 | 221 | } |
|
222 | 222 | |
|
223 | 223 | .last-replies { |
|
224 | 224 | margin-left: 6ex; |
|
225 | 225 | } |
|
226 | 226 | |
|
227 | 227 | .thread > .post > .message > .post-info { |
|
228 | 228 | border-bottom: 1px solid #ccc; |
|
229 | 229 | padding-bottom: .5em; |
|
230 | 230 | } |
|
231 | 231 | |
|
232 | 232 | :target .post_id { |
|
233 | 233 | background: #182F6F; |
|
234 | 234 | color: #FFF; |
|
235 | 235 | text-decoration: none; |
|
236 | 236 | } |
|
237 | 237 | |
|
238 | 238 | .image-mode-tab { |
|
239 | 239 | background: #182F6F; |
|
240 | 240 | color: #FFF; |
|
241 | 241 | display: table; |
|
242 | 242 | margin: 1em auto 1em 0; |
|
243 | 243 | padding: .2em .5ex; |
|
244 | 244 | } |
|
245 | 245 | |
|
246 | 246 | .image-mode-tab > label { |
|
247 | 247 | margin: 0 1ex; |
|
248 | 248 | } |
|
249 | 249 | |
|
250 | 250 | .image-mode-tab > label > input { |
|
251 | 251 | margin-right: .5ex; |
|
252 | 252 | } |
|
253 | 253 | |
|
254 | 254 | .tag_info, .page_link { |
|
255 | 255 | margin: 1em 0; |
|
256 | 256 | text-align: center; |
|
257 | 257 | } |
|
258 | 258 | |
|
259 | 259 | .form-errors { |
|
260 | 260 | margin-left: 1ex; |
|
261 | 261 | } |
|
262 | 262 | |
|
263 | 263 | .moderator_info { |
|
264 | 264 | font-weight: bold; |
|
265 | 265 | float: right; |
|
266 | 266 | } |
|
267 | 267 | |
|
268 | 268 | .refmap { |
|
269 | 269 | border: 1px dashed #aaa; |
|
270 | 270 | padding: 0.5em; |
|
271 | 271 | display: table; |
|
272 | 272 | } |
|
273 | 273 | |
|
274 | 274 | .fav { |
|
275 | 275 | color: blue; |
|
276 | 276 | } |
|
277 | 277 | |
|
278 | 278 | .not_fav { |
|
279 | 279 | color: #ccc; |
|
280 | 280 | } |
|
281 | 281 | |
|
282 | .role { | |
|
283 | text-decoration: underline; | |
|
284 | } | |
|
285 | ||
|
286 | 282 | .form-email { |
|
287 | 283 | display: none; |
|
288 | 284 | } |
|
289 | 285 | |
|
290 | 286 | .bar-value { |
|
291 | 287 | background: #E3E7F2; |
|
292 | 288 | padding: .1em 1ex; |
|
293 | 289 | moz-box-sizing: border-box; |
|
294 | 290 | box-sizing: border-box; |
|
295 | 291 | height: 1.5em; |
|
296 | 292 | } |
|
297 | 293 | |
|
298 | 294 | .bar-bg { |
|
299 | 295 | background: #EA4649; |
|
300 | 296 | border: 1px solid #666; |
|
301 | 297 | margin: 0 1ex 1em 1ex; |
|
302 | 298 | position: relative; |
|
303 | 299 | overflow: hidden; |
|
304 | 300 | } |
|
305 | 301 | |
|
306 | 302 | .bar-text { |
|
307 | 303 | padding: 2px; |
|
308 | 304 | position: absolute; |
|
309 | 305 | left: 0; |
|
310 | 306 | top: 0; |
|
311 | 307 | } |
|
312 | 308 | |
|
313 | 309 | .skipped_replies { |
|
314 | 310 | margin: 1ex; |
|
315 | 311 | } |
|
316 | 312 | |
|
317 | 313 | #mark-panel { |
|
318 | 314 | background: #eee; |
|
319 | 315 | border-bottom: 1px solid #182F6F; |
|
320 | 316 | } |
|
321 | 317 | |
|
322 | 318 | .mark_btn { |
|
323 | 319 | display: inline-block; |
|
324 | 320 | padding: .2em 1ex; |
|
325 | 321 | border-left: 1px solid #182F6F; |
|
326 | 322 | } |
|
327 | 323 | |
|
328 | 324 | .mark_btn:first-child { |
|
329 | 325 | border-left: none; |
|
330 | 326 | } |
|
331 | 327 | |
|
332 | 328 | .mark_btn:last-child { |
|
333 | 329 | border-right: 1px solid #182F6F; |
|
334 | 330 | } |
|
335 | 331 | |
|
336 | 332 | .current_page { |
|
337 | 333 | border-bottom: 1px solid #FFF; |
|
338 | 334 | padding: 0px 0.5ex; |
|
339 | 335 | } |
|
340 | 336 | |
|
341 | 337 | .image-mode-tab a { |
|
342 | 338 | text-decoration: none; |
|
343 | 339 | } |
|
344 | 340 | .image-mode-tab .current_mode::before { |
|
345 | 341 | content: "✓ "; |
|
346 | 342 | padding: 0 0 0 .5ex; |
|
347 | 343 | color: #182F6F; |
|
348 | 344 | background: #FFF; |
|
349 | 345 | } |
|
350 | 346 | .image-mode-tab .current_mode { |
|
351 | 347 | padding: 0 .5ex 0 0; |
|
352 | 348 | color: #182F6F; |
|
353 | 349 | background: #FFF; |
|
354 | 350 | } |
|
355 | 351 | |
|
356 | 352 | .gallery_image_metadata { |
|
357 | 353 | margin-bottom: 1em; |
|
358 | 354 | } |
|
359 | 355 | |
|
360 | 356 | .gallery_image { |
|
361 | 357 | padding: 4px; |
|
362 | 358 | margin: .5em 0 0 1ex; |
|
363 | 359 | text-align: center; |
|
364 | 360 | vertical-align: top; |
|
365 | 361 | } |
|
366 | 362 | |
|
367 | 363 | .swappable-form-full > form { |
|
368 | 364 | display: table; |
|
369 | 365 | width: 100%; |
|
370 | 366 | } |
|
371 | 367 | |
|
372 | 368 | #id_models li { |
|
373 | 369 | list-style: none; |
|
374 | 370 | } |
|
375 | 371 | |
|
376 | 372 | #id_q { |
|
377 | 373 | margin-left: 1ex; |
|
378 | 374 | } |
|
379 | 375 | |
|
380 | 376 | .br { |
|
381 | 377 | margin-top: 0.5em; |
|
382 | 378 | margin-bottom: 0.5em; |
|
383 | 379 | } |
|
384 | 380 | |
|
385 | 381 | .message, .refmap { |
|
386 | 382 | margin-top: .5em; |
|
387 | 383 | } |
|
388 | 384 | |
|
389 | 385 | .user-cast { |
|
390 | 386 | padding: 0.2em .5ex; |
|
391 | 387 | background: #008; |
|
392 | 388 | color: #FFF; |
|
393 | 389 | display: inline-block; |
|
394 | 390 | text-decoration: none; |
|
395 | 391 | } |
|
396 | 392 | |
|
397 | 393 | .highlight { |
|
398 | 394 | background-color: #D4F0F9; |
|
399 | 395 | } |
|
400 | 396 | |
|
401 | 397 | .dead_post { |
|
402 | 398 | border-right: 1ex solid #666; |
|
403 | 399 | } |
|
404 | 400 | |
|
405 | 401 | #preview-text { |
|
406 | 402 | border: solid 1px white; |
|
407 | 403 | margin: 1ex 0 1ex 0; |
|
408 | 404 | padding: 1ex; |
|
409 | 405 | } |
|
410 | 406 | |
|
411 | 407 | .image-metadata { |
|
412 | 408 | font-style: italic; |
|
413 | 409 | font-size: 0.9em; |
|
414 | 410 | } |
|
415 | 411 | |
|
416 | 412 | audio { |
|
417 | 413 | margin-top: 1em; |
|
418 | 414 | } |
|
419 | 415 | |
|
420 | 416 | .post-blink { |
|
421 | 417 | background-color: #ccc; |
|
422 | 418 | } |
@@ -1,37 +1,34 b'' | |||
|
1 | 1 | {% extends "boards/base.html" %} |
|
2 | 2 | |
|
3 | 3 | {% load i18n %} |
|
4 | 4 | |
|
5 | 5 | {% block head %} |
|
6 | 6 | <title>{% trans "Authors" %}</title> |
|
7 | 7 | {% endblock %} |
|
8 | 8 | |
|
9 | 9 | {% block content %} |
|
10 | 10 | <div class="post"> |
|
11 | 11 | <p><img src="{{ STATIC_URL }}favicon.png" width="200" /></p> |
|
12 | 12 | <h2>{% trans 'Statistics' %}</h2> |
|
13 | 13 | <p>{% trans 'Size of media:' %} {{ media_size|filesizeformat }}. |
|
14 | 14 | <p>{% blocktrans count count=post_count %}{{ count }} message{% plural %}messages{% endblocktrans %}.</p> |
|
15 | 15 | <h2>{% trans 'Authors' %}</h2> |
|
16 | 16 | {% for nick, values in authors.items %} |
|
17 | 17 | <p> |
|
18 | 18 | <b>{{ nick }}</b> ({{ values.name }}): |
|
19 | 19 | {% for value in values.contacts %} |
|
20 | 20 | <a href="mailto:{{ value }}">{{ value }}</a> |
|
21 | 21 | {% endfor %} - |
|
22 |
{ |
|
|
23 | <span class="role">{% trans role %}</span> | |
|
24 | {% if not forloop.last %}, {% endif %} | |
|
25 | {% endfor %} | |
|
22 | {{ values.roles|join:', ' }} | |
|
26 | 23 | </p> |
|
27 | 24 | {% endfor %} |
|
28 | 25 | <br /> |
|
29 | 26 | <p>{% trans "Distributed under the" %} |
|
30 | 27 | <a href="http://www.gnu.org/licenses/gpl.html" >GNU GPLv3</a> |
|
31 | 28 | {% trans "license" %}</p> |
|
32 | 29 | <p><a href="https://bitbucket.org/neko259/neboard"> |
|
33 | 30 | {% trans "Repository" %}</a></p> |
|
34 | 31 | |
|
35 | 32 | <p>Bitcoin: <b>1A4dePg6CGfYcJ7SH1tbaVdjjj1VLv8X1H</b></p> |
|
36 | 33 | </div> |
|
37 | 34 | {% endblock %} |
General Comments 0
You need to be logged in to leave comments.
Login now