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