Show More
|
1 | NO CONTENT: new file 100644, binary diff hidden |
This diff has been collapsed as it changes many lines, (802 lines changed) Show them Hide them | |||
@@ -1,121 +1,353 b'' | |||
|
1 |
/* |
|
|
1 | /* Shroom-Themes for Neboard | |
|
2 | 2 | * |
|
3 | 3 | */ |
|
4 | ||
|
4 | /* Page Styles ============================================================== */ | |
|
5 | 5 | * { |
|
6 | 6 |
|
|
7 | 7 |
|
|
8 | 8 | } |
|
9 | ||
|
10 | b, strong { | |
|
11 | font-weight: bold; | |
|
9 | p, | |
|
10 | .br { | |
|
11 | margin-top: 0.5em; | |
|
12 | margin-bottom: 0.5em; | |
|
12 | 13 | } |
|
13 | ||
|
14 | 14 | html { |
|
15 | 15 |
|
|
16 | 16 |
|
|
17 | 17 |
|
|
18 | 18 | } |
|
19 | ||
|
20 | 19 | body { |
|
21 | 20 |
|
|
22 | 21 | } |
|
23 | ||
|
24 | #admin_panel { | |
|
25 | background: #FF0000; | |
|
26 | color: #00FF00 | |
|
27 | } | |
|
28 | ||
|
29 | .input_field_error { | |
|
30 | color: #FF0000; | |
|
31 | } | |
|
32 | ||
|
33 | .title { | |
|
34 | font-weight: bold; | |
|
35 | color: #fff; | |
|
36 | } | |
|
37 | ||
|
38 | .image { | |
|
39 | text-align: center | |
|
40 | } | |
|
41 | ||
|
42 | .link, a { | |
|
22 | .link, | |
|
23 | a { | |
|
43 | 24 |
|
|
44 | 25 |
|
|
45 | 26 | } |
|
46 | ||
|
47 | .link:hover, a:hover { | |
|
27 | .link:hover, | |
|
28 | a:hover { | |
|
48 | 29 |
|
|
49 | 30 | } |
|
50 | ||
|
51 | .tag, .post_id { | |
|
31 | .tag, | |
|
32 | .fav { | |
|
52 | 33 |
|
|
53 | 34 | } |
|
54 | ||
|
55 | .block { | |
|
56 | display: inline-block; | |
|
57 | vertical-align: top; | |
|
35 | .not_fav { | |
|
36 | color: #899; | |
|
37 | } | |
|
38 | .random-images-table { | |
|
39 | width: auto; | |
|
58 | 40 | } |
|
59 | ||
|
60 | .post, dead_post, .archive_post, #posts-table, .tag_info, #fav-panel { | |
|
41 | /* Post Styles ====================================================== */ | |
|
42 | .post, | |
|
43 | .dead_post, | |
|
44 | .archive_post, | |
|
45 | #posts-table, | |
|
46 | .tag_info, | |
|
47 | #fav-panel { | |
|
61 | 48 |
|
|
62 | 49 |
|
|
50 | -webkit-border-radius: 2px; | |
|
51 | -moz-border-radius: 2px; | |
|
63 | 52 |
|
|
64 | 53 |
|
|
65 | 54 |
|
|
66 | 55 |
|
|
67 | 56 | } |
|
68 | ||
|
69 | .post, .form-form-w { | |
|
70 | color: #eff; | |
|
71 | } | |
|
72 | ||
|
73 | .highlight { | |
|
74 | background: #304040; | |
|
75 | border: solid 1px #293939; | |
|
76 | border-radius: 2px; | |
|
77 | box-shadow: 0 0 3px #233; | |
|
78 | } | |
|
79 | ||
|
80 | .post, dead_post, .archive_post, .post-form-w, .tag_info, #posts-table, .bar-bg, .page_link, #fav-panel { | |
|
81 | margin-bottom: 0.5em; | |
|
82 | } | |
|
83 | ||
|
84 | .post-info { | |
|
85 | padding: 0 0 0.2em 0; | |
|
86 | } | |
|
87 | ||
|
88 | 57 | .metadata { |
|
89 | 58 |
|
|
90 | 59 |
|
|
91 | 60 |
|
|
92 | 61 |
|
|
93 | 62 | } |
|
94 | ||
|
63 | .message { | |
|
64 | padding-left: 1ex; | |
|
65 | padding-bottom: 0.5em; | |
|
66 | } | |
|
67 | .post-info { | |
|
68 | padding: 0 0 0.2em 0; | |
|
69 | color: #899; | |
|
70 | margin-bottom: 1ex; | |
|
71 | } | |
|
72 | .title { | |
|
73 | font-size: 1em; | |
|
74 | font-weight: bold; | |
|
75 | color: #eee; | |
|
76 | } | |
|
77 | .post-info > a { | |
|
78 | font-size: 0.9em; | |
|
79 | color: #8c6900; | |
|
80 | } | |
|
81 | a.tripcode { | |
|
82 | color: #899; | |
|
83 | } | |
|
84 | a.post_id { | |
|
85 | font-size: 1em; | |
|
86 | color: #d4aa00; | |
|
87 | } | |
|
88 | .highlight { | |
|
89 | background: #304040; | |
|
90 | border: solid 1px #293939; | |
|
91 | -webkit-border-radius: 2px; | |
|
92 | -moz-border-radius: 2px; | |
|
93 | border-radius: 2px; | |
|
94 | box-shadow: 0 0 3px #233; | |
|
95 | } | |
|
96 | /* Formating */ | |
|
97 | .multiquote { | |
|
98 | padding: 0.2em; | |
|
99 | display: inline-block; | |
|
100 | background: #485858; | |
|
101 | border-style: solid; | |
|
102 | border-color: #566; | |
|
103 | border-width: 1px 1px 1px 4px; | |
|
104 | margin-bottom: 0.5em; | |
|
105 | font-size: 0.9em; | |
|
106 | } | |
|
107 | .quote-header { | |
|
108 | border-bottom: 2px solid #566; | |
|
109 | margin-bottom: 0.3em; | |
|
110 | padding-bottom: 0.2em; | |
|
111 | font-size: 1.2em; | |
|
112 | } | |
|
113 | .quote { | |
|
114 | color: #92cf38; | |
|
115 | font-style: italic; | |
|
116 | } | |
|
117 | .user-cast { | |
|
118 | border: solid 1px #566; | |
|
119 | padding: 0.2ex; | |
|
120 | background: #485858; | |
|
121 | } | |
|
122 | .comment { | |
|
123 | color: #899; | |
|
124 | } | |
|
125 | .spoiler { | |
|
126 | color: #eee; | |
|
127 | background: #eee; | |
|
128 | } | |
|
129 | .spoiler:hover { | |
|
130 | color: #eee; | |
|
131 | background: #405050; | |
|
132 | } | |
|
133 | pre { | |
|
134 | white-space: pre-wrap; | |
|
135 | overflow: auto; | |
|
136 | } | |
|
137 | code { | |
|
138 | border: dashed 1px #788; | |
|
139 | background: #122; | |
|
140 | padding: 2px; | |
|
141 | font-size: 1.2em; | |
|
142 | display: inline-block; | |
|
143 | } | |
|
144 | /* Code highlighter */ | |
|
145 | .hljs { | |
|
146 | background: #122; | |
|
147 | display: inline-block; | |
|
148 | } | |
|
149 | .hljs, | |
|
150 | .hljs-subst, | |
|
151 | .hljs-tag .hljs-title, | |
|
152 | .lisp .hljs-title, | |
|
153 | .clojure .hljs-built_in, | |
|
154 | .nginx .hljs-title { | |
|
155 | color: #abb; | |
|
156 | } | |
|
157 | /* Top */ | |
|
158 | .image-mode-tab { | |
|
159 | border-top: dashed 1px #ab9; | |
|
160 | padding: 0.5em; | |
|
161 | font-size: 0.9em; | |
|
162 | text-align: center; | |
|
163 | } | |
|
164 | .image-mode-tab > a { | |
|
165 | padding: 0.1em; | |
|
166 | } | |
|
167 | .tag_info > img { | |
|
168 | background: #485858; | |
|
169 | border: solid 1px #566; | |
|
170 | } | |
|
171 | .tag_info { | |
|
172 | text-align: center; | |
|
173 | } | |
|
174 | .tag_info > .tag-text-data { | |
|
175 | text-align: left; | |
|
176 | max-width: 30em; | |
|
177 | } | |
|
178 | .bar-value { | |
|
179 | background: #5e665b; | |
|
180 | border-color: #575f54; | |
|
181 | font-size: 0.8em; | |
|
182 | height: 1.3em; | |
|
183 | } | |
|
184 | .bar-bg { | |
|
185 | background: #636b60; | |
|
186 | position: relative; | |
|
187 | border: solid 1px #575f54; | |
|
188 | overflow: hidden; | |
|
189 | } | |
|
190 | .bar-text { | |
|
191 | font-size: 0.8em; | |
|
192 | position: absolute; | |
|
193 | padding: 0.2em; | |
|
194 | left: 0; | |
|
195 | top: 0; | |
|
196 | } | |
|
197 | .page_link, | |
|
198 | .current_page { | |
|
199 | text-align: center; | |
|
200 | font-size: 0.9em; | |
|
201 | padding: 0.2em; | |
|
202 | background: #636b60; | |
|
203 | border: solid 1px #575f54; | |
|
204 | } | |
|
205 | .skipped_replies { | |
|
206 | margin-left: 2.5ex; | |
|
207 | font-size: 0.9em; | |
|
208 | padding: 0.2em; | |
|
209 | margin-bottom: 0.5em; | |
|
210 | background: #636b60; | |
|
211 | border: solid 1px #575f54; | |
|
212 | } | |
|
213 | /* Image Styles */ | |
|
214 | .post > .image { | |
|
215 | float: left; | |
|
216 | background: #485858; | |
|
217 | border: solid 1px #566; | |
|
218 | margin: 0 1ex .5ex 0; | |
|
219 | min-width: 1px; | |
|
220 | text-align: center; | |
|
221 | display: table-row; | |
|
222 | } | |
|
223 | .gallery_image { | |
|
224 | background: #485858; | |
|
225 | border: solid 1px #566; | |
|
226 | margin: 0.5em; | |
|
227 | text-align: center; | |
|
228 | } | |
|
229 | .post-image-full { | |
|
230 | margin: 0; | |
|
231 | } | |
|
232 | /* Form Styles ====================================================== */ | |
|
233 | .post-form-w { | |
|
234 | background: #404950; | |
|
235 | border: solid 1px #3f484f; | |
|
236 | -webkit-border-radius: 2px; | |
|
237 | -moz-border-radius: 2px; | |
|
238 | border-radius: 2px; | |
|
239 | box-shadow: 0 0 3px #363f46; | |
|
240 | padding: 0.5em; | |
|
241 | } | |
|
242 | .form-row { | |
|
243 | width: 100%; | |
|
244 | display: table-row; | |
|
245 | } | |
|
246 | .form-title { | |
|
247 | font-weight: bold; | |
|
248 | margin-bottom: 0.5em; | |
|
249 | } | |
|
250 | .form-label { | |
|
251 | padding: 0.5ex; | |
|
252 | margin: 1em; | |
|
253 | vertical-align: top; | |
|
254 | display: table-cell; | |
|
255 | } | |
|
256 | .form-input { | |
|
257 | width: 100%; | |
|
258 | display: table-cell; | |
|
259 | } | |
|
260 | .form-submit { | |
|
261 | text-align: center; | |
|
262 | margin-bottom: 0.5em; | |
|
263 | } | |
|
264 | id_text { | |
|
265 | width: 100%; | |
|
266 | } | |
|
267 | #mark-panel { | |
|
268 | padding: 1em; | |
|
269 | display: block; | |
|
270 | } | |
|
271 | #id-text { | |
|
272 | width: 100%; | |
|
273 | } | |
|
274 | #mark-panel { | |
|
275 | padding: 0; | |
|
276 | } | |
|
277 | .mark_btn { | |
|
278 | background: #4a535a; | |
|
279 | border: solid 1px #545d64; | |
|
280 | padding: 0.3em; | |
|
281 | margin-right: 1ex; | |
|
282 | margin-bottom: 0.5em; | |
|
283 | display: inline-block; | |
|
284 | } | |
|
285 | .mark_btn:hover { | |
|
286 | background: #5b646b; | |
|
287 | border-color: #656e75; | |
|
288 | } | |
|
289 | .mark_btn > code { | |
|
290 | background: #394249; | |
|
291 | border: dashed 1px #656e75; | |
|
292 | padding: 0.1ex; | |
|
293 | font-size: 0.8em; | |
|
294 | } | |
|
295 | .post-form input:not([name="image"]):not([type="checkbox"]):not([type="submit"]), | |
|
296 | .post-form textarea, | |
|
297 | .post-form select { | |
|
298 | color: #eee; | |
|
299 | background: #4a535a; | |
|
300 | border: solid 1px #545d64; | |
|
301 | padding: 0.2em; | |
|
302 | margin-bottom: 0.5em; | |
|
303 | font: medium sans-serif; | |
|
304 | width: 100%; | |
|
305 | } | |
|
306 | .post-form textarea { | |
|
307 | resize: vertical; | |
|
308 | } | |
|
309 | input[type="submit"], | |
|
310 | button { | |
|
311 | background: #4a535a; | |
|
312 | border: solid 1px #545d64; | |
|
313 | color: #eee; | |
|
314 | padding: 0.2em; | |
|
315 | margin-right: 0.5ex; | |
|
316 | } | |
|
317 | input[type="submit"]:hover, | |
|
318 | button:hover { | |
|
319 | background: #5b646b; | |
|
320 | border-color: #656e75; | |
|
321 | } | |
|
322 | #preview-text { | |
|
323 | background: #405050; | |
|
324 | border: solid 2px #545d64; | |
|
325 | margin: 1ex 0 1ex 0; | |
|
326 | padding: 1ex; | |
|
327 | } | |
|
328 | /* Navbar Styles ==================================================== */ | |
|
95 | 329 | .navigation_panel { |
|
96 | 330 |
|
|
97 | 331 |
|
|
98 | 332 |
|
|
99 | 333 | } |
|
100 | ||
|
101 | 334 | footer.navigation_panel { |
|
102 | 335 |
|
|
103 | 336 | } |
|
104 | ||
|
105 | 337 | header.navigation_panel > a.link:first-child { |
|
106 | 338 |
|
|
107 | 339 |
|
|
108 | 340 |
|
|
109 | 341 | } |
|
110 | ||
|
111 | header.navigation_panel > a.right-link:last-child { | |
|
342 | header.navigation_panel > a.right-link { | |
|
343 | float: right; | |
|
112 | 344 |
|
|
113 | float: right; | |
|
345 | margin-left: 1ex; | |
|
114 | 346 |
|
|
115 | 347 |
|
|
116 | 348 | } |
|
117 | ||
|
118 | .navigation_panel::after, .post::after { | |
|
349 | .navigation_panel::after, | |
|
350 | .post::after { | |
|
119 | 351 |
|
|
120 | 352 |
|
|
121 | 353 |
|
@@ -123,99 +355,32 b' header.navigation_panel > a.right-link:l' | |||
|
123 | 355 |
|
|
124 | 356 |
|
|
125 | 357 | } |
|
126 | ||
|
127 | .tag_info { | |
|
128 | text-align: center; | |
|
129 | } | |
|
130 | ||
|
131 | .tag_info > .tag-text-data { | |
|
132 | text-align: left; | |
|
133 | max-width: 30em; | |
|
134 | } | |
|
135 | ||
|
136 | p, .br { | |
|
137 | margin-top: 0.5em; | |
|
138 | margin-bottom: 0.5em; | |
|
358 | /* Misc ============================================================= */ | |
|
359 | #admin_panel { | |
|
360 | background: #FF0000; | |
|
361 | color: #00FF00; | |
|
139 | 362 | } |
|
140 | ||
|
141 | .bar-value { | |
|
142 | background: #564; | |
|
143 | font-size: 0.8em; | |
|
144 | height: 1.3em; | |
|
363 | .input_field_error { | |
|
364 | color: #FF0000; | |
|
145 | 365 | } |
|
146 | ||
|
147 | .bar-bg { | |
|
148 | background: #675; | |
|
149 | position: relative; | |
|
150 | border: solid 1px #455535; | |
|
151 | overflow: hidden; | |
|
366 | .block { | |
|
367 | display: inline-block; | |
|
368 | vertical-align: top; | |
|
152 | 369 | } |
|
153 | ||
|
154 | .bar-text { | |
|
155 | font-size: 0.8em; | |
|
156 | position: absolute; | |
|
157 | padding: 0.2em; | |
|
158 | left: 0; | |
|
159 | top: 0; | |
|
160 | } | |
|
161 | ||
|
162 | 370 | blockquote { |
|
163 | 371 |
|
|
164 | 372 |
|
|
165 | 373 |
|
|
166 | 374 |
|
|
167 | 375 | } |
|
168 | ||
|
169 | /* ----------------*/ | |
|
170 | ||
|
171 | .post-info > a { | |
|
172 | color: #aa7; | |
|
173 | font-size: 0.9em; | |
|
174 | } | |
|
175 | ||
|
176 | a.post_id { | |
|
177 | font-size: 1em; | |
|
178 | color: #d4aa00; | |
|
179 | } | |
|
180 | ||
|
181 | a.tripcode { | |
|
182 | color: #abb; | |
|
183 | } | |
|
184 | ||
|
185 | h2 { | |
|
186 | font-size: 1.5em; | |
|
187 | font-weight: bold; | |
|
188 | margin-top: 0.5em; | |
|
189 | margin-bottom: 0.5em; | |
|
190 | text-align: center; | |
|
191 | } | |
|
192 | ||
|
193 | 376 | /** margin bottom */ |
|
194 | ||
|
195 | .page_link, .current_page { | |
|
196 | text-align: center; | |
|
197 | text-size: 0.9em; | |
|
198 | padding: 0.2em; | |
|
199 | background: #564; | |
|
200 | border: solid 1px #455535; | |
|
201 | } | |
|
202 | ||
|
203 | ||
|
204 | ||
|
205 | 377 | .last-replies { |
|
206 | 378 |
|
|
207 | 379 | } |
|
208 | ||
|
209 | .skipped_replies { | |
|
210 | margin-left: 2ex; | |
|
211 | padding: 0.2em; | |
|
212 | margin-bottom: 0.5em; | |
|
213 | background: #564; | |
|
214 | border: solid 1px #453; | |
|
380 | .thread, | |
|
381 | .last-replies > .post:last-child { | |
|
382 | margin-bottom: 1.5em; | |
|
215 | 383 | } |
|
216 | ||
|
217 | ||
|
218 | ||
|
219 | 384 | #fav-panel > .post { |
|
220 | 385 |
|
|
221 | 386 |
|
@@ -223,411 +388,136 b' h2 {' | |||
|
223 | 388 |
|
|
224 | 389 |
|
|
225 | 390 | } |
|
226 | ||
|
227 | .thread, .last-replies > .post:last-child { | |
|
228 | margin-bottom: 1.5em; | |
|
229 | } | |
|
230 | ||
|
231 | .post-info { | |
|
232 | font-size: 1em; | |
|
233 | color: #aaa; | |
|
391 | #thread-fav-button:hover { | |
|
392 | background: #485858; | |
|
234 | 393 | } |
|
235 | ||
|
236 | .message { | |
|
237 | color: #eee; | |
|
238 | padding-left: 1ex; | |
|
239 | padding-right: 1ex; | |
|
240 | padding-top: 0.5em; | |
|
241 | padding-bottom: 0.5em; | |
|
242 | } | |
|
243 | ||
|
244 | 394 | .image-metadata { |
|
245 | 395 |
|
|
246 | 396 | } |
|
247 | ||
|
248 | 397 | .refmap { |
|
249 | 398 |
|
|
250 |
|
|
|
251 | } | |
|
252 | ||
|
253 | .image-mode-tab { | |
|
254 | border-top: dashed 1px #ab9; | |
|
255 | padding: 0.5em; | |
|
256 | font-size: 0.9em; | |
|
257 | text-align: center; | |
|
258 | } | |
|
259 | ||
|
260 | .image-mode-tab > a { | |
|
261 | padding: 0.1em; | |
|
262 | } | |
|
263 | ||
|
264 | ||
|
265 | /* Purple */ | |
|
266 | ||
|
267 | .post-form-w { | |
|
268 | background: #304550; | |
|
269 | border: solid 1px #294449; | |
|
270 | border-radius: 2px; | |
|
271 | box-shadow: 0 0 3px #203439; | |
|
272 | padding: 1ex; | |
|
273 | } | |
|
274 | ||
|
275 | .form-row { | |
|
276 | width: 100%; | |
|
277 | display: table-row; | |
|
278 | } | |
|
279 | ||
|
280 | .form-title { | |
|
281 | font-weight: bold; | |
|
282 | margin-bottom: 0.5em; | |
|
283 | } | |
|
284 | ||
|
285 | .form-label { | |
|
286 | padding: 0.5ex; | |
|
287 | margin: 1em; | |
|
288 | vertical-align: top; | |
|
289 | display: table-cell; | |
|
290 | } | |
|
291 | ||
|
292 | ||
|
293 | .form-input { | |
|
294 | width: 100%; | |
|
295 | display: table-cell; | |
|
296 | } | |
|
297 | ||
|
298 | .form-submit { | |
|
299 | text-align: center; | |
|
300 | margin-bottom: 0.5em; | |
|
301 | } | |
|
302 | ||
|
303 | id_text { | |
|
304 | width: 100%; | |
|
305 | } | |
|
306 | ||
|
307 | label { | |
|
308 | color: #eee; | |
|
399 | color: #899; | |
|
309 | 400 | } |
|
310 | ||
|
311 | #mark-panel { | |
|
312 | padding: 1em; | |
|
313 | display: block; | |
|
314 | } | |
|
315 | ||
|
316 | #id-text { | |
|
317 | width: 100%; | |
|
318 | } | |
|
319 | ||
|
320 | #mark-panel { | |
|
321 | padding: 0; | |
|
322 | } | |
|
323 | ||
|
324 | .mark_btn { | |
|
325 | background: #405560; | |
|
326 | border: solid 1px #557080; | |
|
327 | padding: 0.3em; | |
|
328 | margin-right: 1ex; | |
|
329 | margin-bottom: 0.5em; | |
|
330 | display: inline-block; | |
|
331 | } | |
|
332 | ||
|
333 | .mark_btn:hover { | |
|
334 | background: #456070; | |
|
335 | } | |
|
336 | ||
|
337 | .mark_btn > code { | |
|
338 | font-size: 0.8em; | |
|
339 | } | |
|
340 | ||
|
341 | ||
|
342 | .post-form input:not([name="image"]):not([type="checkbox"]):not([type="submit"]), .post-form textarea, .post-form select { | |
|
343 | color: #eff; | |
|
344 | background: #405560; | |
|
345 | border: solid 1px #557080; | |
|
346 | padding: 0.2em; | |
|
347 | margin-bottom: 0.5em; | |
|
348 | font: medium sans-serif; | |
|
349 | width: 100%; | |
|
350 | } | |
|
351 | ||
|
352 | .post-form textarea { | |
|
353 | resize: vertical; | |
|
354 | } | |
|
355 | ||
|
356 | .spoiler { | |
|
357 | background: black; | |
|
358 | color: black; | |
|
359 | } | |
|
360 | ||
|
361 | input[type="submit"], button { | |
|
362 | background: #405560; | |
|
363 | border: solid 1px #557080; | |
|
364 | color: #eff; | |
|
365 | padding: 0.2em; | |
|
366 | margin-right: 0.5ex; | |
|
367 | } | |
|
368 | ||
|
369 | 401 | .from-input { |
|
370 | 402 |
|
|
371 | 403 | } |
|
372 | ||
|
373 | ||
|
374 | .spoiler:hover { | |
|
375 | color: #eff; | |
|
376 | } | |
|
377 | ||
|
378 | ||
|
379 | 404 | #up { |
|
380 | 405 |
|
|
381 | 406 |
|
|
382 | 407 |
|
|
383 |
|
|
|
384 |
|
|
|
408 | border: 2px solid #212a31; | |
|
409 | background: #4a535a; | |
|
385 | 410 |
|
|
386 | 411 |
|
|
387 | 412 | } |
|
388 | ||
|
389 | 413 | #up:hover { |
|
390 | 414 |
|
|
391 | 415 | } |
|
392 | ||
|
393 | 416 | #quote-button { |
|
394 |
|
|
|
395 |
|
|
|
396 | border-radius: 2px; | |
|
397 | box-shadow: 0 0 2px black; | |
|
417 | background: #4a535a; | |
|
418 | border: solid 2px #212a31; | |
|
398 | 419 |
|
|
399 | 420 | } |
|
400 | ||
|
401 | 421 | #quote-button:hover { |
|
402 |
|
|
|
403 |
|
|
|
404 | } | |
|
405 | ||
|
406 | ||
|
407 | .quote { | |
|
408 | color: #92cf38; | |
|
409 | font-style: italic; | |
|
410 | } | |
|
411 | ||
|
412 | .fav { | |
|
413 | color: #d4aa00; | |
|
414 | } | |
|
415 | ||
|
416 | .not_fav { | |
|
417 | color: #ccc; | |
|
418 | } | |
|
419 | ||
|
420 | pre { | |
|
421 | white-space: pre-wrap; | |
|
422 | overflow: auto; | |
|
422 | background: #5b646b; | |
|
423 | border: solid 2px #212a31; | |
|
423 | 424 | } |
|
424 | ||
|
425 | code { | |
|
426 | border: dashed 1px #788; | |
|
427 | background: #122; | |
|
428 | padding: 2px; | |
|
429 | font-size: 1.2em; | |
|
430 | display: inline-block; | |
|
431 | } | |
|
432 | ||
|
433 | /* Code highlighter */ | |
|
434 | .hljs { | |
|
435 | color: #abb; | |
|
436 | background: #122; | |
|
437 | display: inline-block; | |
|
438 | } | |
|
439 | ||
|
440 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { | |
|
441 | color: #abb; | |
|
442 | } | |
|
443 | ||
|
444 | ||
|
445 | ||
|
446 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { | |
|
447 | color: #abb; | |
|
448 | } | |
|
449 | ||
|
450 | .image { | |
|
451 | background: #485858; | |
|
452 | } | |
|
453 | ||
|
454 | 425 | .post-blink { |
|
455 | 426 |
|
|
456 | 427 | } |
|
457 | ||
|
458 | ||
|
459 | ||
|
460 | 428 | .moderator_info { |
|
461 | 429 |
|
|
462 | 430 |
|
|
463 | 431 | } |
|
464 | ||
|
465 | 432 | .moderator_info:hover { |
|
466 | 433 |
|
|
467 | 434 | } |
|
468 | ||
|
469 | .tag_info { | |
|
470 | text-align: center; | |
|
471 | } | |
|
472 | ||
|
473 | .gallery_image { | |
|
474 | background: #485858; | |
|
475 | border: solid 1px #566; | |
|
476 | margin: 0.5em; | |
|
477 | } | |
|
478 | 435 | .post-image-preview { |
|
479 | 436 |
|
|
480 | 437 | } |
|
481 | ||
|
482 | .gallery_image > img { | |
|
483 | border: none; | |
|
484 | } | |
|
485 | ||
|
486 | #preview-text { | |
|
487 | background: #455; | |
|
488 | border: solid 2px #788; | |
|
489 | margin: 1ex 0 1ex 0; | |
|
490 | padding: 1ex; | |
|
491 | } | |
|
492 | ||
|
493 | .user-cast { | |
|
494 | border: solid #677 1px; | |
|
495 | padding: 0.2ex; | |
|
496 | background: #566; | |
|
497 | color: #fff; | |
|
498 | } | |
|
499 | ||
|
500 | 438 | .post_preview { |
|
501 | 439 |
|
|
502 | 440 | } |
|
503 | ||
|
504 | 441 | .post_preview > .post { |
|
505 |
|
|
|
442 | box-shadow: 0 0 5px #112222; | |
|
506 | 443 |
|
|
507 | 444 | } |
|
508 | ||
|
509 | 445 | .global-id { |
|
510 | 446 |
|
|
511 | 447 |
|
|
512 | 448 | } |
|
513 | ||
|
514 | .multiquote { | |
|
515 | padding: 0.2em; | |
|
516 | display: inline-block; | |
|
449 | .img-full { | |
|
517 | 450 |
|
|
518 |
|
|
|
519 | border-color: #677; | |
|
520 | border-width: 1px 1px 1px 4px; | |
|
521 | margin-bottom: 0.5em; | |
|
522 | font-size: 0.9em; | |
|
451 | border: solid 1px #566; | |
|
452 | -webkit-border-radius: 1px; | |
|
453 | -moz-border-radius: 1px; | |
|
454 | border-radius: 1px; | |
|
455 | box-shadow: 0 0 5px #112222; | |
|
523 | 456 | } |
|
524 | ||
|
525 | .quote-header { | |
|
526 | border-bottom: 2px solid #677; | |
|
527 | margin-bottom: 0.3em; | |
|
528 | padding-bottom: 0.2em; | |
|
529 | color: #ddd; | |
|
530 | font-size: 1.2em; | |
|
531 | } | |
|
532 | ||
|
533 | .img-full { | |
|
534 | background: #222; | |
|
535 | border: solid 1px #677; | |
|
536 | border-radius: 1px; | |
|
537 | box-shadow: 0 0 3px #233; | |
|
538 | } | |
|
539 | ||
|
540 | 457 | .tag_item { |
|
541 | 458 |
|
|
542 | 459 | } |
|
543 | ||
|
544 | 460 | #id_models li { |
|
545 | 461 |
|
|
546 | 462 | } |
|
547 | ||
|
548 | 463 | #id_q { |
|
549 | 464 |
|
|
550 | 465 | } |
|
551 | ||
|
552 | 466 | ul { |
|
553 | 467 |
|
|
554 | 468 | } |
|
555 | ||
|
556 | 469 | .current_mode { |
|
557 | 470 |
|
|
558 | 471 | } |
|
559 | ||
|
560 | .post-info { | |
|
561 | color: #ddd; | |
|
562 | margin-bottom: 1ex; | |
|
563 | } | |
|
564 | ||
|
565 | 472 | .fancybox-skin { |
|
566 | 473 |
|
|
567 | 474 |
|
|
568 | 475 |
|
|
569 | 476 |
|
|
570 | 477 | } |
|
571 | ||
|
572 | 478 | .fancybox-image { |
|
573 | 479 |
|
|
574 | 480 | } |
|
575 | ||
|
576 | 481 | .post:target { |
|
577 | 482 |
|
|
578 | 483 | } |
|
579 | ||
|
580 | 484 | li { |
|
581 | 485 |
|
|
582 | 486 | } |
|
583 | ||
|
584 | .comment { | |
|
585 | color: #899; | |
|
586 | } | |
|
587 | ||
|
588 | 487 | .dead_post > .post-info { |
|
589 | 488 |
|
|
590 | 489 | } |
|
591 | ||
|
592 | 490 | .archive_post > .post-info { |
|
593 | 491 |
|
|
594 | 492 | } |
|
595 | ||
|
596 | .post > .image { | |
|
597 | float: left; | |
|
598 | border: solid 1px #556565; | |
|
599 | margin: 0 1ex .5ex 0; | |
|
600 | min-width: 1px; | |
|
601 | text-align: center; | |
|
602 | display: table-row; | |
|
603 | } | |
|
604 | ||
|
605 | 493 | .post > .metadata { |
|
606 | 494 |
|
|
607 | 495 | } |
|
608 | ||
|
609 | 496 | .get { |
|
610 | 497 |
|
|
611 | color: #d55; | |
|
612 | 498 | } |
|
613 | ||
|
614 | .post-image-full { | |
|
615 | margin: 0; | |
|
616 | } | |
|
617 | ||
|
618 | input[type="submit"]:hover { | |
|
619 | background: #464; | |
|
620 | } | |
|
621 | ||
|
622 | .random-images-table { | |
|
623 | width: auto; | |
|
624 | } | |
|
625 | ||
|
626 | 499 | .form-email { |
|
627 | 500 |
|
|
628 | 501 | } |
|
629 | ||
|
630 | time { | |
|
631 | color: #9aa; | |
|
632 | font-size: 0.9em; | |
|
502 | .post, | |
|
503 | dead_post, | |
|
504 | .archive_post, | |
|
505 | .post-form-w, | |
|
506 | .tag_info, | |
|
507 | #posts-table, | |
|
508 | .bar-bg, | |
|
509 | .page_link, | |
|
510 | #fav-panel { | |
|
511 | margin-bottom: 0.5em; | |
|
633 | 512 | } |
|
513 | h2 { | |
|
514 | font-size: 1.5em; | |
|
515 | font-weight: bold; | |
|
516 | margin-top: 0.5em; | |
|
517 | margin-bottom: 0.5em; | |
|
518 | text-align: center; | |
|
519 | } | |
|
520 | b, | |
|
521 | strong { | |
|
522 | font-weight: bold; | |
|
523 | } |
@@ -1,214 +1,192 b'' | |||
|
1 |
/* |
|
|
1 | /* Shroom-Themes for Neboard | |
|
2 | 2 | * |
|
3 | 3 | */ |
|
4 | ||
|
5 | /* Page Styles ====================================================== */ | |
|
6 | ||
|
4 | /* Page Styles ============================================================== */ | |
|
7 | 5 | * { |
|
8 | 6 |
|
|
9 | 7 |
|
|
10 | 8 | } |
|
11 | ||
|
12 |
|
|
|
9 | p, | |
|
10 | .br { | |
|
13 | 11 |
|
|
14 | 12 |
|
|
15 | 13 | } |
|
16 | ||
|
17 | 14 | html { |
|
18 | 15 |
|
|
19 | 16 |
|
|
20 | 17 |
|
|
21 | 18 | } |
|
22 | ||
|
23 | 19 | body { |
|
24 | 20 |
|
|
25 | 21 | } |
|
26 | ||
|
27 | .link, a { | |
|
22 | .link, | |
|
23 | a { | |
|
28 | 24 |
|
|
29 | 25 |
|
|
30 | 26 | } |
|
31 | ||
|
32 | .link:hover, a:hover { | |
|
27 | .link:hover, | |
|
28 | a:hover { | |
|
33 | 29 |
|
|
34 | 30 | } |
|
35 | ||
|
36 |
|
|
|
31 | .tag, | |
|
32 | .fav { | |
|
37 | 33 |
|
|
38 | 34 | } |
|
39 | ||
|
40 | 35 | .not_fav { |
|
41 |
|
|
|
36 | color: #847c75; | |
|
42 | 37 | } |
|
43 | ||
|
44 | 38 | .random-images-table { |
|
45 | 39 |
|
|
46 | 40 | } |
|
47 | ||
|
48 | ||
|
49 | ||
|
50 | 41 | /* Post Styles ====================================================== */ |
|
51 | ||
|
52 | .post, .dead_post, .archive_post, #posts-table, .tag_info, #fav-panel { | |
|
53 | background: #d1e1f1; | |
|
54 | border: solid 1px #aabaca; | |
|
42 | .post, | |
|
43 | .dead_post, | |
|
44 | .archive_post, | |
|
45 | #posts-table, | |
|
46 | .tag_info, | |
|
47 | #fav-panel { | |
|
48 | background: #d7e3f4; | |
|
49 | border: solid 1px #cedef4; | |
|
50 | -webkit-border-radius: 2px; | |
|
51 | -moz-border-radius: 2px; | |
|
55 | 52 |
|
|
56 |
|
|
|
53 | box-shadow: 0 0 3px #d8e3f4; | |
|
57 | 54 |
|
|
58 | 55 |
|
|
59 | 56 | } |
|
60 | ||
|
61 | ||
|
62 | ||
|
63 | 57 | .metadata { |
|
64 | 58 |
|
|
65 | 59 |
|
|
66 | 60 |
|
|
67 |
|
|
|
61 | color: #847c75; | |
|
68 | 62 | } |
|
69 | ||
|
70 | 63 | .message { |
|
71 | 64 |
|
|
72 | 65 |
|
|
73 | 66 | } |
|
74 | ||
|
75 | 67 | .post-info { |
|
76 | 68 |
|
|
77 |
|
|
|
69 | color: #847c75; | |
|
78 | 70 |
|
|
79 | 71 | } |
|
80 | ||
|
81 | 72 | .title { |
|
82 | 73 |
|
|
83 | 74 |
|
|
84 | 75 |
|
|
85 | 76 | } |
|
86 | ||
|
87 | 77 | .post-info > a { |
|
88 | 78 |
|
|
89 |
|
|
|
79 | color: #9797e3; | |
|
90 | 80 | } |
|
91 | ||
|
92 | 81 | a.tripcode { |
|
93 |
|
|
|
82 | color: #847c75; | |
|
94 | 83 | } |
|
95 | ||
|
96 | 84 | a.post_id { |
|
97 | 85 |
|
|
98 | 86 |
|
|
99 | 87 | } |
|
100 | ||
|
101 | 88 | .highlight { |
|
102 |
|
|
|
103 |
|
|
|
89 | background: #9cc5f4; | |
|
90 | border: solid 1px #92c0f4; | |
|
91 | -webkit-border-radius: 2px; | |
|
92 | -moz-border-radius: 2px; | |
|
104 | 93 |
|
|
105 |
|
|
|
94 | box-shadow: 0 0 3px #a6caf4; | |
|
106 | 95 | } |
|
107 | ||
|
108 | 96 | /* Formating */ |
|
109 | ||
|
110 | 97 | .multiquote { |
|
111 | 98 |
|
|
112 | 99 |
|
|
113 |
|
|
|
100 | background: #c4d9f4; | |
|
114 | 101 |
|
|
115 |
|
|
|
102 | border-color: #a6caf4; | |
|
116 | 103 |
|
|
117 | 104 |
|
|
118 | 105 |
|
|
119 | 106 | } |
|
120 | ||
|
121 | 107 | .quote-header { |
|
122 |
|
|
|
108 | border-bottom: 2px solid #a6caf4; | |
|
123 | 109 |
|
|
124 | 110 |
|
|
125 | 111 |
|
|
126 | 112 | } |
|
127 | ||
|
128 | 113 | .quote { |
|
129 | 114 |
|
|
130 | 115 |
|
|
131 | 116 | } |
|
132 | ||
|
133 | 117 | .user-cast { |
|
134 |
|
|
|
118 | border: solid 1px #a6caf4; | |
|
135 | 119 |
|
|
136 |
|
|
|
120 | background: #c4d9f4; | |
|
137 | 121 | } |
|
138 | ||
|
139 | 122 | .comment { |
|
140 |
|
|
|
123 | color: #847c75; | |
|
141 | 124 | } |
|
142 | ||
|
143 | 125 | .spoiler { |
|
144 | background: black; | |
|
145 | color: black; | |
|
126 | color: #2f2720; | |
|
127 | background: #2f2720; | |
|
146 | 128 | } |
|
147 | ||
|
148 | 129 | .spoiler:hover { |
|
149 | color: white; | |
|
130 | color: #2f2720; | |
|
131 | background: #d7e3f4; | |
|
150 | 132 | } |
|
151 | ||
|
152 | 133 | pre { |
|
153 | 134 |
|
|
154 | 135 |
|
|
155 | 136 | } |
|
156 | ||
|
157 | 137 | code { |
|
158 |
|
|
|
159 |
|
|
|
138 | border: dashed 1px #92c0f4; | |
|
139 | background: #c4d9f4; | |
|
160 | 140 |
|
|
161 | 141 |
|
|
162 | 142 |
|
|
163 | 143 | } |
|
164 | ||
|
165 | 144 | /* Code highlighter */ |
|
166 | 145 | .hljs { |
|
167 |
|
|
|
146 | background: #c4d9f4; | |
|
168 | 147 |
|
|
169 | 148 | } |
|
170 | ||
|
171 | /* | |
|
172 | .hljs, .hljs-subst, .hljs-tag .hljs-title, .lisp .hljs-title, .clojure .hljs-built_in, .nginx .hljs-title { | |
|
173 | color: #abb; | |
|
149 | .hljs, | |
|
150 | .hljs-subst, | |
|
151 | .hljs-tag .hljs-title, | |
|
152 | .lisp .hljs-title, | |
|
153 | .clojure .hljs-built_in, | |
|
154 | .nginx .hljs-title { | |
|
155 | color: #2f2720; | |
|
174 | 156 | } |
|
175 | */ | |
|
176 | ||
|
177 | 157 | /* Top */ |
|
178 | ||
|
179 | 158 | .image-mode-tab { |
|
180 |
|
|
|
159 | border-top: dashed 1px black; | |
|
181 | 160 |
|
|
182 | 161 |
|
|
183 | 162 |
|
|
184 | 163 | } |
|
185 | ||
|
186 | 164 | .image-mode-tab > a { |
|
187 | 165 |
|
|
188 | 166 | } |
|
189 | ||
|
167 | .tag_info > img { | |
|
168 | background: #c4d9f4; | |
|
169 | border: solid 1px #a6caf4; | |
|
170 | } | |
|
190 | 171 | .tag_info { |
|
191 | 172 |
|
|
192 | 173 | } |
|
193 | ||
|
194 | 174 | .tag_info > .tag-text-data { |
|
195 | 175 |
|
|
196 | 176 |
|
|
197 | 177 | } |
|
198 | ||
|
199 | 178 | .bar-value { |
|
200 |
|
|
|
179 | background: #e5ddd6; | |
|
180 | border-color: #ddd5ce; | |
|
201 | 181 |
|
|
202 | 182 |
|
|
203 | 183 | } |
|
204 | ||
|
205 | 184 | .bar-bg { |
|
206 |
|
|
|
185 | background: #eee6df; | |
|
207 | 186 |
|
|
208 |
|
|
|
187 | border: solid 1px #ddd5ce; | |
|
209 | 188 |
|
|
210 | 189 | } |
|
211 | ||
|
212 | 190 | .bar-text { |
|
213 | 191 |
|
|
214 | 192 |
|
@@ -216,186 +194,160 b' code {' | |||
|
216 | 194 |
|
|
217 | 195 |
|
|
218 | 196 | } |
|
219 | ||
|
220 |
|
|
|
197 | .page_link, | |
|
198 | .current_page { | |
|
221 | 199 |
|
|
222 | 200 |
|
|
223 | 201 |
|
|
224 |
|
|
|
225 |
|
|
|
202 | background: #eee6df; | |
|
203 | border: solid 1px #ddd5ce; | |
|
226 | 204 | } |
|
227 | ||
|
228 | 205 | .skipped_replies { |
|
229 |
|
|
|
206 | margin-left: 2.5ex; | |
|
207 | font-size: 0.9em; | |
|
230 | 208 |
|
|
231 | 209 |
|
|
232 |
|
|
|
233 |
|
|
|
210 | background: #eee6df; | |
|
211 | border: solid 1px #ddd5ce; | |
|
234 | 212 | } |
|
235 | ||
|
236 | 213 | /* Image Styles */ |
|
237 | ||
|
238 | 214 | .post > .image { |
|
239 | 215 |
|
|
240 |
|
|
|
241 |
|
|
|
216 | background: #c4d9f4; | |
|
217 | border: solid 1px #a6caf4; | |
|
242 | 218 |
|
|
243 | 219 |
|
|
244 | 220 |
|
|
245 | 221 |
|
|
246 | 222 | } |
|
247 | ||
|
248 | 223 | .gallery_image { |
|
249 |
|
|
|
250 |
|
|
|
224 | background: #c4d9f4; | |
|
225 | border: solid 1px #a6caf4; | |
|
251 | 226 |
|
|
252 | 227 |
|
|
253 | 228 | } |
|
254 | ||
|
255 | 229 | .post-image-full { |
|
256 | 230 |
|
|
257 | 231 | } |
|
258 | ||
|
259 | ||
|
260 | ||
|
261 | 232 | /* Form Styles ====================================================== */ |
|
262 | ||
|
263 | 233 | .post-form-w { |
|
264 |
|
|
|
265 |
|
|
|
234 | background: #dad8f4; | |
|
235 | border: solid 1px #d5cef4; | |
|
236 | -webkit-border-radius: 2px; | |
|
237 | -moz-border-radius: 2px; | |
|
266 | 238 |
|
|
267 |
|
|
|
239 | box-shadow: 0 0 3px #dddcf4; | |
|
268 | 240 |
|
|
269 | 241 | } |
|
270 | ||
|
271 | 242 | .form-row { |
|
272 | 243 |
|
|
273 | 244 |
|
|
274 | 245 | } |
|
275 | ||
|
276 | 246 | .form-title { |
|
277 | 247 |
|
|
278 | 248 |
|
|
279 | 249 | } |
|
280 | ||
|
281 | 250 | .form-label { |
|
282 | 251 |
|
|
283 | 252 |
|
|
284 | 253 |
|
|
285 | 254 |
|
|
286 | 255 | } |
|
287 | ||
|
288 | 256 | .form-input { |
|
289 | 257 |
|
|
290 | 258 |
|
|
291 | 259 | } |
|
292 | ||
|
293 | 260 | .form-submit { |
|
294 | 261 |
|
|
295 | 262 |
|
|
296 | 263 | } |
|
297 | ||
|
298 | input[type="submit"]:hover { | |
|
299 | background: #8f8; | |
|
300 | } | |
|
301 | ||
|
302 | 264 |
id_text { |
|
303 | 265 |
|
|
304 | 266 | } |
|
305 | ||
|
306 | 267 | #mark-panel { |
|
307 | 268 |
|
|
308 | 269 |
|
|
309 | 270 | } |
|
310 | ||
|
311 | 271 | #id-text { |
|
312 | 272 |
|
|
313 | 273 | } |
|
314 | ||
|
315 | 274 | #mark-panel { |
|
316 | 275 |
|
|
317 | 276 | } |
|
318 | ||
|
319 | 277 | .mark_btn { |
|
320 |
|
|
|
321 |
|
|
|
278 | background: #d1c4f4; | |
|
279 | border: solid 1px #c2a6f4; | |
|
322 | 280 |
|
|
323 | 281 |
|
|
324 | 282 |
|
|
325 | 283 |
|
|
326 | 284 | } |
|
327 | ||
|
328 | ||
|
329 | ||
|
330 | 285 | .mark_btn:hover { |
|
331 |
|
|
|
286 | background: #c2a6f4; | |
|
287 | border-color: #b388f4; | |
|
332 | 288 | } |
|
333 | ||
|
334 | 289 | .mark_btn > code { |
|
335 |
|
|
|
290 | background: #c2a6f4; | |
|
291 | border: dashed 1px #b388f4; | |
|
292 | padding: 0.1ex; | |
|
336 | 293 |
|
|
337 | 294 | } |
|
338 | ||
|
339 | ||
|
340 | .post-form input:not([name="image"]):not([type="checkbox"]):not([type="submit"]), .post-form textarea, .post-form select { | |
|
341 |
|
|
|
342 |
|
|
|
343 |
|
|
|
295 | .post-form input:not([name="image"]):not([type="checkbox"]):not([type="submit"]), | |
|
296 | .post-form textarea, | |
|
297 | .post-form select { | |
|
298 | color: #2f2720; | |
|
299 | background: #d1c4f4; | |
|
300 | border: solid 1px #c2a6f4; | |
|
344 | 301 |
|
|
345 | 302 |
|
|
346 | 303 |
|
|
347 | 304 |
|
|
348 | 305 | } |
|
349 | ||
|
350 | ||
|
351 | 306 | .post-form textarea { |
|
352 | 307 |
|
|
353 | 308 | } |
|
354 | ||
|
355 | input[type="submit"], button { | |
|
356 |
|
|
|
357 |
|
|
|
358 |
|
|
|
309 | input[type="submit"], | |
|
310 | button { | |
|
311 | background: #d1c4f4; | |
|
312 | border: solid 1px #c2a6f4; | |
|
313 | color: #2f2720; | |
|
359 | 314 |
|
|
360 | 315 |
|
|
361 | 316 | } |
|
362 | ||
|
317 | input[type="submit"]:hover, | |
|
363 | 318 | button:hover { |
|
364 |
|
|
|
319 | background: #c2a6f4; | |
|
320 | border-color: #b388f4; | |
|
365 | 321 | } |
|
366 | ||
|
367 | 322 | #preview-text { |
|
368 |
|
|
|
369 |
|
|
|
323 | background: #d7e3f4; | |
|
324 | border: solid 2px #c2a6f4; | |
|
370 | 325 |
|
|
371 | 326 |
|
|
372 | 327 | } |
|
373 | ||
|
374 | 328 | /* Navbar Styles ==================================================== */ |
|
375 | ||
|
376 | 329 | .navigation_panel { |
|
330 | color: black; | |
|
377 | 331 |
|
|
378 | 332 |
|
|
379 | 333 | } |
|
380 | ||
|
381 | 334 | footer.navigation_panel { |
|
382 | 335 |
|
|
383 | 336 | } |
|
384 | ||
|
385 | 337 | header.navigation_panel > a.link:first-child { |
|
386 | 338 |
|
|
387 | 339 |
|
|
388 |
|
|
|
340 | border-right: solid 1px black; | |
|
389 | 341 | } |
|
390 | ||
|
391 | header.navigation_panel > a.right-link:last-child { | |
|
392 | font-weight: bold; | |
|
342 | header.navigation_panel > a.right-link { | |
|
393 | 343 |
|
|
344 | font-weight: bold; | |
|
345 | margin-left: 1ex; | |
|
394 | 346 |
|
|
395 |
|
|
|
347 | border-left: solid 1px black; | |
|
396 | 348 | } |
|
397 | ||
|
398 | .navigation_panel::after, .post::after { | |
|
349 | .navigation_panel::after, | |
|
350 | .post::after { | |
|
399 | 351 |
|
|
400 | 352 |
|
|
401 | 353 |
|
@@ -403,38 +355,32 b' header.navigation_panel > a.right-link:l' | |||
|
403 | 355 |
|
|
404 | 356 |
|
|
405 | 357 | } |
|
406 | ||
|
407 | 358 | /* Misc ============================================================= */ |
|
408 | ||
|
409 | 359 | #admin_panel { |
|
410 | 360 |
|
|
411 |
|
|
|
361 | color: #00FF00; | |
|
412 | 362 | } |
|
413 | ||
|
414 | 363 | .input_field_error { |
|
415 | 364 |
|
|
416 | 365 | } |
|
417 | ||
|
418 | 366 | .block { |
|
419 | 367 |
|
|
420 | 368 |
|
|
421 | 369 | } |
|
422 | ||
|
423 | 370 | blockquote { |
|
424 | 371 |
|
|
425 | 372 |
|
|
426 | 373 |
|
|
427 | 374 |
|
|
428 | 375 | } |
|
429 | ||
|
430 | 376 | /** margin bottom */ |
|
431 | ||
|
432 | ||
|
433 | ||
|
434 | 377 | .last-replies { |
|
435 | 378 |
|
|
436 | 379 | } |
|
437 | ||
|
380 | .thread, | |
|
381 | .last-replies > .post:last-child { | |
|
382 | margin-bottom: 1.5em; | |
|
383 | } | |
|
438 | 384 | #fav-panel > .post { |
|
439 | 385 |
|
|
440 | 386 |
|
@@ -442,160 +388,128 b' blockquote {' | |||
|
442 | 388 |
|
|
443 | 389 |
|
|
444 | 390 | } |
|
445 | ||
|
446 | .thread, .last-replies > .post:last-child { | |
|
447 | margin-bottom: 1.5em; | |
|
391 | #thread-fav-button:hover { | |
|
392 | background: #c4d9f4; | |
|
448 | 393 | } |
|
449 | ||
|
450 | 394 | .image-metadata { |
|
451 | 395 |
|
|
452 | 396 | } |
|
453 | ||
|
454 | 397 | .refmap { |
|
455 | 398 |
|
|
456 |
|
|
|
399 | color: #847c75; | |
|
457 | 400 | } |
|
458 | ||
|
459 | ||
|
460 | ||
|
461 | 401 | .from-input { |
|
462 | 402 |
|
|
463 | 403 | } |
|
464 | ||
|
465 | 404 | #up { |
|
466 | 405 |
|
|
467 | 406 |
|
|
468 | 407 |
|
|
469 |
|
|
|
470 |
|
|
|
408 | border: 2px solid #b388f4; | |
|
409 | background: #d1c4f4; | |
|
471 | 410 |
|
|
472 | 411 |
|
|
473 | 412 | } |
|
474 | ||
|
475 | 413 | #up:hover { |
|
476 | 414 |
|
|
477 | 415 | } |
|
478 | ||
|
479 | 416 | #quote-button { |
|
480 |
|
|
|
481 |
|
|
|
482 | border-radius: 2px; | |
|
483 | box-shadow: 0 0 2px black; | |
|
417 | background: #d1c4f4; | |
|
418 | border: solid 2px #c2a6f4; | |
|
484 | 419 |
|
|
485 | 420 | } |
|
486 | ||
|
487 | 421 | #quote-button:hover { |
|
488 |
|
|
|
489 |
|
|
|
422 | background: #c2a6f4; | |
|
423 | border: solid 2px #b388f4; | |
|
490 | 424 | } |
|
491 | ||
|
492 | 425 | .post-blink { |
|
493 | 426 |
|
|
494 | 427 | } |
|
495 | ||
|
496 | 428 | .moderator_info { |
|
497 | 429 |
|
|
498 | 430 |
|
|
499 | 431 | } |
|
500 | ||
|
501 | 432 | .moderator_info:hover { |
|
502 | 433 |
|
|
503 | 434 | } |
|
504 | ||
|
505 | 435 | .post-image-preview { |
|
506 | 436 |
|
|
507 | 437 | } |
|
508 | ||
|
509 | 438 | .post_preview { |
|
510 | 439 |
|
|
511 | 440 | } |
|
512 | ||
|
513 | 441 | .post_preview > .post { |
|
514 |
|
|
|
442 | box-shadow: 0 0 5px #b6c1d2; | |
|
515 | 443 |
|
|
516 | 444 | } |
|
517 | ||
|
518 | 445 | .global-id { |
|
519 | 446 |
|
|
520 | 447 |
|
|
521 | 448 | } |
|
522 | ||
|
523 | 449 | .img-full { |
|
524 |
|
|
|
525 |
|
|
|
450 | background: #c4d9f4; | |
|
451 | border: solid 1px #a6caf4; | |
|
452 | -webkit-border-radius: 1px; | |
|
453 | -moz-border-radius: 1px; | |
|
526 | 454 |
|
|
527 |
|
|
|
455 | box-shadow: 0 0 5px #b6c1d2; | |
|
528 | 456 | } |
|
529 | ||
|
530 | 457 | .tag_item { |
|
531 | 458 |
|
|
532 | 459 | } |
|
533 | ||
|
534 | 460 | #id_models li { |
|
535 | 461 |
|
|
536 | 462 | } |
|
537 | ||
|
538 | 463 | #id_q { |
|
539 | 464 |
|
|
540 | 465 | } |
|
541 | ||
|
542 | 466 | ul { |
|
543 | 467 |
|
|
544 | 468 | } |
|
545 | ||
|
546 | 469 | .current_mode { |
|
547 | 470 |
|
|
548 | 471 | } |
|
549 | ||
|
550 | ||
|
551 | ||
|
552 | 472 | .fancybox-skin { |
|
553 | 473 |
|
|
554 | 474 |
|
|
555 | 475 |
|
|
556 | 476 |
|
|
557 | 477 | } |
|
558 | ||
|
559 | 478 | .fancybox-image { |
|
560 | 479 |
|
|
561 | 480 | } |
|
562 | ||
|
563 | 481 | .post:target { |
|
564 |
|
|
|
482 | border: solid 2px #61a7f3; | |
|
565 | 483 | } |
|
566 | ||
|
567 | 484 | li { |
|
568 | 485 |
|
|
569 | 486 | } |
|
570 | ||
|
571 | ||
|
572 | ||
|
573 | 487 | .dead_post > .post-info { |
|
574 | 488 |
|
|
575 | 489 | } |
|
576 | ||
|
577 | 490 | .archive_post > .post-info { |
|
578 | 491 |
|
|
579 | 492 | } |
|
580 | ||
|
581 | 493 | .post > .metadata { |
|
582 | 494 |
|
|
583 | 495 | } |
|
584 | ||
|
585 | 496 | .get { |
|
586 | 497 |
|
|
587 | 498 | } |
|
588 | ||
|
589 | 499 | .form-email { |
|
590 | 500 |
|
|
591 | 501 | } |
|
592 | ||
|
593 | /* finlaize ========================================================= */ | |
|
594 | ||
|
595 | .post, dead_post, .archive_post, .post-form-w, .tag_info, #posts-table, .bar-bg, .page_link, #fav-panel { | |
|
502 | .post, | |
|
503 | dead_post, | |
|
504 | .archive_post, | |
|
505 | .post-form-w, | |
|
506 | .tag_info, | |
|
507 | #posts-table, | |
|
508 | .bar-bg, | |
|
509 | .page_link, | |
|
510 | #fav-panel { | |
|
596 | 511 |
|
|
597 | 512 | } |
|
598 | ||
|
599 | 513 | h2 { |
|
600 | 514 |
|
|
601 | 515 |
|
@@ -603,7 +517,7 b' h2 {' | |||
|
603 | 517 |
|
|
604 | 518 |
|
|
605 | 519 | } |
|
606 | ||
|
607 |
|
|
|
520 | b, | |
|
521 | strong { | |
|
608 | 522 |
|
|
609 | 523 | } |
General Comments 0
You need to be logged in to leave comments.
Login now