1
|
1 |
|
|
2 |
body { |
|
3 |
font: 13px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; |
|
4 |
color: #333; |
|
5 |
margin: 0; |
|
6 |
padding: 0; |
|
7 |
min-width: 675px; |
|
8 |
min-height: 400px; |
|
9 |
} |
|
10 |
|
|
11 |
img { |
|
12 |
border: none; |
|
13 |
} |
|
14 |
|
|
15 |
/* Header */ |
|
16 |
#wphead { |
|
17 |
border-top: none; |
|
18 |
padding-top: 4px; |
|
19 |
background: #444 !important; |
|
20 |
} |
|
21 |
|
|
22 |
.tagchecklist span a { |
|
23 |
background: transparent url(../images/xit.gif) no-repeat 0 0; |
|
24 |
} |
|
25 |
|
|
26 |
#poststuff #edButtonPreview, |
|
27 |
#poststuff #edButtonHTML { |
|
28 |
-moz-border-radius: 3px 3px 0 0; |
|
29 |
-webkit-border-top-right-radius: 3px; |
|
30 |
-webkit-border-top-left-radius: 3px; |
|
31 |
-khtml-border-top-right-radius: 3px; |
|
32 |
-khtml-border-top-left-radius: 3px; |
|
33 |
border-top-right-radius: 3px; |
|
34 |
border-top-left-radius: 3px; |
|
35 |
border-style: solid; |
|
36 |
border-width: 1px; |
|
37 |
cursor: pointer; |
|
38 |
display: block; |
|
39 |
height: 18px; |
|
40 |
margin: 0 5px 0 0; |
|
41 |
padding: 0 5px 0; |
|
42 |
font-size: 10px; |
|
43 |
line-height: 18px; |
|
44 |
float: left; |
|
45 |
} |
|
46 |
|
|
47 |
.howto { |
|
48 |
margin-top: 2px; |
|
49 |
margin-bottom: 3px; |
|
50 |
font-size: 11px; |
|
51 |
font-style: italic; |
|
52 |
display: block; |
|
53 |
} |
|
54 |
|
|
55 |
input.text { |
|
56 |
outline-color: -moz-use-text-color; |
|
57 |
outline-style: none; |
|
58 |
outline-width: medium; |
|
59 |
width: 100%; |
|
60 |
} |
|
61 |
|
|
62 |
#message { |
|
63 |
-moz-border-radius: 6px; |
|
64 |
-khtml-border-radius: 6px; |
|
65 |
-webkit-border-radius: 6px; |
|
66 |
border-radius: 6px; |
|
67 |
} |
|
68 |
|
|
69 |
/* Editor/Main Column */ |
|
70 |
div#poststuff { |
|
71 |
margin: 10px; |
|
72 |
} |
|
73 |
|
|
74 |
div.zerosize { |
|
75 |
border: 0 none; |
|
76 |
height: 0; |
|
77 |
margin: 0; |
|
78 |
overflow: hidden; |
|
79 |
padding: 0; |
|
80 |
width: 0; |
|
81 |
} |
|
82 |
|
|
83 |
#poststuff #edButtonPreview.active, |
|
84 |
#poststuff #edButtonHTML.active { |
|
85 |
display: none; |
|
86 |
} |
|
87 |
|
|
88 |
.posting { |
|
89 |
margin-right: 212px; |
|
90 |
position: relative; |
|
91 |
} |
|
92 |
|
|
93 |
#side-info-column { |
|
94 |
float: right; |
|
95 |
width: 200px; |
|
96 |
position: relative; |
|
97 |
right: 0; |
|
98 |
} |
|
99 |
|
|
100 |
#side-info-column .sleeve { |
|
101 |
padding-top: 5px; |
|
102 |
} |
|
103 |
|
|
104 |
#poststuff .inside { |
|
105 |
font-size: 11px; |
|
106 |
margin: 8px; |
|
107 |
} |
|
108 |
|
|
109 |
#poststuff h2,#poststuff h3 { |
|
110 |
font-size: 12px; |
|
111 |
font-weight: bold; |
|
112 |
line-height: 1; |
|
113 |
margin: 0; |
|
114 |
padding: 7px 9px; |
|
115 |
} |
|
116 |
|
|
117 |
#tagsdiv-post_tag h3, |
|
118 |
#categorydiv h3 { |
|
119 |
cursor: pointer; |
|
120 |
} |
|
121 |
|
|
122 |
h3.tb { |
|
123 |
text-shadow: 0 1px 0 #fff; |
|
124 |
font-weight: bold; |
|
125 |
font-size: 12px; |
|
126 |
margin-left: 5px; |
|
127 |
} |
|
128 |
|
|
129 |
#TB_window { |
|
130 |
border: 1px solid #333; |
|
131 |
-moz-border-radius: 6px; |
|
132 |
-khtml-border-radius: 6px; |
|
133 |
-webkit-border-radius: 6px; |
|
134 |
border-radius: 6px; |
|
135 |
} |
|
136 |
|
|
137 |
.postbox, |
|
138 |
.stuffbox { |
|
139 |
margin-bottom: 10px; |
|
140 |
border-width: 1px; |
|
141 |
border-style: solid; |
|
142 |
line-height: 1; |
|
143 |
-moz-border-radius: 6px; |
|
144 |
-khtml-border-radius: 6px; |
|
145 |
-webkit-border-radius: 6px; |
|
146 |
border-radius: 6px; |
|
147 |
} |
|
148 |
|
|
149 |
.stuffbox:hover .handlediv { |
|
150 |
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; |
|
151 |
} |
|
152 |
|
|
153 |
.handlediv { |
|
154 |
float: right; |
|
155 |
height: 26px; |
|
156 |
width: 23px; |
|
157 |
} |
|
158 |
|
|
159 |
#title, |
|
160 |
.tbtitle { |
|
161 |
-moz-border-radius: 6px; |
|
162 |
-khtml-border-radius: 6px; |
|
163 |
-webkit-border-radius: 6px; |
|
164 |
border-radius: 6px; |
|
165 |
border-style: solid; |
|
166 |
border-width: 1px; |
|
167 |
font-size: 1.7em; |
|
168 |
outline: none; |
|
169 |
padding: 3px 4px; |
|
170 |
border-color: #dfdfdf; |
|
171 |
} |
|
172 |
|
|
173 |
.tbtitle { |
|
174 |
font-size: 12px; |
|
175 |
padding: 3px; |
|
176 |
} |
|
177 |
|
|
178 |
#title { |
|
179 |
width: 97%; |
|
180 |
} |
|
181 |
|
|
182 |
.editor-container { |
|
183 |
-moz-border-radius: 6px; |
|
184 |
-khtml-border-radius: 6px; |
|
185 |
-webkit-border-radius: 6px; |
|
186 |
border-radius: 6px; |
|
187 |
border: 1px solid #dfdfdf; |
|
188 |
background-color: #fff; |
|
189 |
} |
|
190 |
|
|
191 |
.postdivrich { |
|
192 |
padding-top: 25px; |
|
193 |
position: relative; |
|
194 |
} |
|
195 |
|
|
196 |
.actions { |
|
197 |
float: right; |
|
198 |
margin: -19px 0 0; |
|
199 |
} |
|
200 |
|
|
201 |
#extra-fields .actions { |
|
202 |
margin: -15px -5px 0 0; |
|
203 |
} |
|
204 |
|
|
205 |
.actions li { |
|
206 |
float: left; |
|
207 |
list-style: none; |
|
208 |
margin-right: 10px; |
|
209 |
} |
|
210 |
|
|
211 |
#extra-fields .button { |
|
212 |
margin-right: 5px; |
|
213 |
padding: 3px 6px; |
|
214 |
border-radius: 10px; |
|
215 |
-webkit-border-radius: 10px; |
|
216 |
-khtml-border-radius: 10px; |
|
217 |
-moz-border-radius: 10px; |
|
218 |
} |
|
219 |
|
|
220 |
/* Photo Styles */ |
|
221 |
.photolist { |
|
222 |
margin-top: -10px; |
|
223 |
} |
|
224 |
|
|
225 |
#photo_saving { |
|
226 |
margin: 0 8px 8px; |
|
227 |
vertical-align: middle; |
|
228 |
} |
|
229 |
|
|
230 |
#img_container { |
|
231 |
background-color: #fff; |
|
232 |
} |
|
233 |
|
|
234 |
#img_container_container { |
|
235 |
overflow: auto; |
|
236 |
} |
|
237 |
|
|
238 |
#extra-fields { |
|
239 |
margin-top: 10px; |
|
240 |
position: relative; |
|
241 |
} |
|
242 |
|
|
243 |
#waiting { |
|
244 |
margin-top: 10px; |
|
245 |
} |
|
246 |
|
|
247 |
#extra-fields .postbox { |
|
248 |
margin-bottom: 5px; |
|
249 |
} |
|
250 |
|
|
251 |
#extra-fields .titlewrap { |
|
252 |
padding: 0; |
|
253 |
overflow: auto; |
|
254 |
height: 100px; |
|
255 |
} |
|
256 |
|
|
257 |
#img_container a { |
|
258 |
display: block; |
|
259 |
float: left; |
|
260 |
overflow: hidden; |
|
261 |
vertical-align: center; |
|
262 |
} |
|
263 |
|
|
264 |
#img_container img, |
|
265 |
#img_container a { |
|
266 |
width: 68px; |
|
267 |
height: 68px; |
|
268 |
} |
|
269 |
|
|
270 |
#img_container img { |
|
271 |
border: none; |
|
272 |
background-color: #f4f4f4; |
|
273 |
cursor: pointer; |
|
274 |
} |
|
275 |
|
|
276 |
#img_container a, |
|
277 |
#img_container a:link, |
|
278 |
#img_container a:visited { |
|
279 |
border: 1px solid #ccc; |
|
280 |
display: block; |
|
281 |
position: relative; |
|
282 |
} |
|
283 |
|
|
284 |
#img_container a:hover, |
|
285 |
#img_container a:active { |
|
286 |
border-color: #000; |
|
287 |
z-index: 1000; |
|
288 |
border-width: 2px; |
|
289 |
margin: -1px; |
|
290 |
} |
|
291 |
|
|
292 |
/* Video */ |
|
293 |
#embed-code { |
|
294 |
width: 100%; |
|
295 |
height: 98px; |
|
296 |
} |
|
297 |
|
|
298 |
/* Submit Column */ |
|
299 |
#viewsite { |
|
300 |
padding: 0; |
|
301 |
margin: 0 0 20px 5px; |
|
302 |
font-size: 10px; |
|
303 |
clear: both; |
|
304 |
} |
|
305 |
|
|
306 |
.wp-hidden-children |
|
307 |
.wp-hidden-child { |
|
308 |
display: none; |
|
309 |
} |
|
310 |
|
|
311 |
#category-adder { |
|
312 |
padding: 4px 0; |
|
313 |
} |
|
314 |
|
|
315 |
#category-adder h4 { |
|
316 |
margin: 0 0 8px; |
|
317 |
} |
|
318 |
|
|
319 |
#category-add input { |
|
320 |
width: 94%; |
|
321 |
font-family: Verdana,Arial,Helvetica,sans-serif; |
|
322 |
font-size: 13px; |
|
323 |
margin: 1px; |
|
324 |
padding: 3px; |
|
325 |
} |
|
326 |
|
|
327 |
#category-add select { |
|
328 |
width: 70%; |
|
329 |
-x-system-font: none; |
|
330 |
border-style: solid; |
|
331 |
border-width: 1px; |
|
332 |
font-family: "Lucida Grande","Bitstream Vera Sans",Verdana,Arial,sans-serif; |
|
333 |
font-size: 12px; |
|
334 |
height: 2em; |
|
335 |
line-height: 20px; |
|
336 |
padding: 2px; |
|
337 |
margin: 1px; |
|
338 |
vertical-align: top; |
|
339 |
} |
|
340 |
|
|
341 |
#category-add input, |
|
342 |
#category-add-sumbit { |
|
343 |
width: auto; |
|
344 |
} |
|
345 |
|
|
346 |
/* Categories */ |
|
347 |
#categorydiv ul, |
|
348 |
#linkcategorydiv ul { |
|
349 |
list-style: none; |
|
350 |
padding: 0; |
|
351 |
margin: 0; |
|
352 |
} |
|
353 |
|
|
354 |
#categorydiv ul.categorychecklist ul { |
|
355 |
margin-left: 18px; |
|
356 |
} |
|
357 |
|
|
358 |
#categorydiv div.tabs-panel { |
|
359 |
height: 140px; |
|
360 |
overflow: auto; |
|
361 |
} |
|
362 |
|
|
363 |
ul.categorychecklist li { |
|
364 |
margin: 0; |
|
365 |
padding: 0; |
|
366 |
line-height: 19px; |
|
367 |
} |
|
368 |
|
|
369 |
/* Tags */ |
|
370 |
.screen-reader-text { |
|
371 |
display: none; |
|
372 |
} |
|
373 |
|
|
374 |
.tagsdiv .newtag { |
|
375 |
margin-right: 5px; |
|
376 |
} |
|
377 |
|
|
378 |
.jaxtag { |
|
379 |
clear: both; |
|
380 |
margin: 0; |
|
381 |
} |
|
382 |
|
|
383 |
.tagadd { |
|
384 |
margin-left: 3px; |
|
385 |
} |
|
386 |
|
|
387 |
.tagchecklist { |
|
388 |
margin-top: 3px; |
|
389 |
margin-bottom: 1em; |
|
390 |
font-size: 12px; |
|
391 |
overflow: auto; |
|
392 |
} |
|
393 |
|
|
394 |
.tagchecklist strong { |
|
395 |
position: absolute; |
|
396 |
font-size: .75em; |
|
397 |
} |
|
398 |
|
|
399 |
.tagchecklist span { |
|
400 |
margin-right: .5em; |
|
401 |
margin-left: 10px; |
|
402 |
display: block; |
|
403 |
float: left; |
|
404 |
font-size: 11px; |
|
405 |
line-height: 1.8em; |
|
406 |
white-space: nowrap; |
|
407 |
cursor: default; |
|
408 |
} |
|
409 |
|
|
410 |
.tagchecklist span a { |
|
411 |
margin: 6px 0 0 -9px; |
|
412 |
cursor: pointer; |
|
413 |
width: 10px; |
|
414 |
height: 10px; |
|
415 |
display: block; |
|
416 |
float: left; |
|
417 |
text-indent: -9999px; |
|
418 |
overflow: hidden; |
|
419 |
position: absolute; |
|
420 |
} |
|
421 |
|
|
422 |
#content { |
|
423 |
margin: 5px 0; |
|
424 |
padding: 0 5px; |
|
425 |
border: 0 none; |
|
426 |
height: 365px; |
|
427 |
width: 97% !important; |
|
428 |
} |
|
429 |
|
|
430 |
* html .postdivrich { |
|
431 |
zoom: 1; |
|
432 |
} |
|
433 |
|
|
434 |
/* Submit */ |
|
435 |
#saving { |
|
436 |
display: inline; |
|
437 |
vertical-align: middle; |
|
438 |
} |
|
439 |
|
|
440 |
.submit input, |
|
441 |
.button, |
|
442 |
.button-primary, |
|
443 |
.button-secondary, |
|
444 |
.button-highlighted, |
|
445 |
#postcustomstuff .submit input { |
|
446 |
font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; |
|
447 |
text-decoration: none; |
|
448 |
font-size: 11px !important; |
|
449 |
line-height: 16px; |
|
450 |
padding: 2px 8px; |
|
451 |
cursor: pointer; |
|
452 |
border-width: 1px; |
|
453 |
border-style: solid; |
|
454 |
-moz-border-radius: 11px; |
|
455 |
-khtml-border-radius: 11px; |
|
456 |
-webkit-border-radius: 11px; |
|
457 |
border-radius: 11px; |
|
458 |
} |
|
459 |
|
|
460 |
.button-primary { |
|
461 |
background: #21759B url(../images/button-grad.png) repeat-x scroll left top; |
|
462 |
border-color: #21759B; |
|
463 |
color: #fff; |
|
464 |
} |
|
465 |
|
|
466 |
.ac_results { |
|
467 |
padding: 0; |
|
468 |
margin: 0; |
|
469 |
list-style: none; |
|
470 |
position: absolute; |
|
471 |
z-index: 10000; |
|
472 |
display: none; |
|
473 |
border-width: 1px; |
|
474 |
border-style: solid; |
|
475 |
} |
|
476 |
|
|
477 |
.ac_results li { |
|
478 |
padding: 2px 5px; |
|
479 |
white-space: nowrap; |
|
480 |
text-align: left; |
|
481 |
} |
|
482 |
|
|
483 |
.ac_over { |
|
484 |
cursor: pointer; |
|
485 |
} |
|
486 |
|
|
487 |
.ac_match { |
|
488 |
text-decoration: underline; |
|
489 |
} |
|
490 |
|
|
491 |
#TB_ajaxContent #options { |
|
492 |
position: absolute; |
|
493 |
top: 20px; |
|
494 |
right: 25px; |
|
495 |
padding: 5px; |
|
496 |
} |
|
497 |
|
|
498 |
#TB_ajaxContent h3 { |
|
499 |
margin-bottom: .25em; |
|
500 |
} |
|
501 |
|
|
502 |
.updated { |
|
503 |
margin: 10px 0; |
|
504 |
padding: 0; |
|
505 |
border-width: 1px; |
|
506 |
border-style: solid; |
|
507 |
width: 99%; |
|
508 |
} |
|
509 |
|
|
510 |
.updated p, |
|
511 |
.error p { |
|
512 |
margin: 0.6em 0; |
|
513 |
padding: 0 0.6em; |
|
514 |
} |
|
515 |
|
|
516 |
.error a { |
|
517 |
text-decoration: underline; |
|
518 |
} |
|
519 |
|
|
520 |
.updated a { |
|
521 |
text-decoration: none; |
|
522 |
padding-bottom: 2px; |
|
523 |
} |
|
524 |
|
|
525 |
#post_status { |
|
526 |
margin-left: 10px; |
|
527 |
margin-bottom: 1em; |
|
528 |
display: block; |
|
529 |
} |
|
530 |
|
|
531 |
/* Footer */ |
|
532 |
#footer { |
|
533 |
height: 65px; |
|
534 |
display: block; |
|
535 |
width: 640px; |
|
536 |
padding: 10px 0 0 60px; |
|
537 |
margin: 0; |
|
538 |
position: absolute; |
|
539 |
bottom: 0; |
|
540 |
font-size: 12px; |
|
541 |
} |
|
542 |
|
|
543 |
#footer p { |
|
544 |
margin: 0; |
|
545 |
padding: 7px 0; |
|
546 |
} |
|
547 |
|
|
548 |
#footer p a { |
|
549 |
text-decoration: none; |
|
550 |
} |
|
551 |
|
|
552 |
#footer p a:hover { |
|
553 |
text-decoration: underline; |
|
554 |
} |
|
555 |
|
|
556 |
/* Utility Classes */ |
|
557 |
.centered { |
|
558 |
text-align: center; |
|
559 |
} |
|
560 |
|
|
561 |
.hidden { |
|
562 |
display: none; |
|
563 |
} |
|
564 |
|
|
565 |
.postbox input[type="text"], |
|
566 |
.postbox textarea, |
|
567 |
.stuffbox input[type="text"], |
|
568 |
.stuffbox textarea { |
|
569 |
border-width: 1px; |
|
570 |
border-style: solid; |
|
571 |
} |
|
572 |
|
|
573 |
/* tag hints */ |
|
574 |
.taghint { |
|
575 |
color: #aaa; |
|
576 |
margin: -17px 0 0 7px; |
|
577 |
visibility: hidden; |
|
578 |
} |
|
579 |
|
|
580 |
input.newtag ~ div.taghint { |
|
581 |
visibility: visible; |
|
582 |
} |
|
583 |
|
|
584 |
input.newtag:focus ~ div.taghint { |
|
585 |
visibility: hidden; |
|
586 |
} |