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