Show More
@@ -1,291 +1,287 b'' | |||||
1 | * { |
|
1 | * { | |
2 | font-size: inherit; |
|
2 | font-size: inherit; | |
3 | margin: 0; |
|
3 | margin: 0; | |
4 | padding: 0; |
|
4 | padding: 0; | |
5 | } |
|
5 | } | |
6 | html { |
|
6 | html { | |
7 | background: #fff; |
|
7 | background: #fff; | |
8 | color: #000; |
|
8 | color: #000; | |
9 | font: medium sans-serif; |
|
9 | font: medium sans-serif; | |
10 | } |
|
10 | } | |
11 | a { |
|
11 | a { | |
12 | color: inherit; |
|
12 | color: inherit; | |
13 | text-decoration: underline; |
|
13 | text-decoration: underline; | |
14 | } |
|
14 | } | |
15 | li { |
|
15 | li { | |
16 | list-style-position: inside; |
|
16 | list-style-position: inside; | |
17 | } |
|
17 | } | |
18 |
|
18 | |||
19 | #admin_panel { |
|
19 | #admin_panel { | |
20 | background: #182F6F; |
|
20 | background: #182F6F; | |
21 | color: #fff; |
|
21 | color: #fff; | |
22 | padding: .5ex 1ex .5ex 1ex; |
|
22 | padding: .5ex 1ex .5ex 1ex; | |
23 | } |
|
23 | } | |
24 |
|
24 | |||
25 | .navigation_panel { |
|
25 | .navigation_panel { | |
26 | background: #182F6F; |
|
26 | background: #182F6F; | |
27 | color: #B4CFEC; |
|
27 | color: #B4CFEC; | |
28 | margin-bottom: 1em; |
|
28 | margin-bottom: 1em; | |
29 | padding: .5ex 1ex 1ex 1ex; |
|
29 | padding: .5ex 1ex 1ex 1ex; | |
30 | } |
|
30 | } | |
31 | .navigation_panel::after { |
|
31 | .navigation_panel::after { | |
32 | clear: both; |
|
32 | clear: both; | |
33 | content: "."; |
|
33 | content: "."; | |
34 | display: block; |
|
34 | display: block; | |
35 | height: 0; |
|
35 | height: 0; | |
36 | line-height: 0; |
|
36 | line-height: 0; | |
37 | visibility: hidden; |
|
37 | visibility: hidden; | |
38 | } |
|
38 | } | |
39 |
|
39 | |||
40 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { |
|
40 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { | |
41 | text-decoration: none; |
|
41 | text-decoration: none; | |
42 | } |
|
42 | } | |
43 |
|
43 | |||
44 | .navigation_panel .link { |
|
44 | .navigation_panel .link { | |
45 | border-right: 1px solid #fff; |
|
45 | border-right: 1px solid #fff; | |
46 | color: #fff; |
|
46 | color: #fff; | |
47 | font-weight: bold; |
|
47 | font-weight: bold; | |
48 | margin-right: 1ex; |
|
48 | margin-right: 1ex; | |
49 | padding-right: 1ex; |
|
49 | padding-right: 1ex; | |
50 | } |
|
50 | } | |
51 | .navigation_panel .link:last-child { |
|
51 | .navigation_panel .link:last-child { | |
52 | border-left: 1px solid #fff; |
|
52 | border-left: 1px solid #fff; | |
53 | border-right: none; |
|
53 | border-right: none; | |
54 | float: right; |
|
54 | float: right; | |
55 | margin-left: 1ex; |
|
55 | margin-left: 1ex; | |
56 | margin-right: 0; |
|
56 | margin-right: 0; | |
57 | padding-left: 1ex; |
|
57 | padding-left: 1ex; | |
58 | padding-right: 0; |
|
58 | padding-right: 0; | |
59 | } |
|
59 | } | |
60 |
|
60 | |||
61 | .navigation_panel .tag { |
|
61 | .navigation_panel .tag { | |
62 | color: #fff; |
|
62 | color: #fff; | |
63 | } |
|
63 | } | |
64 |
|
64 | |||
65 | .input_field { |
|
65 | .input_field { | |
66 |
|
66 | |||
67 | } |
|
67 | } | |
68 |
|
68 | |||
69 | .input_field_name { |
|
69 | .input_field_name { | |
70 |
|
70 | |||
71 | } |
|
71 | } | |
72 |
|
72 | |||
73 | .input_field_error { |
|
73 | .input_field_error { | |
74 | color: #FF0000; |
|
74 | color: #FF0000; | |
75 | } |
|
75 | } | |
76 |
|
76 | |||
77 |
|
77 | |||
78 | .title { |
|
78 | .title { | |
79 | color: #182F6F; |
|
79 | color: #182F6F; | |
80 | font-weight: bold; |
|
80 | font-weight: bold; | |
81 | } |
|
81 | } | |
82 |
|
82 | |||
83 | .post-form-w { |
|
83 | .post-form-w { | |
84 | background: #182F6F; |
|
84 | background: #182F6F; | |
85 | border-radius: 1ex; |
|
85 | border-radius: 1ex; | |
86 | color: #fff; |
|
86 | color: #fff; | |
87 | margin: 1em 1ex; |
|
87 | margin: 1em 1ex; | |
88 | padding: 1ex; |
|
88 | padding: 1ex; | |
89 | } |
|
89 | } | |
90 | .post-form { |
|
90 | .post-form { | |
91 | display: table; |
|
91 | display: table; | |
92 | border-collapse: collapse; |
|
92 | border-collapse: collapse; | |
93 | width: 100%; |
|
93 | width: 100%; | |
94 |
|
94 | |||
95 | } |
|
95 | } | |
96 | .form-row { |
|
96 | .form-row { | |
97 | display: table-row; |
|
97 | display: table-row; | |
98 | } |
|
98 | } | |
99 | .form-label, .form-input { |
|
99 | .form-label, .form-input { | |
100 | display: table-cell; |
|
100 | display: table-cell; | |
101 | vertical-align: top; |
|
101 | vertical-align: top; | |
102 | } |
|
102 | } | |
103 | .form-label { |
|
103 | .form-label { | |
104 | padding: .25em 1ex .25em 0; |
|
104 | padding: .25em 1ex .25em 0; | |
105 | } |
|
105 | } | |
106 | .form-input { |
|
106 | .form-input { | |
107 | padding: .25em 0; |
|
107 | padding: .25em 0; | |
108 | } |
|
108 | } | |
109 | .form-input > * { |
|
109 | .form-input > * { | |
110 | background: #fff; |
|
110 | background: #fff; | |
111 | color: #000; |
|
111 | color: #000; | |
112 | border: none; |
|
112 | border: none; | |
113 | padding: 0; |
|
113 | padding: 0; | |
114 | resize: vertical; |
|
114 | resize: vertical; | |
115 | width: 100%; |
|
115 | width: 100%; | |
116 | } |
|
116 | } | |
117 | .form-submit { |
|
117 | .form-submit { | |
118 | border-bottom: 1px solid #666; |
|
118 | border-bottom: 1px solid #666; | |
119 | margin-bottom: .5em; |
|
119 | margin-bottom: .5em; | |
120 | padding-bottom: .5em; |
|
120 | padding-bottom: .5em; | |
121 | } |
|
121 | } | |
122 | .form-title { |
|
122 | .form-title { | |
123 | font-weight: bold; |
|
123 | font-weight: bold; | |
124 | margin-bottom: .5em; |
|
124 | margin-bottom: .5em; | |
125 | } |
|
125 | } | |
126 | .post-form .settings_item { |
|
126 | .post-form .settings_item { | |
127 | margin: .5em 0; |
|
127 | margin: .5em 0; | |
128 | } |
|
128 | } | |
129 | .form-submit input { |
|
129 | .form-submit input { | |
130 | margin-top: .5em; |
|
130 | margin-top: .5em; | |
131 | padding: .2em 1ex; |
|
131 | padding: .2em 1ex; | |
132 | } |
|
132 | } | |
133 | .form-label { |
|
133 | .form-label { | |
134 | text-align: right; |
|
134 | text-align: right; | |
135 | } |
|
135 | } | |
136 |
|
136 | |||
137 | .block { |
|
137 | .block { | |
138 | display: inline-block; |
|
138 | display: inline-block; | |
139 | vertical-align: top; |
|
139 | vertical-align: top; | |
140 | } |
|
140 | } | |
141 |
|
141 | |||
142 | .post_id { |
|
142 | .post_id { | |
143 | color: #a00; |
|
143 | color: #a00; | |
144 | } |
|
144 | } | |
145 |
|
145 | |||
146 | .post { |
|
146 | .post { | |
147 | clear: left; |
|
147 | clear: left; | |
148 | margin: 0 1ex 1em 1ex; |
|
148 | margin: 0 1ex 1em 1ex; | |
149 | overflow-x: auto; |
|
149 | overflow-x: auto; | |
150 | word-wrap: break-word; |
|
150 | word-wrap: break-word; | |
|
151 | background: #FFF; | |||
|
152 | padding: 1ex; | |||
|
153 | border: 1px solid #666; | |||
|
154 | box-shadow: 1px 1px 2px 1px #666; | |||
151 | } |
|
155 | } | |
152 | .last-replies > .post, #posts > .post { |
|
156 | ||
153 | border-bottom: 1px solid #182F6F; |
|
|||
154 | padding-bottom: 1em; |
|
|||
155 | } |
|
|||
156 | #posts > .post:last-child { |
|
157 | #posts > .post:last-child { | |
157 | border-bottom: none; |
|
158 | border-bottom: none; | |
158 | padding-bottom: 0; |
|
159 | padding-bottom: 0; | |
159 | } |
|
160 | } | |
160 |
|
161 | |||
161 | .metadata { |
|
162 | .metadata { | |
162 | background: #C0E4E8; |
|
163 | background: #C0E4E8; | |
163 | border: 1px solid #7F9699; |
|
164 | border: 1px solid #7F9699; | |
164 | border-radius: .4ex; |
|
165 | border-radius: .4ex; | |
165 | display: table; |
|
166 | display: table; | |
166 | margin-top: .5em; |
|
167 | margin-top: .5em; | |
167 | padding: .4em; |
|
168 | padding: .4em; | |
168 | } |
|
169 | } | |
169 |
|
170 | |||
170 | .post ul, .post ol { |
|
171 | .post ul, .post ol { | |
171 | margin: .5em 0 .5em 3ex; |
|
172 | margin: .5em 0 .5em 3ex; | |
172 | } |
|
173 | } | |
173 | .post li { |
|
174 | .post li { | |
174 | margin: .2em 0; |
|
175 | margin: .2em 0; | |
175 | } |
|
176 | } | |
176 | .post p { |
|
177 | .post p { | |
177 | margin: .5em 0; |
|
178 | margin: .5em 0; | |
178 | } |
|
179 | } | |
179 | .post blockquote { |
|
180 | .post blockquote { | |
180 | border-left: 3px solid #182F6F; |
|
181 | border-left: 3px solid #182F6F; | |
181 | margin: .5em 0 .5em 3ex; |
|
182 | margin: .5em 0 .5em 3ex; | |
182 | padding-left: 1ex; |
|
183 | padding-left: 1ex; | |
183 | } |
|
184 | } | |
184 | .post blockquote > blockquote { |
|
185 | .post blockquote > blockquote { | |
185 | padding-top: .1em; |
|
186 | padding-top: .1em; | |
186 | } |
|
187 | } | |
187 |
|
188 | |||
188 | .post > .image { |
|
189 | .post > .image { | |
189 | float: left; |
|
190 | float: left; | |
190 | margin-right: 1ex; |
|
191 | margin-right: 1ex; | |
191 | } |
|
192 | } | |
192 | .post > .metadata { |
|
193 | .post > .metadata { | |
193 | clear: left; |
|
194 | clear: left; | |
194 | } |
|
195 | } | |
195 |
|
196 | |||
196 | .post > .message .get { |
|
197 | .post > .message .get { | |
197 | color: #182F6F; font-weight: bold; |
|
198 | color: #182F6F; font-weight: bold; | |
198 | } |
|
199 | } | |
199 |
|
200 | |||
200 | .dead_post > .metadata { |
|
201 | .dead_post > .metadata { | |
201 | background: #eee; |
|
202 | background: #eee; | |
202 | } |
|
203 | } | |
203 |
|
204 | |||
204 | .quote { |
|
205 | .quote { | |
205 | color: #182F6F; |
|
206 | color: #182F6F; | |
206 | } |
|
207 | } | |
207 |
|
208 | |||
208 | .spoiler { |
|
209 | .spoiler { | |
209 | background: black; |
|
210 | background: black; | |
210 | color: black; |
|
211 | color: black; | |
211 | } |
|
212 | } | |
212 |
|
213 | |||
213 | .spoiler:hover { |
|
214 | .spoiler:hover { | |
214 | background: #ffffff; |
|
215 | background: #ffffff; | |
215 | } |
|
216 | } | |
216 |
|
217 | |||
217 | .comment { |
|
218 | .comment { | |
218 | color: #557055; |
|
219 | color: #557055; | |
219 | } |
|
220 | } | |
220 |
|
221 | |||
221 | .last-replies { |
|
222 | .last-replies { | |
222 | margin-left: 6ex; |
|
223 | margin-left: 6ex; | |
223 | } |
|
224 | } | |
224 |
|
225 | |||
225 | .thread > .post > .message > .post-info { |
|
226 | .thread > .post > .message > .post-info { | |
226 |
border-bottom: |
|
227 | border-bottom: 1px solid #ccc; | |
227 | padding-bottom: .5em; |
|
228 | padding-bottom: .5em; | |
228 | } |
|
229 | } | |
229 |
|
230 | |||
230 | .last-replies > .post:last-child { |
|
|||
231 | border-bottom: none; |
|
|||
232 | padding-bottom: 0; |
|
|||
233 | } |
|
|||
234 |
|
||||
235 | :target .post_id { |
|
231 | :target .post_id { | |
236 | background: #182F6F; |
|
232 | background: #182F6F; | |
237 | color: #FFF; |
|
233 | color: #FFF; | |
238 | text-decoration: none; |
|
234 | text-decoration: none; | |
239 | } |
|
235 | } | |
240 |
|
236 | |||
241 | .image-mode-tab { |
|
237 | .image-mode-tab { | |
242 | background: #182F6F; |
|
238 | background: #182F6F; | |
243 | color: #FFF; |
|
239 | color: #FFF; | |
244 | display: table; |
|
240 | display: table; | |
245 | margin: 1em auto 1em 0; |
|
241 | margin: 1em auto 1em 0; | |
246 | padding: .2em .5ex; |
|
242 | padding: .2em .5ex; | |
247 | } |
|
243 | } | |
248 |
|
244 | |||
249 | .image-mode-tab > label { |
|
245 | .image-mode-tab > label { | |
250 | margin: 0 1ex; |
|
246 | margin: 0 1ex; | |
251 | } |
|
247 | } | |
252 |
|
248 | |||
253 | .image-mode-tab > label > input { |
|
249 | .image-mode-tab > label > input { | |
254 | margin-right: .5ex; |
|
250 | margin-right: .5ex; | |
255 | } |
|
251 | } | |
256 |
|
252 | |||
257 | .tag_info { |
|
253 | .tag_info { | |
258 | margin: 1em 0; |
|
254 | margin: 1em 0; | |
259 | text-align: center; |
|
255 | text-align: center; | |
260 | } |
|
256 | } | |
261 |
|
257 | |||
262 | .form-errors { |
|
258 | .form-errors { | |
263 | margin-left: 1ex; |
|
259 | margin-left: 1ex; | |
264 | } |
|
260 | } | |
265 |
|
261 | |||
266 | .moderator_info { |
|
262 | .moderator_info { | |
267 | font-weight: bold; |
|
263 | font-weight: bold; | |
268 | float: right; |
|
264 | float: right; | |
269 | } |
|
265 | } | |
270 |
|
266 | |||
271 | .refmap { |
|
267 | .refmap { | |
272 | border: 1px dashed #aaa; |
|
268 | border: 1px dashed #aaa; | |
273 | padding: 0.5em; |
|
269 | padding: 0.5em; | |
274 | display: table; |
|
270 | display: table; | |
275 | } |
|
271 | } | |
276 |
|
272 | |||
277 | .fav { |
|
273 | .fav { | |
278 | color: blue; |
|
274 | color: blue; | |
279 | } |
|
275 | } | |
280 |
|
276 | |||
281 | .not_fav { |
|
277 | .not_fav { | |
282 | color: #ccc; |
|
278 | color: #ccc; | |
283 | } |
|
279 | } | |
284 |
|
280 | |||
285 | .role { |
|
281 | .role { | |
286 | text-decoration: underline; |
|
282 | text-decoration: underline; | |
287 | } |
|
283 | } | |
288 |
|
284 | |||
289 | .form-email { |
|
285 | .form-email { | |
290 | display: none; |
|
286 | display: none; | |
291 | } |
|
287 | } |
General Comments 0
You need to be logged in to leave comments.
Login now