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