| 1 | | textarea, |
| 2 | | input, |
| 3 | | select { |
| 4 | | border-width: 1px; |
| 5 | | border-style: solid; |
| 6 | | -moz-border-radius: 4px; |
| 7 | | -khtml-border-radius: 4px; |
| 8 | | -webkit-border-radius: 4px; |
| 9 | | border-radius: 4px; |
| 10 | | } |
| 11 | | |
| 12 | | input[type="checkbox"], |
| 13 | | input[type="radio"], |
| 14 | | input[type="image"] { |
| 15 | | border: 0 none; |
| 16 | | } |
| 17 | | |
| 18 | | p, |
| 19 | | ul, |
| 20 | | ol, |
| 21 | | blockquote, |
| 22 | | input, |
| 23 | | select { |
| 24 | | font-size: 12px; |
| 25 | | } |
| 26 | | |
| 27 | | select option { |
| 28 | | padding: 2px; |
| 29 | | } |
| 30 | | |
| 31 | | .plugins .name, |
| 32 | | #pass-strength-result.strong, |
| 33 | | #pass-strength-result.short, |
| 34 | | .button-highlighted, |
| 35 | | #quicktags #ed_strong, |
| 36 | | #ed_reply_toolbar #ed_reply_strong { |
| 37 | | font-weight: bold; |
| 38 | | } |
| 39 | | |
| 40 | | .plugins p { |
| 41 | | margin: 0 4px; |
| 42 | | padding: 0; |
| 43 | | } |
| 44 | | |
| 45 | | .plugins .desc p { |
| 46 | | margin: 0 0 8px; |
| 47 | | } |
| 48 | | |
| 49 | | .plugins td.desc { |
| 50 | | line-height: 1.5em; |
| 51 | | } |
| 52 | | |
| 53 | | .plugins .desc ul, |
| 54 | | .plugins .desc ol { |
| 55 | | margin: 0 0 0 2em; |
| 56 | | } |
| 57 | | |
| 58 | | .plugins .desc ul { |
| 59 | | list-style-type: disc; |
| 60 | | } |
| 61 | | |
| 62 | | .plugins .action-links { |
| 63 | | white-space: nowrap; |
| 64 | | } |
| 65 | | |
| 66 | | .plugins .row-actions-visible { |
| 67 | | padding: 0; |
| 68 | | } |
| 69 | | |
| 70 | | .widefat tbody.plugins th.check-column { |
| 71 | | padding: 7px 0; |
| 72 | | } |
| 73 | | |
| 74 | | .widefat .plugins td, |
| 75 | | .widefat .plugins th { |
| 76 | | border-bottom: 0 none; |
| 77 | | } |
| 78 | | |
| 79 | | #install-plugins .plugins td, |
| 80 | | #install-plugins .plugins th { |
| 81 | | border-bottom-style: solid; |
| 82 | | border-bottom-width: 1px; |
| 83 | | } |
| 84 | | |
| 85 | | .plugins .inactive td, |
| 86 | | .plugins .inactive th, |
| 87 | | .plugins .active td, |
| 88 | | .plugins .active th { |
| 89 | | border-top-style: solid; |
| 90 | | border-top-width: 1px; |
| 91 | | padding: 5px 7px 0; |
| 92 | | } |
| 93 | | |
| 94 | | #wpbody-content .plugins .plugin-title { |
| 95 | | padding-right: 12px; |
| 96 | | } |
| 97 | | |
| 98 | | .plugins .second td, |
| 99 | | .plugins .second th { |
| 100 | | border-top: 0 none; |
| 101 | | padding: 0 7px 5px; |
| 102 | | } |
| 103 | | |
| 104 | | .plugins-php .widefat tfoot th, |
| 105 | | .plugins-php .widefat tfoot td { |
| 106 | | border-top-style: solid; |
| 107 | | border-top-width: 1px; |
| 108 | | } |
| 109 | | |
| 110 | | .import-system { |
| 111 | | font-size: 16px; |
| 112 | | } |
| 113 | | |
| 114 | | .anchors { |
| 115 | | margin: 10px 20px 10px 20px; |
| 116 | | } |
| 117 | | |
| 118 | | table#availablethemes { |
| 119 | | border-spacing: 0; |
| 120 | | border-width: 1px 0; |
| 121 | | border-style: solid none; |
| 122 | | margin: 10px auto; |
| 123 | | width: 100%; |
| 124 | | } |
| 125 | | |
| 126 | | td.available-theme { |
| 127 | | vertical-align: top; |
| 128 | | width: 240px; |
| 129 | | margin: 0; |
| 130 | | padding: 20px; |
| 131 | | text-align: left; |
| 132 | | } |
| 133 | | |
| 134 | | table#availablethemes td { |
| 135 | | border-width: 0 1px 1px; |
| 136 | | border-style: none solid solid; |
| 137 | | } |
| 138 | | |
| 139 | | table#availablethemes td.right, |
| 140 | | table#availablethemes td.left { |
| 141 | | border-right: 0 none; |
| 142 | | border-left: 0 none; |
| 143 | | } |
| 144 | | |
| 145 | | table#availablethemes td.bottom { |
| 146 | | border-bottom: 0 none; |
| 147 | | } |
| 148 | | |
| 149 | | .available-theme a.screenshot { |
| 150 | | width: 240px; |
| 151 | | height: 180px; |
| 152 | | display: block; |
| 153 | | border-width: 1px; |
| 154 | | border-style: solid; |
| 155 | | margin-bottom: 10px; |
| 156 | | overflow: hidden; |
| 157 | | } |
| 158 | | |
| 159 | | .available-theme img { |
| 160 | | width: 240px; |
| 161 | | } |
| 162 | | |
| 163 | | .available-theme h3 { |
| 164 | | margin: 15px 0 5px; |
| 165 | | } |
| 166 | | |
| 167 | | #current-theme { |
| 168 | | margin: 1em 0 1.5em; |
| 169 | | } |
| 170 | | |
| 171 | | #current-theme a { |
| 172 | | border-bottom: none; |
| 173 | | } |
| 174 | | |
| 175 | | #current-theme h3 { |
| 176 | | font-size: 17px; |
| 177 | | font-weight: normal; |
| 178 | | margin: 0; |
| 179 | | } |
| 180 | | |
| 181 | | #current-theme .theme-description { |
| 182 | | margin-top: 5px; |
| 183 | | } |
| 184 | | |
| 185 | | #current-theme img { |
| 186 | | float: left; |
| 187 | | border-width: 1px; |
| 188 | | border-style: solid; |
| 189 | | margin-right: 1em; |
| 190 | | margin-bottom: 1.5em; |
| 191 | | width: 150px; |
| 192 | | } |
| 193 | | |
| 194 | | #TB_window #TB_title a.tb-theme-preview-link, |
| 195 | | #TB_window #TB_title a.tb-theme-preview-link:visited { |
| 196 | | font-weight: bold; |
| 197 | | text-decoration: none; |
| 198 | | } |
| 199 | | |
| 200 | | #TB_window #TB_title { |
| 201 | | background-color: #222; |
| 202 | | color: #cfcfcf; |
| 203 | | } |
| 204 | | |
| 205 | | .checkbox { |
| 206 | | border: none; |
| 207 | | margin: 0; |
| 208 | | padding: 0; |
| 209 | | } |
| 210 | | |
| 211 | | .code, code { |
| 212 | | font-family: Consolas, Monaco, Courier, monospace; |
| 213 | | } |
| 214 | | |
| 215 | | kbd, code { |
| 216 | | padding: 1px 3px; |
| 217 | | margin: 0 1px; |
| 218 | | font-size: 11px; |
| 219 | | } |
| 220 | | |
| 221 | | .commentlist li { |
| 222 | | padding: 1em 1em .2em; |
| 223 | | margin: 0; |
| 224 | | border-bottom-width: 1px; |
| 225 | | border-bottom-style: solid; |
| 226 | | } |
| 227 | | |
| 228 | | .commentlist li li { |
| 229 | | border-bottom: 0; |
| 230 | | padding: 0; |
| 231 | | } |
| 232 | | |
| 233 | | .commentlist p { |
| 234 | | padding: 0; |
| 235 | | margin: 0 0 .8em; |
| 236 | | } |
| 237 | | |
| 238 | | .post-categories { |
| 239 | | display: inline; |
| 240 | | margin: 0; |
| 241 | | padding: 0; |
| 242 | | } |
| 243 | | |
| 244 | | .post-categories li { |
| 245 | | display: inline; |
| 246 | | } |
| 247 | | |
| 248 | | .quicktags, .search { |
| 249 | | font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 250 | | } |
| 251 | | |
| 252 | | .submit { |
| 253 | | padding: 1.5em 0; |
| 254 | | margin: 5px 0; |
| 255 | | -moz-border-radius: 0 0 3px 3px; |
| 256 | | -webkit-border-bottom-left-radius: 3px; |
| 257 | | -webkit-border-bottom-right-radius: 3px; |
| 258 | | -khtml-border-bottom-left-radius: 3px; |
| 259 | | -khtml-border-bottom-right-radius: 3px; |
| 260 | | border-bottom-left-radius: 3px; |
| 261 | | border-bottom-right-radius: 3px; |
| 262 | | } |
| 263 | | |
| 264 | | form p.submit a.cancel:hover { |
| 265 | | text-decoration: none; |
| 266 | | } |
| 267 | | |
| 268 | | #submitdiv h3, |
| 269 | | #pagesubmitdiv h3 { |
| 270 | | margin-bottom: 0 !important; |
| 271 | | } |
| 272 | | |
| 273 | | #misc-publishing-actions { |
| 274 | | padding: 6px 0 16px 0; |
| 275 | | } |
| 276 | | |
| 277 | | .misc-pub-section { |
| 278 | | padding: 6px; |
| 279 | | border-bottom-width: 1px; |
| 280 | | border-bottom-style: solid; |
| 281 | | } |
| 282 | | |
| 283 | | .misc-pub-section-last { |
| 284 | | border-bottom: 0 none; |
| 285 | | } |
| 286 | | |
| 287 | | #minor-publishing-actions { |
| 288 | | padding: 6px; |
| 289 | | text-align: right; |
| 290 | | } |
| 291 | | |
| 292 | | #minor-publishing { |
| 293 | | border-bottom-width: 1px; |
| 294 | | border-bottom-style: solid; |
| 295 | | } |
| 296 | | |
| 297 | | #save-post { |
| 298 | | float: left; |
| 299 | | } |
| 300 | | |
| 301 | | .preview { |
| 302 | | float: right; |
| 303 | | } |
| 304 | | |
| 305 | | #major-publishing-actions { |
| 306 | | padding: 6px; |
| 307 | | clear: both; |
| 308 | | border-top: none; |
| 309 | | } |
| 310 | | |
| 311 | | #minor-publishing-actions input, |
| 312 | | #major-publishing-actions input, |
| 313 | | #minor-publishing-actions .preview { |
| 314 | | min-width: 80px; |
| 315 | | text-align: center; |
| 316 | | } |
| 317 | | |
| 318 | | #delete-action { |
| 319 | | line-height: 25px; |
| 320 | | vertical-align: middle; |
| 321 | | text-align: left; |
| 322 | | float: left; |
| 323 | | } |
| 324 | | |
| 325 | | #publishing-action { |
| 326 | | text-align: right; |
| 327 | | float: right; |
| 328 | | } |
| 329 | | |
| 330 | | #post-body #minor-publishing { |
| 331 | | padding-bottom: 10px; |
| 332 | | } |
| 333 | | |
| 334 | | #post-body #misc-publishing-actions { |
| 335 | | padding: 0; |
| 336 | | } |
| 337 | | |
| 338 | | #post-body .misc-pub-section { |
| 339 | | border-right-width: 1px; |
| 340 | | border-right-style: solid; |
| 341 | | border-bottom: 0 none; |
| 342 | | min-height: 30px; |
| 343 | | float: left; |
| 344 | | max-width: 32%; |
| 345 | | } |
| 346 | | |
| 347 | | #post-body .misc-pub-section-last { |
| 348 | | border-right: 0; |
| 349 | | } |
| 350 | | |
| 351 | | #sticky-span { |
| 352 | | margin-left: 18px; |
| 353 | | } |
| 354 | | |
| 355 | | #post-status-display, |
| 356 | | #post-visibility-display { |
| 357 | | font-weight: bold; |
| 358 | | } |
| 359 | | |
| 360 | | .side-info { |
| 361 | | margin: 0; |
| 362 | | padding: 4px; |
| 363 | | font-size: 11px; |
| 364 | | } |
| 365 | | |
| 366 | | .side-info h5 { |
| 367 | | padding-bottom: 7px; |
| 368 | | font-size: 14px; |
| 369 | | margin: 12px 2px 5px; |
| 370 | | border-bottom-width: 1px; |
| 371 | | border-bottom-style: solid; |
| 372 | | } |
| 373 | | |
| 374 | | .side-info ul { |
| 375 | | margin: 0; |
| 376 | | padding-left: 18px; |
| 377 | | list-style: square; |
| 378 | | } |
| 379 | | |
| 380 | | .submit input, |
| 381 | | .button, |
| 382 | | .button-primary, |
| 383 | | .button-secondary, |
| 384 | | .button-highlighted, |
| 385 | | #postcustomstuff .submit input { |
| 386 | | text-decoration: none; |
| 387 | | font-size: 11px !important; |
| 388 | | line-height: 14px; |
| 389 | | padding: 2px 8px; |
| 390 | | cursor: pointer; |
| 391 | | border-width: 1px; |
| 392 | | border-style: solid; |
| 393 | | -moz-border-radius: 11px; |
| 394 | | -khtml-border-radius: 11px; |
| 395 | | -webkit-border-radius: 11px; |
| 396 | | border-radius: 11px; |
| 397 | | -moz-box-sizing: content-box; |
| 398 | | -webkit-box-sizing: content-box; |
| 399 | | -khtml-box-sizing: content-box; |
| 400 | | box-sizing: content-box; |
| 401 | | } |
| 402 | | |
| 403 | | a.button, |
| 404 | | a.button-primary, |
| 405 | | a.button-secondary { |
| 406 | | line-height: 15px; |
| 407 | | padding: 3px 10px; |
| 408 | | white-space: nowrap; |
| 409 | | } |
| 410 | | |
| 411 | | #doaction, |
| 412 | | #doaction2, |
| 413 | | #post-query-submit { |
| 414 | | margin-right: 8px; |
| 415 | | } |
| 416 | | |
| 417 | | .tablenav select[name="action"], |
| 418 | | .tablenav select[name="action2"] { |
| 419 | | width: 120px; |
| 420 | | } |
| 421 | | |
| 422 | | .tablenav select[name="m"] { |
| 423 | | width: 120px; |
| 424 | | } |
| 425 | | |
| 426 | | .tablenav select#cat { |
| 427 | | width: 150px; |
| 428 | | } |
| 429 | | |
| 430 | | #wpcontent select { |
| 431 | | padding: 2px; |
| 432 | | height: 2em; |
| 433 | | font-size: 11px; |
| 434 | | } |
| 435 | | |
| 436 | | #wpcontent option { |
| 437 | | padding: 2px; |
| 438 | | } |
| 439 | | |
| 440 | | #timezone_string option { |
| 441 | | margin-left: 1em; |
| 442 | | } |
| 443 | | |
| 444 | | .approve { |
| 445 | | display: none; |
| 446 | | } |
| 447 | | |
| 448 | | .unapproved .approve, |
| 449 | | .spam .approve, |
| 450 | | .trash .approve { |
| 451 | | display: inline; |
| 452 | | } |
| 453 | | |
| 454 | | .unapproved .unapprove { |
| 455 | | display: none; |
| 456 | | } |
| 457 | | |
| 458 | | .narrow { |
| 459 | | width: 70%; |
| 460 | | margin-bottom: 40px; |
| 461 | | } |
| 462 | | |
| 463 | | .narrow p { |
| 464 | | line-height: 150%; |
| 465 | | } |
| 466 | | |
| 467 | | textarea.all-options, input.all-options { |
| 468 | | width: 250px; |
| 469 | | } |
| 470 | | |
| 471 | | #namediv table { |
| 472 | | width: 100%; |
| 473 | | } |
| 474 | | |
| 475 | | #namediv td.first { |
| 476 | | width: 10px; |
| 477 | | white-space: nowrap; |
| 478 | | } |
| 479 | | |
| 480 | | #namediv input { |
| 481 | | width: 98%; |
| 482 | | } |
| 483 | | |
| 484 | | #namediv p { |
| 485 | | margin: 10px 0; |
| 486 | | } |
| 487 | | |
| 488 | | #wpbody-content .metabox-holder { |
| 489 | | padding-top: 10px; |
| 490 | | } |
| 491 | | |
| 492 | | #content { |
| 493 | | margin: 0; |
| 494 | | width: 100%; |
| 495 | | } |
| 496 | | |
| 497 | | #editorcontainer #content { |
| 498 | | padding: 6px; |
| 499 | | line-height: 150%; |
| 500 | | border: 0 none; |
| 501 | | outline: none; |
| 502 | | -moz-box-sizing: border-box; |
| 503 | | -webkit-box-sizing: border-box; |
| 504 | | -khtml-box-sizing: border-box; |
| 505 | | box-sizing: border-box; |
| 506 | | } |
| 507 | | |
| 508 | | #editorcontainer, |
| 509 | | #quicktags { |
| 510 | | border-style: solid; |
| 511 | | border-width: 1px; |
| 512 | | border-collapse: separate; |
| 513 | | -moz-border-radius: 6px 6px 0 0; |
| 514 | | -webkit-border-top-right-radius: 6px; |
| 515 | | -webkit-border-top-left-radius: 6px; |
| 516 | | -khtml-border-top-right-radius: 6px; |
| 517 | | -khtml-border-top-left-radius: 6px; |
| 518 | | border-top-right-radius: 6px; |
| 519 | | border-top-left-radius: 6px; |
| 520 | | } |
| 521 | | |
| 522 | | #quicktags { |
| 523 | | padding: 0; |
| 524 | | margin-bottom: -3px; |
| 525 | | border-bottom-width: 3px; |
| 526 | | background-image: url("images/ed-bg.gif"); |
| 527 | | background-position: left top; |
| 528 | | background-repeat: repeat-x; |
| 529 | | } |
| 530 | | |
| 531 | | #quicktags #ed_toolbar { |
| 532 | | padding: 2px 4px 0; |
| 533 | | } |
| 534 | | |
| 535 | | #ed_toolbar input, |
| 536 | | #ed_reply_toolbar input { |
| 537 | | margin: 3px 1px 4px; |
| 538 | | line-height: 18px; |
| 539 | | display: inline-block; |
| 540 | | min-width: 26px; |
| 541 | | padding: 2px 4px; |
| 542 | | font-size: 12px; |
| 543 | | } |
| 544 | | |
| 545 | | #ed_reply_toolbar input { |
| 546 | | margin: 1px 2px 1px 1px; |
| 547 | | } |
| 548 | | |
| 549 | | #quicktags #ed_link, |
| 550 | | #ed_reply_toolbar #ed_reply_link { |
| 551 | | text-decoration: underline; |
| 552 | | } |
| 553 | | |
| 554 | | #quicktags #ed_del, |
| 555 | | #ed_reply_toolbar #ed_reply_del { |
| 556 | | text-decoration: line-through; |
| 557 | | } |
| 558 | | |
| 559 | | #quicktags #ed_em, |
| 560 | | #ed_reply_toolbar #ed_reply_em { |
| 561 | | font-style: italic; |
| 562 | | } |
| 563 | | |
| 564 | | #excerpt, .attachmentlinks { |
| 565 | | margin: 0; |
| 566 | | height: 4em; |
| 567 | | width: 98%; |
| 568 | | } |
| 569 | | |
| 570 | | /* post meta postbox */ |
| 571 | | #postcustomstuff table, |
| 572 | | #postcustomstuff input, |
| 573 | | #postcustomstuff textarea { |
| 574 | | border-width: 1px; |
| 575 | | border-style: solid; |
| 576 | | -moz-border-radius: 3px; |
| 577 | | -khtml-border-radius: 3px; |
| 578 | | -webkit-border-radius: 3px; |
| 579 | | border-radius: 3px; |
| 580 | | } |
| 581 | | |
| 582 | | #postcustomstuff .updatemeta, |
| 583 | | #postcustomstuff .deletemeta { |
| 584 | | margin: auto; |
| 585 | | } |
| 586 | | |
| 587 | | #postcustomstuff thead th { |
| 588 | | padding: 5px 8px 8px; |
| 589 | | } |
| 590 | | |
| 591 | | #postcustom #postcustomstuff .submit, |
| 592 | | #pagecustomdiv #postcustomstuff .submit { |
| 593 | | border: 0 none; |
| 594 | | float: none; |
| 595 | | padding: 5px 8px; |
| 596 | | } |
| 597 | | |
| 598 | | #side-sortables #postcustom #postcustomstuff .submit, |
| 599 | | #side-sortables #pagecustomdiv #postcustomstuff .submit { |
| 600 | | padding: 0 5px; |
| 601 | | } |
| 602 | | |
| 603 | | #side-sortables #postcustom #postcustomstuff td.left input, |
| 604 | | #side-sortables #pagecustomdiv #postcustomstuff td.left input { |
| 605 | | margin: 3px 3px 0; |
| 606 | | } |
| 607 | | |
| 608 | | #side-sortables #postcustom #postcustomstuff #the-list textarea, |
| 609 | | #side-sortables #pagecustomdiv #postcustomstuff #the-list textarea { |
| 610 | | height: 85px; |
| 611 | | margin: 3px; |
| 612 | | } |
| 613 | | |
| 614 | | #postcustomstuff table { |
| 615 | | margin: 0; |
| 616 | | width: 100%; |
| 617 | | border-width: 1px; |
| 618 | | border-style: solid; |
| 619 | | border-spacing: 0; |
| 620 | | } |
| 621 | | |
| 622 | | #postcustomstuff table input, |
| 623 | | #postcustomstuff table select, |
| 624 | | #postcustomstuff table textarea { |
| 625 | | width: 95%; |
| 626 | | margin: 8px 0 8px 8px; |
| 627 | | } |
| 628 | | |
| 629 | | #postcustomstuff th.left, |
| 630 | | #postcustomstuff td.left { |
| 631 | | width: 38%; |
| 632 | | } |
| 633 | | |
| 634 | | #postcustomstuff .submit input { |
| 635 | | width: auto; |
| 636 | | } |
| 637 | | |
| 638 | | #postcustomstuff #newmeta .submit { |
| 639 | | padding: 0 8px; |
| 640 | | } |
| 641 | | |
| 642 | | #postcustomstuff table #addmetasub { |
| 643 | | width: auto; |
| 644 | | } |
| 645 | | |
| 646 | | #postcustomstuff #newmetaleft { |
| 647 | | vertical-align: top; |
| 648 | | } |
| 649 | | |
| 650 | | #postcustomstuff #newmetaleft a { |
| 651 | | padding: 0 10px; |
| 652 | | text-decoration: none; |
| 653 | | } |
| 654 | | |
| 655 | | #save { |
| 656 | | width: 15em; |
| 657 | | } |
| 658 | | |
| 659 | | #template div { |
| 660 | | margin-right: 190px; |
| 661 | | } |
| 662 | | |
| 663 | | * html #template div { |
| 664 | | margin-right: 0; |
| 665 | | } |
| 666 | | |
| 667 | | /* A handy div class for hiding controls. |
| 668 | | Some browsers will disable them when you |
| 669 | | set display: none; */ |
| 670 | | .zerosize { |
| 671 | | height: 0; |
| 672 | | width: 0; |
| 673 | | margin: 0; |
| 674 | | border: 0; |
| 675 | | padding: 0; |
| 676 | | overflow: hidden; |
| 677 | | position: absolute; |
| 678 | | } |
| 679 | | |
| 680 | | * html #themeselect { |
| 681 | | padding: 0 3px; |
| 682 | | height: 22px; |
| 683 | | } |
| 684 | | |
| 685 | | #your-profile legend { |
| 686 | | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 687 | | font-size: 22px; |
| 688 | | } |
| 689 | | |
| 690 | | #your-profile #rich_editing { |
| 691 | | border: none; |
| 692 | | } |
| 693 | | |
| 694 | | #howto { |
| 695 | | font-size: 11px; |
| 696 | | margin: 0 5px; |
| 697 | | display: block; |
| 698 | | } |
| 699 | | |
| 700 | | #ajax-response.alignleft { |
| 701 | | margin-left: 2em; |
| 702 | | } |
| 703 | | |
| 704 | | div.nav { |
| 705 | | height: 2em; |
| 706 | | padding: 7px 10px; |
| 707 | | vertical-align: text-top; |
| 708 | | margin: 5px 0; |
| 709 | | } |
| 710 | | |
| 711 | | .nav .button-secondary { |
| 712 | | padding: 2px 4px; |
| 713 | | } |
| 714 | | |
| 715 | | a.page-numbers { |
| 716 | | border-bottom-style: solid; |
| 717 | | border-bottom-width: 2px; |
| 718 | | font-weight: bold; |
| 719 | | margin-right: 1px; |
| 720 | | padding: 0 2px; |
| 721 | | } |
| 722 | | |
| 723 | | p.pagenav { |
| 724 | | margin: 0; |
| 725 | | display: inline; |
| 726 | | } |
| 727 | | |
| 728 | | .pagenav span { |
| 729 | | font-weight: bold; |
| 730 | | margin: 0 6px; |
| 731 | | } |
| 732 | | |
| 733 | | .row-title { |
| 734 | | font-size: 12px !important; |
| 735 | | font-weight: bold; |
| 736 | | } |
| 737 | | |
| 738 | | .widefat .column-comment p { |
| 739 | | margin: 0.6em 0; |
| 740 | | } |
| 741 | | |
| 742 | | .column-author img, .column-username img { |
| 743 | | float: left; |
| 744 | | margin-right: 10px; |
| 745 | | margin-top: 3px; |
| 746 | | } |
| 747 | | |
| 748 | | .tablenav a.button-secondary { |
| 749 | | display: block; |
| 750 | | margin: 3px 8px 0 0; |
| 751 | | } |
| 752 | | |
| 753 | | .tablenav { |
| 754 | | clear: both; |
| 755 | | height: 30px; |
| 756 | | margin: 6px 0 4px; |
| 757 | | vertical-align: middle; |
| 758 | | } |
| 759 | | |
| 760 | | .tablenav .tablenav-pages { |
| 761 | | float: right; |
| 762 | | display: block; |
| 763 | | cursor: default; |
| 764 | | height: 30px; |
| 765 | | line-height: 30px; |
| 766 | | font-size: 11px; |
| 767 | | } |
| 768 | | |
| 769 | | .tablenav .tablenav-pages a, |
| 770 | | .tablenav-pages span.current { |
| 771 | | text-decoration: none; |
| 772 | | border: none; |
| 773 | | padding: 3px 6px; |
| 774 | | border-width: 1px; |
| 775 | | border-style: solid; |
| 776 | | -moz-border-radius: 5px; |
| 777 | | -khtml-border-radius: 5px; |
| 778 | | -webkit-border-radius: 5px; |
| 779 | | border-radius: 5px; |
| 780 | | } |
| 781 | | |
| 782 | | .tablenav .displaying-num { |
| 783 | | margin-right: 10px; |
| 784 | | font-size: 12px; |
| 785 | | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 786 | | font-style: italic; |
| 787 | | } |
| 788 | | |
| 789 | | .tablenav .actions { |
| 790 | | padding: 2px 8px 0 0; |
| 791 | | } |
| 792 | | |
| 793 | | td.media-icon { |
| 794 | | text-align: center; |
| 795 | | width: 80px; |
| 796 | | padding-top: 8px; |
| 797 | | } |
| 798 | | |
| 799 | | td.media-icon img { |
| 800 | | max-width: 80px; |
| 801 | | max-height: 60px; |
| 802 | | } |
| 803 | | |
| 804 | | #update-nag { |
| 805 | | line-height: 29px; |
| 806 | | font-size: 12px; |
| 807 | | text-align: center; |
| 808 | | } |
| 809 | | |
| 810 | | #update-nag { |
| 811 | | border-width: 1px 0; |
| 812 | | border-style: solid none; |
| 813 | | } |
| 814 | | |
| 815 | | .plugins .plugin-update { |
| 816 | | padding: 0; |
| 817 | | } |
| 818 | | |
| 819 | | .plugin-update .update-message { |
| 820 | | margin: 0 10px 8px 31px; |
| 821 | | font-weight: bold; |
| 822 | | } |
| 823 | | |
| 824 | | #pass-strength-result { |
| 825 | | border-style: solid; |
| 826 | | border-width: 1px; |
| 827 | | float: left; |
| 828 | | margin: 12px 5px 5px 1px; |
| 829 | | padding: 3px 5px; |
| 830 | | text-align: center; |
| 831 | | width: 200px; |
| 832 | | } |
| 833 | | |
| 834 | | .row-actions { |
| 835 | | visibility: hidden; |
| 836 | | padding: 2px 0 0; |
| 837 | | } |
| 838 | | |
| 839 | | tr:hover .row-actions, |
| 840 | | div.comment-item:hover .row-actions { |
| 841 | | visibility: visible; |
| 842 | | } |
| 843 | | |
| 844 | | .row-actions-visible { |
| 845 | | padding: 2px 0 0; |
| 846 | | cursor: pointer; |
| 847 | | } |
| 848 | | |
| 849 | | /* Admin Header */ |
| 850 | | #wphead-info { |
| 851 | | margin: 0 0 0 15px; |
| 852 | | padding-right: 15px; |
| 853 | | } |
| 854 | | |
| 855 | | #user_info { |
| 856 | | float: right; |
| 857 | | font-size: 12px; |
| 858 | | line-height: 46px; |
| 859 | | height: 46px; |
| 860 | | } |
| 861 | | |
| 862 | | #user_info p { |
| 863 | | margin: 0; |
| 864 | | padding: 0; |
| 865 | | line-height: 46px; |
| 866 | | } |
| 867 | | |
| 868 | | #wphead { |
| 869 | | height: 46px; |
| 870 | | } |
| 871 | | |
| 872 | | #wphead a, |
| 873 | | #adminmenu a, |
| 874 | | #sidemenu a, |
| 875 | | #taglist a, |
| 876 | | #catlist a, |
| 877 | | #show-settings a { |
| 878 | | text-decoration: none; |
| 879 | | } |
| 880 | | |
| 881 | | #header-logo { |
| 882 | | float: left; |
| 883 | | margin: 7px 0 0 15px; |
| 884 | | } |
| 885 | | |
| 886 | | #wphead h1 { |
| 887 | | font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 888 | | padding: 10px 8px 5px; |
| 889 | | margin: 0; |
| 890 | | float: left; |
| 891 | | } |
| 892 | | |
| 893 | | #wphead h1.long-title { |
| 894 | | font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 895 | | padding: 12px 10px 5px; |
| 896 | | } |
| 897 | | |
| 898 | | #wphead #site-visit-button { |
| 899 | | background-repeat:repeat-x; |
| 900 | | background-position:0 0; |
| 901 | | -moz-border-radius:3px; |
| 902 | | -webkit-border-radius:3px; |
| 903 | | -khtml-border-radius:3px; |
| 904 | | border-radius:3px; |
| 905 | | cursor:pointer; /* to keep IE happy */ |
| 906 | | display:-moz-inline-stack; /* to keep FF2 happy */ |
| 907 | | display:inline-block; |
| 908 | | font-size: 50%; |
| 909 | | font-style:normal; |
| 910 | | line-height:17px; |
| 911 | | margin-left:5px; |
| 912 | | padding:0 6px; |
| 913 | | vertical-align:middle; |
| 914 | | } |
| 915 | | |
| 916 | | #wphead h1 a:hover { |
| 917 | | text-decoration:none; |
| 918 | | } |
| 919 | | #wphead h1 a:hover #site-title { |
| 920 | | text-decoration:underline; |
| 921 | | } |
| 922 | | |
| 923 | | /* side admin menu */ |
| 924 | | #adminmenu * { |
| 925 | | -webkit-user-select: none; |
| 926 | | -moz-user-select: none; |
| 927 | | -khtml-user-select: none; |
| 928 | | user-select: none; |
| 929 | | } |
| 930 | | |
| 931 | | #adminmenu .wp-submenu { |
| 932 | | display: none; |
| 933 | | list-style: none; |
| 934 | | padding: 0; |
| 935 | | margin: 0; |
| 936 | | position: relative; |
| 937 | | z-index: 2; |
| 938 | | border-width: 1px 0 0; |
| 939 | | border-style: solid none none; |
| 940 | | } |
| 941 | | |
| 942 | | #adminmenu .wp-submenu a { |
| 943 | | font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 944 | | } |
| 945 | | |
| 946 | | #adminmenu .wp-submenu li.current, |
| 947 | | #adminmenu .wp-submenu li.current a, |
| 948 | | #adminmenu .wp-submenu li.current a:hover { |
| 949 | | font-weight: bold; |
| 950 | | } |
| 951 | | |
| 952 | | #adminmenu a.menu-top, |
| 953 | | #adminmenu .wp-submenu-head { |
| 954 | | font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 955 | | } |
| 956 | | |
| 957 | | #adminmenu div.wp-submenu-head { |
| 958 | | display: none; |
| 959 | | } |
| 960 | | |
| 961 | | .folded #adminmenu div.wp-submenu-head, |
| 962 | | .folded #adminmenu li.wp-has-submenu div.sub-open { |
| 963 | | display: block; |
| 964 | | } |
| 965 | | |
| 966 | | .folded #adminmenu a.menu-top, |
| 967 | | .folded #adminmenu .wp-submenu, |
| 968 | | .folded #adminmenu li.wp-menu-open .wp-submenu, |
| 969 | | .folded #adminmenu div.wp-menu-toggle { |
| 970 | | display: none; |
| 971 | | } |
| 972 | | |
| 973 | | #adminmenu li.wp-menu-open .wp-submenu, |
| 974 | | .no-js #adminmenu .open-if-no-js .wp-submenu { |
| 975 | | display: block; |
| 976 | | } |
| 977 | | |
| 978 | | #adminmenu div.wp-menu-image { |
| 979 | | float: left; |
| 980 | | width: 28px; |
| 981 | | height: 28px; |
| 982 | | } |
| 983 | | |
| 984 | | #adminmenu li { |
| 985 | | margin: 0; |
| 986 | | padding: 0; |
| 987 | | cursor: pointer; |
| 988 | | } |
| 989 | | |
| 990 | | #adminmenu a { |
| 991 | | display: block; |
| 992 | | line-height: 18px; |
| 993 | | padding: 1px 5px 3px; |
| 994 | | } |
| 995 | | |
| 996 | | #adminmenu li.menu-top { |
| 997 | | min-height: 26px; |
| 998 | | } |
| 999 | | |
| 1000 | | #adminmenu a.menu-top { |
| 1001 | | line-height: 18px; |
| 1002 | | min-width: 10em; |
| 1003 | | padding: 5px 5px; |
| 1004 | | border-width: 1px 1px 0; |
| 1005 | | border-style: solid solid none; |
| 1006 | | } |
| 1007 | | |
| 1008 | | #adminmenu .wp-submenu a { |
| 1009 | | margin: 0; |
| 1010 | | padding-left: 12px; |
| 1011 | | border-width: 0 1px 0 0; |
| 1012 | | border-style: none solid none none; |
| 1013 | | } |
| 1014 | | |
| 1015 | | #adminmenu .menu-top-last ul.wp-submenu { |
| 1016 | | border-width: 0 0 1px; |
| 1017 | | border-style: none none solid; |
| 1018 | | } |
| 1019 | | |
| 1020 | | #adminmenu .wp-submenu li { |
| 1021 | | padding: 0; |
| 1022 | | margin: 0; |
| 1023 | | } |
| 1024 | | |
| 1025 | | .folded #adminmenu li.menu-top { |
| 1026 | | width: 28px; |
| 1027 | | height: 30px; |
| 1028 | | overflow: hidden; |
| 1029 | | border-width: 1px 1px 0; |
| 1030 | | border-style: solid solid none; |
| 1031 | | } |
| 1032 | | |
| 1033 | | #adminmenu .menu-top-first a.menu-top, |
| 1034 | | .folded #adminmenu li.menu-top-first, |
| 1035 | | #adminmenu .wp-submenu .wp-submenu-head { |
| 1036 | | border-width: 1px 1px 0; |
| 1037 | | border-style: solid solid none; |
| 1038 | | -moz-border-radius-topleft :6px; |
| 1039 | | -moz-border-radius-topright: 6px; |
| 1040 | | -webkit-border-top-right-radius: 6px; |
| 1041 | | -webkit-border-top-left-radius: 6px; |
| 1042 | | -khtml-border-top-right-radius: 6px; |
| 1043 | | -khtml-border-top-left-radius: 6px; |
| 1044 | | border-top-right-radius: 6px; |
| 1045 | | border-top-left-radius: 6px; |
| 1046 | | } |
| 1047 | | |
| 1048 | | #adminmenu .menu-top-last a.menu-top, |
| 1049 | | .folded #adminmenu li.menu-top-last { |
| 1050 | | border-width: 1px; |
| 1051 | | border-style: solid; |
| 1052 | | -moz-border-radius-bottomleft: 6px; |
| 1053 | | -moz-border-radius-bottomright: 6px; |
| 1054 | | -webkit-border-bottom-right-radius: 6px; |
| 1055 | | -webkit-border-bottom-left-radius: 6px; |
| 1056 | | -khtml-border-bottom-right-radius: 6px; |
| 1057 | | -khtml-border-bottom-left-radius: 6px; |
| 1058 | | border-bottom-right-radius: 6px; |
| 1059 | | border-bottom-left-radius: 6px; |
| 1060 | | } |
| 1061 | | |
| 1062 | | #adminmenu li.wp-menu-open a.menu-top-last { |
| 1063 | | border-bottom: 0 none; |
| 1064 | | -moz-border-radius-bottomright: 0; |
| 1065 | | -moz-border-radius-bottomleft: 0; |
| 1066 | | -webkit-border-bottom-right-radius: 0; |
| 1067 | | -webkit-border-bottom-left-radius: 0; |
| 1068 | | -khtml-border-bottom-right-radius: 0; |
| 1069 | | -khtml-border-bottom-left-radius: 0; |
| 1070 | | border-bottom-right-radius: 0; |
| 1071 | | border-bottom-left-radius: 0; |
| 1072 | | } |
| 1073 | | |
| 1074 | | #adminmenu img.wp-menu-image { |
| 1075 | | float: left; |
| 1076 | | padding: 8px 6px 0; |
| 1077 | | opacity: 0.6; |
| 1078 | | filter: alpha(opacity=60); |
| 1079 | | } |
| 1080 | | |
| 1081 | | #adminmenu li.menu-top:hover img.wp-menu-image, |
| 1082 | | #adminmenu li.wp-has-current-submenu img.wp-menu-image { |
| 1083 | | opacity: 1; |
| 1084 | | filter: alpha(opacity=100); |
| 1085 | | } |
| 1086 | | |
| 1087 | | .folded #adminmenu img.wp-menu-image { |
| 1088 | | padding: 7px 0 0 6px; |
| 1089 | | } |
| 1090 | | |
| 1091 | | #adminmenu li.wp-menu-separator { |
| 1092 | | height: 21px; |
| 1093 | | padding: 0; |
| 1094 | | margin: 0; |
| 1095 | | } |
| 1096 | | |
| 1097 | | #adminmenu a.separator { |
| 1098 | | cursor: w-resize; |
| 1099 | | height: 20px; |
| 1100 | | padding: 0; |
| 1101 | | } |
| 1102 | | |
| 1103 | | .folded #adminmenu a.separator { |
| 1104 | | cursor: e-resize; |
| 1105 | | } |
| 1106 | | |
| 1107 | | #adminmenu .wp-menu-separator-last { |
| 1108 | | height: 10px; |
| 1109 | | width: 1px; |
| 1110 | | } |
| 1111 | | |
| 1112 | | #adminmenu .wp-submenu .wp-submenu-head { |
| 1113 | | border-width: 1px; |
| 1114 | | border-style: solid; |
| 1115 | | padding: 6px 4px 6px 10px; |
| 1116 | | cursor: default; |
| 1117 | | } |
| 1118 | | |
| 1119 | | .folded #adminmenu .wp-submenu { |
| 1120 | | position: absolute; |
| 1121 | | margin: -1px 0 0 28px; |
| 1122 | | padding: 0 8px 8px; |
| 1123 | | z-index: 999; |
| 1124 | | border: 0 none; |
| 1125 | | } |
| 1126 | | |
| 1127 | | .folded #adminmenu .wp-submenu ul { |
| 1128 | | width: 140px; |
| 1129 | | border-width: 0 0 1px; |
| 1130 | | border-style: none none solid; |
| 1131 | | } |
| 1132 | | |
| 1133 | | .folded #adminmenu .wp-submenu li.wp-first-item { |
| 1134 | | border-top: 0 none; |
| 1135 | | } |
| 1136 | | |
| 1137 | | .folded #adminmenu .wp-submenu a { |
| 1138 | | padding-left: 10px; |
| 1139 | | } |
| 1140 | | |
| 1141 | | .folded #adminmenu a.wp-has-submenu { |
| 1142 | | margin-left: 40px; |
| 1143 | | } |
| 1144 | | |
| 1145 | | #adminmenu li.menu-top-last .wp-submenu ul { |
| 1146 | | border-width: 0 0 1px; |
| 1147 | | border-style: none none solid; |
| 1148 | | } |
| 1149 | | |
| 1150 | | #adminmenu .wp-menu-toggle { |
| 1151 | | width: 22px; |
| 1152 | | clear: right; |
| 1153 | | float: right; |
| 1154 | | margin: 1px 0 0; |
| 1155 | | height: 27px; |
| 1156 | | padding: 1px 2px 0 0; |
| 1157 | | cursor: default; |
| 1158 | | } |
| 1159 | | |
| 1160 | | #adminmenu li.wp-has-current-submenu ul { |
| 1161 | | border-bottom-width: 1px; |
| 1162 | | border-bottom-style: solid; |
| 1163 | | } |
| 1164 | | |
| 1165 | | #adminmenu .wp-menu-image a { |
| 1166 | | height: 24px; |
| 1167 | | } |
| 1168 | | |
| 1169 | | #adminmenu .wp-menu-image img { |
| 1170 | | padding: 6px 0 0 1px; |
| 1171 | | } |
| 1172 | | |
| 1173 | | /* end side admin menu */ |
| 1174 | | |
| 1175 | | /* comments/plugins bubble in menu */ |
| 1176 | | #adminmenu #awaiting-mod, |
| 1177 | | #adminmenu span.update-plugins, |
| 1178 | | #sidemenu li a span.update-plugins { |
| 1179 | | position: absolute; |
| 1180 | | font-family: Helvetica, Arial, sans-serif; |
| 1181 | | font-size: 7pt; |
| 1182 | | font-weight: bold; |
| 1183 | | margin-top: 2px; |
| 1184 | | margin-left: 2px; |
| 1185 | | -moz-border-radius: 7px; |
| 1186 | | -khtml-border-radius: 7px; |
| 1187 | | -webkit-border-radius: 7px; |
| 1188 | | border-radius: 7px; |
| 1189 | | } |
| 1190 | | |
| 1191 | | #adminmenu li #awaiting-mod span, |
| 1192 | | #adminmenu li span.update-plugins span, |
| 1193 | | #sidemenu li a span.update-plugins span { |
| 1194 | | float: left; |
| 1195 | | display: block; |
| 1196 | | height: 1.6em; |
| 1197 | | line-height: 1.6em; |
| 1198 | | padding: 0 6px; |
| 1199 | | } |
| 1200 | | |
| 1201 | | #adminmenu li span.count-0, |
| 1202 | | #sidemenu li a .count-0 { |
| 1203 | | display: none; |
| 1204 | | } |
| 1205 | | /* end menu stuff */ |
| 1206 | | |
| 1207 | | /* comments bubble */ |
| 1208 | | .post-com-count-wrapper { |
| 1209 | | min-width: 22px; |
| 1210 | | font-family: Helvetica, Arial, sans-serif; |
| 1211 | | } |
| 1212 | | |
| 1213 | | .post-com-count { |
| 1214 | | height: 1.3em; |
| 1215 | | line-height: 1.1em; |
| 1216 | | display: block; |
| 1217 | | text-decoration: none; |
| 1218 | | padding: 0 0 6px; |
| 1219 | | cursor: pointer; |
| 1220 | | background-position: center -80px; |
| 1221 | | background-repeat: no-repeat; |
| 1222 | | } |
| 1223 | | |
| 1224 | | .post-com-count span { |
| 1225 | | font-size: 9px; |
| 1226 | | font-weight: bold; |
| 1227 | | height: 1.7em; |
| 1228 | | line-height: 1.70em; |
| 1229 | | min-width: 0.7em; |
| 1230 | | padding: 0 6px; |
| 1231 | | display: inline-block; |
| 1232 | | cursor: pointer; |
| 1233 | | -moz-border-radius: 5px; |
| 1234 | | -khtml-border-radius: 5px; |
| 1235 | | -webkit-border-radius: 5px; |
| 1236 | | border-radius: 5px; |
| 1237 | | } |
| 1238 | | |
| 1239 | | strong .post-com-count { |
| 1240 | | background-position: center -55px; |
| 1241 | | } |
| 1242 | | |
| 1243 | | .post-com-count:hover { |
| 1244 | | background-position: center -3px; |
| 1245 | | } |
| 1246 | | |
| 1247 | | .column-response .post-com-count { |
| 1248 | | float: left; |
| 1249 | | margin-right: 5px; |
| 1250 | | text-align: center; |
| 1251 | | } |
| 1252 | | |
| 1253 | | .response-links { |
| 1254 | | float: left; |
| 1255 | | } |
| 1256 | | |
| 1257 | | #the-comment-list .attachment-80x60 { |
| 1258 | | padding: 4px 8px; |
| 1259 | | } |
| 1260 | | |
| 1261 | | /* Admin Footer */ |
| 1262 | | #footer { |
| 1263 | | margin-top: -45px; |
| 1264 | | } |
| 1265 | | |
| 1266 | | #footer, |
| 1267 | | #footer a { |
| 1268 | | font-size: 12px; |
| 1269 | | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 1270 | | font-style: italic; |
| 1271 | | } |
| 1272 | | |
| 1273 | | #footer p { |
| 1274 | | margin: 0; |
| 1275 | | padding: 15px; |
| 1276 | | line-height: 15px; |
| 1277 | | } |
| 1278 | | |
| 1279 | | #footer a { |
| 1280 | | text-decoration: none; |
| 1281 | | } |
| 1282 | | |
| 1283 | | #footer a:hover { |
| 1284 | | text-decoration: underline; |
| 1285 | | } |
| 1286 | | |
| 1287 | | /* Tables used on comment.php and option/setting pages */ |
| 1288 | | |
| 1289 | | .form-table { |
| 1290 | | border-collapse: collapse; |
| 1291 | | margin-top: 0.5em; |
| 1292 | | width: 100%; |
| 1293 | | margin-bottom: -8px; |
| 1294 | | clear: both; |
| 1295 | | } |
| 1296 | | |
| 1297 | | .form-table td, |
| 1298 | | #wpbody-content .describe td { |
| 1299 | | margin-bottom: 9px; |
| 1300 | | padding: 4px 10px 12px; |
| 1301 | | line-height: 20px; |
| 1302 | | font-size: 11px; |
| 1303 | | } |
| 1304 | | |
| 1305 | | .form-table th, |
| 1306 | | .form-wrap label { |
| 1307 | | font-weight: normal; |
| 1308 | | text-shadow: rgba(255,255,255,1) 0 1px 0; |
| 1309 | | } |
| 1310 | | |
| 1311 | | .form-table th, |
| 1312 | | #wpbody-content .describe th { |
| 1313 | | vertical-align: top; |
| 1314 | | text-align: left; |
| 1315 | | padding: 10px; |
| 1316 | | width: 200px; |
| 1317 | | } |
| 1318 | | |
| 1319 | | .form-table th.th-full { |
| 1320 | | width: auto; |
| 1321 | | } |
| 1322 | | |
| 1323 | | .form-table input, |
| 1324 | | .form-table textarea, |
| 1325 | | #wpbody-content .describe input, |
| 1326 | | #wpbody-content .describe textarea { |
| 1327 | | border-width: 1px; |
| 1328 | | border-style: solid; |
| 1329 | | } |
| 1330 | | |
| 1331 | | .form-table div.color-option { |
| 1332 | | display: block; |
| 1333 | | clear: both; |
| 1334 | | margin-top: 12px; |
| 1335 | | } |
| 1336 | | |
| 1337 | | .form-table input.tog { |
| 1338 | | margin-top: 2px; |
| 1339 | | margin-right: 2px; |
| 1340 | | float: left; |
| 1341 | | } |
| 1342 | | |
| 1343 | | .form-table table.color-palette { |
| 1344 | | vertical-align: bottom; |
| 1345 | | float: left; |
| 1346 | | margin: -12px 3px 11px; |
| 1347 | | } |
| 1348 | | |
| 1349 | | .form-table .color-palette td { |
| 1350 | | border-width: 1px 1px 0; |
| 1351 | | border-style: solid solid none; |
| 1352 | | height: 10px; |
| 1353 | | line-height: 20px; |
| 1354 | | width: 10px; |
| 1355 | | } |
| 1356 | | |
| 1357 | | textarea.large-text { |
| 1358 | | width: 99%; |
| 1359 | | } |
| 1360 | | |
| 1361 | | .form-table input.regular-text, |
| 1362 | | #adduser .form-field input { |
| 1363 | | width: 25em; |
| 1364 | | } |
| 1365 | | |
| 1366 | | .form-table input.small-text { |
| 1367 | | width: 50px; |
| 1368 | | } |
| 1369 | | |
| 1370 | | #profile-page .form-table textarea { |
| 1371 | | width: 500px; |
| 1372 | | margin-bottom: 6px; |
| 1373 | | } |
| 1374 | | |
| 1375 | | #profile-page .form-table #rich_editing { |
| 1376 | | margin-right: 5px |
| 1377 | | } |
| 1378 | | |
| 1379 | | .form-table .pre { |
| 1380 | | padding: 8px; |
| 1381 | | margin: 0; |
| 1382 | | } |
| 1383 | | |
| 1384 | | .pre { |
| 1385 | | /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */ |
| 1386 | | white-space: pre-wrap; /* css-3 */ |
| 1387 | | white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ |
| 1388 | | white-space: -pre-wrap; /* Opera 4-6 */ |
| 1389 | | white-space: -o-pre-wrap; /* Opera 7 */ |
| 1390 | | word-wrap: break-word; /* Internet Explorer 5.5+ */ |
| 1391 | | } |
| 1392 | | |
| 1393 | | table.form-table td .updated { |
| 1394 | | font-size: 13px; |
| 1395 | | } |
| 1396 | | |
| 1397 | | /* divs for cats and tags pages */ |
| 1398 | | |
| 1399 | | .form-wrap { |
| 1400 | | margin: 10px 0; |
| 1401 | | width: 97%; |
| 1402 | | } |
| 1403 | | |
| 1404 | | .form-wrap p, |
| 1405 | | .form-wrap label { |
| 1406 | | font-size: 11px; |
| 1407 | | } |
| 1408 | | |
| 1409 | | .form-wrap label { |
| 1410 | | display: block; |
| 1411 | | padding: 2px; |
| 1412 | | font-size: 12px; |
| 1413 | | } |
| 1414 | | |
| 1415 | | .form-field input, |
| 1416 | | .form-field textarea { |
| 1417 | | border-style: solid; |
| 1418 | | border-width: 1px; |
| 1419 | | width: 95%; |
| 1420 | | } |
| 1421 | | |
| 1422 | | p.description, |
| 1423 | | .form-wrap p { |
| 1424 | | margin: 2px 0 5px; |
| 1425 | | } |
| 1426 | | |
| 1427 | | p.help, |
| 1428 | | p.description, |
| 1429 | | span.description, |
| 1430 | | .form-wrap p { |
| 1431 | | font-size: 12px; |
| 1432 | | font-style: italic; |
| 1433 | | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 1434 | | } |
| 1435 | | |
| 1436 | | .form-wrap .form-field { |
| 1437 | | margin: 0 0 10px; |
| 1438 | | padding: 8px; |
| 1439 | | } |
| 1440 | | |
| 1441 | | .col-wrap h3 { |
| 1442 | | margin: 12px 0; |
| 1443 | | font-size: 1.1em; |
| 1444 | | } |
| 1445 | | |
| 1446 | | .col-wrap p.submit { |
| 1447 | | margin-top: -10px; |
| 1448 | | } |
| 1449 | | |
| 1450 | | .tagcloud { |
| 1451 | | width: 97%; |
| 1452 | | margin: 0 0 40px; |
| 1453 | | text-align: justify; |
| 1454 | | } |
| 1455 | | |
| 1456 | | .tagcloud h3 { |
| 1457 | | margin: 2px 0 12px; |
| 1458 | | } |
| 1459 | | |
| 1460 | | /* Post Screen */ |
| 1461 | | #post-body #normal-sortables { |
| 1462 | | min-height: 50px; |
| 1463 | | } |
| 1464 | | |
| 1465 | | #post-body #advanced-sortables { |
| 1466 | | min-height: 20px; |
| 1467 | | } |
| 1468 | | |
| 1469 | | .postbox { |
| 1470 | | position: relative; |
| 1471 | | min-width: 255px; |
| 1472 | | width: 99.5%; |
| 1473 | | } |
| 1474 | | |
| 1475 | | #trackback_url { |
| 1476 | | width: 99%; |
| 1477 | | } |
| 1478 | | |
| 1479 | | #normal-sortables .postbox .submit { |
| 1480 | | background: transparent none; |
| 1481 | | border: 0 none; |
| 1482 | | float: right; |
| 1483 | | padding: 0 12px; |
| 1484 | | margin: 0; |
| 1485 | | } |
| 1486 | | |
| 1487 | | #normal-sortables .postbox #replyrow .submit { |
| 1488 | | float: none; |
| 1489 | | margin: 0; |
| 1490 | | padding: 3px 7px; |
| 1491 | | } |
| 1492 | | |
| 1493 | | #side-sortables .submitbox .submit input, |
| 1494 | | #side-sortables .submitbox .submit .preview, |
| 1495 | | #side-sortables .submitbox .submit a.preview:hover { |
| 1496 | | border: 0 none; |
| 1497 | | } |
| 1498 | | |
| 1499 | | #side-sortables .inside-submitbox .insidebox, |
| 1500 | | .stuffbox .insidebox { |
| 1501 | | margin: 11px 0; |
| 1502 | | } |
| 1503 | | |
| 1504 | | #side-sortables .comments-box, |
| 1505 | | #normal-sortables .comments-box { |
| 1506 | | border: 0 none; |
| 1507 | | } |
| 1508 | | |
| 1509 | | #side-sortables .comments-box thead th, |
| 1510 | | #normal-sortables .comments-box thead th { |
| 1511 | | background: transparent; |
| 1512 | | padding: 0 7px 4px; |
| 1513 | | font-style: italic; |
| 1514 | | } |
| 1515 | | |
| 1516 | | #commentsdiv img.waiting { |
| 1517 | | padding-left: 5px; |
| 1518 | | vertical-align: middle; |
| 1519 | | } |
| 1520 | | |
| 1521 | | #post-body .tagsdiv #newtag { |
| 1522 | | margin-right: 5px; |
| 1523 | | width: 16em; |
| 1524 | | } |
| 1525 | | |
| 1526 | | #side-sortables input#post_password { |
| 1527 | | width: 94% |
| 1528 | | } |
| 1529 | | |
| 1530 | | #side-sortables .tagsdiv #newtag { |
| 1531 | | width: 68%; |
| 1532 | | } |
| 1533 | | |
| 1534 | | #post-status-info { |
| 1535 | | border-width: 0 1px 1px; |
| 1536 | | border-style: none solid solid; |
| 1537 | | width: 100%; |
| 1538 | | -moz-border-radius: 0 0 6px 6px; |
| 1539 | | -webkit-border-bottom-left-radius: 6px; |
| 1540 | | -webkit-border-bottom-right-radius: 6px; |
| 1541 | | -khtml-border-bottom-left-radius: 6px; |
| 1542 | | -khtml-border-bottom-right-radius: 6px; |
| 1543 | | border-bottom-left-radius: 6px; |
| 1544 | | border-bottom-right-radius: 6px; |
| 1545 | | } |
| 1546 | | |
| 1547 | | #post-status-info td { |
| 1548 | | font-size: 11px; |
| 1549 | | } |
| 1550 | | |
| 1551 | | .autosave-info { |
| 1552 | | padding: 2px 15px 2px 2px; |
| 1553 | | text-align: right; |
| 1554 | | } |
| 1555 | | |
| 1556 | | #editorcontent #post-status-info { |
| 1557 | | border: none; |
| 1558 | | } |
| 1559 | | |
| 1560 | | #post-body .wp_themeSkin .mceStatusbar a.mceResize { |
| 1561 | | display: block; |
| 1562 | | background: transparent url(images/resize.gif) no-repeat scroll right bottom; |
| 1563 | | width: 12px; |
| 1564 | | cursor: se-resize; |
| 1565 | | margin: 0 2px; |
| 1566 | | position: relative; |
| 1567 | | top: 22px; |
| 1568 | | } |
| 1569 | | |
| 1570 | | |
| 1571 | | #pagesubmitdiv div.inside, |
| 1572 | | #linksubmitdiv div.inside, |
| 1573 | | div.inside { |
| 1574 | | padding: 0; |
| 1575 | | margin: 0; |
| 1576 | | } |
| 1577 | | |
| 1578 | | #comment-status-radio p { |
| 1579 | | margin: 3px 0 5px; |
| 1580 | | } |
| 1581 | | |
| 1582 | | #comment-status-radio input { |
| 1583 | | margin: 2px 3px 5px 0; |
| 1584 | | vertical-align: middle; |
| 1585 | | } |
| 1586 | | |
| 1587 | | #comment-status-radio label { |
| 1588 | | padding: 5px 0; |
| 1589 | | } |
| 1590 | | |
| 1591 | | .tagchecklist { |
| 1592 | | margin-left: 10px; |
| 1593 | | font-size: 12px; |
| 1594 | | overflow: auto; |
| 1595 | | } |
| 1596 | | |
| 1597 | | .tagchecklist strong { |
| 1598 | | margin-left: -8px; |
| 1599 | | position: absolute; |
| 1600 | | } |
| 1601 | | |
| 1602 | | .tagchecklist span { |
| 1603 | | margin-right: 25px; |
| 1604 | | display: block; |
| 1605 | | float: left; |
| 1606 | | font-size: 11px; |
| 1607 | | line-height: 1.8em; |
| 1608 | | white-space: nowrap; |
| 1609 | | cursor: default; |
| 1610 | | } |
| 1611 | | |
| 1612 | | .tagchecklist span a { |
| 1613 | | margin: 6px 0pt 0pt -9px; |
| 1614 | | cursor: pointer; |
| 1615 | | width: 10px; |
| 1616 | | height: 10px; |
| 1617 | | display: block; |
| 1618 | | float: left; |
| 1619 | | text-indent: -9999px; |
| 1620 | | overflow: hidden; |
| 1621 | | position: absolute; |
| 1622 | | } |
| 1623 | | |
| 1624 | | .howto { |
| 1625 | | font-style: italic; |
| 1626 | | display: block; |
| 1627 | | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 1628 | | } |
| 1629 | | |
| 1630 | | .ac_results { |
| 1631 | | padding: 0; |
| 1632 | | margin: 0; |
| 1633 | | list-style: none; |
| 1634 | | position: absolute; |
| 1635 | | z-index: 10000; |
| 1636 | | display: none; |
| 1637 | | border-width: 1px; |
| 1638 | | border-style: solid; |
| 1639 | | } |
| 1640 | | |
| 1641 | | .ac_results li { |
| 1642 | | padding: 2px 5px; |
| 1643 | | white-space: nowrap; |
| 1644 | | text-align: left; |
| 1645 | | } |
| 1646 | | |
| 1647 | | .ac_over { |
| 1648 | | cursor: pointer; |
| 1649 | | } |
| 1650 | | |
| 1651 | | .ac_match { |
| 1652 | | text-decoration: underline; |
| 1653 | | } |
| 1654 | | |
| 1655 | | #poststuff h2 { |
| 1656 | | margin-top: 20px; |
| 1657 | | font-size: 1.5em; |
| 1658 | | margin-bottom: 15px; |
| 1659 | | padding: 0 0 3px; |
| 1660 | | clear: left; |
| 1661 | | } |
| 1662 | | |
| 1663 | | .widget .widget-top, |
| 1664 | | .postbox h3 { |
| 1665 | | cursor: move; |
| 1666 | | -webkit-user-select: none; |
| 1667 | | -moz-user-select: none; |
| 1668 | | -khtml-user-select: none; |
| 1669 | | user-select: none; |
| 1670 | | } |
| 1671 | | |
| 1672 | | .postbox .hndle span { |
| 1673 | | padding: 6px 0; |
| 1674 | | } |
| 1675 | | |
| 1676 | | .postbox .hndle { |
| 1677 | | cursor: move; |
| 1678 | | } |
| 1679 | | |
| 1680 | | .hndle a { |
| 1681 | | font-size: 11px; |
| 1682 | | font-weight: normal; |
| 1683 | | } |
| 1684 | | |
| 1685 | | #dashboard-widgets .meta-box-sortables { |
| 1686 | | margin: 0 5px; |
| 1687 | | } |
| 1688 | | |
| 1689 | | .postbox .handlediv { |
| 1690 | | float: right; |
| 1691 | | width: 23px; |
| 1692 | | height: 26px; |
| 1693 | | } |
| 1694 | | |
| 1695 | | .sortable-placeholder { |
| 1696 | | border-width: 1px; |
| 1697 | | border-style: dashed; |
| 1698 | | margin-bottom: 20px; |
| 1699 | | } |
| 1700 | | |
| 1701 | | #poststuff h3, |
| 1702 | | .metabox-holder h3 { |
| 1703 | | font-size: 12px; |
| 1704 | | font-weight: bold; |
| 1705 | | padding: 7px 9px; |
| 1706 | | margin: 0; |
| 1707 | | line-height: 1; |
| 1708 | | } |
| 1709 | | |
| 1710 | | .widget, |
| 1711 | | .postbox, |
| 1712 | | .stuffbox { |
| 1713 | | margin-bottom: 20px; |
| 1714 | | border-width: 1px; |
| 1715 | | border-style: solid; |
| 1716 | | line-height: 1; |
| 1717 | | -moz-border-radius: 6px; |
| 1718 | | -khtml-border-radius: 6px; |
| 1719 | | -webkit-border-radius: 6px; |
| 1720 | | border-radius: 6px; |
| 1721 | | } |
| 1722 | | |
| 1723 | | .widget .widget-top, |
| 1724 | | .postbox h3, |
| 1725 | | .postbox h3, |
| 1726 | | .stuffbox h3 { |
| 1727 | | -moz-border-radius: 6px 6px 0 0; |
| 1728 | | -webkit-border-top-right-radius: 6px; |
| 1729 | | -webkit-border-top-left-radius: 6px; |
| 1730 | | -khtml-border-top-right-radius: 6px; |
| 1731 | | -khtml-border-top-left-radius: 6px; |
| 1732 | | border-top-right-radius: 6px; |
| 1733 | | border-top-left-radius: 6px; |
| 1734 | | } |
| 1735 | | |
| 1736 | | .postbox.closed h3 { |
| 1737 | | -moz-border-radius-bottomleft:4px; |
| 1738 | | -webkit-border-bottom-left-radius: 4px; |
| 1739 | | -khtml-border-bottom-left-radius: 4px; |
| 1740 | | border-bottom-left-radius: 4px; |
| 1741 | | -moz-border-radius-bottomright:4px; |
| 1742 | | -webkit-border-bottom-right-radius: 4px; |
| 1743 | | -khtml-border-bottom-right-radius: 4px; |
| 1744 | | border-bottom-right-radius: 4px; |
| 1745 | | } |
| 1746 | | |
| 1747 | | .postbox table.form-table { |
| 1748 | | margin-bottom: 0; |
| 1749 | | } |
| 1750 | | |
| 1751 | | .postbox input[type="text"], |
| 1752 | | .postbox textarea, |
| 1753 | | .stuffbox input[type="text"], |
| 1754 | | .stuffbox textarea { |
| 1755 | | border-width: 1px; |
| 1756 | | border-style: solid; |
| 1757 | | } |
| 1758 | | |
| 1759 | | #poststuff .inside, |
| 1760 | | #poststuff .inside p { |
| 1761 | | font-size: 11px; |
| 1762 | | margin: 6px; |
| 1763 | | } |
| 1764 | | |
| 1765 | | #poststuff .inside .submitbox p { |
| 1766 | | margin: 1em 0; |
| 1767 | | } |
| 1768 | | |
| 1769 | | #post-visibility-select { |
| 1770 | | line-height: 1.5em; |
| 1771 | | margin-top: 3px; |
| 1772 | | } |
| 1773 | | |
| 1774 | | #poststuff #submitdiv .inside { |
| 1775 | | margin: 0; |
| 1776 | | } |
| 1777 | | |
| 1778 | | #titlediv, #poststuff .postarea { |
| 1779 | | margin-bottom: 20px; |
| 1780 | | } |
| 1781 | | |
| 1782 | | #titlediv { |
| 1783 | | margin-bottom: 20px; |
| 1784 | | } |
| 1785 | | #titlediv label { cursor: text; } |
| 1786 | | |
| 1787 | | #titlediv div.inside { |
| 1788 | | margin: 0; |
| 1789 | | } |
| 1790 | | |
| 1791 | | #poststuff #titlewrap { |
| 1792 | | border: 0; |
| 1793 | | padding: 0; |
| 1794 | | |
| 1795 | | } |
| 1796 | | |
| 1797 | | #titlediv #title { |
| 1798 | | padding: 3px 4px; |
| 1799 | | border-width: 1px; |
| 1800 | | border-style: solid; |
| 1801 | | -moz-border-radius: 6px; |
| 1802 | | -khtml-border-radius: 6px; |
| 1803 | | -webkit-border-radius: 6px; |
| 1804 | | border-radius: 6px; |
| 1805 | | font-size: 1.7em; |
| 1806 | | width: 100%; |
| 1807 | | outline: none; |
| 1808 | | } |
| 1809 | | |
| 1810 | | #poststuff .inside-submitbox, |
| 1811 | | #side-sortables .inside-submitbox { |
| 1812 | | margin: 0 3px; |
| 1813 | | font-size: 11px; |
| 1814 | | } |
| 1815 | | |
| 1816 | | input#link_description, |
| 1817 | | input#link_url { |
| 1818 | | width: 98%; |
| 1819 | | } |
| 1820 | | |
| 1821 | | #pending { |
| 1822 | | background: 0 none; |
| 1823 | | border: 0 none; |
| 1824 | | padding: 0; |
| 1825 | | font-size: 11px; |
| 1826 | | margin-top: -1px; |
| 1827 | | } |
| 1828 | | |
| 1829 | | #edit-slug-box { |
| 1830 | | height: 1em; |
| 1831 | | margin-top: 8px; |
| 1832 | | padding: 0 7px; |
| 1833 | | } |
| 1834 | | |
| 1835 | | #editable-post-name-full { |
| 1836 | | display: none; |
| 1837 | | } |
| 1838 | | |
| 1839 | | #editable-post-name input { |
| 1840 | | width: 16em; |
| 1841 | | } |
| 1842 | | |
| 1843 | | .postarea h3 label { |
| 1844 | | float: left; |
| 1845 | | } |
| 1846 | | |
| 1847 | | .postarea #add-media-button { |
| 1848 | | float: right; |
| 1849 | | margin: 7px 0pt 0pt; |
| 1850 | | position: relative; |
| 1851 | | right: 10px; |
| 1852 | | } |
| 1853 | | |
| 1854 | | #poststuff #editor-toolbar { |
| 1855 | | height: 30px; |
| 1856 | | } |
| 1857 | | |
| 1858 | | .wp_themeSkin tr.mceFirst td.mceToolbar { |
| 1859 | | border-width: 0 0 1px; |
| 1860 | | border-style: none none solid; |
| 1861 | | } |
| 1862 | | |
| 1863 | | #edButtonPreview, |
| 1864 | | #edButtonHTML { |
| 1865 | | height: 18px; |
| 1866 | | margin: 5px 5px 0 0; |
| 1867 | | padding: 4px 5px 2px; |
| 1868 | | float: right; |
| 1869 | | cursor: pointer; |
| 1870 | | border-width: 1px; |
| 1871 | | border-style: solid; |
| 1872 | | -moz-border-radius: 3px 3px 0 0; |
| 1873 | | -webkit-border-top-right-radius: 3px; |
| 1874 | | -webkit-border-top-left-radius: 3px; |
| 1875 | | -khtml-border-top-right-radius: 3px; |
| 1876 | | -khtml-border-top-left-radius: 3px; |
| 1877 | | border-top-right-radius: 3px; |
| 1878 | | border-top-left-radius: 3px; |
| 1879 | | } |
| 1880 | | |
| 1881 | | .js .theEditor { |
| 1882 | | color: white; |
| 1883 | | } |
| 1884 | | |
| 1885 | | #poststuff #edButtonHTML { |
| 1886 | | margin-right: 15px; |
| 1887 | | } |
| 1888 | | |
| 1889 | | #media-buttons { |
| 1890 | | cursor: default; |
| 1891 | | padding: 8px 8px 0; |
| 1892 | | } |
| 1893 | | |
| 1894 | | #media-buttons a { |
| 1895 | | cursor: pointer; |
| 1896 | | padding: 0 0 5px 10px; |
| 1897 | | } |
| 1898 | | |
| 1899 | | #media-buttons img { |
| 1900 | | vertical-align: middle; |
| 1901 | | } |
| 1902 | | |
| 1903 | | .submitbox .submit { |
| 1904 | | text-align: left; |
| 1905 | | padding: 12px 10px 10px; |
| 1906 | | font-size: 11px; |
| 1907 | | } |
| 1908 | | |
| 1909 | | .submitbox .submitdelete { |
| 1910 | | border-bottom-width: 1px; |
| 1911 | | border-bottom-style: solid; |
| 1912 | | text-decoration: none; |
| 1913 | | padding: 1px 2px; |
| 1914 | | } |
| 1915 | | |
| 1916 | | .inside-submitbox #post_status { |
| 1917 | | margin: 2px 0 2px -2px; |
| 1918 | | } |
| 1919 | | |
| 1920 | | .submitbox .submit a:hover { |
| 1921 | | border-bottom-width: 1px; |
| 1922 | | border-bottom-style: solid; |
| 1923 | | } |
| 1924 | | |
| 1925 | | .submitbox .submit input { |
| 1926 | | margin-bottom: 8px; |
| 1927 | | margin-right: 4px; |
| 1928 | | padding: 6px; |
| 1929 | | } |
| 1930 | | |
| 1931 | | #post-status-select { |
| 1932 | | line-height: 2.5em; |
| 1933 | | margin-top: 3px; |
| 1934 | | } |
| 1935 | | |
| 1936 | | /* Categories */ |
| 1937 | | |
| 1938 | | #category-adder { |
| 1939 | | margin-left: 120px; |
| 1940 | | padding: 4px 0; |
| 1941 | | } |
| 1942 | | |
| 1943 | | #category-adder h4 { |
| 1944 | | margin: 0 0 8px; |
| 1945 | | } |
| 1946 | | |
| 1947 | | #side-sortables #category-adder { |
| 1948 | | margin: 0; |
| 1949 | | } |
| 1950 | | |
| 1951 | | #post-body #category-add input, #category-add select { |
| 1952 | | width: 30%; |
| 1953 | | } |
| 1954 | | |
| 1955 | | #side-sortables #category-add input { |
| 1956 | | width: 94%; |
| 1957 | | } |
| 1958 | | |
| 1959 | | #side-sortables #category-add select { |
| 1960 | | width: 100%; |
| 1961 | | } |
| 1962 | | |
| 1963 | | #category-add input#category-add-sumbit { |
| 1964 | | width: auto; |
| 1965 | | } |
| 1966 | | |
| 1967 | | #post-body ul#category-tabs { |
| 1968 | | float: left; |
| 1969 | | width: 120px; |
| 1970 | | text-align: right; |
| 1971 | | /* Negative margin for the sake of those without JS: all tabs display */ |
| 1972 | | margin: 0 -120px 0 5px; |
| 1973 | | padding: 0; |
| 1974 | | } |
| 1975 | | |
| 1976 | | #post-body ul#category-tabs li { |
| 1977 | | padding: 8px; |
| 1978 | | } |
| 1979 | | |
| 1980 | | #post-body ul#category-tabs li.tabs { |
| 1981 | | -moz-border-radius: 3px 0 0 3px; |
| 1982 | | -webkit-border-top-left-radius: 3px; |
| 1983 | | -webkit-border-bottom-left-radius: 3px; |
| 1984 | | -khtml-border-top-left-radius: 3px; |
| 1985 | | -khtml-border-bottom-left-radius: 3px; |
| 1986 | | border-top-left-radius: 3px; |
| 1987 | | border-bottom-left-radius: 3px; |
| 1988 | | } |
| 1989 | | |
| 1990 | | #post-body ul#category-tabs li.tabs a { |
| 1991 | | font-weight: bold; |
| 1992 | | text-decoration: none; |
| 1993 | | } |
| 1994 | | |
| 1995 | | #categorydiv div.tabs-panel, |
| 1996 | | #linkcategorydiv div.tabs-panel { |
| 1997 | | height: 150px; |
| 1998 | | overflow: auto; |
| 1999 | | padding: 0.5em 0.9em; |
| 2000 | | border-style: solid; |
| 2001 | | border-width: 1px; |
| 2002 | | } |
| 2003 | | |
| 2004 | | #post-body #categorydiv div.tabs-panel, |
| 2005 | | #post-body #linkcategorydiv div.tabs-panel { |
| 2006 | | margin: 0 5px 0 125px; |
| 2007 | | } |
| 2008 | | |
| 2009 | | #side-sortables #category-tabs li { |
| 2010 | | display: inline; |
| 2011 | | padding-right: 8px; |
| 2012 | | } |
| 2013 | | |
| 2014 | | #side-sortables #category-tabs a { |
| 2015 | | text-decoration: none; |
| 2016 | | } |
| 2017 | | |
| 2018 | | #side-sortables #category-tabs { |
| 2019 | | margin-bottom: 3px; |
| 2020 | | } |
| 2021 | | |
| 2022 | | #categorydiv ul, |
| 2023 | | #linkcategorydiv ul { |
| 2024 | | list-style: none; |
| 2025 | | padding: 0; |
| 2026 | | margin: 0; |
| 2027 | | } |
| 2028 | | |
| 2029 | | #categorydiv ul.categorychecklist ul, |
| 2030 | | #linkcategorydiv ul.categorychecklist ul { |
| 2031 | | margin-left: 18px; |
| 2032 | | } |
| 2033 | | |
| 2034 | | ul.categorychecklist li { |
| 2035 | | margin: 0; |
| 2036 | | padding: 0; |
| 2037 | | line-height: 19px; |
| 2038 | | } |
| 2039 | | |
| 2040 | | #category-adder h4 { |
| 2041 | | margin-top: 4px; |
| 2042 | | margin-bottom: 0px; |
| 2043 | | } |
| 2044 | | |
| 2045 | | #categorydiv .tabs-panel { |
| 2046 | | border-width: 3px; |
| 2047 | | border-style: solid; |
| 2048 | | } |
| 2049 | | |
| 2050 | | ul#category-tabs { |
| 2051 | | margin-top: 12px; |
| 2052 | | } |
| 2053 | | |
| 2054 | | ul#category-tabs li.tabs { |
| 2055 | | border-style: solid solid none; |
| 2056 | | border-width: 1px 1px 0; |
| 2057 | | } |
| 2058 | | |
| 2059 | | #post-body #category-tabs li.tabs { |
| 2060 | | border-style: solid none solid solid; |
| 2061 | | border-width: 1px 0 1px 1px; |
| 2062 | | margin-right: -1px; |
| 2063 | | } |
| 2064 | | |
| 2065 | | ul#category-tabs li { |
| 2066 | | padding: 5px 8px; |
| 2067 | | -moz-border-radius: 3px 3px 0 0; |
| 2068 | | -webkit-border-top-left-radius: 3px; |
| 2069 | | -webkit-border-top-right-radius: 3px; |
| 2070 | | -khtml-border-top-left-radius: 3px; |
| 2071 | | -khtml-border-top-right-radius: 3px; |
| 2072 | | border-top-left-radius: 3px; |
| 2073 | | border-top-right-radius: 3px; |
| 2074 | | } |
| 2075 | | |
| 2076 | | /* positioning etc. */ |
| 2077 | | |
| 2078 | | form#tags-filter { |
| 2079 | | position: relative; |
| 2080 | | } |
| 2081 | | |
| 2082 | | p.search-box { |
| 2083 | | float: right; |
| 2084 | | margin: -5px 0 0; |
| 2085 | | } |
| 2086 | | |
| 2087 | | .screen-per-page { |
| 2088 | | width: 3em; |
| 2089 | | } |
| 2090 | | |
| 2091 | | #posts-filter fieldset { |
| 2092 | | float: left; |
| 2093 | | margin: 0 1.5ex 1em 0; |
| 2094 | | padding: 0; |
| 2095 | | } |
| 2096 | | |
| 2097 | | #posts-filter fieldset legend { |
| 2098 | | padding: 0 0 .2em 1px; |
| 2099 | | } |
| 2100 | | |
| 2101 | | /* Edit posts */ |
| 2102 | | |
| 2103 | | td.post-title strong, td.plugin-title strong { |
| 2104 | | display: block; |
| 2105 | | margin-bottom: .2em; |
| 2106 | | } |
| 2107 | | |
| 2108 | | td.post-title p, td.plugin-title p { |
| 2109 | | margin: 6px 0; |
| 2110 | | } |
| 2111 | | |
| 2112 | | td.plugin-title { |
| 2113 | | white-space: nowrap; |
| 2114 | | } |
| 2115 | | |
| 2116 | | /* Global classes */ |
| 2117 | | |
| 2118 | | .wp-hidden-children .wp-hidden-child, |
| 2119 | | .ui-tabs-hide, |
| 2120 | | #codepress-off { |
| 2121 | | display: none; |
| 2122 | | } |
| 2123 | | |
| 2124 | | .commentlist .avatar { |
| 2125 | | vertical-align: text-top; |
| 2126 | | } |
| 2127 | | |
| 2128 | | .defaultavatarpicker .avatar { |
| 2129 | | margin: 2px 0; |
| 2130 | | vertical-align: middle; |
| 2131 | | } |
| 2132 | | |
| 2133 | | body.wp-admin { |
| 2134 | | min-width: 785px; |
| 2135 | | } |
| 2136 | | |
| 2137 | | .view-switch { |
| 2138 | | float: right; |
| 2139 | | margin: 6px 8px 0; |
| 2140 | | } |
| 2141 | | |
| 2142 | | .view-switch a { |
| 2143 | | text-decoration: none; |
| 2144 | | } |
| 2145 | | |
| 2146 | | .filter { |
| 2147 | | float: left; |
| 2148 | | margin: -5px 0 0 10px; |
| 2149 | | } |
| 2150 | | |
| 2151 | | .filter .subsubsub { |
| 2152 | | margin-left: -10px; |
| 2153 | | margin-top: 13px; |
| 2154 | | } |
| 2155 | | |
| 2156 | | #the-comment-list td.comment p.comment-author { |
| 2157 | | margin-top: 0; |
| 2158 | | margin-left: 0; |
| 2159 | | } |
| 2160 | | |
| 2161 | | #the-comment-list p.comment-author img { |
| 2162 | | float: left; |
| 2163 | | margin-right: 8px; |
| 2164 | | } |
| 2165 | | |
| 2166 | | #the-comment-list p.comment-author strong a { |
| 2167 | | border: none; |
| 2168 | | } |
| 2169 | | |
| 2170 | | #the-comment-list td { |
| 2171 | | vertical-align: top; |
| 2172 | | } |
| 2173 | | |
| 2174 | | #the-comment-list td.comment { |
| 2175 | | word-wrap: break-word; |
| 2176 | | } |
| 2177 | | |
| 2178 | | #the-comment-list .check-column { |
| 2179 | | padding-top: 8px; |
| 2180 | | } |
| 2181 | | |
| 2182 | | #templateside ul li a { |
| 2183 | | text-decoration: none; |
| 2184 | | } |
| 2185 | | |
| 2186 | | .indicator-hint { |
| 2187 | | padding-top: 8px; |
| 2188 | | } |
| 2189 | | |
| 2190 | | #display_name { |
| 2191 | | width: 15em; |
| 2192 | | } |
| 2193 | | |
| 2194 | | .tablenav .delete { |
| 2195 | | margin-right: 20px; |
| 2196 | | } |
| 2197 | | |
| 2198 | | td.action-links, |
| 2199 | | th.action-links { |
| 2200 | | text-align: right; |
| 2201 | | } |
| 2202 | | |
| 2203 | | /* Diff */ |
| 2204 | | |
| 2205 | | table.diff { |
| 2206 | | width: 100%; |
| 2207 | | } |
| 2208 | | |
| 2209 | | table.diff col.content { |
| 2210 | | width: 50%; |
| 2211 | | } |
| 2212 | | |
| 2213 | | table.diff tr { |
| 2214 | | background-color: transparent; |
| 2215 | | } |
| 2216 | | |
| 2217 | | table.diff td, table.diff th { |
| 2218 | | padding: .5em; |
| 2219 | | font-family: Consolas, Monaco, Courier, monospace; |
| 2220 | | border: none; |
| 2221 | | } |
| 2222 | | |
| 2223 | | table.diff .diff-deletedline del, table.diff .diff-addedline ins { |
| 2224 | | text-decoration: none; |
| 2225 | | } |
| 2226 | | |
| 2227 | | #wp-word-count { |
| 2228 | | display: block; |
| 2229 | | padding: 2px 7px; |
| 2230 | | } |
| 2231 | | |
| 2232 | | fieldset { |
| 2233 | | border: 0; |
| 2234 | | padding: 0; |
| 2235 | | margin: 0; |
| 2236 | | } |
| 2237 | | |
| 2238 | | .tool-box { |
| 2239 | | margin: 15px 0 35px; |
| 2240 | | } |
| 2241 | | |
| 2242 | | .tool-box .buttons { |
| 2243 | | margin: 15px 0; |
| 2244 | | } |
| 2245 | | |
| 2246 | | .tool-box .title { |
| 2247 | | margin: 8px 0; |
| 2248 | | font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 2249 | | } |
| 2250 | | |
| 2251 | | .pressthis a { |
| 2252 | | font-size: 1.2em; |
| 2253 | | } |
| 2254 | | |
| 2255 | | #wp_editbtns, |
| 2256 | | #wp_gallerybtns { |
| 2257 | | padding: 2px; |
| 2258 | | position: absolute; |
| 2259 | | display: none; |
| 2260 | | z-index: 999998; |
| 2261 | | } |
| 2262 | | |
| 2263 | | #wp_editimgbtn, |
| 2264 | | #wp_delimgbtn, |
| 2265 | | #wp_editgallery, |
| 2266 | | #wp_delgallery { |
| 2267 | | margin: 2px; |
| 2268 | | padding: 2px; |
| 2269 | | border-width: 1px; |
| 2270 | | border-style: solid; |
| 2271 | | -moz-border-radius: 3px; |
| 2272 | | -khtml-border-radius: 3px; |
| 2273 | | -webkit-border-radius: 3px; |
| 2274 | | border-radius: 3px; |
| 2275 | | } |
| 2276 | | |
| 2277 | | .settings-toggle { |
| 2278 | | text-align: right; |
| 2279 | | margin: 5px 7px 15px 0; |
| 2280 | | font-size: 12px; |
| 2281 | | } |
| 2282 | | |
| 2283 | | .settings-toggle h3 { |
| 2284 | | margin: 0; |
| 2285 | | } |
| 2286 | | |
| 2287 | | #timestampdiv select { |
| 2288 | | height: 20px; |
| 2289 | | line-height: 20px; |
| 2290 | | padding: 0; |
| 2291 | | } |
| 2292 | | |
| 2293 | | #jj, #hh, #mn { |
| 2294 | | width: 2em; |
| 2295 | | padding: 1px; |
| 2296 | | font-size: 12px; |
| 2297 | | } |
| 2298 | | |
| 2299 | | #aa { |
| 2300 | | width: 3.4em; |
| 2301 | | padding: 1px; |
| 2302 | | font-size: 12px; |
| 2303 | | } |
| 2304 | | |
| 2305 | | .curtime #timestamp { |
| 2306 | | background-repeat: no-repeat; |
| 2307 | | background-position: left top; |
| 2308 | | padding-left: 18px; |
| 2309 | | } |
| 2310 | | |
| 2311 | | #timestampdiv { |
| 2312 | | padding-top: 5px; |
| 2313 | | line-height: 23px; |
| 2314 | | } |
| 2315 | | |
| 2316 | | #timestampdiv p { |
| 2317 | | margin: 8px 0 6px; |
| 2318 | | } |
| 2319 | | |
| 2320 | | #timestampdiv input { |
| 2321 | | border-width: 1px; |
| 2322 | | border-style: solid; |
| 2323 | | } |
| 2324 | | |
| 2325 | | /* media popup 0819 */ |
| 2326 | | #sidemenu { |
| 2327 | | margin: -30px 15px 0 315px; |
| 2328 | | list-style: none; |
| 2329 | | position: relative; |
| 2330 | | float: right; |
| 2331 | | padding-left: 10px; |
| 2332 | | font-size: 12px; |
| 2333 | | } |
| 2334 | | |
| 2335 | | #sidemenu a { |
| 2336 | | padding: 0 7px; |
| 2337 | | display: block; |
| 2338 | | float: left; |
| 2339 | | line-height: 28px; |
| 2340 | | border-top-width: 1px; |
| 2341 | | border-top-style: solid; |
| 2342 | | border-bottom-width: 1px; |
| 2343 | | border-bottom-style: solid; |
| 2344 | | } |
| 2345 | | |
| 2346 | | #sidemenu li { |
| 2347 | | display: inline; |
| 2348 | | line-height: 200%; |
| 2349 | | list-style: none; |
| 2350 | | text-align: center; |
| 2351 | | white-space: nowrap; |
| 2352 | | margin: 0; |
| 2353 | | padding: 0; |
| 2354 | | } |
| 2355 | | |
| 2356 | | #sidemenu a.current { |
| 2357 | | font-weight: normal; |
| 2358 | | padding-left: 6px; |
| 2359 | | padding-right: 6px; |
| 2360 | | -moz-border-radius: 4px 4px 0 0; |
| 2361 | | -webkit-border-top-left-radius: 4px; |
| 2362 | | -webkit-border-top-right-radius: 4px; |
| 2363 | | -khtml-border-top-left-radius: 4px; |
| 2364 | | -khtml-border-top-right-radius: 4px; |
| 2365 | | border-top-left-radius: 4px; |
| 2366 | | border-top-right-radius: 4px; |
| 2367 | | border-width: 1px; |
| 2368 | | border-style: solid; |
| 2369 | | } |
| 2370 | | |
| 2371 | | #sidemenu { |
| 2372 | | margin: -30px 15px 0 315px; |
| 2373 | | list-style: none; |
| 2374 | | position: relative; |
| 2375 | | float: right; |
| 2376 | | padding-left: 10px; |
| 2377 | | font-size: 12px; |
| 2378 | | } |
| 2379 | | |
| 2380 | | #sidemenu a { |
| 2381 | | padding: 0 7px; |
| 2382 | | display: block; |
| 2383 | | float: left; |
| 2384 | | line-height: 28px; |
| 2385 | | border-top-width: 1px; |
| 2386 | | border-top-style: solid; |
| 2387 | | border-bottom-width: 1px; |
| 2388 | | border-bottom-style: solid; |
| 2389 | | } |
| 2390 | | |
| 2391 | | #sidemenu li a .count-0 { |
| 2392 | | display: none; |
| 2393 | | } |
| 2394 | | |
| 2395 | | /* reply to comments */ |
| 2396 | | #replyrow { |
| 2397 | | font-size: 11px; |
| 2398 | | } |
| 2399 | | |
| 2400 | | #replyrow input { |
| 2401 | | border-width: 1px; |
| 2402 | | border-style: solid; |
| 2403 | | } |
| 2404 | | |
| 2405 | | #replyrow td { |
| 2406 | | padding: 2px; |
| 2407 | | } |
| 2408 | | |
| 2409 | | #replyrow #editorcontainer { |
| 2410 | | border: 0 none; |
| 2411 | | } |
| 2412 | | |
| 2413 | | #replysubmit { |
| 2414 | | margin: 0; |
| 2415 | | padding: 3px 7px; |
| 2416 | | } |
| 2417 | | |
| 2418 | | #replysubmit img.waiting, |
| 2419 | | .inline-edit-save img.waiting, |
| 2420 | | #commentstatusdiv img.waiting { |
| 2421 | | padding: 2px 10px 0; |
| 2422 | | vertical-align: top; |
| 2423 | | } |
| 2424 | | |
| 2425 | | #replysubmit .button { |
| 2426 | | margin-right: 5px; |
| 2427 | | } |
| 2428 | | |
| 2429 | | #replyrow #editor-toolbar { |
| 2430 | | display: none; |
| 2431 | | } |
| 2432 | | |
| 2433 | | #replyhead { |
| 2434 | | font-size: 12px; |
| 2435 | | font-weight: bold; |
| 2436 | | padding: 2px 10px 4px; |
| 2437 | | } |
| 2438 | | |
| 2439 | | #edithead .inside { |
| 2440 | | float: left; |
| 2441 | | padding: 3px 0 2px 5px; |
| 2442 | | margin: 0; |
| 2443 | | text-align: center; |
| 2444 | | font-size: 11px; |
| 2445 | | } |
| 2446 | | |
| 2447 | | #edithead .inside input { |
| 2448 | | width: 180px; |
| 2449 | | font-size: 11px; |
| 2450 | | } |
| 2451 | | |
| 2452 | | #edithead label { |
| 2453 | | padding: 2px 0; |
| 2454 | | } |
| 2455 | | |
| 2456 | | #replycontainer { |
| 2457 | | padding: 5px; |
| 2458 | | border: 0 none; |
| 2459 | | height: 120px; |
| 2460 | | overflow: hidden; |
| 2461 | | position: relative; |
| 2462 | | } |
| 2463 | | |
| 2464 | | #replycontent { |
| 2465 | | resize: none; |
| 2466 | | margin: 0; |
| 2467 | | width: 100%; |
| 2468 | | height: 100%; |
| 2469 | | padding: 0; |
| 2470 | | line-height: 150%; |
| 2471 | | border: 0 none; |
| 2472 | | outline: none; |
| 2473 | | font-size: 12px; |
| 2474 | | } |
| 2475 | | |
| 2476 | | #replyrow #ed_reply_toolbar { |
| 2477 | | margin: 0; |
| 2478 | | padding: 2px 3px; |
| 2479 | | } |
| 2480 | | |
| 2481 | | /* show/hide settings */ |
| 2482 | | #screen-meta { |
| 2483 | | position: relative; |
| 2484 | | clear: both; |
| 2485 | | } |
| 2486 | | |
| 2487 | | #screen-meta-links { |
| 2488 | | margin: 0 9px 0 0; |
| 2489 | | } |
| 2490 | | |
| 2491 | | #screen-meta .screen-reader-text { |
| 2492 | | visibility: hidden; |
| 2493 | | } |
| 2494 | | |
| 2495 | | #screen-options-link-wrap, |
| 2496 | | #contextual-help-link-wrap { |
| 2497 | | float: right; |
| 2498 | | background: transparent url( images/screen-options-left.gif ) no-repeat 0 0; |
| 2499 | | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 2500 | | height: 22px; |
| 2501 | | padding: 0; |
| 2502 | | margin: 0 6px 0 0; |
| 2503 | | } |
| 2504 | | |
| 2505 | | #screen-meta a.show-settings { |
| 2506 | | text-decoration: none; |
| 2507 | | z-index: 1; |
| 2508 | | padding: 0 16px 0 6px; |
| 2509 | | height: 22px; |
| 2510 | | line-height: 22px; |
| 2511 | | font-size: 10px; |
| 2512 | | display: block; |
| 2513 | | background-repeat: no-repeat; |
| 2514 | | background-position: right bottom; |
| 2515 | | } |
| 2516 | | |
| 2517 | | #screen-meta a.show-settings { |
| 2518 | | background-image: url( images/screen-options-right.gif ); |
| 2519 | | } |
| 2520 | | |
| 2521 | | #screen-meta a.show-settings:hover { |
| 2522 | | text-decoration: none; |
| 2523 | | } |
| 2524 | | |
| 2525 | | #screen-options-wrap h5, |
| 2526 | | #contextual-help-wrap h5 { |
| 2527 | | margin: 8px 0; |
| 2528 | | font-size: 13px; |
| 2529 | | } |
| 2530 | | |
| 2531 | | #screen-options-wrap, |
| 2532 | | #contextual-help-wrap { |
| 2533 | | border-style: none solid solid; |
| 2534 | | border-top: 0 none; |
| 2535 | | border-width: 0 1px 1px; |
| 2536 | | margin: 0 15px; |
| 2537 | | padding: 8px 12px 12px; |
| 2538 | | -moz-border-radius: 0 0 0 4px; |
| 2539 | | -webkit-border-bottom-left-radius: 4px; |
| 2540 | | -khtml-border-bottom-left-radius: 4px; |
| 2541 | | border-bottom-left-radius: 4px; |
| 2542 | | } |
| 2543 | | |
| 2544 | | .metabox-prefs label { |
| 2545 | | padding-right: 15px; |
| 2546 | | white-space: nowrap; |
| 2547 | | line-height: 30px; |
| 2548 | | } |
| 2549 | | |
| 2550 | | .metabox-prefs label input { |
| 2551 | | margin: 0 5px 0 2px; |
| 2552 | | } |
| 2553 | | |
| 2554 | | .metabox-prefs label a { |
| 2555 | | display: none; |
| 2556 | | } |
| 2557 | | |
| 2558 | | /* Inline Editor |
| 2559 | | .quick-edit* is for Quick Edit |
| 2560 | | .bulk-edit* is for Bulk Edit |
| 2561 | | .inline-edit* is for everything |
| 2562 | | */ |
| 2563 | | /* Layout */ |
| 2564 | | tr.inline-edit-row td { |
| 2565 | | padding: 0 0.5em; |
| 2566 | | } |
| 2567 | | |
| 2568 | | #wpbody-content .inline-edit-row fieldset { |
| 2569 | | font-size: 12px; |
| 2570 | | float: left; |
| 2571 | | margin: 0; |
| 2572 | | padding: 0; |
| 2573 | | width: 100%; |
| 2574 | | } |
| 2575 | | |
| 2576 | | #wpbody-content .inline-edit-row fieldset .inline-edit-col { |
| 2577 | | padding: 0 0.5em; |
| 2578 | | } |
| 2579 | | |
| 2580 | | #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { |
| 2581 | | border-width: 0 0 0 1px; |
| 2582 | | border-style: none none none solid; |
| 2583 | | } |
| 2584 | | |
| 2585 | | #wpbody-content .quick-edit-row-post .inline-edit-col-left { |
| 2586 | | width: 40%; |
| 2587 | | } |
| 2588 | | |
| 2589 | | #wpbody-content .quick-edit-row-post .inline-edit-col-right { |
| 2590 | | width: 39%; |
| 2591 | | } |
| 2592 | | |
| 2593 | | #wpbody-content .inline-edit-row-post .inline-edit-col-center { |
| 2594 | | width: 20%; |
| 2595 | | } |
| 2596 | | |
| 2597 | | #wpbody-content .quick-edit-row-page .inline-edit-col-left { |
| 2598 | | width: 50%; |
| 2599 | | } |
| 2600 | | |
| 2601 | | #wpbody-content .quick-edit-row-page .inline-edit-col-right, |
| 2602 | | #wpbody-content .bulk-edit-row-post .inline-edit-col-right { |
| 2603 | | width: 49%; |
| 2604 | | } |
| 2605 | | |
| 2606 | | #wpbody-content .bulk-edit-row .inline-edit-col-left { |
| 2607 | | width: 30%; |
| 2608 | | } |
| 2609 | | |
| 2610 | | #wpbody-content .bulk-edit-row-page .inline-edit-col-right { |
| 2611 | | width: 69%; |
| 2612 | | } |
| 2613 | | |
| 2614 | | #wpbody-content .bulk-edit-row .inline-edit-col-bottom { |
| 2615 | | float: right; |
| 2616 | | width: 69%; |
| 2617 | | } |
| 2618 | | |
| 2619 | | #wpbody-content .inline-edit-row-page .inline-edit-col-right, |
| 2620 | | #owpbody-content .bulk-edit-row-post .inline-edit-col-right { |
| 2621 | | margin-top: 27px; |
| 2622 | | } |
| 2623 | | |
| 2624 | | .inline-edit-row fieldset .inline-edit-group { |
| 2625 | | clear: both; |
| 2626 | | } |
| 2627 | | |
| 2628 | | .inline-edit-row fieldset .inline-edit-group:after { |
| 2629 | | content: "."; |
| 2630 | | display: block; |
| 2631 | | height: 0; |
| 2632 | | clear: both; |
| 2633 | | visibility: hidden; |
| 2634 | | } |
| 2635 | | |
| 2636 | | .inline-edit-row p.submit { |
| 2637 | | clear: both; |
| 2638 | | padding: 0.5em; |
| 2639 | | margin: 0.5em 0 0; |
| 2640 | | } |
| 2641 | | |
| 2642 | | .inline-edit-row span.error { |
| 2643 | | line-height: 22px; |
| 2644 | | margin: 0 15px; |
| 2645 | | padding: 3px 5px; |
| 2646 | | } |
| 2647 | | |
| 2648 | | /* Positioning */ |
| 2649 | | .inline-edit-row h4 { |
| 2650 | | margin: .2em 0; |
| 2651 | | padding: 0; |
| 2652 | | line-height: 23px; |
| 2653 | | } |
| 2654 | | .inline-edit-row fieldset span.title, |
| 2655 | | .inline-edit-row fieldset span.checkbox-title { |
| 2656 | | margin: 0; |
| 2657 | | padding: 0; |
| 2658 | | line-height: 27px; |
| 2659 | | } |
| 2660 | | |
| 2661 | | .inline-edit-row fieldset label, |
| 2662 | | .inline-edit-row fieldset span.inline-edit-categories-label { |
| 2663 | | display: block; |
| 2664 | | margin: .2em 0; |
| 2665 | | } |
| 2666 | | |
| 2667 | | .inline-edit-row fieldset label.inline-edit-tags { |
| 2668 | | margin-top: 0; |
| 2669 | | } |
| 2670 | | |
| 2671 | | .inline-edit-row fieldset label.inline-edit-tags span.title { |
| 2672 | | margin: .2em 0; |
| 2673 | | } |
| 2674 | | |
| 2675 | | .inline-edit-row fieldset label span.title { |
| 2676 | | display: block; |
| 2677 | | float: left; |
| 2678 | | width: 5em; |
| 2679 | | } |
| 2680 | | |
| 2681 | | .inline-edit-row fieldset label span.input-text-wrap { |
| 2682 | | display: block; |
| 2683 | | margin-left: 5em; |
| 2684 | | } |
| 2685 | | |
| 2686 | | .quick-edit-row-post fieldset.inline-edit-col-right label span.title { |
| 2687 | | width: auto; |
| 2688 | | padding-right: 0.5em; |
| 2689 | | } |
| 2690 | | |
| 2691 | | .inline-edit-row .input-text-wrap input[type=text] { |
| 2692 | | width: 100%; |
| 2693 | | } |
| 2694 | | |
| 2695 | | .inline-edit-row fieldset label input[type=checkbox] { |
| 2696 | | vertical-align: text-bottom; |
| 2697 | | } |
| 2698 | | |
| 2699 | | .inline-edit-row fieldset label textarea { |
| 2700 | | width: 100%; |
| 2701 | | height: 4em; |
| 2702 | | } |
| 2703 | | |
| 2704 | | #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { |
| 2705 | | max-width: 50%; |
| 2706 | | } |
| 2707 | | |
| 2708 | | #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { |
| 2709 | | margin-right: 0.5em |
| 2710 | | } |
| 2711 | | |
| 2712 | | /* Styling */ |
| 2713 | | .inline-edit-row h4 { |
| 2714 | | text-transform: uppercase; |
| 2715 | | } |
| 2716 | | |
| 2717 | | .inline-edit-row fieldset span.title, |
| 2718 | | .inline-edit-row fieldset span.checkbox-title { |
| 2719 | | font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 2720 | | font-style: italic; |
| 2721 | | line-height: 1.8em; |
| 2722 | | } |
| 2723 | | |
| 2724 | | /* Specific Elements */ |
| 2725 | | .inline-edit-row fieldset input[type="text"], |
| 2726 | | .inline-edit-row fieldset textarea { |
| 2727 | | border-style: solid; |
| 2728 | | border-width: 1px; |
| 2729 | | } |
| 2730 | | |
| 2731 | | .inline-edit-row fieldset .inline-edit-date { |
| 2732 | | float: left; |
| 2733 | | } |
| 2734 | | |
| 2735 | | .inline-edit-row fieldset input[name=jj], |
| 2736 | | .inline-edit-row fieldset input[name=hh], |
| 2737 | | .inline-edit-row fieldset input[name=mn] { |
| 2738 | | font-size: 12px; |
| 2739 | | width: 2.1em; |
| 2740 | | } |
| 2741 | | |
| 2742 | | .inline-edit-row fieldset input[name=aa] { |
| 2743 | | font-size: 12px; |
| 2744 | | width: 3.5em; |
| 2745 | | } |
| 2746 | | |
| 2747 | | .inline-edit-row fieldset label input.inline-edit-password-input { |
| 2748 | | width: 8em; |
| 2749 | | } |
| 2750 | | |
| 2751 | | .inline-edit-row .catshow, |
| 2752 | | .inline-edit-row .cathide { |
| 2753 | | cursor: pointer; |
| 2754 | | } |
| 2755 | | |
| 2756 | | ul.cat-checklist { |
| 2757 | | height: 12em; |
| 2758 | | border-style: solid; |
| 2759 | | border-width: 1px; |
| 2760 | | overflow-y: scroll; |
| 2761 | | padding: 0 5px; |
| 2762 | | margin: 0; |
| 2763 | | } |
| 2764 | | |
| 2765 | | #bulk-titles { |
| 2766 | | display: block; |
| 2767 | | height: 12em; |
| 2768 | | border-style: solid; |
| 2769 | | border-width: 1px; |
| 2770 | | overflow-y: scroll; |
| 2771 | | padding: 0 5px; |
| 2772 | | margin: 0 0 5px; |
| 2773 | | } |
| 2774 | | |
| 2775 | | .inline-edit-row fieldset ul.cat-checklist li, |
| 2776 | | .inline-edit-row fieldset ul.cat-checklist input { |
| 2777 | | margin: 0; |
| 2778 | | } |
| 2779 | | |
| 2780 | | .inline-edit-row fieldset ul.cat-checklist label, |
| 2781 | | .inline-edit-row .catshow, |
| 2782 | | .inline-edit-row .cathide, |
| 2783 | | .inline-edit-row #bulk-titles div { |
| 2784 | | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 2785 | | font-style: normal; |
| 2786 | | font-size: 11px; |
| 2787 | | } |
| 2788 | | |
| 2789 | | table .inline-edit-row fieldset ul.cat-hover { |
| 2790 | | height: auto; |
| 2791 | | max-height: 30em; |
| 2792 | | overflow-y: auto; |
| 2793 | | position: absolute; |
| 2794 | | } |
| 2795 | | |
| 2796 | | .inline-edit-row fieldset label input.inline-edit-menu-order-input { |
| 2797 | | width: 3em; |
| 2798 | | } |
| 2799 | | |
| 2800 | | .inline-edit-row fieldset label input.inline-edit-slug-input { |
| 2801 | | width: 75%; |
| 2802 | | } |
| 2803 | | |
| 2804 | | .quick-edit-row-post fieldset label.inline-edit-status { |
| 2805 | | float: left; |
| 2806 | | } |
| 2807 | | |
| 2808 | | #bulk-titles { |
| 2809 | | line-height: 140%; |
| 2810 | | } |
| 2811 | | #bulk-titles div { |
| 2812 | | margin: 0.2em 0.3em; |
| 2813 | | } |
| 2814 | | |
| 2815 | | #bulk-titles div a { |
| 2816 | | cursor: pointer; |
| 2817 | | display: block; |
| 2818 | | float: left; |
| 2819 | | height: 10px; |
| 2820 | | margin: 3px 3px 0 -2px; |
| 2821 | | overflow: hidden; |
| 2822 | | position: relative; |
| 2823 | | text-indent: -9999px; |
| 2824 | | width: 10px; |
| 2825 | | } |
| 2826 | | |
| 2827 | | /* Media library */ |
| 2828 | | #wpbody-content #media-items .describe { |
| 2829 | | border-collapse: collapse; |
| 2830 | | width: 100%; |
| 2831 | | border-top-style: solid; |
| 2832 | | border-top-width: 1px; |
| 2833 | | clear: both; |
| 2834 | | cursor: default; |
| 2835 | | padding: 5px; |
| 2836 | | } |
| 2837 | | |
| 2838 | | #wpbody-content .describe .media-item-info tr { |
| 2839 | | background-color: transparent; |
| 2840 | | } |
| 2841 | | |
| 2842 | | #wpbody-content .filename { |
| 2843 | | padding: 0 10px; |
| 2844 | | } |
| 2845 | | |
| 2846 | | #wpbody-content .media-item .thumbnail { |
| 2847 | | max-height: 128px; |
| 2848 | | max-width: 128px; |
| 2849 | | } |
| 2850 | | |
| 2851 | | .media-upload-form td label { |
| 2852 | | margin-right: 6px; |
| 2853 | | margin-left: 2px; |
| 2854 | | } |
| 2855 | | |
| 2856 | | .media-upload-form .align .field label { |
| 2857 | | display: inline; |
| 2858 | | padding: 0 0 0 22px; |
| 2859 | | margin: 0 1em 0 0; |
| 2860 | | font-weight: bold; |
| 2861 | | } |
| 2862 | | |
| 2863 | | .media-upload-form tr.image-size label { |
| 2864 | | margin: 0 0 0 3px; |
| 2865 | | font-weight: bold; |
| 2866 | | } |
| 2867 | | |
| 2868 | | .media-upload-form th.label label { |
| 2869 | | font-weight: bold; |
| 2870 | | margin: 0.5em; |
| 2871 | | font-size: 13px; |
| 2872 | | } |
| 2873 | | |
| 2874 | | .media-upload-form th.label label span { |
| 2875 | | padding: 0 5px; |
| 2876 | | } |
| 2877 | | |
| 2878 | | abbr.required { |
| 2879 | | border: medium none; |
| 2880 | | text-decoration: none; |
| 2881 | | } |
| 2882 | | |
| 2883 | | #wpbody-content .describe input[type="text"], |
| 2884 | | #wpbody-content .describe textarea { |
| 2885 | | width: 460px; |
| 2886 | | } |
| 2887 | | |
| 2888 | | #wpbody-content .describe p.help { |
| 2889 | | margin: 0; |
| 2890 | | padding: 0 0 0 5px; |
| 2891 | | } |
| 2892 | | |
| 2893 | | .describe-toggle-on, |
| 2894 | | .describe-toggle-off { |
| 2895 | | display: block; |
| 2896 | | line-height: 36px; |
| 2897 | | float: right; |
| 2898 | | margin-right: 20px; |
| 2899 | | } |
| 2900 | | |
| 2901 | | .describe-toggle-off { |
| 2902 | | display: none; |
| 2903 | | } |
| 2904 | | |
| 2905 | | #wpbody-content .media-item { |
| 2906 | | border-bottom-style: solid; |
| 2907 | | border-bottom-width: 1px; |
| 2908 | | min-height: 36px; |
| 2909 | | position: relative; |
| 2910 | | width: 100%; |
| 2911 | | } |
| 2912 | | |
| 2913 | | #wpbody-content #media-items { |
| 2914 | | border-style: solid solid none; |
| 2915 | | border-width: 1px; |
| 2916 | | width: 670px; |
| 2917 | | } |
| 2918 | | |
| 2919 | | #wpbody-content #media-items .filename { |
| 2920 | | line-height: 36px; |
| 2921 | | overflow: hidden; |
| 2922 | | } |
| 2923 | | |
| 2924 | | .media-item .pinkynail { |
| 2925 | | float: left; |
| 2926 | | margin: 2px; |
| 2927 | | max-width: 40px; |
| 2928 | | max-height: 32px; |
| 2929 | | } |
| 2930 | | |
| 2931 | | .media-item .startopen, |
| 2932 | | .media-item .startclosed { |
| 2933 | | display: none; |
| 2934 | | } |
| 2935 | | |
| 2936 | | .media-item .original { |
| 2937 | | position: relative; |
| 2938 | | height: 34px; |
| 2939 | | text-align: center; |
| 2940 | | } |
| 2941 | | |
| 2942 | | .media-item .percent { |
| 2943 | | font-weight: bold; |
| 2944 | | } |
| 2945 | | |
| 2946 | | .crunching { |
| 2947 | | display: block; |
| 2948 | | line-height: 32px; |
| 2949 | | text-align: right; |
| 2950 | | margin-right: 5px; |
| 2951 | | } |
| 2952 | | |
| 2953 | | button.dismiss { |
| 2954 | | position: absolute; |
| 2955 | | top: 7px; |
| 2956 | | right: 5px; |
| 2957 | | z-index: 4; |
| 2958 | | width: 8em; |
| 2959 | | } |
| 2960 | | |
| 2961 | | .file-error { |
| 2962 | | float: left; |
| 2963 | | font-weight: bold; |
| 2964 | | padding: 10px; |
| 2965 | | } |
| 2966 | | |
| 2967 | | .progress { |
| 2968 | | position: relative; |
| 2969 | | margin-bottom: -36px; |
| 2970 | | height: 36px; |
| 2971 | | } |
| 2972 | | |
| 2973 | | .bar { |
| 2974 | | width: 0; |
| 2975 | | height: 100%; |
| 2976 | | border-right-width: 3px; |
| 2977 | | border-right-style: solid; |
| 2978 | | } |
| 2979 | | |
| 2980 | | #media-items a.delete, |
| 2981 | | #media-items a.del-link { |
| 2982 | | padding: 1px 4px 2px; |
| 2983 | | } |
| 2984 | | |
| 2985 | | .upload-php .fixed .column-parent { |
| 2986 | | width: 25%; |
| 2987 | | } |
| 2988 | | |
| 2989 | | /* find posts */ |
| 2990 | | .find-box { |
| 2991 | | width: 500px; |
| 2992 | | height: 300px; |
| 2993 | | overflow: hidden; |
| 2994 | | padding: 33px 5px 40px; |
| 2995 | | position: absolute; |
| 2996 | | z-index: 1000; |
| 2997 | | } |
| 2998 | | |
| 2999 | | .find-box-head { |
| 3000 | | cursor: move; |
| 3001 | | font-weight: bold; |
| 3002 | | height: 2em; |
| 3003 | | line-height: 2em; |
| 3004 | | padding: 1px 12px; |
| 3005 | | position: absolute; |
| 3006 | | top: 5px; |
| 3007 | | width: 100%; |
| 3008 | | } |
| 3009 | | |
| 3010 | | .find-box-inside { |
| 3011 | | overflow: auto; |
| 3012 | | width: 100%; |
| 3013 | | height: 100%; |
| 3014 | | } |
| 3015 | | |
| 3016 | | .find-box-search { |
| 3017 | | padding: 12px; |
| 3018 | | border-width: 1px; |
| 3019 | | border-style: none none solid; |
| 3020 | | } |
| 3021 | | |
| 3022 | | #find-posts-response { |
| 3023 | | margin: 8px 0; |
| 3024 | | padding: 0 1px; |
| 3025 | | } |
| 3026 | | |
| 3027 | | #find-posts-response table { |
| 3028 | | width: 100%; |
| 3029 | | } |
| 3030 | | |
| 3031 | | #find-posts-response .found-radio { |
| 3032 | | padding: 5px 0 0 8px; |
| 3033 | | width: 15px; |
| 3034 | | } |
| 3035 | | |
| 3036 | | .find-box-buttons { |
| 3037 | | width: 480px; |
| 3038 | | margin: 8px; |
| 3039 | | } |
| 3040 | | |
| 3041 | | .find-box-search label { |
| 3042 | | padding-right: 6px; |
| 3043 | | } |
| 3044 | | |
| 3045 | | .find-box #resize-se { |
| 3046 | | position: absolute; |
| 3047 | | right: 1px; |
| 3048 | | bottom: 1px; |
| 3049 | | } |
| 3050 | | |
| 3051 | | /* favorite-actions */ |
| 3052 | | #favorite-actions { |
| 3053 | | float: right; |
| 3054 | | margin: 11px 12px 0; |
| 3055 | | min-width: 130px; |
| 3056 | | position: relative; |
| 3057 | | } |
| 3058 | | |
| 3059 | | #favorite-first { |
| 3060 | | -moz-border-radius: 12px; |
| 3061 | | -khtml-border-radius: 12px; |
| 3062 | | -webkit-border-radius: 12px; |
| 3063 | | border-radius: 12px; |
| 3064 | | line-height: 15px; |
| 3065 | | padding: 3px 30px 4px 12px; |
| 3066 | | border-width: 1px; |
| 3067 | | border-style: solid; |
| 3068 | | } |
| 3069 | | |
| 3070 | | #favorite-inside { |
| 3071 | | margin: 0 0 0 0px; |
| 3072 | | padding: 0 1px 6px 1px; |
| 3073 | | border-width: 1px; |
| 3074 | | border-style: solid; |
| 3075 | | position: absolute; |
| 3076 | | z-index: 11; |
| 3077 | | display: none; |
| 3078 | | -moz-border-radius: 0 0 12px 12px; |
| 3079 | | -webkit-border-bottom-right-radius: 12px; |
| 3080 | | -webkit-border-bottom-left-radius: 12px; |
| 3081 | | -khtml-border-bottom-right-radius: 12px; |
| 3082 | | -khtml-border-bottom-left-radius: 12px; |
| 3083 | | border-bottom-right-radius: 12px; |
| 3084 | | border-bottom-left-radius: 12px; |
| 3085 | | } |
| 3086 | | |
| 3087 | | #favorite-actions a { |
| 3088 | | display: block; |
| 3089 | | text-decoration: none; |
| 3090 | | font-size: 11px; |
| 3091 | | } |
| 3092 | | |
| 3093 | | #favorite-inside a { |
| 3094 | | padding: 3px 5px 3px 10px; |
| 3095 | | } |
| 3096 | | |
| 3097 | | #favorite-toggle { |
| 3098 | | height: 22px; |
| 3099 | | position: absolute; |
| 3100 | | right: 0; |
| 3101 | | top: 1px; |
| 3102 | | width: 28px; |
| 3103 | | } |
| 3104 | | |
| 3105 | | #favorite-actions .slide-down { |
| 3106 | | -moz-border-radius: 12px 12px 0 0; |
| 3107 | | -webkit-border-bottom-right-radius: 0; |
| 3108 | | -webkit-border-bottom-left-radius: 0; |
| 3109 | | -khtml-border-bottom-right-radius: 0; |
| 3110 | | -khtml-border-bottom-left-radius: 0; |
| 3111 | | border-bottom-right-radius: 0; |
| 3112 | | border-bottom-left-radius: 0; |
| 3113 | | border-bottom-width: 1px; |
| 3114 | | border-bottom-style: solid; |
| 3115 | | } |
| 3116 | | |
| 3117 | | #utc-time, #local-time { |
| 3118 | | padding-left: 25px; |
| 3119 | | font-style: italic; |
| 3120 | | font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; |
| 3121 | | } |
| 3122 | | |
| 3123 | | ul#dismissed-updates { |
| 3124 | | display: none; |
| 3125 | | } |
| 3126 | | form.upgrade { |
| 3127 | | margin-top: 8px; |
| 3128 | | } |
| 3129 | | |
| 3130 | | form.upgrade .hint { |
| 3131 | | font-style: italic; |
| 3132 | | font-size: 85%; |
| 3133 | | margin: -0.5em 0 2em 0; |
| 3134 | | } |
| 3135 | | |
| 3136 | | #poststuff .inside .the-tagcloud { |
| 3137 | | margin: 5px 0 10px; |
| 3138 | | padding: 8px; |
| 3139 | | border-width: 1px; |
| 3140 | | border-style: solid; |
| 3141 | | line-height: 1.8em; |
| 3142 | | word-spacing: 3px; |
| 3143 | | -moz-border-radius: 6px; |
| 3144 | | -khtml-border-radius: 6px; |
| 3145 | | -webkit-border-radius: 6px; |
| 3146 | | border-radius: 6px; |
| 3147 | | } |
| 3148 | | |
| 3149 | | br.clear { |
| 3150 | | height: 2px; |
| 3151 | | line-height: 2px; |
| 3152 | | } |
| 3153 | | |
| 3154 | | .swfupload { |
| 3155 | | margin: 5px 10px; |
| 3156 | | vertical-align: middle; |
| 3157 | | } |
| 3158 | | |
| 3159 | | /* table.fixed column width */ |
| 3160 | | table.fixed { |
| 3161 | | table-layout: fixed; |
| 3162 | | } |
| 3163 | | |
| 3164 | | .fixed .column-rating, |
| 3165 | | .fixed .column-visible { |
| 3166 | | width: 8%; |
| 3167 | | } |
| 3168 | | |
| 3169 | | .fixed .column-date, |
| 3170 | | .fixed .column-parent, |
| 3171 | | .fixed .column-links { |
| 3172 | | width: 10%; |
| 3173 | | } |
| 3174 | | |
| 3175 | | .fixed .column-response, |
| 3176 | | .fixed .column-author, |
| 3177 | | .fixed .column-categories, |
| 3178 | | .fixed .column-tags, |
| 3179 | | .fixed .column-rel, |
| 3180 | | .fixed .column-role { |
| 3181 | | width: 15%; |
| 3182 | | } |
| 3183 | | |
| 3184 | | .fixed .column-comments { |
| 3185 | | width: 4em; |
| 3186 | | padding-top: 8px; |
| 3187 | | } |
| 3188 | | |
| 3189 | | .fixed .column-slug { |
| 3190 | | width: 25%; |
| 3191 | | } |
| 3192 | | |
| 3193 | | .fixed .column-posts { |
| 3194 | | width: 10%; |
| 3195 | | } |
| 3196 | | |
| 3197 | | .fixed .column-icon { |
| 3198 | | width: 80px; |
| 3199 | | } |
| 3200 | | |
| 3201 | | #commentstatusdiv .fixed .column-author, |
| 3202 | | #comments-form .fixed .column-author, |
| 3203 | | #commentstatusdiv .fixed .column-date { |
| 3204 | | width: 20%; |
| 3205 | | } |
| 3206 | | |
| 3207 | | .widefat th, |
| 3208 | | .widefat td { |
| 3209 | | overflow: hidden; |
| 3210 | | } |
| 3211 | | |
| 3212 | | .widefat td p { |
| 3213 | | margin: 2px 0 0.8em; |
| 3214 | | } |
| 3215 | | |
| 3216 | | table .vers, |
| 3217 | | table .column-visible, |
| 3218 | | table .column-rating { |
| 3219 | | text-align: center; |
| 3220 | | } |
| 3221 | | |
| 3222 | | .icon32 { |
| 3223 | | float: left; |
| 3224 | | height: 36px; |
| 3225 | | margin: 14px 6px 0 0; |
| 3226 | | width: 36px; |
| 3227 | | } |
| 3228 | | |
| 3229 | | .key-labels label { |
| 3230 | | line-height: 24px; |
| 3231 | | } |
| 3232 | | |
| 3233 | | .subtitle { |
| 3234 | | font-size: 0.75em; |
| 3235 | | line-height: 1; |
| 3236 | | padding-left: 25px; |
| 3237 | | } |
| 3238 | | |
| 3239 | | ol { |
| 3240 | | list-style-type: decimal; |
| 3241 | | margin-left: 2em; |
| 3242 | | } |
| 3243 | | |
| 3244 | | .postbox-container { |
| 3245 | | float: left; |
| 3246 | | padding-right: 0.5%; |
| 3247 | | } |
| 3248 | | |
| 3249 | | .postbox-container .meta-box-sortables { |
| 3250 | | min-height: 300px; |
| 3251 | | } |
| 3252 | | |
| 3253 | | .temp-border { |
| 3254 | | border: 1px dotted #ccc; |
| 3255 | | } |
| 3256 | | |
| 3257 | | .columns-prefs label { |
| 3258 | | padding: 0 5px; |
| 3259 | | } |
| 3260 | | |
| 3261 | | .theme-install-php h4, |
| 3262 | | .plugin-install-php h4 { |
| 3263 | | margin: 2.5em 0 8px; |
| 3264 | | } |
| 3265 | | |
| 3266 | | p.install-help { |
| 3267 | | margin: 8px 0; |
| 3268 | | font-style: italic; |
| 3269 | | } |
| 3270 | | |
| 3271 | | p.popular-tags { |
| 3272 | | -moz-border-radius: 8px; |
| 3273 | | -khtml-border-radius: 8px; |
| 3274 | | -webkit-border-radius: 8px; |
| 3275 | | border-radius: 8px; |
| 3276 | | border-width: 1px; |
| 3277 | | border-style: solid; |
| 3278 | | line-height: 2em; |
| 3279 | | padding: 8px 12px 12px; |
| 3280 | | text-align: justify; |
| 3281 | | } |
| 3282 | | |
| 3283 | | p.popular-tags a { |
| 3284 | | padding: 0 3px; |
| 3285 | | } |
| 3286 | | |
| 3287 | | .stuffbox .editcomment { |
| 3288 | | clear: none; |
| 3289 | | } |
| 3290 | | |
| 3291 | | .ajax-feedback { |
| 3292 | | visibility: hidden; |
| 3293 | | vertical-align: bottom; |
| 3294 | | } |
| 3295 | | |
| 3296 | | .tagsdiv .newtag { |
| 3297 | | width: 180px; |
| 3298 | | } |
| 3299 | | |
| 3300 | | .tagsdiv .the-tags { |
| 3301 | | display: block; |
| 3302 | | height: 60px; |
| 3303 | | margin: 0 auto; |
| 3304 | | overflow: auto; |
| 3305 | | width: 260px; |
| 3306 | | } |
| 3307 | | |
| 3308 | | #post-body-content .tagsdiv .the-tags { |
| 3309 | | margin: 0 5px; |
| 3310 | | } |
| 3311 | | |
| 3312 | | label, |
| 3313 | | #your-profile label + a { |
| 3314 | | vertical-align: middle; |
| 3315 | | } |
| 3316 | | |
| 3317 | | .plugin-update-tr .update-message { |
| 3318 | | margin: 5px; |
| 3319 | | padding: 3px 5px; |
| 3320 | | border-width: 1px; |
| 3321 | | border-style: solid; |
| 3322 | | -moz-border-radius: 5px; |
| 3323 | | -khtml-border-radius: 5px; |
| 3324 | | -webkit-border-radius: 5px; |
| 3325 | | border-radius: 5px; |
| 3326 | | } |
| 3327 | | |
| 3328 | | .add-new-h2 { |
| 3329 | | font-style: normal; |
| 3330 | | margin: 0 6px; |
| 3331 | | position: relative; |
| 3332 | | top: -3px; |
| 3333 | | } |
| | 1 | textarea,input,select{border-width:1px;border-style:solid;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}input[type="checkbox"],input[type="radio"],input[type="image"]{border:0 none;}p,ul,ol,blockquote,input,select{font-size:12px;}select option{padding:2px;}.plugins .name,#pass-strength-result.strong,#pass-strength-result.short,.button-highlighted,#quicktags #ed_strong,#ed_reply_toolbar #ed_reply_strong{font-weight:bold;}.plugins p{margin:0 4px;padding:0;}.plugins .desc p{margin:0 0 8px;}.plugins td.desc{line-height:1.5em;}.plugins .desc ul,.plugins .desc ol{margin:0 0 0 2em;}.plugins .desc ul{list-style-type:disc;}.plugins .action-links{white-space:nowrap;}.plugins .row-actions-visible{padding:0;}.widefat tbody.plugins th.check-column{padding:7px 0;}.widefat .plugins td,.widefat .plugins th{border-bottom:0 none;}#install-plugins .plugins td,#install-plugins .plugins th{border-bottom-style:solid;border-bottom-width:1px;}.plugins .inactive td,.plugins .inactive th,.plugins .active td,.plugins .active th{border-top-style:solid;border-top-width:1px;padding:5px 7px 0;}#wpbody-content .plugins .plugin-title{padding-right:12px;}.plugins .second td,.plugins .second th{border-top:0 none;padding:0 7px 5px;}.plugins-php .widefat tfoot th,.plugins-php .widefat tfoot td{border-top-style:solid;border-top-width:1px;}.import-system{font-size:16px;}.anchors{margin:10px 20px 10px 20px;}table#availablethemes{border-spacing:0;border-width:1px 0;border-style:solid none;margin:10px auto;width:100%;}td.available-theme{vertical-align:top;width:240px;margin:0;padding:20px;text-align:left;}table#availablethemes td{border-width:0 1px 1px;border-style:none solid solid;}table#availablethemes td.right,table#availablethemes td.left{border-right:0 none;border-left:0 none;}table#availablethemes td.bottom{border-bottom:0 none;}.available-theme a.screenshot{width:240px;height:180px;display:block;border-width:1px;border-style:solid;margin-bottom:10px;overflow:hidden;}.available-theme img{width:240px;}.available-theme h3{margin:15px 0 5px;}#current-theme{margin:1em 0 1.5em;}#current-theme a{border-bottom:none;}#current-theme h3{font-size:17px;font-weight:normal;margin:0;}#current-theme .theme-description{margin-top:5px;}#current-theme img{float:left;border-width:1px;border-style:solid;margin-right:1em;margin-bottom:1.5em;width:150px;}#TB_window #TB_title a.tb-theme-preview-link,#TB_window #TB_title a.tb-theme-preview-link:visited{font-weight:bold;text-decoration:none;}#TB_window #TB_title{background-color:#222;color:#cfcfcf;}.checkbox{border:none;margin:0;padding:0;}.code,code{font-family:Consolas,Monaco,Courier,monospace;}kbd,code{padding:1px 3px;margin:0 1px;font-size:11px;}.commentlist li{padding:1em 1em .2em;margin:0;border-bottom-width:1px;border-bottom-style:solid;}.commentlist li li{border-bottom:0;padding:0;}.commentlist p{padding:0;margin:0 0 .8em;}.post-categories{display:inline;margin:0;padding:0;}.post-categories li{display:inline;}.quicktags,.search{font:12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;}.submit{padding:1.5em 0;margin:5px 0;-moz-border-radius:0 0 3px 3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;-khtml-border-bottom-left-radius:3px;-khtml-border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}form p.submit a.cancel:hover{text-decoration:none;}#submitdiv h3,#pagesubmitdiv h3{margin-bottom:0!important;}#misc-publishing-actions{padding:6px 0 16px 0;}.misc-pub-section{padding:6px;border-bottom-width:1px;border-bottom-style:solid;}.misc-pub-section-last{border-bottom:0 none;}#minor-publishing-actions{padding:6px;text-align:right;}#minor-publishing{border-bottom-width:1px;border-bottom-style:solid;}#save-post{float:left;}.preview{float:right;}#major-publishing-actions{padding:6px;clear:both;border-top:none;}#minor-publishing-actions input,#major-publishing-actions input,#minor-publishing-actions .preview{min-width:80px;text-align:center;}#delete-action{line-height:25px;vertical-align:middle;text-align:left;float:left;}#publishing-action{text-align:right;float:right;}#post-body #minor-publishing{padding-bottom:10px;}#post-body #misc-publishing-actions{padding:0;}#post-body .misc-pub-section{border-right-width:1px;border-right-style:solid;border-bottom:0 none;min-height:30px;float:left;max-width:32%;}#post-body .misc-pub-section-last{border-right:0;}#sticky-span{margin-left:18px;}#post-status-display,#post-visibility-display{font-weight:bold;}.side-info{margin:0;padding:4px;font-size:11px;}.side-info h5{padding-bottom:7px;font-size:14px;margin:12px 2px 5px;border-bottom-width:1px;border-bottom-style:solid;}.side-info ul{margin:0;padding-left:18px;list-style:square;}.submit input,.button,.button-primary,.button-secondary,.button-highlighted,#postcustomstuff .submit input{text-decoration:none;font-size:11px!important;line-height:14px;padding:2px 8px;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}a.button,a.button-primary,a.button-secondary{line-height:15px;padding:3px 10px;white-space:nowrap;}#doaction,#doaction2,#post-query-submit{margin-right:8px;}.tablenav select[name="action"],.tablenav select[name="action2"]{width:120px;}.tablenav select[name="m"]{width:120px;}.tablenav select#cat{width:150px;}#wpcontent select{padding:2px;height:2em;font-size:11px;}#wpcontent option{padding:2px;}#timezone_string option{margin-left:1em;}.approve{display:none;}.unapproved .approve,.spam .approve,.trash .approve{display:inline;}.unapproved .unapprove{display:none;}.narrow{width:70%;margin-bottom:40px;}.narrow p{line-height:150%;}textarea.all-options,input.all-options{width:250px;}#namediv table{width:100%;}#namediv td.first{width:10px;white-space:nowrap;}#namediv input{width:98%;}#namediv p{margin:10px 0;}#wpbody-content .metabox-holder{padding-top:10px;}#content{margin:0;width:100%;}#editorcontainer #content{padding:6px;line-height:150%;border:0 none;outline:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box;}#editorcontainer,#quicktags{border-style:solid;border-width:1px;border-collapse:separate;-moz-border-radius:6px 6px 0 0;-webkit-border-top-right-radius:6px;-webkit-border-top-left-radius:6px;-khtml-border-top-right-radius:6px;-khtml-border-top-left-radius:6px;border-top-right-radius:6px;border-top-left-radius:6px;}#quicktags{padding:0;margin-bottom:-3px;border-bottom-width:3px;background-image:url("images/ed-bg.gif");background-position:left top;background-repeat:repeat-x;}#quicktags #ed_toolbar{padding:2px 4px 0;}#ed_toolbar input,#ed_reply_toolbar input{margin:3px 1px 4px;line-height:18px;display:inline-block;min-width:26px;padding:2px 4px;font-size:12px;}#ed_reply_toolbar input{margin:1px 2px 1px 1px;}#quicktags #ed_link,#ed_reply_toolbar #ed_reply_link{text-decoration:underline;}#quicktags #ed_del,#ed_reply_toolbar #ed_reply_del{text-decoration:line-through;}#quicktags #ed_em,#ed_reply_toolbar #ed_reply_em{font-style:italic;}#excerpt,.attachmentlinks{margin:0;height:4em;width:98%;}#postcustomstuff table,#postcustomstuff input,#postcustomstuff textarea{border-width:1px;border-style:solid;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#postcustomstuff .updatemeta,#postcustomstuff .deletemeta{margin:auto;}#postcustomstuff thead th{padding:5px 8px 8px;}#postcustom #postcustomstuff .submit,#pagecustomdiv #postcustomstuff .submit{border:0 none;float:none;padding:5px 8px;}#side-sortables #postcustom #postcustomstuff .submit,#side-sortables #pagecustomdiv #postcustomstuff .submit{padding:0 5px;}#side-sortables #postcustom #postcustomstuff td.left input,#side-sortables #pagecustomdiv #postcustomstuff td.left input{margin:3px 3px 0;}#side-sortables #postcustom #postcustomstuff #the-list textarea,#side-sortables #pagecustomdiv #postcustomstuff #the-list textarea{height:85px;margin:3px;}#postcustomstuff table{margin:0;width:100%;border-width:1px;border-style:solid;border-spacing:0;}#postcustomstuff table input,#postcustomstuff table select,#postcustomstuff table textarea{width:95%;margin:8px 0 8px 8px;}#postcustomstuff th.left,#postcustomstuff td.left{width:38%;}#postcustomstuff .submit input{width:auto;}#postcustomstuff #newmeta .submit{padding:0 8px;}#postcustomstuff table #addmetasub{width:auto;}#postcustomstuff #newmetaleft{vertical-align:top;}#postcustomstuff #newmetaleft a{padding:0 10px;text-decoration:none;}#save{width:15em;}#template div{margin-right:190px;}* html #template div{margin-right:0;}.zerosize{height:0;width:0;margin:0;border:0;padding:0;overflow:hidden;position:absolute;}* html #themeselect{padding:0 3px;height:22px;}#your-profile legend{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:22px;}#your-profile #rich_editing{border:none;}#howto{font-size:11px;margin:0 5px;display:block;}#ajax-response.alignleft{margin-left:2em;}div.nav{height:2em;padding:7px 10px;vertical-align:text-top;margin:5px 0;}.nav .button-secondary{padding:2px 4px;}a.page-numbers{border-bottom-style:solid;border-bottom-width:2px;font-weight:bold;margin-right:1px;padding:0 2px;}p.pagenav{margin:0;display:inline;}.pagenav span{font-weight:bold;margin:0 6px;}.row-title{font-size:12px!important;font-weight:bold;}.widefat .column-comment p{margin:.6em 0;}.column-author img,.column-username img{float:left;margin-right:10px;margin-top:3px;}.tablenav a.button-secondary{display:block;margin:3px 8px 0 0;}.tablenav{clear:both;height:30px;margin:6px 0 4px;vertical-align:middle;}.tablenav .tablenav-pages{float:right;display:block;cursor:default;height:30px;line-height:30px;font-size:11px;}.tablenav .tablenav-pages a,.tablenav-pages span.current{text-decoration:none;border:none;padding:3px 6px;border-width:1px;border-style:solid;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.tablenav .displaying-num{margin-right:10px;font-size:12px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-style:italic;}.tablenav .actions{padding:2px 8px 0 0;}td.media-icon{text-align:center;width:80px;padding-top:8px;}td.media-icon img{max-width:80px;max-height:60px;}#update-nag{line-height:29px;font-size:12px;text-align:center;}#update-nag{border-width:1px 0;border-style:solid none;}.plugins .plugin-update{padding:0;}.plugin-update .update-message{margin:0 10px 8px 31px;font-weight:bold;}#pass-strength-result{border-style:solid;border-width:1px;float:left;margin:12px 5px 5px 1px;padding:3px 5px;text-align:center;width:200px;}.row-actions{visibility:hidden;padding:2px 0 0;}tr:hover .row-actions,div.comment-item:hover .row-actions{visibility:visible;}.row-actions-visible{padding:2px 0 0;cursor:pointer;}#wphead-info{margin:0 0 0 15px;padding-right:15px;}#user_info{float:right;font-size:12px;line-height:46px;height:46px;}#user_info p{margin:0;padding:0;line-height:46px;}#wphead{height:46px;}#wphead a,#adminmenu a,#sidemenu a,#taglist a,#catlist a,#show-settings a{text-decoration:none;}#header-logo{float:left;margin:7px 0 0 15px;}#wphead h1{font:normal 22px Georgia,"Times New Roman","Bitstream Charter",Times,serif;padding:10px 8px 5px;margin:0;float:left;}#wphead h1.long-title{font:normal 18px Georgia,"Times New Roman","Bitstream Charter",Times,serif;padding:12px 10px 5px;}#wphead #site-visit-button{background-repeat:repeat-x;background-position:0 0;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;cursor:pointer;display:-moz-inline-stack;display:inline-block;font-size:50%;font-style:normal;line-height:17px;margin-left:5px;padding:0 6px;vertical-align:middle;}#wphead h1 a:hover{text-decoration:none;}#wphead h1 a:hover #site-title{text-decoration:underline;}#adminmenu *{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;}#adminmenu .wp-submenu{display:none;list-style:none;padding:0;margin:0;position:relative;z-index:2;border-width:1px 0 0;border-style:solid none none;}#adminmenu .wp-submenu a{font:normal 11px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}#adminmenu .wp-submenu li.current,#adminmenu .wp-submenu li.current a,#adminmenu .wp-submenu li.current a:hover{font-weight:bold;}#adminmenu a.menu-top,#adminmenu .wp-submenu-head{font:normal 13px/18px Georgia,"Times New Roman","Bitstream Charter",Times,serif;}#adminmenu div.wp-submenu-head{display:none;}.folded #adminmenu div.wp-submenu-head,.folded #adminmenu li.wp-has-submenu div.sub-open{display:block;}.folded #adminmenu a.menu-top,.folded #adminmenu .wp-submenu,.folded #adminmenu li.wp-menu-open .wp-submenu,.folded #adminmenu div.wp-menu-toggle{display:none;}#adminmenu li.wp-menu-open .wp-submenu,.no-js #adminmenu .open-if-no-js .wp-submenu{display:block;}#adminmenu div.wp-menu-image{float:left;width:28px;height:28px;}#adminmenu li{margin:0;padding:0;cursor:pointer;}#adminmenu a{display:block;line-height:18px;padding:1px 5px 3px;}#adminmenu li.menu-top{min-height:26px;}#adminmenu a.menu-top{line-height:18px;min-width:10em;padding:5px 5px;border-width:1px 1px 0;border-style:solid solid none;}#adminmenu .wp-submenu a{margin:0;padding-left:12px;border-width:0 1px 0 0;border-style:none solid none none;}#adminmenu .menu-top-last ul.wp-submenu{border-width:0 0 1px;border-style:none none solid;}#adminmenu .wp-submenu li{padding:0;margin:0;}.folded #adminmenu li.menu-top{width:28px;height:30px;overflow:hidden;border-width:1px 1px 0;border-style:solid solid none;}#adminmenu .menu-top-first a.menu-top,.folded #adminmenu li.menu-top-first,#adminmenu .wp-submenu .wp-submenu-head{border-width:1px 1px 0;border-style:solid solid none;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px;-webkit-border-top-left-radius:6px;-khtml-border-top-right-radius:6px;-khtml-border-top-left-radius:6px;border-top-right-radius:6px;border-top-left-radius:6px;}#adminmenu .menu-top-last a.menu-top,.folded #adminmenu li.menu-top-last{border-width:1px;border-style:solid;-moz-border-radius-bottomleft:6px;-moz-border-radius-bottomright:6px;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-khtml-border-bottom-right-radius:6px;-khtml-border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;}#adminmenu li.wp-menu-open a.menu-top-last{border-bottom:0 none;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-khtml-border-bottom-right-radius:0;-khtml-border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}#adminmenu img.wp-menu-image{float:left;padding:8px 6px 0;opacity:.6;filter:alpha(opacity=60);}#adminmenu li.menu-top:hover img.wp-menu-image,#adminmenu li.wp-has-current-submenu img.wp-menu-image{opacity:1;filter:alpha(opacity=100);}.folded #adminmenu img.wp-menu-image{padding:7px 0 0 6px;}#adminmenu li.wp-menu-separator{height:21px;padding:0;margin:0;}#adminmenu a.separator{cursor:w-resize;height:20px;padding:0;}.folded #adminmenu a.separator{cursor:e-resize;}#adminmenu .wp-menu-separator-last{height:10px;width:1px;}#adminmenu .wp-submenu .wp-submenu-head{border-width:1px;border-style:solid;padding:6px 4px 6px 10px;cursor:default;}.folded #adminmenu .wp-submenu{position:absolute;margin:-1px 0 0 28px;padding:0 8px 8px;z-index:999;border:0 none;}.folded #adminmenu .wp-submenu ul{width:140px;border-width:0 0 1px;border-style:none none solid;}.folded #adminmenu .wp-submenu li.wp-first-item{border-top:0 none;}.folded #adminmenu .wp-submenu a{padding-left:10px;}.folded #adminmenu a.wp-has-submenu{margin-left:40px;}#adminmenu li.menu-top-last .wp-submenu ul{border-width:0 0 1px;border-style:none none solid;}#adminmenu .wp-menu-toggle{width:22px;clear:right;float:right;margin:1px 0 0;height:27px;padding:1px 2px 0 0;cursor:default;}#adminmenu li.wp-has-current-submenu ul{border-bottom-width:1px;border-bottom-style:solid;}#adminmenu .wp-menu-image a{height:24px;}#adminmenu .wp-menu-image img{padding:6px 0 0 1px;}#adminmenu #awaiting-mod,#adminmenu span.update-plugins,#sidemenu li a span.update-plugins{position:absolute;font-family:Helvetica,Arial,sans-serif;font-size:7pt;font-weight:bold;margin-top:2px;margin-left:2px;-moz-border-radius:7px;-khtml-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;}#adminmenu li #awaiting-mod span,#adminmenu li span.update-plugins span,#sidemenu li a span.update-plugins span{float:left;display:block;height:1.6em;line-height:1.6em;padding:0 6px;}#adminmenu li span.count-0,#sidemenu li a .count-0{display:none;}.post-com-count-wrapper{min-width:22px;font-family:Helvetica,Arial,sans-serif;}.post-com-count{height:1.3em;line-height:1.1em;display:block;text-decoration:none;padding:0 0 6px;cursor:pointer;background-position:center -80px;background-repeat:no-repeat;}.post-com-count span{font-size:9px;font-weight:bold;height:1.7em;line-height:1.70em;min-width:.7em;padding:0 6px;display:inline-block;cursor:pointer;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}strong .post-com-count{background-position:center -55px;}.post-com-count:hover{background-position:center -3px;}.column-response .post-com-count{float:left;margin-right:5px;text-align:center;}.response-links{float:left;}#the-comment-list .attachment-80x60{padding:4px 8px;}#footer{margin-top:-45px;}#footer,#footer a{font-size:12px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-style:italic;}#footer p{margin:0;padding:15px;line-height:15px;}#footer a{text-decoration:none;}#footer a:hover{text-decoration:underline;}.form-table{border-collapse:collapse;margin-top:.5em;width:100%;margin-bottom:-8px;clear:both;}.form-table td,#wpbody-content .describe td{margin-bottom:9px;padding:4px 10px 12px;line-height:20px;font-size:11px;}.form-table th,.form-wrap label{font-weight:normal;text-shadow:rgba(255,255,255,1) 0 1px 0;}.form-table th,#wpbody-content .describe th{vertical-align:top;text-align:left;padding:10px;width:200px;}.form-table th.th-full{width:auto;}.form-table input,.form-table textarea,#wpbody-content .describe input,#wpbody-content .describe textarea{border-width:1px;border-style:solid;}.form-table div.color-option{display:block;clear:both;margin-top:12px;}.form-table input.tog{margin-top:2px;margin-right:2px;float:left;}.form-table table.color-palette{vertical-align:bottom;float:left;margin:-12px 3px 11px;}.form-table .color-palette td{border-width:1px 1px 0;border-style:solid solid none;height:10px;line-height:20px;width:10px;}textarea.large-text{width:99%;}.form-table input.regular-text,#adduser .form-field input{width:25em;}.form-table input.small-text{width:50px;}#profile-page .form-table textarea{width:500px;margin-bottom:6px;}#profile-page .form-table #rich_editing{margin-right:5px;}.form-table .pre{padding:8px;margin:0;}.pre{white-space:pre-wrap;white-space:-moz-pre-wrap!important;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}table.form-table td .updated{font-size:13px;}.form-wrap{margin:10px 0;width:97%;}.form-wrap p,.form-wrap label{font-size:11px;}.form-wrap label{display:block;padding:2px;font-size:12px;}.form-field input,.form-field textarea{border-style:solid;border-width:1px;width:95%;}p.description,.form-wrap p{margin:2px 0 5px;}p.help,p.description,span.description,.form-wrap p{font-size:12px;font-style:italic;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}.form-wrap .form-field{margin:0 0 10px;padding:8px;}.col-wrap h3{margin:12px 0;font-size:1.1em;}.col-wrap p.submit{margin-top:-10px;}.tagcloud{width:97%;margin:0 0 40px;text-align:justify;}.tagcloud h3{margin:2px 0 12px;}#post-body #normal-sortables{min-height:50px;}#post-body #advanced-sortables{min-height:20px;}.postbox{position:relative;min-width:255px;width:99.5%;}#trackback_url{width:99%;}#normal-sortables .postbox .submit{background:transparent none;border:0 none;float:right;padding:0 12px;margin:0;}#normal-sortables .postbox #replyrow .submit{float:none;margin:0;padding:3px 7px;}#side-sortables .submitbox .submit input,#side-sortables .submitbox .submit .preview,#side-sortables .submitbox .submit a.preview:hover{border:0 none;}#side-sortables .inside-submitbox .insidebox,.stuffbox .insidebox{margin:11px 0;}#side-sortables .comments-box,#normal-sortables .comments-box{border:0 none;}#side-sortables .comments-box thead th,#normal-sortables .comments-box thead th{background:transparent;padding:0 7px 4px;font-style:italic;}#commentsdiv img.waiting{padding-left:5px;vertical-align:middle;}#post-body .tagsdiv #newtag{margin-right:5px;width:16em;}#side-sortables input#post_password{width:94%;}#side-sortables .tagsdiv #newtag{width:68%;}#post-status-info{border-width:0 1px 1px;border-style:none solid solid;width:100%;-moz-border-radius:0 0 6px 6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-khtml-border-bottom-left-radius:6px;-khtml-border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;}#post-status-info td{font-size:11px;}.autosave-info{padding:2px 15px 2px 2px;text-align:right;}#editorcontent #post-status-info{border:none;}#post-body .wp_themeSkin .mceStatusbar a.mceResize{display:block;background:transparent url(images/resize.gif) no-repeat scroll right bottom;width:12px;cursor:se-resize;margin:0 2px;position:relative;top:22px;}#pagesubmitdiv div.inside,#linksubmitdiv div.inside,div.inside{padding:0;margin:0;}#comment-status-radio p{margin:3px 0 5px;}#comment-status-radio input{margin:2px 3px 5px 0;vertical-align:middle;}#comment-status-radio label{padding:5px 0;}.tagchecklist{margin-left:10px;font-size:12px;overflow:auto;}.tagchecklist strong{margin-left:-8px;position:absolute;}.tagchecklist span{margin-right:25px;display:block;float:left;font-size:11px;line-height:1.8em;white-space:nowrap;cursor:default;}.tagchecklist span a{margin:6px 0 0 -9px;cursor:pointer;width:10px;height:10px;display:block;float:left;text-indent:-9999px;overflow:hidden;position:absolute;}.howto{font-style:italic;display:block;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}.ac_results{padding:0;margin:0;list-style:none;position:absolute;z-index:10000;display:none;border-width:1px;border-style:solid;}.ac_results li{padding:2px 5px;white-space:nowrap;text-align:left;}.ac_over{cursor:pointer;}.ac_match{text-decoration:underline;}#poststuff h2{margin-top:20px;font-size:1.5em;margin-bottom:15px;padding:0 0 3px;clear:left;}.widget .widget-top,.postbox h3{cursor:move;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;}.postbox .hndle span{padding:6px 0;}.postbox .hndle{cursor:move;}.hndle a{font-size:11px;font-weight:normal;}#dashboard-widgets .meta-box-sortables{margin:0 5px;}.postbox .handlediv{float:right;width:23px;height:26px;}.sortable-placeholder{border-width:1px;border-style:dashed;margin-bottom:20px;}#poststuff h3,.metabox-holder h3{font-size:12px;font-weight:bold;padding:7px 9px;margin:0;line-height:1;}.widget,.postbox,.stuffbox{margin-bottom:20px;border-width:1px;border-style:solid;line-height:1;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}.widget .widget-top,.postbox h3,.postbox h3,.stuffbox h3{-moz-border-radius:6px 6px 0 0;-webkit-border-top-right-radius:6px;-webkit-border-top-left-radius:6px;-khtml-border-top-right-radius:6px;-khtml-border-top-left-radius:6px;border-top-right-radius:6px;border-top-left-radius:6px;}.postbox.closed h3{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}.postbox table.form-table{margin-bottom:0;}.postbox input[type="text"],.postbox textarea,.stuffbox input[type="text"],.stuffbox textarea{border-width:1px;border-style:solid;}#poststuff .inside,#poststuff .inside p{font-size:11px;margin:6px;}#poststuff .inside .submitbox p{margin:1em 0;}#post-visibility-select{line-height:1.5em;margin-top:3px;}#poststuff #submitdiv .inside{margin:0;}#titlediv,#poststuff .postarea{margin-bottom:20px;}#titlediv{margin-bottom:20px;}#titlediv label{cursor:text;}#titlediv div.inside{margin:0;}#poststuff #titlewrap{border:0;padding:0;}#titlediv #title{padding:3px 4px;border-width:1px;border-style:solid;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;font-size:1.7em;width:100%;outline:none;}#poststuff .inside-submitbox,#side-sortables .inside-submitbox{margin:0 3px;font-size:11px;}input#link_description,input#link_url{width:98%;}#pending{background:0 none;border:0 none;padding:0;font-size:11px;margin-top:-1px;}#edit-slug-box{height:1em;margin-top:8px;padding:0 7px;}#editable-post-name-full{display:none;}#editable-post-name input{width:16em;}.postarea h3 label{float:left;}.postarea #add-media-button{float:right;margin:7px 0 0;position:relative;right:10px;}#poststuff #editor-toolbar{height:30px;}.wp_themeSkin tr.mceFirst td.mceToolbar{border-width:0 0 1px;border-style:none none solid;}#edButtonPreview,#edButtonHTML{height:18px;margin:5px 5px 0 0;padding:4px 5px 2px;float:right;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px;}.js .theEditor{color:white;}#poststuff #edButtonHTML{margin-right:15px;}#media-buttons{cursor:default;padding:8px 8px 0;}#media-buttons a{cursor:pointer;padding:0 0 5px 10px;}#media-buttons img{vertical-align:middle;}.submitbox .submit{text-align:left;padding:12px 10px 10px;font-size:11px;}.submitbox .submitdelete{border-bottom-width:1px;border-bottom-style:solid;text-decoration:none;padding:1px 2px;}.inside-submitbox #post_status{margin:2px 0 2px -2px;}.submitbox .submit a:hover{border-bottom-width:1px;border-bottom-style:solid;}.submitbox .submit input{margin-bottom:8px;margin-right:4px;padding:6px;}#post-status-select{line-height:2.5em;margin-top:3px;}#category-adder{margin-left:120px;padding:4px 0;}#category-adder h4{margin:0 0 8px;}#side-sortables #category-adder{margin:0;}#post-body #category-add input,#category-add select{width:30%;}#side-sortables #category-add input{width:94%;}#side-sortables #category-add select{width:100%;}#category-add input#category-add-sumbit{width:auto;}#post-body ul#category-tabs{float:left;width:120px;text-align:right;margin:0 -120px 0 5px;padding:0;}#post-body ul#category-tabs li{padding:8px;}#post-body ul#category-tabs li.tabs{-moz-border-radius:3px 0 0 3px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-khtml-border-top-left-radius:3px;-khtml-border-bottom-left-radius:3px;border-top-left-radius:3px;border-bottom-left-radius:3px;}#post-body ul#category-tabs li.tabs a{font-weight:bold;text-decoration:none;}#categorydiv div.tabs-panel,#linkcategorydiv div.tabs-panel{height:150px;overflow:auto;padding:.5em .9em;border-style:solid;border-width:1px;}#post-body #categorydiv div.tabs-panel,#post-body #linkcategorydiv div.tabs-panel{margin:0 5px 0 125px;}#side-sortables #category-tabs li{display:inline;padding-right:8px;}#side-sortables #category-tabs a{text-decoration:none;}#side-sortables #category-tabs{margin-bottom:3px;}#categorydiv ul,#linkcategorydiv ul{list-style:none;padding:0;margin:0;}#categorydiv ul.categorychecklist ul,#linkcategorydiv ul.categorychecklist ul{margin-left:18px;}ul.categorychecklist li{margin:0;padding:0;line-height:19px;}#category-adder h4{margin-top:4px;margin-bottom:0;}#categorydiv .tabs-panel{border-width:3px;border-style:solid;}ul#category-tabs{margin-top:12px;}ul#category-tabs li.tabs{border-style:solid solid none;border-width:1px 1px 0;}#post-body #category-tabs li.tabs{border-style:solid none solid solid;border-width:1px 0 1px 1px;margin-right:-1px;}ul#category-tabs li{padding:5px 8px;-moz-border-radius:3px 3px 0 0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;}form#tags-filter{position:relative;}p.search-box{float:right;margin:-5px 0 0;}.screen-per-page{width:3em;}#posts-filter fieldset{float:left;margin:0 1.5ex 1em 0;padding:0;}#posts-filter fieldset legend{padding:0 0 .2em 1px;}td.post-title strong,td.plugin-title strong{display:block;margin-bottom:.2em;}td.post-title p,td.plugin-title p{margin:6px 0;}td.plugin-title{white-space:nowrap;}.wp-hidden-children .wp-hidden-child,.ui-tabs-hide,#codepress-off{display:none;}.commentlist .avatar{vertical-align:text-top;}.defaultavatarpicker .avatar{margin:2px 0;vertical-align:middle;}body.wp-admin{min-width:785px;}.view-switch{float:right;margin:6px 8px 0;}.view-switch a{text-decoration:none;}.filter{float:left;margin:-5px 0 0 10px;}.filter .subsubsub{margin-left:-10px;margin-top:13px;}#the-comment-list td.comment p.comment-author{margin-top:0;margin-left:0;}#the-comment-list p.comment-author img{float:left;margin-right:8px;}#the-comment-list p.comment-author strong a{border:none;}#the-comment-list td{vertical-align:top;}#the-comment-list td.comment{word-wrap:break-word;}#the-comment-list .check-column{padding-top:8px;}#templateside ul li a{text-decoration:none;}.indicator-hint{padding-top:8px;}#display_name{width:15em;}.tablenav .delete{margin-right:20px;}td.action-links,th.action-links{text-align:right;}table.diff{width:100%;}table.diff col.content{width:50%;}table.diff tr{background-color:transparent;}table.diff td,table.diff th{padding:.5em;font-family:Consolas,Monaco,Courier,monospace;border:none;}table.diff .diff-deletedline del,table.diff .diff-addedline ins{text-decoration:none;}#wp-word-count{display:block;padding:2px 7px;}fieldset{border:0;padding:0;margin:0;}.tool-box{margin:15px 0 35px;}.tool-box .buttons{margin:15px 0;}.tool-box .title{margin:8px 0;font:18px/24px Georgia,"Times New Roman","Bitstream Charter",Times,serif;}.pressthis a{font-size:1.2em;}#wp_editbtns,#wp_gallerybtns{padding:2px;position:absolute;display:none;z-index:999998;}#wp_editimgbtn,#wp_delimgbtn,#wp_editgallery,#wp_delgallery{margin:2px;padding:2px;border-width:1px;border-style:solid;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.settings-toggle{text-align:right;margin:5px 7px 15px 0;font-size:12px;}.settings-toggle h3{margin:0;}#timestampdiv select{height:20px;line-height:20px;padding:0;}#jj,#hh,#mn{width:2em;padding:1px;font-size:12px;}#aa{width:3.4em;padding:1px;font-size:12px;}.curtime #timestamp{background-repeat:no-repeat;background-position:left top;padding-left:18px;}#timestampdiv{padding-top:5px;line-height:23px;}#timestampdiv p{margin:8px 0 6px;}#timestampdiv input{border-width:1px;border-style:solid;}#sidemenu{margin:-30px 15px 0 315px;list-style:none;position:relative;float:right;padding-left:10px;font-size:12px;}#sidemenu a{padding:0 7px;display:block;float:left;line-height:28px;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;}#sidemenu li{display:inline;line-height:200%;list-style:none;text-align:center;white-space:nowrap;margin:0;padding:0;}#sidemenu a.current{font-weight:normal;padding-left:6px;padding-right:6px;-moz-border-radius:4px 4px 0 0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-left-radius:4px;-khtml-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-width:1px;border-style:solid;}#sidemenu{margin:-30px 15px 0 315px;list-style:none;position:relative;float:right;padding-left:10px;font-size:12px;}#sidemenu a{padding:0 7px;display:block;float:left;line-height:28px;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;}#sidemenu li a .count-0{display:none;}#replyrow{font-size:11px;}#replyrow input{border-width:1px;border-style:solid;}#replyrow td{padding:2px;}#replyrow #editorcontainer{border:0 none;}#replysubmit{margin:0;padding:3px 7px;}#replysubmit img.waiting,.inline-edit-save img.waiting,#commentstatusdiv img.waiting{padding:2px 10px 0;vertical-align:top;}#replysubmit .button{margin-right:5px;}#replyrow #editor-toolbar{display:none;}#replyhead{font-size:12px;font-weight:bold;padding:2px 10px 4px;}#edithead .inside{float:left;padding:3px 0 2px 5px;margin:0;text-align:center;font-size:11px;}#edithead .inside input{width:180px;font-size:11px;}#edithead label{padding:2px 0;}#replycontainer{padding:5px;border:0 none;height:120px;overflow:hidden;position:relative;}#replycontent{resize:none;margin:0;width:100%;height:100%;padding:0;line-height:150%;border:0 none;outline:none;font-size:12px;}#replyrow #ed_reply_toolbar{margin:0;padding:2px 3px;}#screen-meta{position:relative;clear:both;}#screen-meta-links{margin:0 9px 0 0;}#screen-meta .screen-reader-text{visibility:hidden;}#screen-options-link-wrap,#contextual-help-link-wrap{float:right;background:transparent url(images/screen-options-left.gif) no-repeat 0 0;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;height:22px;padding:0;margin:0 6px 0 0;}#screen-meta a.show-settings{text-decoration:none;z-index:1;padding:0 16px 0 6px;height:22px;line-height:22px;font-size:10px;display:block;background-repeat:no-repeat;background-position:right bottom;}#screen-meta a.show-settings{background-image:url(images/screen-options-right.gif);}#screen-meta a.show-settings:hover{text-decoration:none;}#screen-options-wrap h5,#contextual-help-wrap h5{margin:8px 0;font-size:13px;}#screen-options-wrap,#contextual-help-wrap{border-style:none solid solid;border-top:0 none;border-width:0 1px 1px;margin:0 15px;padding:8px 12px 12px;-moz-border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px;}.metabox-prefs label{padding-right:15px;white-space:nowrap;line-height:30px;}.metabox-prefs label input{margin:0 5px 0 2px;}.metabox-prefs label a{display:none;}tr.inline-edit-row td{padding:0 .5em;}#wpbody-content .inline-edit-row fieldset{font-size:12px;float:left;margin:0;padding:0;width:100%;}#wpbody-content .inline-edit-row fieldset .inline-edit-col{padding:0 .5em;}#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col{border-width:0 0 0 1px;border-style:none none none solid;}#wpbody-content .quick-edit-row-post .inline-edit-col-left{width:40%;}#wpbody-content .quick-edit-row-post .inline-edit-col-right{width:39%;}#wpbody-content .inline-edit-row-post .inline-edit-col-center{width:20%;}#wpbody-content .quick-edit-row-page .inline-edit-col-left{width:50%;}#wpbody-content .quick-edit-row-page .inline-edit-col-right,#wpbody-content .bulk-edit-row-post .inline-edit-col-right{width:49%;}#wpbody-content .bulk-edit-row .inline-edit-col-left{width:30%;}#wpbody-content .bulk-edit-row-page .inline-edit-col-right{width:69%;}#wpbody-content .bulk-edit-row .inline-edit-col-bottom{float:right;width:69%;}#wpbody-content .inline-edit-row-page .inline-edit-col-right,#owpbody-content .bulk-edit-row-post .inline-edit-col-right{margin-top:27px;}.inline-edit-row fieldset .inline-edit-group{clear:both;}.inline-edit-row fieldset .inline-edit-group:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.inline-edit-row p.submit{clear:both;padding:.5em;margin:.5em 0 0;}.inline-edit-row span.error{line-height:22px;margin:0 15px;padding:3px 5px;}.inline-edit-row h4{margin:.2em 0;padding:0;line-height:23px;}.inline-edit-row fieldset span.title,.inline-edit-row fieldset span.checkbox-title{margin:0;padding:0;line-height:27px;}.inline-edit-row fieldset label,.inline-edit-row fieldset span.inline-edit-categories-label{display:block;margin:.2em 0;}.inline-edit-row fieldset label.inline-edit-tags{margin-top:0;}.inline-edit-row fieldset label.inline-edit-tags span.title{margin:.2em 0;}.inline-edit-row fieldset label span.title{display:block;float:left;width:5em;}.inline-edit-row fieldset label span.input-text-wrap{display:block;margin-left:5em;}.quick-edit-row-post fieldset.inline-edit-col-right label span.title{width:auto;padding-right:.5em;}.inline-edit-row .input-text-wrap input[type=text]{width:100%;}.inline-edit-row fieldset label input[type=checkbox]{vertical-align:text-bottom;}.inline-edit-row fieldset label textarea{width:100%;height:4em;}#wpbody-content .bulk-edit-row fieldset .inline-edit-group label{max-width:50%;}#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child{margin-right:.5em;}.inline-edit-row h4{text-transform:uppercase;}.inline-edit-row fieldset span.title,.inline-edit-row fieldset span.checkbox-title{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-style:italic;line-height:1.8em;}.inline-edit-row fieldset input[type="text"],.inline-edit-row fieldset textarea{border-style:solid;border-width:1px;}.inline-edit-row fieldset .inline-edit-date{float:left;}.inline-edit-row fieldset input[name=jj],.inline-edit-row fieldset input[name=hh],.inline-edit-row fieldset input[name=mn]{font-size:12px;width:2.1em;}.inline-edit-row fieldset input[name=aa]{font-size:12px;width:3.5em;}.inline-edit-row fieldset label input.inline-edit-password-input{width:8em;}.inline-edit-row .catshow,.inline-edit-row .cathide{cursor:pointer;}ul.cat-checklist{height:12em;border-style:solid;border-width:1px;overflow-y:scroll;padding:0 5px;margin:0;}#bulk-titles{display:block;height:12em;border-style:solid;border-width:1px;overflow-y:scroll;padding:0 5px;margin:0 0 5px;}.inline-edit-row fieldset ul.cat-checklist li,.inline-edit-row fieldset ul.cat-checklist input{margin:0;}.inline-edit-row fieldset ul.cat-checklist label,.inline-edit-row .catshow,.inline-edit-row .cathide,.inline-edit-row #bulk-titles div{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-style:normal;font-size:11px;}table .inline-edit-row fieldset ul.cat-hover{height:auto;max-height:30em;overflow-y:auto;position:absolute;}.inline-edit-row fieldset label input.inline-edit-menu-order-input{width:3em;}.inline-edit-row fieldset label input.inline-edit-slug-input{width:75%;}.quick-edit-row-post fieldset label.inline-edit-status{float:left;}#bulk-titles{line-height:140%;}#bulk-titles div{margin:.2em .3em;}#bulk-titles div a{cursor:pointer;display:block;float:left;height:10px;margin:3px 3px 0 -2px;overflow:hidden;position:relative;text-indent:-9999px;width:10px;}#wpbody-content #media-items .describe{border-collapse:collapse;width:100%;border-top-style:solid;border-top-width:1px;clear:both;cursor:default;padding:5px;}#wpbody-content .describe .media-item-info tr{background-color:transparent;}#wpbody-content .filename{padding:0 10px;}#wpbody-content .media-item .thumbnail{max-height:128px;max-width:128px;}.media-upload-form td label{margin-right:6px;margin-left:2px;}.media-upload-form .align .field label{display:inline;padding:0 0 0 22px;margin:0 1em 0 0;font-weight:bold;}.media-upload-form tr.image-size label{margin:0 0 0 3px;font-weight:bold;}.media-upload-form th.label label{font-weight:bold;margin:.5em;font-size:13px;}.media-upload-form th.label label span{padding:0 5px;}abbr.required{border:medium none;text-decoration:none;}#wpbody-content .describe input[type="text"],#wpbody-content .describe textarea{width:460px;}#wpbody-content .describe p.help{margin:0;padding:0 0 0 5px;}.describe-toggle-on,.describe-toggle-off{display:block;line-height:36px;float:right;margin-right:20px;}.describe-toggle-off{display:none;}#wpbody-content .media-item{border-bottom-style:solid;border-bottom-width:1px;min-height:36px;position:relative;width:100%;}#wpbody-content #media-items{border-style:solid solid none;border-width:1px;width:670px;}#wpbody-content #media-items .filename{line-height:36px;overflow:hidden;}.media-item .pinkynail{float:left;margin:2px;max-width:40px;max-height:32px;}.media-item .startopen,.media-item .startclosed{display:none;}.media-item .original{position:relative;height:34px;text-align:center;}.media-item .percent{font-weight:bold;}.crunching{display:block;line-height:32px;text-align:right;margin-right:5px;}button.dismiss{position:absolute;top:7px;right:5px;z-index:4;width:8em;}.file-error{float:left;font-weight:bold;padding:10px;}.progress{position:relative;margin-bottom:-36px;height:36px;}.bar{width:0;height:100%;border-right-width:3px;border-right-style:solid;}#media-items a.delete,#media-items a.del-link{padding:1px 4px 2px;}.upload-php .fixed .column-parent{width:25%;}.find-box{width:500px;height:300px;overflow:hidden;padding:33px 5px 40px;position:absolute;z-index:1000;}.find-box-head{cursor:move;font-weight:bold;height:2em;line-height:2em;padding:1px 12px;position:absolute;top:5px;width:100%;}.find-box-inside{overflow:auto;width:100%;height:100%;}.find-box-search{padding:12px;border-width:1px;border-style:none none solid;}#find-posts-response{margin:8px 0;padding:0 1px;}#find-posts-response table{width:100%;}#find-posts-response .found-radio{padding:5px 0 0 8px;width:15px;}.find-box-buttons{width:480px;margin:8px;}.find-box-search label{padding-right:6px;}.find-box #resize-se{position:absolute;right:1px;bottom:1px;}#favorite-actions{float:right;margin:11px 12px 0;min-width:130px;position:relative;}#favorite-first{-moz-border-radius:12px;-khtml-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;line-height:15px;padding:3px 30px 4px 12px;border-width:1px;border-style:solid;}#favorite-inside{margin:0;padding:0 1px 6px 1px;border-width:1px;border-style:solid;position:absolute;z-index:11;display:none;-moz-border-radius:0 0 12px 12px;-webkit-border-bottom-right-radius:12px;-webkit-border-bottom-left-radius:12px;-khtml-border-bottom-right-radius:12px;-khtml-border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;}#favorite-actions a{display:block;text-decoration:none;font-size:11px;}#favorite-inside a{padding:3px 5px 3px 10px;}#favorite-toggle{height:22px;position:absolute;right:0;top:1px;width:28px;}#favorite-actions .slide-down{-moz-border-radius:12px 12px 0 0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-khtml-border-bottom-right-radius:0;-khtml-border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-width:1px;border-bottom-style:solid;}#utc-time,#local-time{padding-left:25px;font-style:italic;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}ul#dismissed-updates{display:none;}form.upgrade{margin-top:8px;}form.upgrade .hint{font-style:italic;font-size:85%;margin:-0.5em 0 2em 0;}#poststuff .inside .the-tagcloud{margin:5px 0 10px;padding:8px;border-width:1px;border-style:solid;line-height:1.8em;word-spacing:3px;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}br.clear{height:2px;line-height:2px;}.swfupload{margin:5px 10px;vertical-align:middle;}table.fixed{table-layout:fixed;}.fixed .column-rating,.fixed .column-visible{width:8%;}.fixed .column-date,.fixed .column-parent,.fixed .column-links{width:10%;}.fixed .column-response,.fixed .column-author,.fixed .column-categories,.fixed .column-tags,.fixed .column-rel,.fixed .column-role{width:15%;}.fixed .column-comments{width:4em;padding-top:8px;}.fixed .column-slug{width:25%;}.fixed .column-posts{width:10%;}.fixed .column-icon{width:80px;}#commentstatusdiv .fixed .column-author,#comments-form .fixed .column-author,#commentstatusdiv .fixed .column-date{width:20%;}.widefat th,.widefat td{overflow:hidden;}.widefat td p{margin:2px 0 .8em;}table .vers,table .column-visible,table .column-rating{text-align:center;}.icon32{float:left;height:36px;margin:14px 6px 0 0;width:36px;}.key-labels label{line-height:24px;}.subtitle{font-size:.75em;line-height:1;padding-left:25px;}ol{list-style-type:decimal;margin-left:2em;}.postbox-container{float:left;padding-right:.5%;}.postbox-container .meta-box-sortables{min-height:300px;}.temp-border{border:1px dotted #ccc;}.columns-prefs label{padding:0 5px;}.theme-install-php h4,.plugin-install-php h4{margin:2.5em 0 8px;}p.install-help{margin:8px 0;font-style:italic;}p.popular-tags{-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;border-width:1px;border-style:solid;line-height:2em;padding:8px 12px 12px;text-align:justify;}p.popular-tags a{padding:0 3px;}.stuffbox .editcomment{clear:none;}.ajax-feedback{visibility:hidden;vertical-align:bottom;}.tagsdiv .newtag{width:180px;}.tagsdiv .the-tags{display:block;height:60px;margin:0 auto;overflow:auto;width:260px;}#post-body-content .tagsdiv .the-tags{margin:0 5px;}label,#your-profile label+a{vertical-align:middle;}.plugin-update-tr .update-message{margin:5px;padding:3px 5px;border-width:1px;border-style:solid;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.add-new-h2{font-style:normal;margin:0 6px;position:relative;top:-3px;} |
| | 2 | No newline at end of file |