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