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