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