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