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