Show More
@@ -1,516 +1,521 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 | .navigation_panel .link { | |
|
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 | .navigation_panel .link:last-child { | |
|
94 | ||
|
95 | .navigation_panel .right-link { | |
|
95 | 96 | border-left: 1px solid #fff; |
|
96 | 97 | border-right: none; |
|
97 | 98 | float: right; |
|
98 | 99 | margin-left: 1ex; |
|
99 | 100 | margin-right: 0; |
|
100 | 101 | padding-left: 1ex; |
|
101 | 102 | padding-right: 0; |
|
102 | 103 | } |
|
103 | 104 | |
|
105 | .navigation_panel .link { | |
|
106 | font-weight: bold; | |
|
107 | } | |
|
108 | ||
|
104 | 109 | .navigation_panel::after, .post::after { |
|
105 | 110 | clear: both; |
|
106 | 111 | content: "."; |
|
107 | 112 | display: block; |
|
108 | 113 | height: 0; |
|
109 | 114 | line-height: 0; |
|
110 | 115 | visibility: hidden; |
|
111 | 116 | } |
|
112 | 117 | |
|
113 | 118 | .header { |
|
114 | 119 | border-bottom: solid 2px #ccc; |
|
115 | 120 | margin-bottom: 5px; |
|
116 | 121 | border-top: none; |
|
117 | 122 | margin-top: 0; |
|
118 | 123 | } |
|
119 | 124 | |
|
120 | 125 | .footer { |
|
121 | 126 | border-top: solid 2px #ccc; |
|
122 | 127 | margin-top: 5px; |
|
123 | 128 | border-bottom: none; |
|
124 | 129 | margin-bottom: 0; |
|
125 | 130 | } |
|
126 | 131 | |
|
127 | 132 | p, .br { |
|
128 | 133 | margin-top: .5em; |
|
129 | 134 | margin-bottom: .5em; |
|
130 | 135 | } |
|
131 | 136 | |
|
132 | 137 | .post-form-w { |
|
133 | 138 | background: #333344; |
|
134 | 139 | border-top: solid 1px #888; |
|
135 | 140 | border-bottom: solid 1px #888; |
|
136 | 141 | color: #fff; |
|
137 | 142 | padding: 10px; |
|
138 | 143 | margin-bottom: 5px; |
|
139 | 144 | margin-top: 5px; |
|
140 | 145 | } |
|
141 | 146 | |
|
142 | 147 | .form-row { |
|
143 | 148 | width: 100%; |
|
144 | 149 | } |
|
145 | 150 | |
|
146 | 151 | .form-label { |
|
147 | 152 | padding: .25em 1ex .25em 0; |
|
148 | 153 | vertical-align: top; |
|
149 | 154 | } |
|
150 | 155 | |
|
151 | 156 | .form-input { |
|
152 | 157 | padding: .25em 0; |
|
153 | 158 | } |
|
154 | 159 | |
|
155 | 160 | .form-errors { |
|
156 | 161 | font-weight: bolder; |
|
157 | 162 | vertical-align: middle; |
|
158 | 163 | } |
|
159 | 164 | |
|
160 | 165 | .post-form input:not([name="image"]), .post-form textarea { |
|
161 | 166 | background: #333; |
|
162 | 167 | color: #fff; |
|
163 | 168 | border: solid 1px; |
|
164 | 169 | padding: 0; |
|
165 | 170 | font: medium sans-serif; |
|
166 | 171 | width: 100%; |
|
167 | 172 | } |
|
168 | 173 | |
|
169 | 174 | .post-form textarea { |
|
170 | 175 | resize: vertical; |
|
171 | 176 | } |
|
172 | 177 | |
|
173 | 178 | .form-submit { |
|
174 | 179 | display: table; |
|
175 | 180 | margin-bottom: 1ex; |
|
176 | 181 | margin-top: 1ex; |
|
177 | 182 | } |
|
178 | 183 | |
|
179 | 184 | .form-title { |
|
180 | 185 | font-weight: bold; |
|
181 | 186 | font-size: 2ex; |
|
182 | 187 | margin-bottom: 0.5ex; |
|
183 | 188 | } |
|
184 | 189 | |
|
185 | 190 | .post-form input[type="submit"], input[type="submit"] { |
|
186 | 191 | background: #222; |
|
187 | 192 | border: solid 2px #fff; |
|
188 | 193 | color: #fff; |
|
189 | 194 | padding: 0.5ex; |
|
190 | 195 | } |
|
191 | 196 | |
|
192 | 197 | input[type="submit"]:hover { |
|
193 | 198 | background: #060; |
|
194 | 199 | } |
|
195 | 200 | |
|
196 | 201 | blockquote { |
|
197 | 202 | border-left: solid 2px; |
|
198 | 203 | padding-left: 5px; |
|
199 | 204 | color: #B1FB17; |
|
200 | 205 | margin: 0; |
|
201 | 206 | } |
|
202 | 207 | |
|
203 | 208 | .post > .image { |
|
204 | 209 | float: left; |
|
205 | 210 | margin: 0 1ex .5ex 0; |
|
206 | 211 | min-width: 1px; |
|
207 | 212 | text-align: center; |
|
208 | 213 | display: table-row; |
|
209 | 214 | } |
|
210 | 215 | |
|
211 | 216 | .post > .metadata { |
|
212 | 217 | clear: left; |
|
213 | 218 | } |
|
214 | 219 | |
|
215 | 220 | .get { |
|
216 | 221 | font-weight: bold; |
|
217 | 222 | color: #d55; |
|
218 | 223 | } |
|
219 | 224 | |
|
220 | 225 | * { |
|
221 | 226 | text-decoration: none; |
|
222 | 227 | } |
|
223 | 228 | |
|
224 | 229 | .dead_post { |
|
225 | 230 | background-color: #442222; |
|
226 | 231 | } |
|
227 | 232 | |
|
228 | 233 | .archive_post { |
|
229 | 234 | background-color: #000; |
|
230 | 235 | } |
|
231 | 236 | |
|
232 | 237 | .mark_btn { |
|
233 | 238 | border: 1px solid; |
|
234 | 239 | min-width: 2ex; |
|
235 | 240 | padding: 2px 2ex; |
|
236 | 241 | } |
|
237 | 242 | |
|
238 | 243 | .mark_btn:hover { |
|
239 | 244 | background: #555; |
|
240 | 245 | } |
|
241 | 246 | |
|
242 | 247 | .quote { |
|
243 | 248 | color: #92cf38; |
|
244 | 249 | font-style: italic; |
|
245 | 250 | } |
|
246 | 251 | |
|
247 | 252 | .multiquote { |
|
248 | 253 | padding: 3px; |
|
249 | 254 | display: inline-block; |
|
250 | 255 | background: #222; |
|
251 | 256 | border-style: solid; |
|
252 | 257 | border-width: 1px 1px 1px 4px; |
|
253 | 258 | font-size: 0.9em; |
|
254 | 259 | } |
|
255 | 260 | |
|
256 | 261 | .spoiler { |
|
257 | 262 | background: white; |
|
258 | 263 | color: white; |
|
259 | 264 | } |
|
260 | 265 | |
|
261 | 266 | .spoiler:hover { |
|
262 | 267 | color: black; |
|
263 | 268 | } |
|
264 | 269 | |
|
265 | 270 | .comment { |
|
266 | 271 | color: #eb2; |
|
267 | 272 | } |
|
268 | 273 | |
|
269 | 274 | a:hover { |
|
270 | 275 | text-decoration: underline; |
|
271 | 276 | } |
|
272 | 277 | |
|
273 | 278 | .last-replies { |
|
274 | 279 | margin-left: 3ex; |
|
275 | 280 | margin-right: 3ex; |
|
276 | 281 | border-left: solid 1px #777; |
|
277 | 282 | border-right: solid 1px #777; |
|
278 | 283 | } |
|
279 | 284 | |
|
280 | 285 | .last-replies > .post:first-child { |
|
281 | 286 | border-top: none; |
|
282 | 287 | } |
|
283 | 288 | |
|
284 | 289 | .thread { |
|
285 | 290 | margin-bottom: 3ex; |
|
286 | 291 | margin-top: 1ex; |
|
287 | 292 | } |
|
288 | 293 | |
|
289 | 294 | .post:target { |
|
290 | 295 | border: solid 2px white; |
|
291 | 296 | } |
|
292 | 297 | |
|
293 | 298 | pre{ |
|
294 | 299 | white-space:pre-wrap |
|
295 | 300 | } |
|
296 | 301 | |
|
297 | 302 | li { |
|
298 | 303 | list-style-position: inside; |
|
299 | 304 | } |
|
300 | 305 | |
|
301 | 306 | .fancybox-skin { |
|
302 | 307 | position: relative; |
|
303 | 308 | background-color: #fff; |
|
304 | 309 | color: #ddd; |
|
305 | 310 | text-shadow: none; |
|
306 | 311 | } |
|
307 | 312 | |
|
308 | 313 | .fancybox-image { |
|
309 | 314 | border: 1px solid black; |
|
310 | 315 | } |
|
311 | 316 | |
|
312 | 317 | .image-mode-tab { |
|
313 | 318 | background: #444; |
|
314 | 319 | color: #eee; |
|
315 | 320 | margin-top: 5px; |
|
316 | 321 | padding: 5px; |
|
317 | 322 | border-top: 1px solid #888; |
|
318 | 323 | border-bottom: 1px solid #888; |
|
319 | 324 | } |
|
320 | 325 | |
|
321 | 326 | .image-mode-tab > label { |
|
322 | 327 | margin: 0 1ex; |
|
323 | 328 | } |
|
324 | 329 | |
|
325 | 330 | .image-mode-tab > label > input { |
|
326 | 331 | margin-right: .5ex; |
|
327 | 332 | } |
|
328 | 333 | |
|
329 | 334 | #posts-table { |
|
330 | 335 | margin-top: 5px; |
|
331 | 336 | margin-bottom: 5px; |
|
332 | 337 | } |
|
333 | 338 | |
|
334 | 339 | .tag_info > h2 { |
|
335 | 340 | margin: 0; |
|
336 | 341 | } |
|
337 | 342 | |
|
338 | 343 | .post-info { |
|
339 | 344 | color: #ddd; |
|
340 | 345 | margin-bottom: 1ex; |
|
341 | 346 | } |
|
342 | 347 | |
|
343 | 348 | .moderator_info { |
|
344 | 349 | color: #e99d41; |
|
345 | 350 | float: right; |
|
346 | 351 | font-weight: bold; |
|
347 | 352 | opacity: 0.4; |
|
348 | 353 | } |
|
349 | 354 | |
|
350 | 355 | .moderator_info:hover { |
|
351 | 356 | opacity: 1; |
|
352 | 357 | } |
|
353 | 358 | |
|
354 | 359 | .refmap { |
|
355 | 360 | font-size: 0.9em; |
|
356 | 361 | color: #ccc; |
|
357 | 362 | margin-top: 1em; |
|
358 | 363 | } |
|
359 | 364 | |
|
360 | 365 | .fav { |
|
361 | 366 | color: yellow; |
|
362 | 367 | } |
|
363 | 368 | |
|
364 | 369 | .not_fav { |
|
365 | 370 | color: #ccc; |
|
366 | 371 | } |
|
367 | 372 | |
|
368 | 373 | .role { |
|
369 | 374 | text-decoration: underline; |
|
370 | 375 | } |
|
371 | 376 | |
|
372 | 377 | .form-email { |
|
373 | 378 | display: none; |
|
374 | 379 | } |
|
375 | 380 | |
|
376 | 381 | .bar-value { |
|
377 | 382 | background: rgba(50, 55, 164, 0.45); |
|
378 | 383 | font-size: 0.9em; |
|
379 | 384 | height: 1.5em; |
|
380 | 385 | } |
|
381 | 386 | |
|
382 | 387 | .bar-bg { |
|
383 | 388 | position: relative; |
|
384 | 389 | border-top: solid 1px #888; |
|
385 | 390 | border-bottom: solid 1px #888; |
|
386 | 391 | margin-top: 5px; |
|
387 | 392 | overflow: hidden; |
|
388 | 393 | } |
|
389 | 394 | |
|
390 | 395 | .bar-text { |
|
391 | 396 | padding: 2px; |
|
392 | 397 | position: absolute; |
|
393 | 398 | left: 0; |
|
394 | 399 | top: 0; |
|
395 | 400 | } |
|
396 | 401 | |
|
397 | 402 | .page_link { |
|
398 | 403 | background: #444; |
|
399 | 404 | border-top: solid 1px #888; |
|
400 | 405 | border-bottom: solid 1px #888; |
|
401 | 406 | padding: 5px; |
|
402 | 407 | color: #eee; |
|
403 | 408 | font-size: 2ex; |
|
404 | 409 | } |
|
405 | 410 | |
|
406 | 411 | .skipped_replies { |
|
407 | 412 | padding: 5px; |
|
408 | 413 | margin-left: 3ex; |
|
409 | 414 | margin-right: 3ex; |
|
410 | 415 | border-left: solid 1px #888; |
|
411 | 416 | border-right: solid 1px #888; |
|
412 | 417 | border-bottom: solid 1px #888; |
|
413 | 418 | background: #000; |
|
414 | 419 | } |
|
415 | 420 | |
|
416 | 421 | .current_page { |
|
417 | 422 | padding: 2px; |
|
418 | 423 | background-color: #afdcec; |
|
419 | 424 | color: #000; |
|
420 | 425 | } |
|
421 | 426 | |
|
422 | 427 | .current_mode { |
|
423 | 428 | font-weight: bold; |
|
424 | 429 | } |
|
425 | 430 | |
|
426 | 431 | .gallery_image { |
|
427 | 432 | border: solid 1px; |
|
428 | 433 | padding: 0.5ex; |
|
429 | 434 | margin: 0.5ex; |
|
430 | 435 | text-align: center; |
|
431 | 436 | } |
|
432 | 437 | |
|
433 | 438 | code { |
|
434 | 439 | border: dashed 1px #ccc; |
|
435 | 440 | background: #111; |
|
436 | 441 | padding: 2px; |
|
437 | 442 | font-size: 1.2em; |
|
438 | 443 | display: inline-block; |
|
439 | 444 | } |
|
440 | 445 | |
|
441 | 446 | pre { |
|
442 | 447 | overflow: auto; |
|
443 | 448 | } |
|
444 | 449 | |
|
445 | 450 | .img-full { |
|
446 | 451 | background: #222; |
|
447 | 452 | border: solid 1px white; |
|
448 | 453 | } |
|
449 | 454 | |
|
450 | 455 | .tag_item { |
|
451 | 456 | display: inline-block; |
|
452 | 457 | margin: 0.2ex; |
|
453 | 458 | padding: 0.1ex; |
|
454 | 459 | } |
|
455 | 460 | |
|
456 | 461 | #id_models li { |
|
457 | 462 | list-style: none; |
|
458 | 463 | } |
|
459 | 464 | |
|
460 | 465 | #id_q { |
|
461 | 466 | margin-left: 1ex; |
|
462 | 467 | } |
|
463 | 468 | |
|
464 | 469 | ul { |
|
465 | 470 | padding-left: 0px; |
|
466 | 471 | } |
|
467 | 472 | |
|
468 | 473 | .quote-header { |
|
469 | 474 | border-bottom: 2px solid #ddd; |
|
470 | 475 | margin-bottom: 1ex; |
|
471 | 476 | padding-bottom: .5ex; |
|
472 | 477 | color: #ddd; |
|
473 | 478 | font-size: 1.2em; |
|
474 | 479 | } |
|
475 | 480 | |
|
476 | 481 | /* Reflink preview */ |
|
477 | 482 | .post_preview { |
|
478 | 483 | border-left: 1px solid #777; |
|
479 | 484 | border-right: 1px solid #777; |
|
480 | 485 | max-width: 600px; |
|
481 | 486 | } |
|
482 | 487 | |
|
483 | 488 | /* Code highlighter */ |
|
484 | 489 | .hljs { |
|
485 | 490 | color: #fff; |
|
486 | 491 | background: #000; |
|
487 | 492 | display: inline-block; |
|
488 | 493 | } |
|
489 | 494 | |
|
490 | 495 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { |
|
491 | 496 | color: #fff; |
|
492 | 497 | } |
|
493 | 498 | |
|
494 | 499 | #up { |
|
495 | 500 | position: fixed; |
|
496 | 501 | bottom: 5px; |
|
497 | 502 | right: 5px; |
|
498 | 503 | border: 1px solid #777; |
|
499 | 504 | background: #000; |
|
500 | 505 | padding: 4px; |
|
501 | 506 | } |
|
502 | 507 | |
|
503 | 508 | .user-cast { |
|
504 | 509 | border: solid #ffffff 1px; |
|
505 | 510 | padding: .2ex; |
|
506 | 511 | background: #152154; |
|
507 | 512 | color: #fff; |
|
508 | 513 | } |
|
509 | 514 | |
|
510 | 515 | .highlight { |
|
511 | 516 | background-color: #222; |
|
512 | 517 | } |
|
513 | 518 | |
|
514 | 519 | .post-button-form > button:hover { |
|
515 | 520 | text-decoration: underline; |
|
516 | 521 | } |
@@ -1,403 +1,403 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 |
.navigation_panel .link |
|
|
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 | 282 | .role { |
|
283 | 283 | text-decoration: underline; |
|
284 | 284 | } |
|
285 | 285 | |
|
286 | 286 | .form-email { |
|
287 | 287 | display: none; |
|
288 | 288 | } |
|
289 | 289 | |
|
290 | 290 | .bar-value { |
|
291 | 291 | background: #E3E7F2; |
|
292 | 292 | padding: .1em 1ex; |
|
293 | 293 | moz-box-sizing: border-box; |
|
294 | 294 | box-sizing: border-box; |
|
295 | 295 | height: 1.5em; |
|
296 | 296 | } |
|
297 | 297 | |
|
298 | 298 | .bar-bg { |
|
299 | 299 | background: #EA4649; |
|
300 | 300 | border: 1px solid #666; |
|
301 | 301 | margin: 0 1ex 1em 1ex; |
|
302 | 302 | position: relative; |
|
303 | 303 | overflow: hidden; |
|
304 | 304 | } |
|
305 | 305 | |
|
306 | 306 | .bar-text { |
|
307 | 307 | padding: 2px; |
|
308 | 308 | position: absolute; |
|
309 | 309 | left: 0; |
|
310 | 310 | top: 0; |
|
311 | 311 | } |
|
312 | 312 | |
|
313 | 313 | .skipped_replies { |
|
314 | 314 | margin: 1ex; |
|
315 | 315 | } |
|
316 | 316 | |
|
317 | 317 | #mark-panel { |
|
318 | 318 | background: #eee; |
|
319 | 319 | border-bottom: 1px solid #182F6F; |
|
320 | 320 | } |
|
321 | 321 | |
|
322 | 322 | .mark_btn { |
|
323 | 323 | display: inline-block; |
|
324 | 324 | padding: .2em 1ex; |
|
325 | 325 | border-left: 1px solid #182F6F; |
|
326 | 326 | } |
|
327 | 327 | |
|
328 | 328 | .mark_btn:first-child { |
|
329 | 329 | border-left: none; |
|
330 | 330 | } |
|
331 | 331 | |
|
332 | 332 | .mark_btn:last-child { |
|
333 | 333 | border-right: 1px solid #182F6F; |
|
334 | 334 | } |
|
335 | 335 | |
|
336 | 336 | .current_page { |
|
337 | 337 | border-bottom: 1px solid #FFF; |
|
338 | 338 | padding: 0px 0.5ex; |
|
339 | 339 | } |
|
340 | 340 | |
|
341 | 341 | .image-mode-tab a { |
|
342 | 342 | text-decoration: none; |
|
343 | 343 | } |
|
344 | 344 | .image-mode-tab .current_mode::before { |
|
345 | 345 | content: "β "; |
|
346 | 346 | padding: 0 0 0 .5ex; |
|
347 | 347 | color: #182F6F; |
|
348 | 348 | background: #FFF; |
|
349 | 349 | } |
|
350 | 350 | .image-mode-tab .current_mode { |
|
351 | 351 | padding: 0 .5ex 0 0; |
|
352 | 352 | color: #182F6F; |
|
353 | 353 | background: #FFF; |
|
354 | 354 | } |
|
355 | 355 | |
|
356 | 356 | .gallery_image_metadata { |
|
357 | 357 | margin-bottom: 1em; |
|
358 | 358 | } |
|
359 | 359 | |
|
360 | 360 | .gallery_image { |
|
361 | 361 | padding: 4px; |
|
362 | 362 | margin: .5em 0 0 1ex; |
|
363 | 363 | text-align: center; |
|
364 | 364 | vertical-align: top; |
|
365 | 365 | } |
|
366 | 366 | |
|
367 | 367 | .swappable-form-full > form { |
|
368 | 368 | display: table; |
|
369 | 369 | width: 100%; |
|
370 | 370 | } |
|
371 | 371 | |
|
372 | 372 | #id_models li { |
|
373 | 373 | list-style: none; |
|
374 | 374 | } |
|
375 | 375 | |
|
376 | 376 | #id_q { |
|
377 | 377 | margin-left: 1ex; |
|
378 | 378 | } |
|
379 | 379 | |
|
380 | 380 | .br { |
|
381 | 381 | margin-top: 0.5em; |
|
382 | 382 | margin-bottom: 0.5em; |
|
383 | 383 | } |
|
384 | 384 | |
|
385 | 385 | .message, .refmap { |
|
386 | 386 | margin-top: .5em; |
|
387 | 387 | } |
|
388 | 388 | |
|
389 | 389 | .user-cast { |
|
390 | 390 | padding: 0.2em .5ex; |
|
391 | 391 | background: #008; |
|
392 | 392 | color: #FFF; |
|
393 | 393 | display: inline-block; |
|
394 | 394 | text-decoration: none; |
|
395 | 395 | } |
|
396 | 396 | |
|
397 | 397 | .highlight { |
|
398 | 398 | background-color: #D4F0F9; |
|
399 | 399 | } |
|
400 | 400 | |
|
401 | 401 | .dead_post { |
|
402 | 402 | border-right: 1ex solid #666; |
|
403 | 403 | } |
@@ -1,68 +1,68 b'' | |||
|
1 | 1 | {% load staticfiles %} |
|
2 | 2 | {% load i18n %} |
|
3 | 3 | {% load l10n %} |
|
4 | 4 | {% load static from staticfiles %} |
|
5 | 5 | |
|
6 | 6 | <!DOCTYPE html> |
|
7 | 7 | <html> |
|
8 | 8 | <head> |
|
9 | 9 | <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}" media="all"/> |
|
10 | 10 | <link rel="stylesheet" type="text/css" href="{% static 'css/3party/highlight.css' %}" media="all"/> |
|
11 | 11 | <link rel="stylesheet" type="text/css" href="{% static theme_css %}" media="all"/> |
|
12 | 12 | |
|
13 | 13 | <link rel="alternate" type="application/rss+xml" href="rss/" title="{% trans 'Feed' %}"/> |
|
14 | 14 | |
|
15 | 15 | <link rel="icon" type="image/png" |
|
16 | 16 | href="{% static 'favicon.png' %}"> |
|
17 | 17 | |
|
18 | 18 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
|
19 | 19 | <meta charset="utf-8"/> |
|
20 | 20 | |
|
21 | 21 | {% block head %}{% endblock %} |
|
22 | 22 | </head> |
|
23 | 23 | <body> |
|
24 | 24 | <script src="{% static 'js/jquery-2.0.1.min.js' %}"></script> |
|
25 | 25 | <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}"></script> |
|
26 | 26 | <script src="{% static 'js/jquery.mousewheel.js' %}"></script> |
|
27 | 27 | <script src="{% url 'js_info_dict' %}"></script> |
|
28 | 28 | |
|
29 | 29 | <div class="navigation_panel header"> |
|
30 | 30 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> |
|
31 | 31 | {% autoescape off %} |
|
32 | 32 | {{ tags_str }}, |
|
33 | 33 | {% endautoescape %} |
|
34 | 34 | <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}" |
|
35 | 35 | >[...]</a>, |
|
36 | 36 | <a href="{% url 'search' %}" title="{% trans 'Search' %}">[S]</a>. |
|
37 | 37 | |
|
38 | 38 | {% if username %} |
|
39 | <a href="{% url 'notifications' username %}" title="{% trans 'Notifications' %}"> | |
|
39 | <a class="right-link link" href="{% url 'notifications' username %}" title="{% trans 'Notifications' %}"> | |
|
40 | 40 | {% trans 'Notifications' %} |
|
41 | 41 | {% ifnotequal new_notifications_count 0 %} |
|
42 | 42 | (<b>{{ new_notifications_count }}</b>) |
|
43 | 43 | {% endifnotequal %} |
|
44 | 44 | </a> |
|
45 | 45 | {% endif %} |
|
46 | 46 | |
|
47 | <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> | |
|
47 | <a class="right-link link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> | |
|
48 | 48 | </div> |
|
49 | 49 | |
|
50 | 50 | {% block content %}{% endblock %} |
|
51 | 51 | |
|
52 | 52 | <script src="{% static 'js/3party/highlight.min.js' %}"></script> |
|
53 | 53 | <script src="{% static 'js/popup.js' %}"></script> |
|
54 | 54 | <script src="{% static 'js/image.js' %}"></script> |
|
55 | 55 | <script src="{% static 'js/refpopup.js' %}"></script> |
|
56 | 56 | <script src="{% static 'js/main.js' %}"></script> |
|
57 | 57 | |
|
58 | 58 | <div class="navigation_panel footer"> |
|
59 | 59 | {% block metapanel %}{% endblock %} |
|
60 | 60 | [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>] |
|
61 | 61 | {% with ppd=posts_per_day|floatformat:2 %} |
|
62 | 62 | {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %} |
|
63 | 63 | {% endwith %} |
|
64 | 64 | <a class="link" href="#top" id="up">{% trans 'Up' %}</a> |
|
65 | 65 | </div> |
|
66 | 66 | |
|
67 | 67 | </body> |
|
68 | 68 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now