Show More
@@ -1,516 +1,521 b'' | |||||
1 | * { |
|
1 | * { | |
2 | text-decoration: none; |
|
2 | text-decoration: none; | |
3 | font-weight: inherit; |
|
3 | font-weight: inherit; | |
4 | } |
|
4 | } | |
5 |
|
5 | |||
6 | b, strong { |
|
6 | b, strong { | |
7 | font-weight: bold; |
|
7 | font-weight: bold; | |
8 | } |
|
8 | } | |
9 |
|
9 | |||
10 | html { |
|
10 | html { | |
11 | background: #555; |
|
11 | background: #555; | |
12 | color: #ffffff; |
|
12 | color: #ffffff; | |
13 | } |
|
13 | } | |
14 |
|
14 | |||
15 | body { |
|
15 | body { | |
16 | margin: 0; |
|
16 | margin: 0; | |
17 | } |
|
17 | } | |
18 |
|
18 | |||
19 | #admin_panel { |
|
19 | #admin_panel { | |
20 | background: #FF0000; |
|
20 | background: #FF0000; | |
21 | color: #00FF00 |
|
21 | color: #00FF00 | |
22 | } |
|
22 | } | |
23 |
|
23 | |||
24 | .input_field_error { |
|
24 | .input_field_error { | |
25 | color: #FF0000; |
|
25 | color: #FF0000; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | .title { |
|
28 | .title { | |
29 | font-weight: bold; |
|
29 | font-weight: bold; | |
30 | color: #ffcc00; |
|
30 | color: #ffcc00; | |
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: #FFD37D; |
|
43 | color: #FFD37D; | |
44 | } |
|
44 | } | |
45 |
|
45 | |||
46 | .post_id { |
|
46 | .post_id { | |
47 | color: #fff380; |
|
47 | color: #fff380; | |
48 | } |
|
48 | } | |
49 |
|
49 | |||
50 | .post, .dead_post, .archive_post, #posts-table { |
|
50 | .post, .dead_post, .archive_post, #posts-table { | |
51 | background: #333; |
|
51 | background: #333; | |
52 | padding: 10px; |
|
52 | padding: 10px; | |
53 | clear: left; |
|
53 | clear: left; | |
54 | word-wrap: break-word; |
|
54 | word-wrap: break-word; | |
55 | border-top: 1px solid #777; |
|
55 | border-top: 1px solid #777; | |
56 | border-bottom: 1px solid #777; |
|
56 | border-bottom: 1px solid #777; | |
57 | } |
|
57 | } | |
58 |
|
58 | |||
59 | .post + .post { |
|
59 | .post + .post { | |
60 | border-top: none; |
|
60 | border-top: none; | |
61 | } |
|
61 | } | |
62 |
|
62 | |||
63 | .dead_post + .dead_post { |
|
63 | .dead_post + .dead_post { | |
64 | border-top: none; |
|
64 | border-top: none; | |
65 | } |
|
65 | } | |
66 |
|
66 | |||
67 | .archive_post + .archive_post { |
|
67 | .archive_post + .archive_post { | |
68 | border-top: none; |
|
68 | border-top: none; | |
69 | } |
|
69 | } | |
70 |
|
70 | |||
71 | .metadata { |
|
71 | .metadata { | |
72 | padding-top: 5px; |
|
72 | padding-top: 5px; | |
73 | margin-top: 10px; |
|
73 | margin-top: 10px; | |
74 | border-top: solid 1px #666; |
|
74 | border-top: solid 1px #666; | |
75 | color: #ddd; |
|
75 | color: #ddd; | |
76 | } |
|
76 | } | |
77 |
|
77 | |||
78 | .navigation_panel, .tag_info { |
|
78 | .navigation_panel, .tag_info { | |
79 | background: #222; |
|
79 | background: #222; | |
80 | margin-bottom: 5px; |
|
80 | margin-bottom: 5px; | |
81 | margin-top: 5px; |
|
81 | margin-top: 5px; | |
82 | padding: 10px; |
|
82 | padding: 10px; | |
83 | border-bottom: solid 1px #888; |
|
83 | border-bottom: solid 1px #888; | |
84 | border-top: solid 1px #888; |
|
84 | border-top: solid 1px #888; | |
85 | color: #eee; |
|
85 | color: #eee; | |
86 | } |
|
86 | } | |
87 |
|
87 | |||
88 | .navigation_panel .link { |
|
88 | .navigation_panel .link:first-child { | |
89 | border-right: 1px solid #fff; |
|
89 | border-right: 1px solid #fff; | |
90 | font-weight: bold; |
|
90 | font-weight: bold; | |
91 | margin-right: 1ex; |
|
91 | margin-right: 1ex; | |
92 | padding-right: 1ex; |
|
92 | padding-right: 1ex; | |
93 | } |
|
93 | } | |
94 | .navigation_panel .link:last-child { |
|
94 | ||
|
95 | .navigation_panel .right-link { | |||
95 | border-left: 1px solid #fff; |
|
96 | border-left: 1px solid #fff; | |
96 | border-right: none; |
|
97 | border-right: none; | |
97 | float: right; |
|
98 | float: right; | |
98 | margin-left: 1ex; |
|
99 | margin-left: 1ex; | |
99 | margin-right: 0; |
|
100 | margin-right: 0; | |
100 | padding-left: 1ex; |
|
101 | padding-left: 1ex; | |
101 | padding-right: 0; |
|
102 | padding-right: 0; | |
102 | } |
|
103 | } | |
103 |
|
104 | |||
|
105 | .navigation_panel .link { | |||
|
106 | font-weight: bold; | |||
|
107 | } | |||
|
108 | ||||
104 | .navigation_panel::after, .post::after { |
|
109 | .navigation_panel::after, .post::after { | |
105 | clear: both; |
|
110 | clear: both; | |
106 | content: "."; |
|
111 | content: "."; | |
107 | display: block; |
|
112 | display: block; | |
108 | height: 0; |
|
113 | height: 0; | |
109 | line-height: 0; |
|
114 | line-height: 0; | |
110 | visibility: hidden; |
|
115 | visibility: hidden; | |
111 | } |
|
116 | } | |
112 |
|
117 | |||
113 | .header { |
|
118 | .header { | |
114 | border-bottom: solid 2px #ccc; |
|
119 | border-bottom: solid 2px #ccc; | |
115 | margin-bottom: 5px; |
|
120 | margin-bottom: 5px; | |
116 | border-top: none; |
|
121 | border-top: none; | |
117 | margin-top: 0; |
|
122 | margin-top: 0; | |
118 | } |
|
123 | } | |
119 |
|
124 | |||
120 | .footer { |
|
125 | .footer { | |
121 | border-top: solid 2px #ccc; |
|
126 | border-top: solid 2px #ccc; | |
122 | margin-top: 5px; |
|
127 | margin-top: 5px; | |
123 | border-bottom: none; |
|
128 | border-bottom: none; | |
124 | margin-bottom: 0; |
|
129 | margin-bottom: 0; | |
125 | } |
|
130 | } | |
126 |
|
131 | |||
127 | p, .br { |
|
132 | p, .br { | |
128 | margin-top: .5em; |
|
133 | margin-top: .5em; | |
129 | margin-bottom: .5em; |
|
134 | margin-bottom: .5em; | |
130 | } |
|
135 | } | |
131 |
|
136 | |||
132 | .post-form-w { |
|
137 | .post-form-w { | |
133 | background: #333344; |
|
138 | background: #333344; | |
134 | border-top: solid 1px #888; |
|
139 | border-top: solid 1px #888; | |
135 | border-bottom: solid 1px #888; |
|
140 | border-bottom: solid 1px #888; | |
136 | color: #fff; |
|
141 | color: #fff; | |
137 | padding: 10px; |
|
142 | padding: 10px; | |
138 | margin-bottom: 5px; |
|
143 | margin-bottom: 5px; | |
139 | margin-top: 5px; |
|
144 | margin-top: 5px; | |
140 | } |
|
145 | } | |
141 |
|
146 | |||
142 | .form-row { |
|
147 | .form-row { | |
143 | width: 100%; |
|
148 | width: 100%; | |
144 | } |
|
149 | } | |
145 |
|
150 | |||
146 | .form-label { |
|
151 | .form-label { | |
147 | padding: .25em 1ex .25em 0; |
|
152 | padding: .25em 1ex .25em 0; | |
148 | vertical-align: top; |
|
153 | vertical-align: top; | |
149 | } |
|
154 | } | |
150 |
|
155 | |||
151 | .form-input { |
|
156 | .form-input { | |
152 | padding: .25em 0; |
|
157 | padding: .25em 0; | |
153 | } |
|
158 | } | |
154 |
|
159 | |||
155 | .form-errors { |
|
160 | .form-errors { | |
156 | font-weight: bolder; |
|
161 | font-weight: bolder; | |
157 | vertical-align: middle; |
|
162 | vertical-align: middle; | |
158 | } |
|
163 | } | |
159 |
|
164 | |||
160 | .post-form input:not([name="image"]), .post-form textarea { |
|
165 | .post-form input:not([name="image"]), .post-form textarea { | |
161 | background: #333; |
|
166 | background: #333; | |
162 | color: #fff; |
|
167 | color: #fff; | |
163 | border: solid 1px; |
|
168 | border: solid 1px; | |
164 | padding: 0; |
|
169 | padding: 0; | |
165 | font: medium sans-serif; |
|
170 | font: medium sans-serif; | |
166 | width: 100%; |
|
171 | width: 100%; | |
167 | } |
|
172 | } | |
168 |
|
173 | |||
169 | .post-form textarea { |
|
174 | .post-form textarea { | |
170 | resize: vertical; |
|
175 | resize: vertical; | |
171 | } |
|
176 | } | |
172 |
|
177 | |||
173 | .form-submit { |
|
178 | .form-submit { | |
174 | display: table; |
|
179 | display: table; | |
175 | margin-bottom: 1ex; |
|
180 | margin-bottom: 1ex; | |
176 | margin-top: 1ex; |
|
181 | margin-top: 1ex; | |
177 | } |
|
182 | } | |
178 |
|
183 | |||
179 | .form-title { |
|
184 | .form-title { | |
180 | font-weight: bold; |
|
185 | font-weight: bold; | |
181 | font-size: 2ex; |
|
186 | font-size: 2ex; | |
182 | margin-bottom: 0.5ex; |
|
187 | margin-bottom: 0.5ex; | |
183 | } |
|
188 | } | |
184 |
|
189 | |||
185 | .post-form input[type="submit"], input[type="submit"] { |
|
190 | .post-form input[type="submit"], input[type="submit"] { | |
186 | background: #222; |
|
191 | background: #222; | |
187 | border: solid 2px #fff; |
|
192 | border: solid 2px #fff; | |
188 | color: #fff; |
|
193 | color: #fff; | |
189 | padding: 0.5ex; |
|
194 | padding: 0.5ex; | |
190 | } |
|
195 | } | |
191 |
|
196 | |||
192 | input[type="submit"]:hover { |
|
197 | input[type="submit"]:hover { | |
193 | background: #060; |
|
198 | background: #060; | |
194 | } |
|
199 | } | |
195 |
|
200 | |||
196 | blockquote { |
|
201 | blockquote { | |
197 | border-left: solid 2px; |
|
202 | border-left: solid 2px; | |
198 | padding-left: 5px; |
|
203 | padding-left: 5px; | |
199 | color: #B1FB17; |
|
204 | color: #B1FB17; | |
200 | margin: 0; |
|
205 | margin: 0; | |
201 | } |
|
206 | } | |
202 |
|
207 | |||
203 | .post > .image { |
|
208 | .post > .image { | |
204 | float: left; |
|
209 | float: left; | |
205 | margin: 0 1ex .5ex 0; |
|
210 | margin: 0 1ex .5ex 0; | |
206 | min-width: 1px; |
|
211 | min-width: 1px; | |
207 | text-align: center; |
|
212 | text-align: center; | |
208 | display: table-row; |
|
213 | display: table-row; | |
209 | } |
|
214 | } | |
210 |
|
215 | |||
211 | .post > .metadata { |
|
216 | .post > .metadata { | |
212 | clear: left; |
|
217 | clear: left; | |
213 | } |
|
218 | } | |
214 |
|
219 | |||
215 | .get { |
|
220 | .get { | |
216 | font-weight: bold; |
|
221 | font-weight: bold; | |
217 | color: #d55; |
|
222 | color: #d55; | |
218 | } |
|
223 | } | |
219 |
|
224 | |||
220 | * { |
|
225 | * { | |
221 | text-decoration: none; |
|
226 | text-decoration: none; | |
222 | } |
|
227 | } | |
223 |
|
228 | |||
224 | .dead_post { |
|
229 | .dead_post { | |
225 | background-color: #442222; |
|
230 | background-color: #442222; | |
226 | } |
|
231 | } | |
227 |
|
232 | |||
228 | .archive_post { |
|
233 | .archive_post { | |
229 | background-color: #000; |
|
234 | background-color: #000; | |
230 | } |
|
235 | } | |
231 |
|
236 | |||
232 | .mark_btn { |
|
237 | .mark_btn { | |
233 | border: 1px solid; |
|
238 | border: 1px solid; | |
234 | min-width: 2ex; |
|
239 | min-width: 2ex; | |
235 | padding: 2px 2ex; |
|
240 | padding: 2px 2ex; | |
236 | } |
|
241 | } | |
237 |
|
242 | |||
238 | .mark_btn:hover { |
|
243 | .mark_btn:hover { | |
239 | background: #555; |
|
244 | background: #555; | |
240 | } |
|
245 | } | |
241 |
|
246 | |||
242 | .quote { |
|
247 | .quote { | |
243 | color: #92cf38; |
|
248 | color: #92cf38; | |
244 | font-style: italic; |
|
249 | font-style: italic; | |
245 | } |
|
250 | } | |
246 |
|
251 | |||
247 | .multiquote { |
|
252 | .multiquote { | |
248 | padding: 3px; |
|
253 | padding: 3px; | |
249 | display: inline-block; |
|
254 | display: inline-block; | |
250 | background: #222; |
|
255 | background: #222; | |
251 | border-style: solid; |
|
256 | border-style: solid; | |
252 | border-width: 1px 1px 1px 4px; |
|
257 | border-width: 1px 1px 1px 4px; | |
253 | font-size: 0.9em; |
|
258 | font-size: 0.9em; | |
254 | } |
|
259 | } | |
255 |
|
260 | |||
256 | .spoiler { |
|
261 | .spoiler { | |
257 | background: white; |
|
262 | background: white; | |
258 | color: white; |
|
263 | color: white; | |
259 | } |
|
264 | } | |
260 |
|
265 | |||
261 | .spoiler:hover { |
|
266 | .spoiler:hover { | |
262 | color: black; |
|
267 | color: black; | |
263 | } |
|
268 | } | |
264 |
|
269 | |||
265 | .comment { |
|
270 | .comment { | |
266 | color: #eb2; |
|
271 | color: #eb2; | |
267 | } |
|
272 | } | |
268 |
|
273 | |||
269 | a:hover { |
|
274 | a:hover { | |
270 | text-decoration: underline; |
|
275 | text-decoration: underline; | |
271 | } |
|
276 | } | |
272 |
|
277 | |||
273 | .last-replies { |
|
278 | .last-replies { | |
274 | margin-left: 3ex; |
|
279 | margin-left: 3ex; | |
275 | margin-right: 3ex; |
|
280 | margin-right: 3ex; | |
276 | border-left: solid 1px #777; |
|
281 | border-left: solid 1px #777; | |
277 | border-right: solid 1px #777; |
|
282 | border-right: solid 1px #777; | |
278 | } |
|
283 | } | |
279 |
|
284 | |||
280 | .last-replies > .post:first-child { |
|
285 | .last-replies > .post:first-child { | |
281 | border-top: none; |
|
286 | border-top: none; | |
282 | } |
|
287 | } | |
283 |
|
288 | |||
284 | .thread { |
|
289 | .thread { | |
285 | margin-bottom: 3ex; |
|
290 | margin-bottom: 3ex; | |
286 | margin-top: 1ex; |
|
291 | margin-top: 1ex; | |
287 | } |
|
292 | } | |
288 |
|
293 | |||
289 | .post:target { |
|
294 | .post:target { | |
290 | border: solid 2px white; |
|
295 | border: solid 2px white; | |
291 | } |
|
296 | } | |
292 |
|
297 | |||
293 | pre{ |
|
298 | pre{ | |
294 | white-space:pre-wrap |
|
299 | white-space:pre-wrap | |
295 | } |
|
300 | } | |
296 |
|
301 | |||
297 | li { |
|
302 | li { | |
298 | list-style-position: inside; |
|
303 | list-style-position: inside; | |
299 | } |
|
304 | } | |
300 |
|
305 | |||
301 | .fancybox-skin { |
|
306 | .fancybox-skin { | |
302 | position: relative; |
|
307 | position: relative; | |
303 | background-color: #fff; |
|
308 | background-color: #fff; | |
304 | color: #ddd; |
|
309 | color: #ddd; | |
305 | text-shadow: none; |
|
310 | text-shadow: none; | |
306 | } |
|
311 | } | |
307 |
|
312 | |||
308 | .fancybox-image { |
|
313 | .fancybox-image { | |
309 | border: 1px solid black; |
|
314 | border: 1px solid black; | |
310 | } |
|
315 | } | |
311 |
|
316 | |||
312 | .image-mode-tab { |
|
317 | .image-mode-tab { | |
313 | background: #444; |
|
318 | background: #444; | |
314 | color: #eee; |
|
319 | color: #eee; | |
315 | margin-top: 5px; |
|
320 | margin-top: 5px; | |
316 | padding: 5px; |
|
321 | padding: 5px; | |
317 | border-top: 1px solid #888; |
|
322 | border-top: 1px solid #888; | |
318 | border-bottom: 1px solid #888; |
|
323 | border-bottom: 1px solid #888; | |
319 | } |
|
324 | } | |
320 |
|
325 | |||
321 | .image-mode-tab > label { |
|
326 | .image-mode-tab > label { | |
322 | margin: 0 1ex; |
|
327 | margin: 0 1ex; | |
323 | } |
|
328 | } | |
324 |
|
329 | |||
325 | .image-mode-tab > label > input { |
|
330 | .image-mode-tab > label > input { | |
326 | margin-right: .5ex; |
|
331 | margin-right: .5ex; | |
327 | } |
|
332 | } | |
328 |
|
333 | |||
329 | #posts-table { |
|
334 | #posts-table { | |
330 | margin-top: 5px; |
|
335 | margin-top: 5px; | |
331 | margin-bottom: 5px; |
|
336 | margin-bottom: 5px; | |
332 | } |
|
337 | } | |
333 |
|
338 | |||
334 | .tag_info > h2 { |
|
339 | .tag_info > h2 { | |
335 | margin: 0; |
|
340 | margin: 0; | |
336 | } |
|
341 | } | |
337 |
|
342 | |||
338 | .post-info { |
|
343 | .post-info { | |
339 | color: #ddd; |
|
344 | color: #ddd; | |
340 | margin-bottom: 1ex; |
|
345 | margin-bottom: 1ex; | |
341 | } |
|
346 | } | |
342 |
|
347 | |||
343 | .moderator_info { |
|
348 | .moderator_info { | |
344 | color: #e99d41; |
|
349 | color: #e99d41; | |
345 | float: right; |
|
350 | float: right; | |
346 | font-weight: bold; |
|
351 | font-weight: bold; | |
347 | opacity: 0.4; |
|
352 | opacity: 0.4; | |
348 | } |
|
353 | } | |
349 |
|
354 | |||
350 | .moderator_info:hover { |
|
355 | .moderator_info:hover { | |
351 | opacity: 1; |
|
356 | opacity: 1; | |
352 | } |
|
357 | } | |
353 |
|
358 | |||
354 | .refmap { |
|
359 | .refmap { | |
355 | font-size: 0.9em; |
|
360 | font-size: 0.9em; | |
356 | color: #ccc; |
|
361 | color: #ccc; | |
357 | margin-top: 1em; |
|
362 | margin-top: 1em; | |
358 | } |
|
363 | } | |
359 |
|
364 | |||
360 | .fav { |
|
365 | .fav { | |
361 | color: yellow; |
|
366 | color: yellow; | |
362 | } |
|
367 | } | |
363 |
|
368 | |||
364 | .not_fav { |
|
369 | .not_fav { | |
365 | color: #ccc; |
|
370 | color: #ccc; | |
366 | } |
|
371 | } | |
367 |
|
372 | |||
368 | .role { |
|
373 | .role { | |
369 | text-decoration: underline; |
|
374 | text-decoration: underline; | |
370 | } |
|
375 | } | |
371 |
|
376 | |||
372 | .form-email { |
|
377 | .form-email { | |
373 | display: none; |
|
378 | display: none; | |
374 | } |
|
379 | } | |
375 |
|
380 | |||
376 | .bar-value { |
|
381 | .bar-value { | |
377 | background: rgba(50, 55, 164, 0.45); |
|
382 | background: rgba(50, 55, 164, 0.45); | |
378 | font-size: 0.9em; |
|
383 | font-size: 0.9em; | |
379 | height: 1.5em; |
|
384 | height: 1.5em; | |
380 | } |
|
385 | } | |
381 |
|
386 | |||
382 | .bar-bg { |
|
387 | .bar-bg { | |
383 | position: relative; |
|
388 | position: relative; | |
384 | border-top: solid 1px #888; |
|
389 | border-top: solid 1px #888; | |
385 | border-bottom: solid 1px #888; |
|
390 | border-bottom: solid 1px #888; | |
386 | margin-top: 5px; |
|
391 | margin-top: 5px; | |
387 | overflow: hidden; |
|
392 | overflow: hidden; | |
388 | } |
|
393 | } | |
389 |
|
394 | |||
390 | .bar-text { |
|
395 | .bar-text { | |
391 | padding: 2px; |
|
396 | padding: 2px; | |
392 | position: absolute; |
|
397 | position: absolute; | |
393 | left: 0; |
|
398 | left: 0; | |
394 | top: 0; |
|
399 | top: 0; | |
395 | } |
|
400 | } | |
396 |
|
401 | |||
397 | .page_link { |
|
402 | .page_link { | |
398 | background: #444; |
|
403 | background: #444; | |
399 | border-top: solid 1px #888; |
|
404 | border-top: solid 1px #888; | |
400 | border-bottom: solid 1px #888; |
|
405 | border-bottom: solid 1px #888; | |
401 | padding: 5px; |
|
406 | padding: 5px; | |
402 | color: #eee; |
|
407 | color: #eee; | |
403 | font-size: 2ex; |
|
408 | font-size: 2ex; | |
404 | } |
|
409 | } | |
405 |
|
410 | |||
406 | .skipped_replies { |
|
411 | .skipped_replies { | |
407 | padding: 5px; |
|
412 | padding: 5px; | |
408 | margin-left: 3ex; |
|
413 | margin-left: 3ex; | |
409 | margin-right: 3ex; |
|
414 | margin-right: 3ex; | |
410 | border-left: solid 1px #888; |
|
415 | border-left: solid 1px #888; | |
411 | border-right: solid 1px #888; |
|
416 | border-right: solid 1px #888; | |
412 | border-bottom: solid 1px #888; |
|
417 | border-bottom: solid 1px #888; | |
413 | background: #000; |
|
418 | background: #000; | |
414 | } |
|
419 | } | |
415 |
|
420 | |||
416 | .current_page { |
|
421 | .current_page { | |
417 | padding: 2px; |
|
422 | padding: 2px; | |
418 | background-color: #afdcec; |
|
423 | background-color: #afdcec; | |
419 | color: #000; |
|
424 | color: #000; | |
420 | } |
|
425 | } | |
421 |
|
426 | |||
422 | .current_mode { |
|
427 | .current_mode { | |
423 | font-weight: bold; |
|
428 | font-weight: bold; | |
424 | } |
|
429 | } | |
425 |
|
430 | |||
426 | .gallery_image { |
|
431 | .gallery_image { | |
427 | border: solid 1px; |
|
432 | border: solid 1px; | |
428 | padding: 0.5ex; |
|
433 | padding: 0.5ex; | |
429 | margin: 0.5ex; |
|
434 | margin: 0.5ex; | |
430 | text-align: center; |
|
435 | text-align: center; | |
431 | } |
|
436 | } | |
432 |
|
437 | |||
433 | code { |
|
438 | code { | |
434 | border: dashed 1px #ccc; |
|
439 | border: dashed 1px #ccc; | |
435 | background: #111; |
|
440 | background: #111; | |
436 | padding: 2px; |
|
441 | padding: 2px; | |
437 | font-size: 1.2em; |
|
442 | font-size: 1.2em; | |
438 | display: inline-block; |
|
443 | display: inline-block; | |
439 | } |
|
444 | } | |
440 |
|
445 | |||
441 | pre { |
|
446 | pre { | |
442 | overflow: auto; |
|
447 | overflow: auto; | |
443 | } |
|
448 | } | |
444 |
|
449 | |||
445 | .img-full { |
|
450 | .img-full { | |
446 | background: #222; |
|
451 | background: #222; | |
447 | border: solid 1px white; |
|
452 | border: solid 1px white; | |
448 | } |
|
453 | } | |
449 |
|
454 | |||
450 | .tag_item { |
|
455 | .tag_item { | |
451 | display: inline-block; |
|
456 | display: inline-block; | |
452 | margin: 0.2ex; |
|
457 | margin: 0.2ex; | |
453 | padding: 0.1ex; |
|
458 | padding: 0.1ex; | |
454 | } |
|
459 | } | |
455 |
|
460 | |||
456 | #id_models li { |
|
461 | #id_models li { | |
457 | list-style: none; |
|
462 | list-style: none; | |
458 | } |
|
463 | } | |
459 |
|
464 | |||
460 | #id_q { |
|
465 | #id_q { | |
461 | margin-left: 1ex; |
|
466 | margin-left: 1ex; | |
462 | } |
|
467 | } | |
463 |
|
468 | |||
464 | ul { |
|
469 | ul { | |
465 | padding-left: 0px; |
|
470 | padding-left: 0px; | |
466 | } |
|
471 | } | |
467 |
|
472 | |||
468 | .quote-header { |
|
473 | .quote-header { | |
469 | border-bottom: 2px solid #ddd; |
|
474 | border-bottom: 2px solid #ddd; | |
470 | margin-bottom: 1ex; |
|
475 | margin-bottom: 1ex; | |
471 | padding-bottom: .5ex; |
|
476 | padding-bottom: .5ex; | |
472 | color: #ddd; |
|
477 | color: #ddd; | |
473 | font-size: 1.2em; |
|
478 | font-size: 1.2em; | |
474 | } |
|
479 | } | |
475 |
|
480 | |||
476 | /* Reflink preview */ |
|
481 | /* Reflink preview */ | |
477 | .post_preview { |
|
482 | .post_preview { | |
478 | border-left: 1px solid #777; |
|
483 | border-left: 1px solid #777; | |
479 | border-right: 1px solid #777; |
|
484 | border-right: 1px solid #777; | |
480 | max-width: 600px; |
|
485 | max-width: 600px; | |
481 | } |
|
486 | } | |
482 |
|
487 | |||
483 | /* Code highlighter */ |
|
488 | /* Code highlighter */ | |
484 | .hljs { |
|
489 | .hljs { | |
485 | color: #fff; |
|
490 | color: #fff; | |
486 | background: #000; |
|
491 | background: #000; | |
487 | display: inline-block; |
|
492 | display: inline-block; | |
488 | } |
|
493 | } | |
489 |
|
494 | |||
490 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { |
|
495 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { | |
491 | color: #fff; |
|
496 | color: #fff; | |
492 | } |
|
497 | } | |
493 |
|
498 | |||
494 | #up { |
|
499 | #up { | |
495 | position: fixed; |
|
500 | position: fixed; | |
496 | bottom: 5px; |
|
501 | bottom: 5px; | |
497 | right: 5px; |
|
502 | right: 5px; | |
498 | border: 1px solid #777; |
|
503 | border: 1px solid #777; | |
499 | background: #000; |
|
504 | background: #000; | |
500 | padding: 4px; |
|
505 | padding: 4px; | |
501 | } |
|
506 | } | |
502 |
|
507 | |||
503 | .user-cast { |
|
508 | .user-cast { | |
504 | border: solid #ffffff 1px; |
|
509 | border: solid #ffffff 1px; | |
505 | padding: .2ex; |
|
510 | padding: .2ex; | |
506 | background: #152154; |
|
511 | background: #152154; | |
507 | color: #fff; |
|
512 | color: #fff; | |
508 | } |
|
513 | } | |
509 |
|
514 | |||
510 | .highlight { |
|
515 | .highlight { | |
511 | background-color: #222; |
|
516 | background-color: #222; | |
512 | } |
|
517 | } | |
513 |
|
518 | |||
514 | .post-button-form > button:hover { |
|
519 | .post-button-form > button:hover { | |
515 | text-decoration: underline; |
|
520 | text-decoration: underline; | |
516 | } |
|
521 | } |
@@ -1,403 +1,403 b'' | |||||
1 | * { |
|
1 | * { | |
2 | font-size: inherit; |
|
2 | font-size: inherit; | |
3 | margin: 0; |
|
3 | margin: 0; | |
4 | padding: 0; |
|
4 | padding: 0; | |
5 | } |
|
5 | } | |
6 | html { |
|
6 | html { | |
7 | background: #fff; |
|
7 | background: #fff; | |
8 | color: #000; |
|
8 | color: #000; | |
9 | font: medium sans-serif; |
|
9 | font: medium sans-serif; | |
10 | } |
|
10 | } | |
11 | a { |
|
11 | a { | |
12 | color: inherit; |
|
12 | color: inherit; | |
13 | text-decoration: underline; |
|
13 | text-decoration: underline; | |
14 | } |
|
14 | } | |
15 | li { |
|
15 | li { | |
16 | list-style-position: inside; |
|
16 | list-style-position: inside; | |
17 | } |
|
17 | } | |
18 |
|
18 | |||
19 | #admin_panel { |
|
19 | #admin_panel { | |
20 | background: #182F6F; |
|
20 | background: #182F6F; | |
21 | color: #fff; |
|
21 | color: #fff; | |
22 | padding: .5ex 1ex .5ex 1ex; |
|
22 | padding: .5ex 1ex .5ex 1ex; | |
23 | } |
|
23 | } | |
24 |
|
24 | |||
25 | .navigation_panel { |
|
25 | .navigation_panel { | |
26 | background: #182F6F; |
|
26 | background: #182F6F; | |
27 | color: #B4CFEC; |
|
27 | color: #B4CFEC; | |
28 | margin-bottom: 1em; |
|
28 | margin-bottom: 1em; | |
29 | padding: .5ex 1ex 1ex 1ex; |
|
29 | padding: .5ex 1ex 1ex 1ex; | |
30 | } |
|
30 | } | |
31 | .navigation_panel::after { |
|
31 | .navigation_panel::after { | |
32 | clear: both; |
|
32 | clear: both; | |
33 | content: "."; |
|
33 | content: "."; | |
34 | display: block; |
|
34 | display: block; | |
35 | height: 0; |
|
35 | height: 0; | |
36 | line-height: 0; |
|
36 | line-height: 0; | |
37 | visibility: hidden; |
|
37 | visibility: hidden; | |
38 | } |
|
38 | } | |
39 |
|
39 | |||
40 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { |
|
40 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { | |
41 | text-decoration: none; |
|
41 | text-decoration: none; | |
42 | } |
|
42 | } | |
43 |
|
43 | |||
44 | .navigation_panel .link { |
|
44 | .navigation_panel .link { | |
45 | border-right: 1px solid #fff; |
|
45 | border-right: 1px solid #fff; | |
46 | color: #fff; |
|
46 | color: #fff; | |
47 | font-weight: bold; |
|
47 | font-weight: bold; | |
48 | margin-right: 1ex; |
|
48 | margin-right: 1ex; | |
49 | padding-right: 1ex; |
|
49 | padding-right: 1ex; | |
50 | } |
|
50 | } | |
51 |
.navigation_panel .link |
|
51 | .navigation_panel .right-link { | |
52 | border-left: 1px solid #fff; |
|
52 | border-left: 1px solid #fff; | |
53 | border-right: none; |
|
53 | border-right: none; | |
54 | float: right; |
|
54 | float: right; | |
55 | margin-left: 1ex; |
|
55 | margin-left: 1ex; | |
56 | margin-right: 0; |
|
56 | margin-right: 0; | |
57 | padding-left: 1ex; |
|
57 | padding-left: 1ex; | |
58 | padding-right: 0; |
|
58 | padding-right: 0; | |
59 | } |
|
59 | } | |
60 |
|
60 | |||
61 | .navigation_panel .tag { |
|
61 | .navigation_panel .tag { | |
62 | color: #fff; |
|
62 | color: #fff; | |
63 | } |
|
63 | } | |
64 |
|
64 | |||
65 | .input_field { |
|
65 | .input_field { | |
66 |
|
66 | |||
67 | } |
|
67 | } | |
68 |
|
68 | |||
69 | .input_field_name { |
|
69 | .input_field_name { | |
70 |
|
70 | |||
71 | } |
|
71 | } | |
72 |
|
72 | |||
73 | .input_field_error { |
|
73 | .input_field_error { | |
74 | color: #FF0000; |
|
74 | color: #FF0000; | |
75 | } |
|
75 | } | |
76 |
|
76 | |||
77 |
|
77 | |||
78 | .title { |
|
78 | .title { | |
79 | color: #182F6F; |
|
79 | color: #182F6F; | |
80 | font-weight: bold; |
|
80 | font-weight: bold; | |
81 | } |
|
81 | } | |
82 |
|
82 | |||
83 | .post-form-w { |
|
83 | .post-form-w { | |
84 | background: #182F6F; |
|
84 | background: #182F6F; | |
85 | border-radius: 1ex; |
|
85 | border-radius: 1ex; | |
86 | color: #fff; |
|
86 | color: #fff; | |
87 | margin: 1em 1ex; |
|
87 | margin: 1em 1ex; | |
88 | padding: 1ex; |
|
88 | padding: 1ex; | |
89 | } |
|
89 | } | |
90 |
|
90 | |||
91 | .form-row { |
|
91 | .form-row { | |
92 | display: table; |
|
92 | display: table; | |
93 | width: 100%; |
|
93 | width: 100%; | |
94 | } |
|
94 | } | |
95 | .form-label, .form-input { |
|
95 | .form-label, .form-input { | |
96 | display: table-cell; |
|
96 | display: table-cell; | |
97 | vertical-align: top; |
|
97 | vertical-align: top; | |
98 | } |
|
98 | } | |
99 | .form-label { |
|
99 | .form-label { | |
100 | padding: .25em 1ex .25em 0; |
|
100 | padding: .25em 1ex .25em 0; | |
101 | width: 14ex; |
|
101 | width: 14ex; | |
102 | } |
|
102 | } | |
103 | .form-input { |
|
103 | .form-input { | |
104 | padding: .25em 0; |
|
104 | padding: .25em 0; | |
105 | } |
|
105 | } | |
106 | .form-input > * { |
|
106 | .form-input > * { | |
107 | background: #fff; |
|
107 | background: #fff; | |
108 | color: #000; |
|
108 | color: #000; | |
109 | border: none; |
|
109 | border: none; | |
110 | padding: 0; |
|
110 | padding: 0; | |
111 | resize: vertical; |
|
111 | resize: vertical; | |
112 | } |
|
112 | } | |
113 |
|
113 | |||
114 | .form-input > :not(.file_wrap) { |
|
114 | .form-input > :not(.file_wrap) { | |
115 | width: 100%; |
|
115 | width: 100%; | |
116 | } |
|
116 | } | |
117 |
|
117 | |||
118 | .form-submit { |
|
118 | .form-submit { | |
119 | border-bottom: 1px solid #666; |
|
119 | border-bottom: 1px solid #666; | |
120 | margin-bottom: .5em; |
|
120 | margin-bottom: .5em; | |
121 | padding-bottom: .5em; |
|
121 | padding-bottom: .5em; | |
122 | } |
|
122 | } | |
123 | .form-title { |
|
123 | .form-title { | |
124 | font-weight: bold; |
|
124 | font-weight: bold; | |
125 | margin-bottom: .5em; |
|
125 | margin-bottom: .5em; | |
126 | } |
|
126 | } | |
127 | .post-form .settings_item { |
|
127 | .post-form .settings_item { | |
128 | margin: .5em 0; |
|
128 | margin: .5em 0; | |
129 | } |
|
129 | } | |
130 | .form-submit input { |
|
130 | .form-submit input { | |
131 | margin-top: .5em; |
|
131 | margin-top: .5em; | |
132 | padding: .2em 1ex; |
|
132 | padding: .2em 1ex; | |
133 | } |
|
133 | } | |
134 | .form-label { |
|
134 | .form-label { | |
135 | text-align: left; |
|
135 | text-align: left; | |
136 | } |
|
136 | } | |
137 |
|
137 | |||
138 | .block { |
|
138 | .block { | |
139 | display: inline-block; |
|
139 | display: inline-block; | |
140 | vertical-align: top; |
|
140 | vertical-align: top; | |
141 | } |
|
141 | } | |
142 |
|
142 | |||
143 | .post_id { |
|
143 | .post_id { | |
144 | color: #a00; |
|
144 | color: #a00; | |
145 | } |
|
145 | } | |
146 |
|
146 | |||
147 | .post { |
|
147 | .post { | |
148 | clear: left; |
|
148 | clear: left; | |
149 | margin: 0 1ex 1em 1ex; |
|
149 | margin: 0 1ex 1em 1ex; | |
150 | overflow-x: auto; |
|
150 | overflow-x: auto; | |
151 | word-wrap: break-word; |
|
151 | word-wrap: break-word; | |
152 | background: #FFF; |
|
152 | background: #FFF; | |
153 | padding: 1ex; |
|
153 | padding: 1ex; | |
154 | border: 1px solid #666; |
|
154 | border: 1px solid #666; | |
155 | box-shadow: 1px 1px 2px 1px #666; |
|
155 | box-shadow: 1px 1px 2px 1px #666; | |
156 | } |
|
156 | } | |
157 |
|
157 | |||
158 | #posts > .post:last-child { |
|
158 | #posts > .post:last-child { | |
159 | border-bottom: none; |
|
159 | border-bottom: none; | |
160 | padding-bottom: 0; |
|
160 | padding-bottom: 0; | |
161 | } |
|
161 | } | |
162 |
|
162 | |||
163 | .metadata { |
|
163 | .metadata { | |
164 | background: #C0E4E8; |
|
164 | background: #C0E4E8; | |
165 | border: 1px solid #7F9699; |
|
165 | border: 1px solid #7F9699; | |
166 | border-radius: .4ex; |
|
166 | border-radius: .4ex; | |
167 | display: table; |
|
167 | display: table; | |
168 | margin-top: .5em; |
|
168 | margin-top: .5em; | |
169 | padding: .4em; |
|
169 | padding: .4em; | |
170 | } |
|
170 | } | |
171 |
|
171 | |||
172 | .post ul, .post ol { |
|
172 | .post ul, .post ol { | |
173 | margin: .5em 0 .5em 3ex; |
|
173 | margin: .5em 0 .5em 3ex; | |
174 | } |
|
174 | } | |
175 | .post li { |
|
175 | .post li { | |
176 | margin: .2em 0; |
|
176 | margin: .2em 0; | |
177 | } |
|
177 | } | |
178 | .post p { |
|
178 | .post p { | |
179 | margin: .5em 0; |
|
179 | margin: .5em 0; | |
180 | } |
|
180 | } | |
181 | .post blockquote { |
|
181 | .post blockquote { | |
182 | border-left: 3px solid #182F6F; |
|
182 | border-left: 3px solid #182F6F; | |
183 | margin: .5em 0 .5em 3ex; |
|
183 | margin: .5em 0 .5em 3ex; | |
184 | padding-left: 1ex; |
|
184 | padding-left: 1ex; | |
185 | } |
|
185 | } | |
186 | .post blockquote > blockquote { |
|
186 | .post blockquote > blockquote { | |
187 | padding-top: .1em; |
|
187 | padding-top: .1em; | |
188 | } |
|
188 | } | |
189 |
|
189 | |||
190 | .post > .image { |
|
190 | .post > .image { | |
191 | float: left; |
|
191 | float: left; | |
192 | margin-right: 1ex; |
|
192 | margin-right: 1ex; | |
193 | } |
|
193 | } | |
194 | .post > .metadata { |
|
194 | .post > .metadata { | |
195 | clear: left; |
|
195 | clear: left; | |
196 | } |
|
196 | } | |
197 |
|
197 | |||
198 | .post > .message .get { |
|
198 | .post > .message .get { | |
199 | color: #182F6F; font-weight: bold; |
|
199 | color: #182F6F; font-weight: bold; | |
200 | } |
|
200 | } | |
201 |
|
201 | |||
202 | .dead_post > .metadata { |
|
202 | .dead_post > .metadata { | |
203 | background: #eee; |
|
203 | background: #eee; | |
204 | } |
|
204 | } | |
205 |
|
205 | |||
206 | .quote, .multiquote { |
|
206 | .quote, .multiquote { | |
207 | color: #182F6F; |
|
207 | color: #182F6F; | |
208 | } |
|
208 | } | |
209 |
|
209 | |||
210 | .spoiler { |
|
210 | .spoiler { | |
211 | background: black; |
|
211 | background: black; | |
212 | color: black; |
|
212 | color: black; | |
213 | } |
|
213 | } | |
214 |
|
214 | |||
215 | .spoiler:hover { |
|
215 | .spoiler:hover { | |
216 | background: #ffffff; |
|
216 | background: #ffffff; | |
217 | } |
|
217 | } | |
218 |
|
218 | |||
219 | .comment { |
|
219 | .comment { | |
220 | color: #557055; |
|
220 | color: #557055; | |
221 | } |
|
221 | } | |
222 |
|
222 | |||
223 | .last-replies { |
|
223 | .last-replies { | |
224 | margin-left: 6ex; |
|
224 | margin-left: 6ex; | |
225 | } |
|
225 | } | |
226 |
|
226 | |||
227 | .thread > .post > .message > .post-info { |
|
227 | .thread > .post > .message > .post-info { | |
228 | border-bottom: 1px solid #ccc; |
|
228 | border-bottom: 1px solid #ccc; | |
229 | padding-bottom: .5em; |
|
229 | padding-bottom: .5em; | |
230 | } |
|
230 | } | |
231 |
|
231 | |||
232 | :target .post_id { |
|
232 | :target .post_id { | |
233 | background: #182F6F; |
|
233 | background: #182F6F; | |
234 | color: #FFF; |
|
234 | color: #FFF; | |
235 | text-decoration: none; |
|
235 | text-decoration: none; | |
236 | } |
|
236 | } | |
237 |
|
237 | |||
238 | .image-mode-tab { |
|
238 | .image-mode-tab { | |
239 | background: #182F6F; |
|
239 | background: #182F6F; | |
240 | color: #FFF; |
|
240 | color: #FFF; | |
241 | display: table; |
|
241 | display: table; | |
242 | margin: 1em auto 1em 0; |
|
242 | margin: 1em auto 1em 0; | |
243 | padding: .2em .5ex; |
|
243 | padding: .2em .5ex; | |
244 | } |
|
244 | } | |
245 |
|
245 | |||
246 | .image-mode-tab > label { |
|
246 | .image-mode-tab > label { | |
247 | margin: 0 1ex; |
|
247 | margin: 0 1ex; | |
248 | } |
|
248 | } | |
249 |
|
249 | |||
250 | .image-mode-tab > label > input { |
|
250 | .image-mode-tab > label > input { | |
251 | margin-right: .5ex; |
|
251 | margin-right: .5ex; | |
252 | } |
|
252 | } | |
253 |
|
253 | |||
254 | .tag_info, .page_link { |
|
254 | .tag_info, .page_link { | |
255 | margin: 1em 0; |
|
255 | margin: 1em 0; | |
256 | text-align: center; |
|
256 | text-align: center; | |
257 | } |
|
257 | } | |
258 |
|
258 | |||
259 | .form-errors { |
|
259 | .form-errors { | |
260 | margin-left: 1ex; |
|
260 | margin-left: 1ex; | |
261 | } |
|
261 | } | |
262 |
|
262 | |||
263 | .moderator_info { |
|
263 | .moderator_info { | |
264 | font-weight: bold; |
|
264 | font-weight: bold; | |
265 | float: right; |
|
265 | float: right; | |
266 | } |
|
266 | } | |
267 |
|
267 | |||
268 | .refmap { |
|
268 | .refmap { | |
269 | border: 1px dashed #aaa; |
|
269 | border: 1px dashed #aaa; | |
270 | padding: 0.5em; |
|
270 | padding: 0.5em; | |
271 | display: table; |
|
271 | display: table; | |
272 | } |
|
272 | } | |
273 |
|
273 | |||
274 | .fav { |
|
274 | .fav { | |
275 | color: blue; |
|
275 | color: blue; | |
276 | } |
|
276 | } | |
277 |
|
277 | |||
278 | .not_fav { |
|
278 | .not_fav { | |
279 | color: #ccc; |
|
279 | color: #ccc; | |
280 | } |
|
280 | } | |
281 |
|
281 | |||
282 | .role { |
|
282 | .role { | |
283 | text-decoration: underline; |
|
283 | text-decoration: underline; | |
284 | } |
|
284 | } | |
285 |
|
285 | |||
286 | .form-email { |
|
286 | .form-email { | |
287 | display: none; |
|
287 | display: none; | |
288 | } |
|
288 | } | |
289 |
|
289 | |||
290 | .bar-value { |
|
290 | .bar-value { | |
291 | background: #E3E7F2; |
|
291 | background: #E3E7F2; | |
292 | padding: .1em 1ex; |
|
292 | padding: .1em 1ex; | |
293 | moz-box-sizing: border-box; |
|
293 | moz-box-sizing: border-box; | |
294 | box-sizing: border-box; |
|
294 | box-sizing: border-box; | |
295 | height: 1.5em; |
|
295 | height: 1.5em; | |
296 | } |
|
296 | } | |
297 |
|
297 | |||
298 | .bar-bg { |
|
298 | .bar-bg { | |
299 | background: #EA4649; |
|
299 | background: #EA4649; | |
300 | border: 1px solid #666; |
|
300 | border: 1px solid #666; | |
301 | margin: 0 1ex 1em 1ex; |
|
301 | margin: 0 1ex 1em 1ex; | |
302 | position: relative; |
|
302 | position: relative; | |
303 | overflow: hidden; |
|
303 | overflow: hidden; | |
304 | } |
|
304 | } | |
305 |
|
305 | |||
306 | .bar-text { |
|
306 | .bar-text { | |
307 | padding: 2px; |
|
307 | padding: 2px; | |
308 | position: absolute; |
|
308 | position: absolute; | |
309 | left: 0; |
|
309 | left: 0; | |
310 | top: 0; |
|
310 | top: 0; | |
311 | } |
|
311 | } | |
312 |
|
312 | |||
313 | .skipped_replies { |
|
313 | .skipped_replies { | |
314 | margin: 1ex; |
|
314 | margin: 1ex; | |
315 | } |
|
315 | } | |
316 |
|
316 | |||
317 | #mark-panel { |
|
317 | #mark-panel { | |
318 | background: #eee; |
|
318 | background: #eee; | |
319 | border-bottom: 1px solid #182F6F; |
|
319 | border-bottom: 1px solid #182F6F; | |
320 | } |
|
320 | } | |
321 |
|
321 | |||
322 | .mark_btn { |
|
322 | .mark_btn { | |
323 | display: inline-block; |
|
323 | display: inline-block; | |
324 | padding: .2em 1ex; |
|
324 | padding: .2em 1ex; | |
325 | border-left: 1px solid #182F6F; |
|
325 | border-left: 1px solid #182F6F; | |
326 | } |
|
326 | } | |
327 |
|
327 | |||
328 | .mark_btn:first-child { |
|
328 | .mark_btn:first-child { | |
329 | border-left: none; |
|
329 | border-left: none; | |
330 | } |
|
330 | } | |
331 |
|
331 | |||
332 | .mark_btn:last-child { |
|
332 | .mark_btn:last-child { | |
333 | border-right: 1px solid #182F6F; |
|
333 | border-right: 1px solid #182F6F; | |
334 | } |
|
334 | } | |
335 |
|
335 | |||
336 | .current_page { |
|
336 | .current_page { | |
337 | border-bottom: 1px solid #FFF; |
|
337 | border-bottom: 1px solid #FFF; | |
338 | padding: 0px 0.5ex; |
|
338 | padding: 0px 0.5ex; | |
339 | } |
|
339 | } | |
340 |
|
340 | |||
341 | .image-mode-tab a { |
|
341 | .image-mode-tab a { | |
342 | text-decoration: none; |
|
342 | text-decoration: none; | |
343 | } |
|
343 | } | |
344 | .image-mode-tab .current_mode::before { |
|
344 | .image-mode-tab .current_mode::before { | |
345 | content: "β "; |
|
345 | content: "β "; | |
346 | padding: 0 0 0 .5ex; |
|
346 | padding: 0 0 0 .5ex; | |
347 | color: #182F6F; |
|
347 | color: #182F6F; | |
348 | background: #FFF; |
|
348 | background: #FFF; | |
349 | } |
|
349 | } | |
350 | .image-mode-tab .current_mode { |
|
350 | .image-mode-tab .current_mode { | |
351 | padding: 0 .5ex 0 0; |
|
351 | padding: 0 .5ex 0 0; | |
352 | color: #182F6F; |
|
352 | color: #182F6F; | |
353 | background: #FFF; |
|
353 | background: #FFF; | |
354 | } |
|
354 | } | |
355 |
|
355 | |||
356 | .gallery_image_metadata { |
|
356 | .gallery_image_metadata { | |
357 | margin-bottom: 1em; |
|
357 | margin-bottom: 1em; | |
358 | } |
|
358 | } | |
359 |
|
359 | |||
360 | .gallery_image { |
|
360 | .gallery_image { | |
361 | padding: 4px; |
|
361 | padding: 4px; | |
362 | margin: .5em 0 0 1ex; |
|
362 | margin: .5em 0 0 1ex; | |
363 | text-align: center; |
|
363 | text-align: center; | |
364 | vertical-align: top; |
|
364 | vertical-align: top; | |
365 | } |
|
365 | } | |
366 |
|
366 | |||
367 | .swappable-form-full > form { |
|
367 | .swappable-form-full > form { | |
368 | display: table; |
|
368 | display: table; | |
369 | width: 100%; |
|
369 | width: 100%; | |
370 | } |
|
370 | } | |
371 |
|
371 | |||
372 | #id_models li { |
|
372 | #id_models li { | |
373 | list-style: none; |
|
373 | list-style: none; | |
374 | } |
|
374 | } | |
375 |
|
375 | |||
376 | #id_q { |
|
376 | #id_q { | |
377 | margin-left: 1ex; |
|
377 | margin-left: 1ex; | |
378 | } |
|
378 | } | |
379 |
|
379 | |||
380 | .br { |
|
380 | .br { | |
381 | margin-top: 0.5em; |
|
381 | margin-top: 0.5em; | |
382 | margin-bottom: 0.5em; |
|
382 | margin-bottom: 0.5em; | |
383 | } |
|
383 | } | |
384 |
|
384 | |||
385 | .message, .refmap { |
|
385 | .message, .refmap { | |
386 | margin-top: .5em; |
|
386 | margin-top: .5em; | |
387 | } |
|
387 | } | |
388 |
|
388 | |||
389 | .user-cast { |
|
389 | .user-cast { | |
390 | padding: 0.2em .5ex; |
|
390 | padding: 0.2em .5ex; | |
391 | background: #008; |
|
391 | background: #008; | |
392 | color: #FFF; |
|
392 | color: #FFF; | |
393 | display: inline-block; |
|
393 | display: inline-block; | |
394 | text-decoration: none; |
|
394 | text-decoration: none; | |
395 | } |
|
395 | } | |
396 |
|
396 | |||
397 | .highlight { |
|
397 | .highlight { | |
398 | background-color: #D4F0F9; |
|
398 | background-color: #D4F0F9; | |
399 | } |
|
399 | } | |
400 |
|
400 | |||
401 | .dead_post { |
|
401 | .dead_post { | |
402 | border-right: 1ex solid #666; |
|
402 | border-right: 1ex solid #666; | |
403 | } |
|
403 | } |
@@ -1,68 +1,68 b'' | |||||
1 | {% load staticfiles %} |
|
1 | {% load staticfiles %} | |
2 | {% load i18n %} |
|
2 | {% load i18n %} | |
3 | {% load l10n %} |
|
3 | {% load l10n %} | |
4 | {% load static from staticfiles %} |
|
4 | {% load static from staticfiles %} | |
5 |
|
5 | |||
6 | <!DOCTYPE html> |
|
6 | <!DOCTYPE html> | |
7 | <html> |
|
7 | <html> | |
8 | <head> |
|
8 | <head> | |
9 | <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}" media="all"/> |
|
9 | <link rel="stylesheet" type="text/css" href="{% static 'css/base.css' %}" media="all"/> | |
10 | <link rel="stylesheet" type="text/css" href="{% static 'css/3party/highlight.css' %}" media="all"/> |
|
10 | <link rel="stylesheet" type="text/css" href="{% static 'css/3party/highlight.css' %}" media="all"/> | |
11 | <link rel="stylesheet" type="text/css" href="{% static theme_css %}" media="all"/> |
|
11 | <link rel="stylesheet" type="text/css" href="{% static theme_css %}" media="all"/> | |
12 |
|
12 | |||
13 | <link rel="alternate" type="application/rss+xml" href="rss/" title="{% trans 'Feed' %}"/> |
|
13 | <link rel="alternate" type="application/rss+xml" href="rss/" title="{% trans 'Feed' %}"/> | |
14 |
|
14 | |||
15 | <link rel="icon" type="image/png" |
|
15 | <link rel="icon" type="image/png" | |
16 | href="{% static 'favicon.png' %}"> |
|
16 | href="{% static 'favicon.png' %}"> | |
17 |
|
17 | |||
18 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
|
18 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
19 | <meta charset="utf-8"/> |
|
19 | <meta charset="utf-8"/> | |
20 |
|
20 | |||
21 | {% block head %}{% endblock %} |
|
21 | {% block head %}{% endblock %} | |
22 | </head> |
|
22 | </head> | |
23 | <body> |
|
23 | <body> | |
24 | <script src="{% static 'js/jquery-2.0.1.min.js' %}"></script> |
|
24 | <script src="{% static 'js/jquery-2.0.1.min.js' %}"></script> | |
25 | <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}"></script> |
|
25 | <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}"></script> | |
26 | <script src="{% static 'js/jquery.mousewheel.js' %}"></script> |
|
26 | <script src="{% static 'js/jquery.mousewheel.js' %}"></script> | |
27 | <script src="{% url 'js_info_dict' %}"></script> |
|
27 | <script src="{% url 'js_info_dict' %}"></script> | |
28 |
|
28 | |||
29 | <div class="navigation_panel header"> |
|
29 | <div class="navigation_panel header"> | |
30 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> |
|
30 | <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a> | |
31 | {% autoescape off %} |
|
31 | {% autoescape off %} | |
32 | {{ tags_str }}, |
|
32 | {{ tags_str }}, | |
33 | {% endautoescape %} |
|
33 | {% endautoescape %} | |
34 | <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}" |
|
34 | <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}" | |
35 | >[...]</a>, |
|
35 | >[...]</a>, | |
36 | <a href="{% url 'search' %}" title="{% trans 'Search' %}">[S]</a>. |
|
36 | <a href="{% url 'search' %}" title="{% trans 'Search' %}">[S]</a>. | |
37 |
|
37 | |||
38 | {% if username %} |
|
38 | {% if username %} | |
39 | <a href="{% url 'notifications' username %}" title="{% trans 'Notifications' %}"> |
|
39 | <a class="right-link link" href="{% url 'notifications' username %}" title="{% trans 'Notifications' %}"> | |
40 | {% trans 'Notifications' %} |
|
40 | {% trans 'Notifications' %} | |
41 | {% ifnotequal new_notifications_count 0 %} |
|
41 | {% ifnotequal new_notifications_count 0 %} | |
42 | (<b>{{ new_notifications_count }}</b>) |
|
42 | (<b>{{ new_notifications_count }}</b>) | |
43 | {% endifnotequal %} |
|
43 | {% endifnotequal %} | |
44 | </a> |
|
44 | </a> | |
45 | {% endif %} |
|
45 | {% endif %} | |
46 |
|
46 | |||
47 | <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> |
|
47 | <a class="right-link link" href="{% url 'settings' %}">{% trans 'Settings' %}</a> | |
48 | </div> |
|
48 | </div> | |
49 |
|
49 | |||
50 | {% block content %}{% endblock %} |
|
50 | {% block content %}{% endblock %} | |
51 |
|
51 | |||
52 | <script src="{% static 'js/3party/highlight.min.js' %}"></script> |
|
52 | <script src="{% static 'js/3party/highlight.min.js' %}"></script> | |
53 | <script src="{% static 'js/popup.js' %}"></script> |
|
53 | <script src="{% static 'js/popup.js' %}"></script> | |
54 | <script src="{% static 'js/image.js' %}"></script> |
|
54 | <script src="{% static 'js/image.js' %}"></script> | |
55 | <script src="{% static 'js/refpopup.js' %}"></script> |
|
55 | <script src="{% static 'js/refpopup.js' %}"></script> | |
56 | <script src="{% static 'js/main.js' %}"></script> |
|
56 | <script src="{% static 'js/main.js' %}"></script> | |
57 |
|
57 | |||
58 | <div class="navigation_panel footer"> |
|
58 | <div class="navigation_panel footer"> | |
59 | {% block metapanel %}{% endblock %} |
|
59 | {% block metapanel %}{% endblock %} | |
60 | [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>] |
|
60 | [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>] | |
61 | {% with ppd=posts_per_day|floatformat:2 %} |
|
61 | {% with ppd=posts_per_day|floatformat:2 %} | |
62 | {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %} |
|
62 | {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %} | |
63 | {% endwith %} |
|
63 | {% endwith %} | |
64 | <a class="link" href="#top" id="up">{% trans 'Up' %}</a> |
|
64 | <a class="link" href="#top" id="up">{% trans 'Up' %}</a> | |
65 | </div> |
|
65 | </div> | |
66 |
|
66 | |||
67 | </body> |
|
67 | </body> | |
68 | </html> |
|
68 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now