##// END OF EJS Templates
Removed float setting from moderator info, cause it causes problems
neko259 -
r329:739df825 default
parent child Browse files
Show More
@@ -1,344 +1,343 b''
1 1 html {
2 2 background: #555;
3 3 color: #ffffff;
4 4 }
5 5
6 6 #admin_panel {
7 7 background: #FF0000;
8 8 color: #00FF00
9 9 }
10 10
11 11 .input_field {
12 12
13 13 }
14 14
15 15 .input_field_name {
16 16
17 17 }
18 18
19 19 .input_field_error {
20 20 color: #FF0000;
21 21 }
22 22
23 23
24 24 .title {
25 25 font-weight: bold;
26 26 color: #ffcc00;
27 27 }
28 28
29 29 .link, a {
30 30 color: #afdcec;
31 31 }
32 32
33 33 .block {
34 34 display: inline-block;
35 35 vertical-align: top;
36 36 }
37 37
38 38 .tag {
39 39 color: #b4cfec;
40 40 }
41 41
42 42 .post_id {
43 43 color: #fff380;
44 44 }
45 45
46 46 .post, .dead_post, #posts-table {
47 47 background: #333;
48 48 margin: 5px;
49 49 padding: 10px;
50 50 border: solid 1px #888;
51 51 clear: left;
52 52 word-wrap: break-word;
53 53 }
54 54
55 55 .metadata {
56 56 padding: 5px;
57 57 margin-top: 10px;
58 58 border: solid 1px #666;
59 59 font-size: 0.9em;
60 60 color: #ddd;
61 61 display: table;
62 62 }
63 63
64 64 .navigation_panel, .tag_info {
65 65 background: #444;
66 66 margin: 5px;
67 67 padding: 10px;
68 68 border: solid 1px #888;
69 69 color: #eee;
70 70 }
71 71
72 72 .navigation_panel .link {
73 73 border-right: 1px solid #fff;
74 74 font-weight: bold;
75 75 margin-right: 1ex;
76 76 padding-right: 1ex;
77 77 }
78 78 .navigation_panel .link:last-child {
79 79 border-left: 1px solid #fff;
80 80 border-right: none;
81 81 float: right;
82 82 margin-left: 1ex;
83 83 margin-right: 0;
84 84 padding-left: 1ex;
85 85 padding-right: 0;
86 86 }
87 87
88 88 .navigation_panel::after, .post::after {
89 89 clear: both;
90 90 content: ".";
91 91 display: block;
92 92 height: 0;
93 93 line-height: 0;
94 94 visibility: hidden;
95 95 }
96 96
97 97 p {
98 98 margin-top: .5em;
99 99 margin-bottom: .5em;
100 100 }
101 101
102 102 .post-form-w {
103 103 display: table;
104 104 background: #333344;
105 105 border: solid 1px #888;
106 106 color: #fff;
107 107 padding: 10px;
108 108 margin: 5;
109 109 }
110 110
111 111 .form-row {
112 112 display: table-row;
113 113 }
114 114
115 115 .form-label, .form-input, .form-errors {
116 116 display: table-cell;
117 117 }
118 118
119 119 .form-label {
120 120 padding: .25em 1ex .25em 0;
121 121 vertical-align: top;
122 122 }
123 123
124 124 .form-input {
125 125 padding: .25em 0;
126 126 }
127 127
128 128 .form-errors {
129 129 padding-left: 1ex;
130 130 font-weight: bold;
131 131 vertical-align: middle;
132 132 }
133 133
134 134 .post-form input, .post-form textarea {
135 135 background: #333;
136 136 color: #fff;
137 137 border: solid 1px;
138 138 padding: 0;
139 139 width: 100%;
140 140 font: medium sans;
141 141 }
142 142
143 143 .form-submit {
144 144 border-bottom: 2px solid #ddd;
145 145 margin-bottom: .5em;
146 146 padding-bottom: .5em;
147 147 }
148 148
149 149 .form-title {
150 150 font-weight: bold;
151 151 }
152 152
153 153 input[type="submit"] {
154 154 background: #222;
155 155 border: solid 1px #fff;
156 156 color: #fff;
157 157 }
158 158
159 159 blockquote {
160 160 border-left: solid 2px;
161 161 padding-left: 5px;
162 162 color: #B1FB17;
163 163 margin: 0;
164 164 }
165 165
166 166 .post > .image {
167 167 float: left;
168 168 margin: 0 1ex .5ex 0;
169 169 min-width: 1px;
170 170 text-align: center;
171 171 display: table-row;
172 172
173 173 height: 150px;
174 174 }
175 175
176 176 .post > .metadata {
177 177 clear: left;
178 178 }
179 179
180 180 .get {
181 181 font-weight: bold;
182 182 color: #d55;
183 183 }
184 184
185 185 * {
186 186 text-decoration: none;
187 187 }
188 188
189 189 .dead_post {
190 190 background-color: #442222;
191 191 }
192 192
193 193 .mark_btn {
194 194 padding: 2px 4px;
195 195 border: 1px solid;
196 196 }
197 197
198 198 .mark_btn:hover {
199 199 background: #555;
200 200 }
201 201
202 202 .quote {
203 203 color: #92cf38;
204 204 font-style: italic;
205 205 }
206 206
207 207 .spoiler {
208 208 background: white;
209 209 color: white;
210 210 }
211 211
212 212 .spoiler:hover {
213 213 color: black;
214 214 }
215 215
216 216 .comment {
217 217 color: #eb2;
218 218 font-style: italic;
219 219 }
220 220
221 221 a:hover {
222 222 text-decoration: underline;
223 223 }
224 224
225 225 .last-replies {
226 226 margin-left: 3ex;
227 227 }
228 228
229 229 .thread {
230 230 margin-bottom: 3ex;
231 231 }
232 232
233 233 .post:target {
234 234 border: solid 2px white;
235 235 }
236 236
237 237 pre{
238 238 white-space:pre-wrap
239 239 }
240 240
241 241 li {
242 242 list-style-position: inside;
243 243 }
244 244
245 245 .fancybox-skin {
246 246 position: relative;
247 247 background-color: #fff;
248 248 color: #ddd;
249 249 text-shadow: none;
250 250 }
251 251
252 252 .fancybox-image {
253 253 border: 1px solid black;
254 254 }
255 255
256 256 .image-mode-tab {
257 257 background: #444;
258 258 color: #eee;
259 259 display: table;
260 260 margin: 5px;
261 261 padding: 5px;
262 262 border: 1px solid #888;
263 263 }
264 264
265 265 .image-mode-tab > label {
266 266 margin: 0 1ex;
267 267 }
268 268
269 269 .image-mode-tab > label > input {
270 270 margin-right: .5ex;
271 271 }
272 272
273 273 #posts-table {
274 274 margin: 5px;
275 275 }
276 276
277 277 .tag_info {
278 278 display: table;
279 279 }
280 280
281 281 .tag_info > h2 {
282 282 margin: 0;
283 283 }
284 284
285 285 .post-info {
286 286 color: #ddd;
287 287 }
288 288
289 289 .moderator_info {
290 290 color: #e99d41;
291 float: right;
292 291 border: dashed 1px;
293 292 padding: 3px;
294 293 }
295 294
296 295 .refmap {
297 296 font-size: 0.9em;
298 297 color: #ccc;
299 298 margin-top: 1em;
300 299 }
301 300
302 301 input[type="submit"]:hover {
303 302 background: #555;
304 303 }
305 304
306 305 .fav {
307 306 color: yellow;
308 307 }
309 308
310 309 .not_fav {
311 310 color: #ccc;
312 311 }
313 312
314 313 .role {
315 314 text-decoration: underline;
316 315 }
317 316
318 317 .form-email {
319 318 display: none;
320 319 }
321 320
322 321 .footer {
323 322 margin: 5px;
324 323 }
325 324
326 325 .bar-value {
327 326 background: rgba(50, 55, 164, 0.45);
328 327 font-size: 0.9em;
329 328 height: 1.5em;
330 329 }
331 330
332 331 .bar-bg {
333 332 position: relative;
334 333 border: solid 1px #888;
335 334 margin: 5px;
336 335 overflow: hidden;
337 336 }
338 337
339 338 .bar-text {
340 339 padding: 2px;
341 340 position: absolute;
342 341 left: 0;
343 342 top: 0;
344 343 }
General Comments 0
You need to be logged in to leave comments. Login now