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