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