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