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