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