##// END OF EJS Templates
Removed italic from comment, I don't like it
neko259 -
r613:af3c59ce default
parent child Browse files
Show More
@@ -1,402 +1,401 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;
227 }
226 }
228
227
229 a:hover {
228 a:hover {
230 text-decoration: underline;
229 text-decoration: underline;
231 }
230 }
232
231
233 .last-replies {
232 .last-replies {
234 margin-left: 3ex;
233 margin-left: 3ex;
235 margin-right: 3ex;
234 margin-right: 3ex;
236 }
235 }
237
236
238 .thread {
237 .thread {
239 margin-bottom: 3ex;
238 margin-bottom: 3ex;
240 }
239 }
241
240
242 .post:target {
241 .post:target {
243 border: solid 2px white;
242 border: solid 2px white;
244 }
243 }
245
244
246 pre{
245 pre{
247 white-space:pre-wrap
246 white-space:pre-wrap
248 }
247 }
249
248
250 li {
249 li {
251 list-style-position: inside;
250 list-style-position: inside;
252 }
251 }
253
252
254 .fancybox-skin {
253 .fancybox-skin {
255 position: relative;
254 position: relative;
256 background-color: #fff;
255 background-color: #fff;
257 color: #ddd;
256 color: #ddd;
258 text-shadow: none;
257 text-shadow: none;
259 }
258 }
260
259
261 .fancybox-image {
260 .fancybox-image {
262 border: 1px solid black;
261 border: 1px solid black;
263 }
262 }
264
263
265 .image-mode-tab {
264 .image-mode-tab {
266 background: #444;
265 background: #444;
267 color: #eee;
266 color: #eee;
268 display: table;
267 display: table;
269 margin: 5px;
268 margin: 5px;
270 padding: 5px;
269 padding: 5px;
271 border: 1px solid #888;
270 border: 1px solid #888;
272 }
271 }
273
272
274 .image-mode-tab > label {
273 .image-mode-tab > label {
275 margin: 0 1ex;
274 margin: 0 1ex;
276 }
275 }
277
276
278 .image-mode-tab > label > input {
277 .image-mode-tab > label > input {
279 margin-right: .5ex;
278 margin-right: .5ex;
280 }
279 }
281
280
282 #posts-table {
281 #posts-table {
283 margin: 5px;
282 margin: 5px;
284 }
283 }
285
284
286 .tag_info {
285 .tag_info {
287 display: table;
286 display: table;
288 }
287 }
289
288
290 .tag_info > h2 {
289 .tag_info > h2 {
291 margin: 0;
290 margin: 0;
292 }
291 }
293
292
294 .post-info {
293 .post-info {
295 color: #ddd;
294 color: #ddd;
296 }
295 }
297
296
298 .moderator_info {
297 .moderator_info {
299 color: #e99d41;
298 color: #e99d41;
300 float: right;
299 float: right;
301 font-weight: bold;
300 font-weight: bold;
302 }
301 }
303
302
304 .refmap {
303 .refmap {
305 font-size: 0.9em;
304 font-size: 0.9em;
306 color: #ccc;
305 color: #ccc;
307 margin-top: 1em;
306 margin-top: 1em;
308 }
307 }
309
308
310 .fav {
309 .fav {
311 color: yellow;
310 color: yellow;
312 }
311 }
313
312
314 .not_fav {
313 .not_fav {
315 color: #ccc;
314 color: #ccc;
316 }
315 }
317
316
318 .role {
317 .role {
319 text-decoration: underline;
318 text-decoration: underline;
320 }
319 }
321
320
322 .form-email {
321 .form-email {
323 display: none;
322 display: none;
324 }
323 }
325
324
326 .footer {
325 .footer {
327 margin: 5px;
326 margin: 5px;
328 }
327 }
329
328
330 .bar-value {
329 .bar-value {
331 background: rgba(50, 55, 164, 0.45);
330 background: rgba(50, 55, 164, 0.45);
332 font-size: 0.9em;
331 font-size: 0.9em;
333 height: 1.5em;
332 height: 1.5em;
334 }
333 }
335
334
336 .bar-bg {
335 .bar-bg {
337 position: relative;
336 position: relative;
338 border: solid 1px #888;
337 border: solid 1px #888;
339 margin: 5px;
338 margin: 5px;
340 overflow: hidden;
339 overflow: hidden;
341 }
340 }
342
341
343 .bar-text {
342 .bar-text {
344 padding: 2px;
343 padding: 2px;
345 position: absolute;
344 position: absolute;
346 left: 0;
345 left: 0;
347 top: 0;
346 top: 0;
348 }
347 }
349
348
350 .page_link {
349 .page_link {
351 display: table;
350 display: table;
352 background: #444;
351 background: #444;
353 margin: 5px;
352 margin: 5px;
354 border: solid 1px #888;
353 border: solid 1px #888;
355 padding: 5px;
354 padding: 5px;
356 font-weight: bolder;
355 font-weight: bolder;
357 color: #eee;
356 color: #eee;
358 }
357 }
359
358
360 .skipped_replies {
359 .skipped_replies {
361 margin: 5px;
360 margin: 5px;
362 }
361 }
363
362
364 .current_page {
363 .current_page {
365 border: solid 1px #afdcec;
364 border: solid 1px #afdcec;
366 padding: 2px;
365 padding: 2px;
367 }
366 }
368
367
369 .current_mode {
368 .current_mode {
370 font-weight: bold;
369 font-weight: bold;
371 }
370 }
372
371
373 .gallery_image {
372 .gallery_image {
374 border: solid 1px;
373 border: solid 1px;
375 padding: 0.5ex;
374 padding: 0.5ex;
376 margin: 0.5ex;
375 margin: 0.5ex;
377 text-align: center;
376 text-align: center;
378 }
377 }
379
378
380 code {
379 code {
381 border: dashed 1px #ccc;
380 border: dashed 1px #ccc;
382 background: #111;
381 background: #111;
383 padding: 2px;
382 padding: 2px;
384 font-size: 1.2em;
383 font-size: 1.2em;
385 display: inline-block;
384 display: inline-block;
386 }
385 }
387
386
388 pre {
387 pre {
389 overflow: auto;
388 overflow: auto;
390 }
389 }
391
390
392 .img-full {
391 .img-full {
393 background: #222;
392 background: #222;
394 border: solid 1px white;
393 border: solid 1px white;
395 }
394 }
396
395
397 .tag_item {
396 .tag_item {
398 display: inline-block;
397 display: inline-block;
399 border: 1px dashed #666;
398 border: 1px dashed #666;
400 margin: 0.2ex;
399 margin: 0.2ex;
401 padding: 0.1ex;
400 padding: 0.1ex;
402 }
401 }
General Comments 0
You need to be logged in to leave comments. Login now