Make WordPress Core

Changeset 11857


Ignore:
Timestamp:
08/20/2009 09:12:33 PM (16 years ago)
Author:
ryan
Message:

Minify admin CSS. see #10664

Location:
trunk
Files:
13 added
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.css

    r11731 r11857  
    1 html {
    2     background-color: #f7f6f1;
    3 }
    4 
    5 * html input,
    6 * html .widget {
    7     border-color: #8cbdd5;
    8 }
    9 
    10 textarea,
    11 input,
    12 select {
    13     border-color: #dfdfdf;
    14 }
    15 
    16 kbd,
    17 code {
    18     background: #eaeaea;
    19 }
    20 
    21 input[readonly] {
    22     background-color: #eee;
    23 }
    24 
    25 .find-box-search {
    26     border-color: #dfdfdf;
    27     background-color: #f1f1f1;
    28 }
    29 
    30 .find-box {
    31     background-color: #f1f1f1;
    32 }
    33 
    34 .find-box-inside {
    35     background-color: #fff;
    36 }
    37 
    38 a.page-numbers:hover {
    39     border-color: #999;
    40 }
    41 
    42 body,
    43 #wpbody,
    44 .form-table .pre {
    45     color: #333;
    46 }
    47 
    48 body > #upload-menu {
    49     border-bottom-color: #fff;
    50 }
    51 
    52 #postcustomstuff table,
    53 #your-profile fieldset,
    54 #rightnow,
    55 div.dashboard-widget,
    56 #dashboard-widgets p.dashboard-widget-links,
    57 #replyrow #ed_reply_toolbar input {
    58     border-color: #ccc;
    59 }
    60 
    61 #poststuff .inside label.spam,
    62 #poststuff .inside label.deleted {
    63     color: red;
    64 }
    65 
    66 #poststuff .inside label.waiting {
    67     color: orange;
    68 }
    69 
    70 #poststuff .inside label.approved {
    71     color: green;
    72 }
    73 
    74 #postcustomstuff table {
    75     border-color: #dfdfdf;
    76     background-color: #f9f9f9;
    77 }
    78 
    79 #postcustomstuff thead th {
    80     background-color: #f1f1f1;
    81 }
    82 
    83 #postcustomstuff table input,
    84 #postcustomstuff table textarea {
    85     border-color: #dfdfdf;
    86     background-color: #fff;
    87 }
    88 
    89 .widefat {
    90     border-color: #dfdfdf;
    91     background-color: #fff;
    92 }
    93 
    94 div.dashboard-widget-error {
    95     background-color: #c43;
    96 }
    97 
    98 div.dashboard-widget-notice {
    99     background-color: #cfe1ef;
    100 }
    101 
    102 div.dashboard-widget-submit {
    103     border-top-color: #ccc;
    104 }
    105 
    106 div.tabs-panel,
    107 ul#category-tabs li.tabs {
    108     border-color: #dfdfdf;
    109 }
    110 
    111 ul#category-tabs li.tabs {
    112     background-color: #f1f1f1;
    113 }
    114 
    115 input.disabled,
    116 textarea.disabled {
    117     background-color: #ccc;
    118 }
    119 /* #upload-menu li a.upload-tab-link, */
    120 .login #backtoblog a:hover,
    121 #plugin-information .action-button a,
    122 #plugin-information .action-button a:hover,
    123 #plugin-information .action-button a:visited {
    124     color: #fff;
    125 }
    126 
    127 .widget .widget-top,
    128 .postbox h3,
    129 .stuffbox h3 {
    130     background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top;
    131     text-shadow: #fff 0 1px 0;
    132 }
    133 
    134 .form-table th,
    135 .form-wrap label {
    136     color: #222;
    137     text-shadow: #fff 0 1px 0;
    138 }
    139 
    140 .description,
    141 .form-wrap p {
    142     color: #666;
    143 }
    144 
    145 strong .post-com-count span {
    146     background-color: #21759b;
    147 }
    148 
    149 .sorthelper {
    150     background-color: #ccf3fa;
    151 }
    152 
    153 .ac_match,
    154 .subsubsub a.current {
    155     color: #000;
    156 }
    157 
    158 .wrap h2 {
    159     color: #093e56;
    160 }
    161 
    162 .ac_over {
    163     background-color: #f0f0b8;
    164 }
    165 
    166 .ac_results {
    167     background-color: #fff;
    168     border-color: #808080;
    169 }
    170 
    171 .ac_results li {
    172     color: #101010;
    173 }
    174 
    175 .alt
    176 .alternate {
    177     background-color: #edfbfc;
    178 }
    179 
    180 .available-theme a.screenshot {
    181     background-color: #f1f1f1;
    182     border-color: #ddd;
    183 }
    184 
    185 .bar {
    186     background-color: #e8e8e8;
    187     border-right-color: #99d;
    188 }
    189 
    190 #media-upload {
    191     background: #fff;
    192 }
    193 
    194 #media-upload .slidetoggle {
    195     border-top-color: #dfdfdf;
    196 }
    197 
    198 .error,
    199 #login #login_error {
    200     background-color: #ffebe8;
    201     border-color: #c00;
    202 }
    203 
    204 .error a {
    205     color: #c00;
    206 }
    207 
    208 .form-invalid {
    209     background-color: #ffebe8 !important;
    210 }
    211 
    212 .form-invalid input {
    213     border-color: #c00 !important;
    214 }
    215 
    216 .submit {
    217     border-color: #8cbdd5;
    218 }
    219 
    220 .highlight {
    221     background-color: #e4f2fd;
    222     color: #d54e21;
    223 }
    224 
    225 .howto,
    226 .nonessential,
    227 #edit-slug-box,
    228 .form-input-tip,
    229 .rss-widget span.rss-date,
    230 .subsubsub {
    231     color: #666;
    232 }
    233 
    234 .media-item {
    235     border-bottom-color: #dfdfdf;
    236 }
    237 
    238 #wpbody-content #media-items .describe {
    239     border-top-color: #dfdfdf;
    240 }
    241 
    242 .describe input[type="text"],
    243 .describe textarea {
    244     border-color: #dfdfdf;
    245 }
    246 
    247 .media-upload-form label.form-help,
    248 td.help {
    249     color: #9a9a9a;
    250 }
    251 
    252 .post-com-count {
    253     background-image: url(../images/bubble_bg.gif);
    254     color: #fff;
    255 }
    256 
    257 .post-com-count span {
    258     background-color: #bbb;
    259     color: #fff;
    260 }
    261 
    262 .post-com-count:hover span {
    263     background-color: #d54e21;
    264 }
    265 
    266 .quicktags, .search {
    267     background-color: #ccc;
    268     color: #000;
    269 }
    270 
    271 .side-info h5 {
    272     border-bottom-color: #dadada;
    273 }
    274 
    275 .side-info ul {
    276     color: #666;
    277 }
    278 
    279 .button,
    280 .button-secondary,
    281 .submit input,
    282 input[type=button],
    283 input[type=submit] {
    284     border-color: #dfdfdf;
    285     color: #464646;
    286 }
    287 
    288 .button:hover,
    289 .button-secondary:hover,
    290 .submit input:hover,
    291 input[type=button]:hover,
    292 input[type=submit]:hover {
    293     color: #000;
    294     border-color: #adaca7;
    295 }
    296 
    297 .button,
    298 .submit input,
    299 .button-secondary {
    300     background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
    301 }
    302 
    303 .button:active,
    304 .submit input:active,
    305 .button-secondary:active {
    306     background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
    307 }
    308 
    309 .button-primary,
    310 .submit .button-primary,
    311 #login form .submit input {
    312     border-color: #5b86ab !important;
    313     font-weight: bold;
    314     color: #fff !important;
    315     background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
    316 }
    317 
    318 .button-primary:active,
    319 #login form .submit input:active {
    320     background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top !important;
    321 }
    322 
    323 .button[disabled],
    324 .button:disabled,
    325 .button-secondary[disabled],
    326 .button-secondary:disabled,
    327 a.button.disabled {
    328     color: #ccc !important;
    329     border-color: #ccc;
    330 }
    331 
    332 .button-primary[disabled],
    333 .button-primary:disabled {
    334     color: #80a3d2 !important;
    335 }
    336 
    337 a:active,
    338 a:focus {
    339     color: #d54e21;
    340 }
    341 
    342 a:hover,
    343 #wphead #viewsite a:hover,
    344 #adminmenu a:hover,
    345 #adminmenu ul.wp-submenu a:hover,
    346 #the-comment-list .comment a:hover,
    347 #rightnow a:hover,
    348 #login form .submit input:hover,
    349 #media-upload a.del-link:hover,
    350 div.dashboard-widget-submit input:hover,
    351 .subsubsub a:hover,
    352 .subsubsub a.current:hover,
    353 .ui-tabs-nav a:hover,
    354 .plugins .inactive a:hover,
    355 #all-plugins-table .plugins .inactive a:hover,
    356 #search-plugins-table .plugins .inactive a:hover {
    357     color: #d54e21;
    358 }
    359 
    360 #the-comment-list .comment-item,
    361 #dashboard-widgets #dashboard_quick_press form p.submit {
    362     border-color: #dfdfdf;
    363 }
    364 
    365 #dashboard_right_now .table {
    366     background:#faf9f7 !important;
    367 }
    368 
    369 .button-primary:hover,
    370 #login form .submit input:hover {
    371     border-color: #2e5475 !important;
    372     color: #eaf2fa !important;
    373 }
    374 
    375 #side-sortables #category-tabs .tabs a {
    376     color: #333;
    377 }
    378 
    379 #rightnow .rbutton {
    380     background-color: #ebebeb;
    381     color: #264761;
    382 }
    383 
    384 .submitbox .submit {
    385     background-color: #464646;
    386     color: #ccc;
    387 }
    388 
    389 .plugins a.delete:hover,
    390 #all-plugins-table .plugins a.delete:hover,
    391 #search-plugins-table .plugins a.delete:hover,
    392 .submitbox .submitdelete,
    393 a.delete {
    394     color: #f00;
    395     border-bottom-color: #f00;
    396 }
    397 
    398 .submitbox .submitdelete:hover,
    399 #media-items a.delete:hover {
    400     color: #fff;
    401     background-color: #f00;
    402     border-bottom-color: #f00;
    403 }
    404 
    405 #normal-sortables .submitbox .submitdelete:hover {
    406     color: #000;
    407     background-color: #f00;
    408     border-bottom-color: #f00;
    409 }
    410 
    411 .tablenav .dots {
    412     border-color: transparent;
    413 }
    414 
    415 .tablenav .next,
    416 .tablenav .prev {
    417     border-color: transparent;
    418     color: #21759b;
    419 }
    420 
    421 .tablenav .next:hover,
    422 .tablenav .prev:hover {
    423     border-color: transparent;
    424     color: #d54e21;
    425 }
    426 
    427 .updated,
    428 .login #login_error,
    429 .login .message {
    430     background-color: #ffffe0;
    431     border-color: #e6db55;
    432 }
    433 
    434 .update-message {
    435     color: #000000;
    436 }
    437 
    438 a.page-numbers {
    439     border-bottom-color: #b8d3e2;
    440 }
    441 
    442 .commentlist li {
    443     border-bottom-color: #ccc;
    444 }
    445 
    446 .widefat td,
    447 .widefat th,
    448 #install-plugins .plugins td,
    449 #install-plugins .plugins th {
    450     border-color: #dfdfdf;
    451 }
    452 
    453 .widefat th {
    454     text-shadow: rgba(255,255,255,0.8) 0 1px 0;
    455 }
    456 
    457 .widefat thead tr th,
    458 .widefat tfoot tr th,
    459 h3.dashboard-widget-title,
    460 h3.dashboard-widget-title span,
    461 h3.dashboard-widget-title small,
    462 .find-box-head {
    463     color: #333;
    464     background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top;
    465 }
    466 
    467 h3.dashboard-widget-title small a {
    468     color: #d7d7d7;
    469 }
    470 
    471 h3.dashboard-widget-title small a:hover {
    472     color: #fff;
    473 }
    474 
    475 a,
    476 #adminmenu a,
    477 #poststuff #edButtonPreview,
    478 #poststuff #edButtonHTML,
    479 #the-comment-list p.comment-author strong a,
    480 #media-upload a.del-link,
    481 #media-items a.delete,
    482 .plugins a.delete,
    483 .ui-tabs-nav a {
    484     color: #1c6280;
    485 }
    486 
    487 /* Because we don't want visited on these links */
    488 body.press-this .tabs a,
    489 body.press-this .tabs a:hover {
    490     background-color: #fff;
    491     border-color: #c6d9e9;
    492     border-bottom-color: #fff;
    493     color: #d54e21;
    494 }
    495 
    496 #adminmenu #awaiting-mod,
    497 #adminmenu .update-plugins,
    498 #sidemenu a .update-plugins,
    499 #rightnow .reallynow,
    500 #plugin-information .action-button {
    501     background-color: #d54e21;
    502     color: #fff;
    503 }
    504 
    505 #adminmenu li a:hover #awaiting-mod,
    506 #adminmenu li a:hover .update-plugins,
    507 #sidemenu li a:hover .update-plugins {
    508     background-color: #264761;
    509     color: #fff;
    510 }
    511 
    512 #adminmenu li.current a #awaiting-mod,
    513 #adminmenu li.current a .update-plugins,
    514 #adminmenu li.wp-has-current-submenu a .update-plugins,
    515 #adminmenu li.wp-has-current-submenu a .update-plugins {
    516     background-color: #ddd;
    517     color: #000;
    518     text-shadow: none;
    519     -moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    520     -khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    521     -webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    522     box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    523 }
    524 
    525 #adminmenu li.current a:hover #awaiting-mod,
    526 #adminmenu li.current a:hover .update-plugins,
    527 #adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,
    528 #adminmenu li.wp-has-current-submenu a:hover .update-plugins {
    529     background-color: #264761;
    530     color: #fff;
    531 }
    532 
    533 div#media-upload-header,
    534 div#plugin-information-header {
    535     background-color: #f9f9f9;
    536     border-bottom-color: #dfdfdf;
    537 }
    538 
    539 #currenttheme img {
    540     border-color: #666;
    541 }
    542 
    543 #dashboard_secondary div.dashboard-widget-content ul li a {
    544     background-color: #f9f9f9;
    545 }
    546 
    547 input.readonly, textarea.readonly {
    548     background-color: #ddd;
    549 }
    550 
    551 #ed_toolbar input,
    552 #ed_reply_toolbar input {
    553     background: #fff url("../images/fade-butt.png") repeat-x 0 -2px;
    554 }
    555 
    556 #editable-post-name {
    557     background-color: #fffbcc;
    558 }
    559 
    560 #edit-slug-box strong,
    561 .tablenav .displaying-num,
    562 #submitted-on {
    563     color: #777;
    564 }
    565 
    566 .login #nav a {
    567     color: #21759b !important;
    568 }
    569 
    570 .login #nav a:hover {
    571     color: #d54e21 !important;
    572 }
    573 
    574 #footer,
    575 #footer-upgrade {
    576     background: #1d507d;
    577     color: #b6d1e4;
    578 }
    579 
    580 #media-items {
    581     border-color: #dfdfdf;
    582 }
    583 
    584 .checkbox,
    585 .side-info,
    586 .plugins tr,
    587 .postbox,
    588 #your-profile #rich_editing {
    589     background-color: #fff;
    590 }
    591 
    592 .plugins .inactive,
    593 .plugins .inactive th,
    594 .plugins .inactive td,
    595 tr.inactive + tr.plugin-update-tr .plugin-update {
    596     background-color: #ebeeef;
    597 }
    598 
    599 .plugin-update-tr .update-message {
    600     background-color: #fffbe4;
    601     border-color: #dfdfdf;
    602 }
    603 
    604 .plugins .active,
    605 .plugins .active th,
    606 .plugins .active td {
    607     color: #000;
    608 }
    609 
    610 .plugins .inactive a {
    611     color: #557799;     
    612 }
    613 
    614 #the-comment-list .unapproved,
    615 #the-comment-list .unapproved th,
    616 #the-comment-list .unapproved td {
    617     background-color: #ffffe0;
    618 }
    619 
    620 #the-comment-list .approve a {
    621     color: #006505;
    622 }
    623 
    624 #the-comment-list .unapprove a {
    625     color: #d98500;
    626 }
    627 
    628 #the-comment-list .delete a {
    629     color: #bc0b0b;
    630 }
    631 
    632 .widget,
    633 #widget-list .widget-top,
    634 .postbox,
    635 #titlediv,
    636 #poststuff .postarea,
    637 .stuffbox {
    638     border-color: #dfdfdf;
    639 }
    640 
    641 .widget,
    642 .postbox {
    643     background-color: #fff;
    644 }
    645 
    646 .ui-sortable .postbox h3 {
    647     color: #093e56;
    648 }
    649 
    650 .widget .widget-top,
    651 .ui-sortable .postbox h3:hover {
    652     color: #000;
    653 }
    654 
    655 .curtime #timestamp {
    656     background-image: url(../images/date-button.gif);
    657 }
    658 
    659 #quicktags #ed_link {
    660     color: #00f;
    661 }
    662 
    663 #rightnow .youhave {
    664     background-color: #f0f6fb;
    665 }
    666 
    667 #rightnow a {
    668     color: #448abd;
    669 }
    670 
    671 .tagchecklist span a,
    672 #bulk-titles div a {
    673     background: url(../images/xit.gif) no-repeat;
    674 }
    675 
    676 .tagchecklist span a:hover,
    677 #bulk-titles div a:hover {
    678     background: url(../images/xit.gif) no-repeat -10px 0;
    679 }
    680 
    681 #update-nag {
    682     background-color: #fffeeb;
    683     border-color: #ccc;
    684     color: #555;
    685 }
    686 
    687 .login #backtoblog a {
    688     color: #ccc;
    689 }
    690 
    691 #wphead {
    692     background-color: #1d507d;
    693 }
    694 
    695 body.login {
    696     border-top-color: #093e56;
    697 }
    698 
    699 #wphead h1 a {
    700     color: #fff;
    701 }
    702 
    703 #login form input {
    704     color: #555;
    705 }
    706 
    707 #user_info {
    708     color: #b6d1e4;
    709 }
    710 
    711 #user_info a:link,
    712 #user_info a:visited,
    713 #footer a:link,
    714 #footer a:visited {
    715     color: #fff;
    716     text-decoration: none;
    717 }
    718 
    719 #user_info a:hover,
    720 #user_info a:active,
    721 #footer a:hover,
    722 #footer a:active  {
    723     text-decoration: underline;
    724 }
    725 
    726 div#media-upload-error,
    727 .file-error,
    728 abbr.required,
    729 .widget-control-remove:hover,
    730 .delete a:hover {
    731     color: #f00;
    732 }
    733 
    734 /* password strength meter */
    735 #pass-strength-result {
    736     background-color: #eee;
    737     border-color: #ddd !important;
    738 }
    739 
    740 #pass-strength-result.bad {
    741     background-color: #ffb78c;
    742     border-color: #ff853c !important;
    743 }
    744 
    745 #pass-strength-result.good {
    746     background-color: #ffec8b;
    747     border-color: #fc0 !important;
    748 }
    749 
    750 #pass-strength-result.short {
    751     background-color: #ffa0a0;
    752     border-color: #f04040 !important;
    753 }
    754 
    755 #pass-strength-result.strong {
    756     background-color: #c3ff88;
    757     border-color: #8dff1c !important;
    758 }
    759 
    760 /* editors */
    761 #quicktags {
    762     border-color: #dfdfdf;
    763     background-color: #dfdfdf;
    764 }
    765 
    766 #ed_toolbar input {
    767     border-color: #c3c3c3;
    768 }
    769 
    770 #ed_toolbar input:hover {
    771     border-color: #aaa;
    772     background: #ddd;
    773 }
    774 
    775 #poststuff .wp_themeSkin .mceStatusbar {
    776     border-color: #ededed;
    777 }
    778 
    779 #poststuff #edButtonPreview,
    780 #poststuff #edButtonHTML {
    781     background-color: #f2f1eb;
    782     border-color: #dfdfdf;
    783     color: #999;
    784 }
    785 
    786 #poststuff #editor-toolbar .active {
    787     border-bottom-color: #e3eef7;
    788     background-color: #e3eef7;
    789     color: #333;
    790 }
    791 
    792 /* TinyMCE */
    793 #post-status-info {
    794     background-color: #ededed;
    795 }
    796 
    797 .wp_themeSkin *,
    798 .wp_themeSkin a:hover,
    799 .wp_themeSkin a:link,
    800 .wp_themeSkin a:visited,
    801 .wp_themeSkin a:active {
    802     color: #000;
    803 }
    804 
    805 /* Containers */
    806 .wp_themeSkin iframe {
    807     background: #fff;
    808 }
    809 
    810 /* Layout */
    811 .wp_themeSkin .mceStatusbar {
    812     color: #000;
    813     background-color: #f5f5f5;
    814 }
    815 
    816 /* Button */
    817 .wp_themeSkin .mceButton {
    818     background-color: #e9e8e8;
    819     border-color: #b2b2b2;
    820 }
    821 
    822 .wp_themeSkin a.mceButtonEnabled:hover,
    823 .wp_themeSkin a.mceButtonActive,
    824 .wp_themeSkin a.mceButtonSelected {
    825     background-color: #d5d5d5;
    826     border-color: #777 !important;
    827 }
    828 
    829 .wp_themeSkin .mceButtonDisabled {
    830     border-color: #ccc !important;
    831 }
    832 
    833 /* ListBox */
    834 .wp_themeSkin .mceListBox .mceText,
    835 .wp_themeSkin .mceListBox .mceOpen  {
    836     border-color: #b2b2b2;
    837     background-color: #d5d5d5;
    838 }
    839 
    840 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    841 .wp_themeSkin .mceListBoxHover .mceOpen,
    842 .wp_themeSkin .mceListBoxSelected .mceOpen,
    843 .wp_themeSkin .mceListBoxSelected .mceText {
    844     border-color: #777 !important;
    845     background-color: #d5d5d5;
    846 }
    847 
    848 .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
    849 .wp_themeSkin .mceListBoxHover .mceText {
    850     border-color: #777 !important;
    851 }
    852 
    853 .wp_themeSkin select.mceListBox {
    854     border-color: #b2b2b2;
    855     background-color: #fff;
    856 }
    857 
    858 /* SplitButton */
    859 .wp_themeSkin .mceSplitButton a.mceAction,
    860 .wp_themeSkin .mceSplitButton a.mceOpen {
    861     border-color: #b2b2b2;
    862 }
    863 
    864 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
    865 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
    866 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
    867 .wp_themeSkin .mceSplitButton a.mceAction:hover {
    868     background-color: #d5d5d5;
    869     border-color: #777 !important;
    870 }
    871 
    872 .wp_themeSkin .mceSplitButtonActive {
    873     background-color: #b2b2b2;
    874 }
    875 
    876 /* ColorSplitButton */
    877 .wp_themeSkin div.mceColorSplitMenu table {
    878     background-color: #ebebeb;
    879     border-color: #b2b2b2;
    880 }
    881 
    882 .wp_themeSkin .mceColorSplitMenu a {
    883     border-color: #b2b2b2;
    884 }
    885 
    886 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
    887     border-color: #fff;
    888 }
    889 
    890 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
    891     border-color: #0a246a;
    892     background-color: #b6bdd2;
    893 }
    894 
    895 .wp_themeSkin a.mceMoreColors:hover {
    896     border-color: #0a246a;
    897 }
    898 
    899 /* Menu */
    900 .wp_themeSkin .mceMenu {
    901     border-color: #ddd;
    902 }
    903 
    904 .wp_themeSkin .mceMenu table {
    905     background-color: #ebeaeb;
    906 }
    907 
    908 .wp_themeSkin .mceMenu .mceText {
    909     color: #000;
    910 }
    911 
    912 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
    913 .wp_themeSkin .mceMenu .mceMenuItemActive {
    914     background-color: #f5f5f5;
    915 }
    916 .wp_themeSkin td.mceMenuItemSeparator {
    917     background-color: #aaa;
    918 }
    919 .wp_themeSkin .mceMenuItemTitle a {
    920     background-color: #ccc;
    921     border-bottom-color: #aaa;
    922 }
    923 .wp_themeSkin .mceMenuItemTitle span.mceText {
    924     color: #000;
    925 }
    926 .wp_themeSkin .mceMenuItemDisabled .mceText {
    927     color: #888;
    928 }
    929 
    930 #quicktags,
    931 .wp_themeSkin tr.mceFirst td.mceToolbar {
    932     background: #e3eef7 url("../images/ed-bg-vs.gif") repeat-x scroll left top;
    933 }
    934 .wp_themeSkin tr.mceFirst td.mceToolbar {
    935     border-color: #dfdfdf;
    936 }
    937 
    938 .wp-admin #mceModalBlocker {
    939     background: #000;
    940 }
    941 
    942 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
    943     background: #444;
    944     border-left: 1px solid #999;
    945     border-top: 1px solid #999;
    946     -moz-border-radius: 4px 0 0 0;
    947     -webkit-border-top-left-radius: 4px;
    948     -khtml-border-top-left-radius: 4px;
    949     border-top-left-radius: 4px;
    950 }
    951 
    952 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
    953     background: #444;
    954     border-right: 1px solid #999;
    955     border-top: 1px solid #999;
    956     border-top-right-radius: 4px;
    957     -khtml-border-top-right-radius: 4px;
    958     -webkit-border-top-right-radius: 4px;
    959     -moz-border-radius: 0 4px 0 0;
    960 }
    961 
    962 .wp-admin .clearlooks2 .mceMiddle .mceLeft {
    963     background: #f1f1f1;
    964     border-left: 1px solid #999;
    965 }
    966 
    967 .wp-admin .clearlooks2 .mceMiddle .mceRight {
    968     background: #f1f1f1;
    969     border-right: 1px solid #999;
    970 }
    971 
    972 .wp-admin .clearlooks2 .mceBottom {
    973     background: #f1f1f1;
    974     border-bottom: 1px solid #999;
    975 }
    976 
    977 .wp-admin .clearlooks2 .mceBottom .mceLeft {
    978     background: #f1f1f1;
    979     border-bottom: 1px solid #999;
    980     border-left: 1px solid #999;
    981 }
    982 
    983 .wp-admin .clearlooks2 .mceBottom .mceCenter {
    984     background: #f1f1f1;
    985     border-bottom: 1px solid #999;
    986 }
    987 
    988 .wp-admin .clearlooks2 .mceBottom .mceRight {
    989     background: #f1f1f1;
    990     border-bottom: 1px solid #999;
    991     border-right: 1px solid #999;
    992 }
    993 
    994 .wp-admin .clearlooks2 .mceFocus .mceTop span {
    995     color: #e5e5e5;
    996 }
    997 /* end TinyMCE */
    998 
    999 #editorcontainer,
    1000 #post-status-info,
    1001 #titlediv #title,
    1002 .editwidget .widget-inside {
    1003     border-color: #dfdfdf;
    1004 }
    1005 
    1006 #titlediv #title {
    1007     background-color: #fff;
    1008 }
    1009 
    1010 #tTips p#tTips_inside {
    1011     background-color: #ddd;
    1012     color: #333;
    1013 }
    1014 
    1015 #timestampdiv input,
    1016 #namediv input,
    1017 #poststuff .inside .the-tagcloud {
    1018     border-color: #dfdfdf;
    1019 }
    1020 
    1021 /* menu */
    1022 #adminmenu * {
    1023     border-color: #dfdfdf;
    1024 }
    1025 
    1026 #adminmenu li.wp-menu-separator {
    1027     background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
    1028 }
    1029 
    1030 .folded #adminmenu li.wp-menu-separator {
    1031     background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
    1032 }
    1033 
    1034 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
    1035 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
    1036     background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -207px;
    1037 }
    1038 
    1039 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
    1040 #adminmenu .wp-menu-open .wp-menu-toggle {
    1041     background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
    1042 }
    1043 
    1044 #adminmenu a.menu-top {
    1045     background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
    1046 }
    1047 
    1048 #adminmenu .wp-submenu a {
    1049     background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
    1050 }
    1051 
    1052 #adminmenu .wp-has-current-submenu ul li a {
    1053     background: none;
    1054 }
    1055 
    1056 #adminmenu .wp-has-current-submenu ul li a.current {
    1057     background: url(../images/menu-dark.gif) top left no-repeat !important;
    1058 }
    1059 
    1060 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
    1061 #adminmenu .menu-top .current {
    1062     background: #3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x;
    1063     border-color: #1d507d;
    1064     color: #fff;
    1065     text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
    1066 }
    1067 
    1068 #adminmenu li.wp-has-current-submenu .wp-submenu,
    1069 #adminmenu li.wp-has-current-submenu ul li a {
    1070     border-color: #aaa !important;
    1071 }
    1072 
    1073 #adminmenu li.wp-has-current-submenu ul li a {
    1074     background: url(../images/menu-dark.gif) bottom left no-repeat !important;
    1075 }
    1076 
    1077 #adminmenu li.wp-has-current-submenu ul {
    1078     border-bottom-color: #aaa;
    1079 }
    1080 
    1081 #adminmenu li.menu-top .current:hover {
    1082     border-color: #6583c0;
    1083 }
    1084 
    1085 #adminmenu .wp-submenu .current a.current {
    1086     background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll  0 -289px;
    1087 }
    1088 
    1089 #adminmenu .wp-submenu a:hover {
    1090     background-color: #eaf2fa !important;
    1091     color: #333 !important;
    1092 }
    1093 
    1094 #adminmenu .wp-submenu li.current,
    1095 #adminmenu .wp-submenu li.current a,
    1096 #adminmenu .wp-submenu li.current a:hover {
    1097     color: #333;
    1098     background-color: #f5f5f5;
    1099     background-image: none;
    1100     border-color: #e3e3e3;
    1101     text-shadow: rgba(255,255,255,1) 0 1px 0;
    1102 }
    1103 
    1104 #adminmenu .wp-submenu ul {
    1105     background-color: #fff;
    1106 }
    1107 
    1108 .folded #adminmenu li.menu-top,
    1109 #adminmenu .wp-submenu .wp-submenu-head {
    1110     background-color: #eaf2fa;
    1111 }
    1112 
    1113 .folded #adminmenu li.wp-has-current-submenu,
    1114 .folded #adminmenu li.menu-top.current {
    1115     background-color: #bbd8e7;
    1116 }
    1117 
    1118 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
    1119     background-color: #bbd8e7;
    1120     border-color: #8cbdd5;
    1121 }
    1122 
    1123 #adminmenu div.wp-submenu {
    1124     background-color: transparent;
    1125 }
    1126 
    1127 /* menu icons */
    1128 #adminmenu #menu-dashboard div.wp-menu-image {
    1129     background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -33px;
    1130 }
    1131 
    1132 #adminmenu #menu-dashboard:hover div.wp-menu-image,
    1133 #adminmenu  #menu-dashboard.wp-has-current-submenu div.wp-menu-image,
    1134 #adminmenu  #menu-dashboard.current div.wp-menu-image {
    1135     background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -1px;
    1136 }
    1137 
    1138 #adminmenu #menu-posts div.wp-menu-image {
    1139     background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -33px;
    1140 }
    1141 
    1142 #adminmenu #menu-posts:hover div.wp-menu-image,
    1143 #adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image {
    1144     background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -1px;
    1145 }
    1146 
    1147 #adminmenu #menu-media div.wp-menu-image {
    1148     background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -33px;
    1149 }
    1150 
    1151 #adminmenu #menu-media:hover div.wp-menu-image,
    1152 #adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image {
    1153     background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -1px;
    1154 }
    1155 
    1156 #adminmenu #menu-links div.wp-menu-image {
    1157     background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -33px;
    1158 }
    1159 
    1160 #adminmenu #menu-links:hover div.wp-menu-image,
    1161 #adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image {
    1162     background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -1px;
    1163 }
    1164 
    1165 #adminmenu #menu-pages div.wp-menu-image {
    1166     background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -33px;
    1167 }
    1168 
    1169 #adminmenu #menu-pages:hover div.wp-menu-image,
    1170 #adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image {
    1171     background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -1px;
    1172 }
    1173 
    1174 #adminmenu #menu-comments div.wp-menu-image {
    1175     background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -33px;
    1176 }
    1177 
    1178 #adminmenu #menu-comments:hover div.wp-menu-image,
    1179 #adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,
    1180 #adminmenu #menu-comments.current div.wp-menu-image {
    1181     background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -1px;
    1182 }
    1183 
    1184 #adminmenu #menu-appearance div.wp-menu-image {
    1185     background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -33px;
    1186 }
    1187 
    1188 #adminmenu #menu-appearance:hover div.wp-menu-image,
    1189 #adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image {
    1190     background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -1px;
    1191 }
    1192 
    1193 #adminmenu #menu-plugins div.wp-menu-image {
    1194     background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -33px;
    1195 }
    1196 
    1197 #adminmenu #menu-plugins:hover div.wp-menu-image,
    1198 #adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image {
    1199     background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -1px;
    1200 }
    1201 
    1202 #adminmenu #menu-users div.wp-menu-image {
    1203     background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -33px;
    1204 }
    1205 
    1206 #adminmenu #menu-users:hover div.wp-menu-image,
    1207 #adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image {
    1208     background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -1px;
    1209 }
    1210 
    1211 #adminmenu #menu-tools div.wp-menu-image {
    1212     background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -33px;
    1213 }
    1214 
    1215 #adminmenu #menu-tools:hover div.wp-menu-image,
    1216 #adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image {
    1217     background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -1px;
    1218 }
    1219 
    1220 #adminmenu #menu-settings div.wp-menu-image {
    1221     background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -33px;
    1222 }
    1223 
    1224 #adminmenu #menu-settings:hover div.wp-menu-image,
    1225 #adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image {
    1226     background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -1px;
    1227 }
    1228 /* end menu */
    1229 
    1230 
    1231 /* Diff */
    1232 table.diff .diff-deletedline {
    1233     background-color: #fdd;
    1234 }
    1235 
    1236 table.diff .diff-deletedline del {
    1237     background-color: #f99;
    1238 }
    1239 
    1240 table.diff .diff-addedline {
    1241     background-color: #dfd;
    1242 }
    1243 
    1244 table.diff .diff-addedline ins {
    1245     background-color: #9f9;
    1246 }
    1247 
    1248 #att-info {
    1249     background-color: #e4f2fd;
    1250 }
    1251 
    1252 /* edit image */
    1253 #sidemenu a {
    1254     background-color: #f9f9f9;
    1255     border-color: #f9f9f9;
    1256     border-bottom-color: #dfdfdf;
    1257 }
    1258 
    1259 #sidemenu a.current {
    1260     background-color: #fff;
    1261     border-color: #dfdfdf #dfdfdf #fff;
    1262     color: #d54e21;
    1263 }
    1264 
    1265 #screen-options-wrap,
    1266 #contextual-help-wrap {
    1267     background-color: #eae9e4;
    1268     border-color: #dfdfdf;
    1269 }
    1270 
    1271 #screen-meta-links a.show-settings {
    1272     color: #606060;
    1273 }
    1274 
    1275 #screen-meta-links a.show-settings:hover {
    1276     color: #000;
    1277 }
    1278 
    1279 #replysubmit {
    1280     background-color: #f1f1f1;
    1281     border-top-color: #ddd;
    1282 }
    1283 
    1284 #replyerror {
    1285     border-color: #ddd;
    1286     background-color: #f9f9f9;
    1287 }
    1288 
    1289 #edithead,
    1290 #replyhead {
    1291     background-color: #f1f1f1;
    1292 }
    1293 
    1294 #ed_reply_toolbar {
    1295     background-color: #e9e9e9;
    1296 }
    1297 
    1298 /* table vim shortcuts */
    1299 .vim-current,
    1300 .vim-current th,
    1301 .vim-current td {
    1302     background-color: #e4f2fd !important;
    1303 }
    1304 
    1305 /* Install Plugins */
    1306 .star-average,
    1307 .star.star-rating {
    1308     background-color: #fc0;
    1309 }
    1310 
    1311 div.star.select:hover {
    1312     background-color: #d00;
    1313 }
    1314 
    1315 #plugin-information .fyi ul {
    1316     background-color: #eaf3fa;
    1317 }
    1318 
    1319 #plugin-information .fyi h2.mainheader {
    1320     background-color: #cee1ef;
    1321 }
    1322 
    1323 #plugin-information pre,
    1324 #plugin-information code {
    1325     background-color: #ededff;
    1326 }
    1327 
    1328 #plugin-information pre {
    1329     border: 1px solid #ccc;
    1330 }
    1331 
    1332 /* inline editor */
    1333 .inline-edit-row fieldset input[type="text"],
    1334 .inline-edit-row fieldset textarea,
    1335 #bulk-titles,
    1336 #replyrow input {
    1337     border-color: #ddd;
    1338 }
    1339 
    1340 .inline-editor div.title {
    1341     background-color: #eaf3fa;
    1342 }
    1343 
    1344 .inline-editor ul.cat-checklist {
    1345     background-color: #fff;
    1346     border-color: #ddd;
    1347 }
    1348 
    1349 .inline-editor .categories .catshow,
    1350 .inline-editor .categories .cathide {
    1351     color: #21759b;
    1352 }
    1353 
    1354 .inline-editor .quick-edit-save {
    1355     background-color: #f1f1f1;
    1356 }
    1357 
    1358 #replyrow #ed_reply_toolbar input:hover {
    1359     border-color: #aaa;
    1360     background: #ddd;
    1361 }
    1362 
    1363 fieldset.inline-edit-col-right .inline-edit-col {
    1364     border-color: #dfdfdf;
    1365 }
    1366 
    1367 .attention {
    1368     color: #d54e21;
    1369 }
    1370 
    1371 .meta-box-sortables .postbox:hover .handlediv {
    1372     background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
    1373 }
    1374 
    1375 #major-publishing-actions {
    1376     background: #eaf2fa;
    1377 }
    1378 
    1379 .tablenav .tablenav-pages {
    1380     color: #555;
    1381 }
    1382 
    1383 .tablenav .tablenav-pages a {
    1384     border-color: #e3e3e3;
    1385     background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;
    1386 }
    1387 
    1388 .tablenav .tablenav-pages a:hover {
    1389     color: #d54e21;
    1390     border-color: #d54321;
    1391 }
    1392 
    1393 .tablenav .tablenav-pages a:active {
    1394     color: #fff !important;
    1395 }
    1396 
    1397 .tablenav .tablenav-pages .current {
    1398     background: #dfdfdf;
    1399     border-color: #d3d3d3;
    1400 }
    1401 
    1402 #availablethemes,
    1403 #availablethemes td {
    1404     border-color: #ddd;
    1405 }
    1406 
    1407 #current-theme img {
    1408     border-color: #999;
    1409 }
    1410 
    1411 #TB_window #TB_title a.tb-theme-preview-link,
    1412 #TB_window #TB_title a.tb-theme-preview-link:visited {
    1413     color: #999;
    1414 }
    1415 
    1416 #TB_window #TB_title a.tb-theme-preview-link:hover,
    1417 #TB_window #TB_title a.tb-theme-preview-link:focus {
    1418     color: #ccc;
    1419 }
    1420 
    1421 .misc-pub-section {
    1422     border-bottom-color: #eee;
    1423 }
    1424 
    1425 #minor-publishing {
    1426     border-bottom-color: #ddd;
    1427 }
    1428 
    1429 #post-body .misc-pub-section {
    1430     border-right-color: #eee;
    1431 }
    1432 
    1433 .post-com-count span {
    1434     background-color: #bbb;
    1435 }
    1436 
    1437 .form-table .color-palette td {
    1438     border-color: #fff;
    1439 }
    1440 
    1441 .sortable-placeholder {
    1442     border-color: #bbb;
    1443     background-color: #f5f5f5;
    1444 }
    1445 
    1446 #post-body ul#category-tabs li.tabs a {
    1447     color: #333;
    1448 }
    1449 
    1450 #wp_editimgbtn,
    1451 #wp_delimgbtn,
    1452 #wp_editgallery,
    1453 #wp_delgallery {
    1454     border-color: #999;
    1455     background-color: #eee;
    1456 }
    1457 
    1458 #wp_editimgbtn:hover,
    1459 #wp_delimgbtn:hover,
    1460 #wp_editgallery:hover,
    1461 #wp_delgallery:hover {
    1462     border-color: #555;
    1463     background-color: #ccc;
    1464 }
    1465 
    1466 #favorite-first {
    1467     background: #5580a6 url(../images/fav-vs.png) repeat-x 0 center;
    1468     border-color: #517ea5 !important;
    1469     border-bottom-color: #416686 !important;
    1470 }
    1471 
    1472 #favorite-actions .slide-down {
    1473     background-image: url(../images/fav-top-vs.gif);
    1474     background-position:0 0;
    1475     background-repeat: repeat-x;
    1476 }
    1477 
    1478 #favorite-inside {
    1479     border-color: #5b86ac;
    1480     background-color: #5580a6;
    1481 }
    1482 
    1483 #favorite-toggle {
    1484     background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;
    1485 }
    1486 
    1487 #favorite-actions a {
    1488     color: #ddd;
    1489 }
    1490 
    1491 #favorite-actions a:hover {
    1492     color: #fff;
    1493 }
    1494 
    1495 #favorite-inside a:hover {
    1496     text-decoration: underline;
    1497 }
    1498 
    1499 #favorite-actions .slide-down {
    1500     border-bottom-color: #626262;
    1501 }
    1502 
    1503 .submit input,
    1504 .button,
    1505 .button-primary,
    1506 .button-secondary,
    1507 .button-highlighted,
    1508 #postcustomstuff .submit input {
    1509     text-shadow: rgba(255,255,255,1) 0 1px 0;
    1510 }
    1511 
    1512 .button-primary,
    1513 .submit .button-primary {
    1514     text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    1515 }
    1516 
    1517 #screen-meta a.show-settings {
    1518     background-color: transparent;
    1519     text-shadow: rgba(255,255,255,0.7) 0 1px 0;
    1520 }
    1521 
    1522 #icon-edit,
    1523 #icon-post {
    1524     background: transparent url(../images/icons32-vs.png) no-repeat -552px -5px;
    1525 }
    1526 
    1527 #icon-index {
    1528     background: transparent url(../images/icons32-vs.png) no-repeat -137px -5px;
    1529 }
    1530 
    1531 #icon-upload {
    1532     background: transparent url(../images/icons32-vs.png) no-repeat -251px -5px;
    1533 }
    1534 
    1535 #icon-link-manager,
    1536 #icon-link,
    1537 #icon-link-category {
    1538     background: transparent url(../images/icons32-vs.png) no-repeat -190px -5px;
    1539 }
    1540 
    1541 #icon-edit-pages,
    1542 #icon-page {
    1543     background: transparent url(../images/icons32-vs.png) no-repeat -312px -5px;
    1544 }
    1545 
    1546 #icon-edit-comments {
    1547     background: transparent url(../images/icons32-vs.png) no-repeat -72px -5px;
    1548 }
    1549 
    1550 #icon-themes {
    1551     background: transparent url(../images/icons32-vs.png) no-repeat -11px -5px;
    1552 }
    1553 
    1554 #icon-plugins {
    1555     background: transparent url(../images/icons32-vs.png) no-repeat -370px -5px;
    1556 }
    1557 
    1558 #icon-users,
    1559 #icon-profile,
    1560 #icon-user-edit {
    1561     background: transparent url(../images/icons32-vs.png) no-repeat -600px -5px;
    1562 }
    1563 
    1564 #icon-tools,
    1565 #icon-admin {
    1566     background: transparent url(../images/icons32-vs.png) no-repeat -432px -5px;
    1567 }
    1568 
    1569 #icon-options-general {
    1570     background: transparent url(../images/icons32-vs.png) no-repeat -492px -5px;
    1571 }
    1572 
    1573 .view-switch #view-switch-list {
    1574     background: transparent url(../images/list-vs.png) no-repeat 0 0;
    1575 }
    1576 
    1577 .view-switch #view-switch-list.current {
    1578     background: transparent url(../images/list-vs.png) no-repeat -40px 0;
    1579 }
    1580 
    1581 .view-switch #view-switch-excerpt {
    1582     background: transparent url(../images/list-vs.png) no-repeat -20px 0;
    1583 }
    1584 
    1585 .view-switch #view-switch-excerpt.current {
    1586     background: transparent url(../images/list-vs.png) no-repeat -60px 0;
    1587 }
    1588 
    1589 #header-logo {
    1590     background: transparent url(../images/wp-logo-vs.gif) no-repeat scroll center center;
    1591 }
    1592 
    1593 #wphead #site-visit-button {
    1594     background-color: #3c6b95;
    1595     background-image: url(../images/visit-site-button-grad-vs.gif);
    1596     color: #b6d1e4;
    1597     text-shadow: #3f3f3f 0 -1px 0;
    1598 }
    1599 
    1600 #wphead a:hover #site-visit-button {
    1601     color: #fff;
    1602 }
    1603 
    1604 #wphead a:focus #site-visit-button,
    1605 #wphead a:active #site-visit-button {
    1606     background-position: 0 -27px;
    1607 }
    1608 
    1609 .popular-tags,
    1610 .feature-filter {
    1611     background-color: #fff;
    1612     border-color: #dfdfdf;
    1613 }
    1614 
    1615 #theme-information .action-button {
    1616     border-top-color: #dfdfdf;
    1617 }
    1618 
    1619 .theme-listing br.line {
    1620     border-bottom-color: #ccc;
    1621 }
    1622 
    1623 div.widgets-sortables,
    1624 #widgets-left .inactive {
    1625     background-color: #f1f1f1;
    1626     border-color: #ddd;
    1627 }
    1628 
    1629 #available-widgets .widget-holder {
    1630     background-color: #fff;
    1631     border-color: #ddd;
    1632 }
    1633 
    1634 #widgets-left .sidebar-name {
    1635     background-color: #aaa;
    1636     background-image: url(../images/ed-bg-vs.gif);
    1637     text-shadow: #FFFFFF 0 1px 0;
    1638     border-color: #dfdfdf;
    1639 }
    1640 
    1641 #widgets-right .sidebar-name {
    1642     background-image: url(../images/fav-vs.png);
    1643     text-shadow: #3f3f3f 0 -1px 0;
    1644     background-color: #636363;
    1645     border-color: #636363;
    1646     color: #fff;
    1647 }
    1648 
    1649 .sidebar-name:hover,
    1650 #removing-widget {
    1651     color: #d54e21;
    1652 }
    1653 
    1654 #removing-widget span {
    1655     color: black;
    1656 }
    1657 
    1658 #widgets-left .sidebar-name-arrow {
    1659     background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
    1660 }
    1661 
    1662 #widgets-right .sidebar-name-arrow {
    1663     background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;
    1664 }
    1665 
    1666 .in-widget-title {
    1667     color: #606060;
    1668 }
    1669 
    1670 .deleting .widget-title * {
    1671     color: #aaa;
    1672 }
     1html{background-color:#f7f6f1;}* html input,* html .widget{border-color:#8cbdd5;}textarea,input,select{border-color:#dfdfdf;}kbd,code{background:#eaeaea;}input[readonly]{background-color:#eee;}.find-box-search{border-color:#dfdfdf;background-color:#f1f1f1;}.find-box{background-color:#f1f1f1;}.find-box-inside{background-color:#fff;}a.page-numbers:hover{border-color:#999;}body,#wpbody,.form-table .pre{color:#333;}body>#upload-menu{border-bottom-color:#fff;}#postcustomstuff table,#your-profile fieldset,#rightnow,div.dashboard-widget,#dashboard-widgets p.dashboard-widget-links,#replyrow #ed_reply_toolbar input{border-color:#ccc;}#poststuff .inside label.spam,#poststuff .inside label.deleted{color:red;}#poststuff .inside label.waiting{color:orange;}#poststuff .inside label.approved{color:green;}#postcustomstuff table{border-color:#dfdfdf;background-color:#f9f9f9;}#postcustomstuff thead th{background-color:#f1f1f1;}#postcustomstuff table input,#postcustomstuff table textarea{border-color:#dfdfdf;background-color:#fff;}.widefat{border-color:#dfdfdf;background-color:#fff;}div.dashboard-widget-error{background-color:#c43;}div.dashboard-widget-notice{background-color:#cfe1ef;}div.dashboard-widget-submit{border-top-color:#ccc;}div.tabs-panel,ul#category-tabs li.tabs{border-color:#dfdfdf;}ul#category-tabs li.tabs{background-color:#f1f1f1;}input.disabled,textarea.disabled{background-color:#ccc;}.login #backtoblog a:hover,#plugin-information .action-button a,#plugin-information .action-button a:hover,#plugin-information .action-button a:visited{color:#fff;}.widget .widget-top,.postbox h3,.stuffbox h3{background:#d5e6f2 url("../images/blue-grad.png") repeat-x left top;text-shadow:#fff 0 1px 0;}.form-table th,.form-wrap label{color:#222;text-shadow:#fff 0 1px 0;}.description,.form-wrap p{color:#666;}strong .post-com-count span{background-color:#21759b;}.sorthelper{background-color:#ccf3fa;}.ac_match,.subsubsub a.current{color:#000;}.wrap h2{color:#093e56;}.ac_over{background-color:#f0f0b8;}.ac_results{background-color:#fff;border-color:#808080;}.ac_results li{color:#101010;}.alt .alternate{background-color:#edfbfc;}.available-theme a.screenshot{background-color:#f1f1f1;border-color:#ddd;}.bar{background-color:#e8e8e8;border-right-color:#99d;}#media-upload{background:#fff;}#media-upload .slidetoggle{border-top-color:#dfdfdf;}.error,#login #login_error{background-color:#ffebe8;border-color:#c00;}.error a{color:#c00;}.form-invalid{background-color:#ffebe8!important;}.form-invalid input{border-color:#c00!important;}.submit{border-color:#8cbdd5;}.highlight{background-color:#e4f2fd;color:#d54e21;}.howto,.nonessential,#edit-slug-box,.form-input-tip,.rss-widget span.rss-date,.subsubsub{color:#666;}.media-item{border-bottom-color:#dfdfdf;}#wpbody-content #media-items .describe{border-top-color:#dfdfdf;}.describe input[type="text"],.describe textarea{border-color:#dfdfdf;}.media-upload-form label.form-help,td.help{color:#9a9a9a;}.post-com-count{background-image:url(../images/bubble_bg.gif);color:#fff;}.post-com-count span{background-color:#bbb;color:#fff;}.post-com-count:hover span{background-color:#d54e21;}.quicktags,.search{background-color:#ccc;color:#000;}.side-info h5{border-bottom-color:#dadada;}.side-info ul{color:#666;}.button,.button-secondary,.submit input,input[type=button],input[type=submit]{border-color:#dfdfdf;color:#464646;}.button:hover,.button-secondary:hover,.submit input:hover,input[type=button]:hover,input[type=submit]:hover{color:#000;border-color:#adaca7;}.button,.submit input,.button-secondary{background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}.button:active,.submit input:active,.button-secondary:active{background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}.button-primary,.submit .button-primary,#login form .submit input{border-color:#5b86ab!important;font-weight:bold;color:#fff!important;background:#5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;}.button-primary:active,#login form .submit input:active{background:#21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top!important;}.button[disabled],.button:disabled,.button-secondary[disabled],.button-secondary:disabled,a.button.disabled{color:#ccc!important;border-color:#ccc;}.button-primary[disabled],.button-primary:disabled{color:#80a3d2!important;}a:active,a:focus{color:#d54e21;}a:hover,#wphead #viewsite a:hover,#adminmenu a:hover,#adminmenu ul.wp-submenu a:hover,#the-comment-list .comment a:hover,#rightnow a:hover,#login form .submit input:hover,#media-upload a.del-link:hover,div.dashboard-widget-submit input:hover,.subsubsub a:hover,.subsubsub a.current:hover,.ui-tabs-nav a:hover,.plugins .inactive a:hover,#all-plugins-table .plugins .inactive a:hover,#search-plugins-table .plugins .inactive a:hover{color:#d54e21;}#the-comment-list .comment-item,#dashboard-widgets #dashboard_quick_press form p.submit{border-color:#dfdfdf;}#dashboard_right_now .table{background:#faf9f7!important;}.button-primary:hover,#login form .submit input:hover{border-color:#2e5475!important;color:#eaf2fa!important;}#side-sortables #category-tabs .tabs a{color:#333;}#rightnow .rbutton{background-color:#ebebeb;color:#264761;}.submitbox .submit{background-color:#464646;color:#ccc;}.plugins a.delete:hover,#all-plugins-table .plugins a.delete:hover,#search-plugins-table .plugins a.delete:hover,.submitbox .submitdelete,a.delete{color:#f00;border-bottom-color:#f00;}.submitbox .submitdelete:hover,#media-items a.delete:hover{color:#fff;background-color:#f00;border-bottom-color:#f00;}#normal-sortables .submitbox .submitdelete:hover{color:#000;background-color:#f00;border-bottom-color:#f00;}.tablenav .dots{border-color:transparent;}.tablenav .next,.tablenav .prev{border-color:transparent;color:#21759b;}.tablenav .next:hover,.tablenav .prev:hover{border-color:transparent;color:#d54e21;}.updated,.login #login_error,.login .message{background-color:#ffffe0;border-color:#e6db55;}.update-message{color:#000;}a.page-numbers{border-bottom-color:#b8d3e2;}.commentlist li{border-bottom-color:#ccc;}.widefat td,.widefat th,#install-plugins .plugins td,#install-plugins .plugins th{border-color:#dfdfdf;}.widefat th{text-shadow:rgba(255,255,255,0.8) 0 1px 0;}.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.find-box-head{color:#333;background:#d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top;}h3.dashboard-widget-title small a{color:#d7d7d7;}h3.dashboard-widget-title small a:hover{color:#fff;}a,#adminmenu a,#poststuff #edButtonPreview,#poststuff #edButtonHTML,#the-comment-list p.comment-author strong a,#media-upload a.del-link,#media-items a.delete,.plugins a.delete,.ui-tabs-nav a{color:#1c6280;}body.press-this .tabs a,body.press-this .tabs a:hover{background-color:#fff;border-color:#c6d9e9;border-bottom-color:#fff;color:#d54e21;}#adminmenu #awaiting-mod,#adminmenu .update-plugins,#sidemenu a .update-plugins,#rightnow .reallynow,#plugin-information .action-button{background-color:#d54e21;color:#fff;}#adminmenu li a:hover #awaiting-mod,#adminmenu li a:hover .update-plugins,#sidemenu li a:hover .update-plugins{background-color:#264761;color:#fff;}#adminmenu li.current a #awaiting-mod,#adminmenu li.current a .update-plugins,#adminmenu li.wp-has-current-submenu a .update-plugins,#adminmenu li.wp-has-current-submenu a .update-plugins{background-color:#ddd;color:#000;text-shadow:none;-moz-box-shadow:rgba(0,0,0,0.2) 0 -1px 0;-khtml-box-shadow:rgba(0,0,0,0.2) 0 -1px 0;-webkit-box-shadow:rgba(0,0,0,0.2) 0 -1px 0;box-shadow:rgba(0,0,0,0.2) 0 -1px 0;}#adminmenu li.current a:hover #awaiting-mod,#adminmenu li.current a:hover .update-plugins,#adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,#adminmenu li.wp-has-current-submenu a:hover .update-plugins{background-color:#264761;color:#fff;}div#media-upload-header,div#plugin-information-header{background-color:#f9f9f9;border-bottom-color:#dfdfdf;}#currenttheme img{border-color:#666;}#dashboard_secondary div.dashboard-widget-content ul li a{background-color:#f9f9f9;}input.readonly,textarea.readonly{background-color:#ddd;}#ed_toolbar input,#ed_reply_toolbar input{background:#fff url("../images/fade-butt.png") repeat-x 0 -2px;}#editable-post-name{background-color:#fffbcc;}#edit-slug-box strong,.tablenav .displaying-num,#submitted-on{color:#777;}.login #nav a{color:#21759b!important;}.login #nav a:hover{color:#d54e21!important;}#footer,#footer-upgrade{background:#1d507d;color:#b6d1e4;}#media-items{border-color:#dfdfdf;}.checkbox,.side-info,.plugins tr,.postbox,#your-profile #rich_editing{background-color:#fff;}.plugins .inactive,.plugins .inactive th,.plugins .inactive td,tr.inactive+tr.plugin-update-tr .plugin-update{background-color:#ebeeef;}.plugin-update-tr .update-message{background-color:#fffbe4;border-color:#dfdfdf;}.plugins .active,.plugins .active th,.plugins .active td{color:#000;}.plugins .inactive a{color:#579;}#the-comment-list .unapproved,#the-comment-list .unapproved th,#the-comment-list .unapproved td{background-color:#ffffe0;}#the-comment-list .approve a{color:#006505;}#the-comment-list .unapprove a{color:#d98500;}#the-comment-list .delete a{color:#bc0b0b;}.widget,#widget-list .widget-top,.postbox,#titlediv,#poststuff .postarea,.stuffbox{border-color:#dfdfdf;}.widget,.postbox{background-color:#fff;}.ui-sortable .postbox h3{color:#093e56;}.widget .widget-top,.ui-sortable .postbox h3:hover{color:#000;}.curtime #timestamp{background-image:url(../images/date-button.gif);}#quicktags #ed_link{color:#00f;}#rightnow .youhave{background-color:#f0f6fb;}#rightnow a{color:#448abd;}.tagchecklist span a,#bulk-titles div a{background:url(../images/xit.gif) no-repeat;}.tagchecklist span a:hover,#bulk-titles div a:hover{background:url(../images/xit.gif) no-repeat -10px 0;}#update-nag{background-color:#fffeeb;border-color:#ccc;color:#555;}.login #backtoblog a{color:#ccc;}#wphead{background-color:#1d507d;}body.login{border-top-color:#093e56;}#wphead h1 a{color:#fff;}#login form input{color:#555;}#user_info{color:#b6d1e4;}#user_info a:link,#user_info a:visited,#footer a:link,#footer a:visited{color:#fff;text-decoration:none;}#user_info a:hover,#user_info a:active,#footer a:hover,#footer a:active{text-decoration:underline;}div#media-upload-error,.file-error,abbr.required,.widget-control-remove:hover,.delete a:hover{color:#f00;}#pass-strength-result{background-color:#eee;border-color:#ddd!important;}#pass-strength-result.bad{background-color:#ffb78c;border-color:#ff853c!important;}#pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;}#pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;}#pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;}#quicktags{border-color:#dfdfdf;background-color:#dfdfdf;}#ed_toolbar input{border-color:#c3c3c3;}#ed_toolbar input:hover{border-color:#aaa;background:#ddd;}#poststuff .wp_themeSkin .mceStatusbar{border-color:#ededed;}#poststuff #edButtonPreview,#poststuff #edButtonHTML{background-color:#f2f1eb;border-color:#dfdfdf;color:#999;}#poststuff #editor-toolbar .active{border-bottom-color:#e3eef7;background-color:#e3eef7;color:#333;}#post-status-info{background-color:#ededed;}.wp_themeSkin *,.wp_themeSkin a:hover,.wp_themeSkin a:link,.wp_themeSkin a:visited,.wp_themeSkin a:active{color:#000;}.wp_themeSkin iframe{background:#fff;}.wp_themeSkin .mceStatusbar{color:#000;background-color:#f5f5f5;}.wp_themeSkin .mceButton{background-color:#e9e8e8;border-color:#b2b2b2;}.wp_themeSkin a.mceButtonEnabled:hover,.wp_themeSkin a.mceButtonActive,.wp_themeSkin a.mceButtonSelected{background-color:#d5d5d5;border-color:#777!important;}.wp_themeSkin .mceButtonDisabled{border-color:#ccc!important;}.wp_themeSkin .mceListBox .mceText,.wp_themeSkin .mceListBox .mceOpen{border-color:#b2b2b2;background-color:#d5d5d5;}.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,.wp_themeSkin .mceListBoxHover .mceOpen,.wp_themeSkin .mceListBoxSelected .mceOpen,.wp_themeSkin .mceListBoxSelected .mceText{border-color:#777!important;background-color:#d5d5d5;}.wp_themeSkin table.mceListBoxEnabled:hover .mceText,.wp_themeSkin .mceListBoxHover .mceText{border-color:#777!important;}.wp_themeSkin select.mceListBox{border-color:#b2b2b2;background-color:#fff;}.wp_themeSkin .mceSplitButton a.mceAction,.wp_themeSkin .mceSplitButton a.mceOpen{border-color:#b2b2b2;}.wp_themeSkin .mceSplitButton a.mceOpen:hover,.wp_themeSkin .mceSplitButtonSelected a.mceOpen,.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,.wp_themeSkin .mceSplitButton a.mceAction:hover{background-color:#d5d5d5;border-color:#777!important;}.wp_themeSkin .mceSplitButtonActive{background-color:#b2b2b2;}.wp_themeSkin div.mceColorSplitMenu table{background-color:#ebebeb;border-color:#b2b2b2;}.wp_themeSkin .mceColorSplitMenu a{border-color:#b2b2b2;}.wp_themeSkin .mceColorSplitMenu a.mceMoreColors{border-color:#fff;}.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover{border-color:#0a246a;background-color:#b6bdd2;}.wp_themeSkin a.mceMoreColors:hover{border-color:#0a246a;}.wp_themeSkin .mceMenu{border-color:#ddd;}.wp_themeSkin .mceMenu table{background-color:#ebeaeb;}.wp_themeSkin .mceMenu .mceText{color:#000;}.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,.wp_themeSkin .mceMenu .mceMenuItemActive{background-color:#f5f5f5;}.wp_themeSkin td.mceMenuItemSeparator{background-color:#aaa;}.wp_themeSkin .mceMenuItemTitle a{background-color:#ccc;border-bottom-color:#aaa;}.wp_themeSkin .mceMenuItemTitle span.mceText{color:#000;}.wp_themeSkin .mceMenuItemDisabled .mceText{color:#888;}#quicktags,.wp_themeSkin tr.mceFirst td.mceToolbar{background:#e3eef7 url("../images/ed-bg-vs.gif") repeat-x scroll left top;}.wp_themeSkin tr.mceFirst td.mceToolbar{border-color:#dfdfdf;}.wp-admin #mceModalBlocker{background:#000;}.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft{background:#444;border-left:1px solid #999;border-top:1px solid #999;-moz-border-radius:4px 0 0 0;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;}.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight{background:#444;border-right:1px solid #999;border-top:1px solid #999;border-top-right-radius:4px;-khtml-border-top-right-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius:0 4px 0 0;}.wp-admin .clearlooks2 .mceMiddle .mceLeft{background:#f1f1f1;border-left:1px solid #999;}.wp-admin .clearlooks2 .mceMiddle .mceRight{background:#f1f1f1;border-right:1px solid #999;}.wp-admin .clearlooks2 .mceBottom{background:#f1f1f1;border-bottom:1px solid #999;}.wp-admin .clearlooks2 .mceBottom .mceLeft{background:#f1f1f1;border-bottom:1px solid #999;border-left:1px solid #999;}.wp-admin .clearlooks2 .mceBottom .mceCenter{background:#f1f1f1;border-bottom:1px solid #999;}.wp-admin .clearlooks2 .mceBottom .mceRight{background:#f1f1f1;border-bottom:1px solid #999;border-right:1px solid #999;}.wp-admin .clearlooks2 .mceFocus .mceTop span{color:#e5e5e5;}#editorcontainer,#post-status-info,#titlediv #title,.editwidget .widget-inside{border-color:#dfdfdf;}#titlediv #title{background-color:#fff;}#tTips p#tTips_inside{background-color:#ddd;color:#333;}#timestampdiv input,#namediv input,#poststuff .inside .the-tagcloud{border-color:#dfdfdf;}#adminmenu *{border-color:#dfdfdf;}#adminmenu li.wp-menu-separator{background:transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;}.folded #adminmenu li.wp-menu-separator{background:transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;}#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle{background:transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -207px;}#adminmenu .wp-has-submenu:hover .wp-menu-toggle,#adminmenu .wp-menu-open .wp-menu-toggle{background:transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;}#adminmenu a.menu-top{background:#eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;}#adminmenu .wp-submenu a{background:#fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;}#adminmenu .wp-has-current-submenu ul li a{background:none;}#adminmenu .wp-has-current-submenu ul li a.current{background:url(../images/menu-dark.gif) top left no-repeat!important;}#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,#adminmenu .menu-top .current{background:#3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x;border-color:#1d507d;color:#fff;text-shadow:rgba(0,0,0,0.4) 0 -1px 0;}#adminmenu li.wp-has-current-submenu .wp-submenu,#adminmenu li.wp-has-current-submenu ul li a{border-color:#aaa!important;}#adminmenu li.wp-has-current-submenu ul li a{background:url(../images/menu-dark.gif) bottom left no-repeat!important;}#adminmenu li.wp-has-current-submenu ul{border-bottom-color:#aaa;}#adminmenu li.menu-top .current:hover{border-color:#6583c0;}#adminmenu .wp-submenu .current a.current{background:transparent url(../images/menu-bits-vs.gif) no-repeat scroll 0 -289px;}#adminmenu .wp-submenu a:hover{background-color:#eaf2fa!important;color:#333!important;}#adminmenu .wp-submenu li.current,#adminmenu .wp-submenu li.current a,#adminmenu .wp-submenu li.current a:hover{color:#333;background-color:#f5f5f5;background-image:none;border-color:#e3e3e3;text-shadow:rgba(255,255,255,1) 0 1px 0;}#adminmenu .wp-submenu ul{background-color:#fff;}.folded #adminmenu li.menu-top,#adminmenu .wp-submenu .wp-submenu-head{background-color:#eaf2fa;}.folded #adminmenu li.wp-has-current-submenu,.folded #adminmenu li.menu-top.current{background-color:#bbd8e7;}#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head{background-color:#bbd8e7;border-color:#8cbdd5;}#adminmenu div.wp-submenu{background-color:transparent;}#adminmenu #menu-dashboard div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -61px -33px;}#adminmenu #menu-dashboard:hover div.wp-menu-image,#adminmenu #menu-dashboard.wp-has-current-submenu div.wp-menu-image,#adminmenu #menu-dashboard.current div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -61px -1px;}#adminmenu #menu-posts div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -272px -33px;}#adminmenu #menu-posts:hover div.wp-menu-image,#adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -272px -1px;}#adminmenu #menu-media div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -121px -33px;}#adminmenu #menu-media:hover div.wp-menu-image,#adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -121px -1px;}#adminmenu #menu-links div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -91px -33px;}#adminmenu #menu-links:hover div.wp-menu-image,#adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -91px -1px;}#adminmenu #menu-pages div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -151px -33px;}#adminmenu #menu-pages:hover div.wp-menu-image,#adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -151px -1px;}#adminmenu #menu-comments div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -31px -33px;}#adminmenu #menu-comments:hover div.wp-menu-image,#adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,#adminmenu #menu-comments.current div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -31px -1px;}#adminmenu #menu-appearance div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -1px -33px;}#adminmenu #menu-appearance:hover div.wp-menu-image,#adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -1px -1px;}#adminmenu #menu-plugins div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -181px -33px;}#adminmenu #menu-plugins:hover div.wp-menu-image,#adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -181px -1px;}#adminmenu #menu-users div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -301px -33px;}#adminmenu #menu-users:hover div.wp-menu-image,#adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -301px -1px;}#adminmenu #menu-tools div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -211px -33px;}#adminmenu #menu-tools:hover div.wp-menu-image,#adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -211px -1px;}#adminmenu #menu-settings div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -241px -33px;}#adminmenu #menu-settings:hover div.wp-menu-image,#adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu-vs.png") no-repeat scroll -241px -1px;}table.diff .diff-deletedline{background-color:#fdd;}table.diff .diff-deletedline del{background-color:#f99;}table.diff .diff-addedline{background-color:#dfd;}table.diff .diff-addedline ins{background-color:#9f9;}#att-info{background-color:#e4f2fd;}#sidemenu a{background-color:#f9f9f9;border-color:#f9f9f9;border-bottom-color:#dfdfdf;}#sidemenu a.current{background-color:#fff;border-color:#dfdfdf #dfdfdf #fff;color:#d54e21;}#screen-options-wrap,#contextual-help-wrap{background-color:#eae9e4;border-color:#dfdfdf;}#screen-meta-links a.show-settings{color:#606060;}#screen-meta-links a.show-settings:hover{color:#000;}#replysubmit{background-color:#f1f1f1;border-top-color:#ddd;}#replyerror{border-color:#ddd;background-color:#f9f9f9;}#edithead,#replyhead{background-color:#f1f1f1;}#ed_reply_toolbar{background-color:#e9e9e9;}.vim-current,.vim-current th,.vim-current td{background-color:#e4f2fd!important;}.star-average,.star.star-rating{background-color:#fc0;}div.star.select:hover{background-color:#d00;}#plugin-information .fyi ul{background-color:#eaf3fa;}#plugin-information .fyi h2.mainheader{background-color:#cee1ef;}#plugin-information pre,#plugin-information code{background-color:#ededff;}#plugin-information pre{border:1px solid #ccc;}.inline-edit-row fieldset input[type="text"],.inline-edit-row fieldset textarea,#bulk-titles,#replyrow input{border-color:#ddd;}.inline-editor div.title{background-color:#eaf3fa;}.inline-editor ul.cat-checklist{background-color:#fff;border-color:#ddd;}.inline-editor .categories .catshow,.inline-editor .categories .cathide{color:#21759b;}.inline-editor .quick-edit-save{background-color:#f1f1f1;}#replyrow #ed_reply_toolbar input:hover{border-color:#aaa;background:#ddd;}fieldset.inline-edit-col-right .inline-edit-col{border-color:#dfdfdf;}.attention{color:#d54e21;}.meta-box-sortables .postbox:hover .handlediv{background:transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;}#major-publishing-actions{background:#eaf2fa;}.tablenav .tablenav-pages{color:#555;}.tablenav .tablenav-pages a{border-color:#e3e3e3;background:#eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;}.tablenav .tablenav-pages a:hover{color:#d54e21;border-color:#d54321;}.tablenav .tablenav-pages a:active{color:#fff!important;}.tablenav .tablenav-pages .current{background:#dfdfdf;border-color:#d3d3d3;}#availablethemes,#availablethemes td{border-color:#ddd;}#current-theme img{border-color:#999;}#TB_window #TB_title a.tb-theme-preview-link,#TB_window #TB_title a.tb-theme-preview-link:visited{color:#999;}#TB_window #TB_title a.tb-theme-preview-link:hover,#TB_window #TB_title a.tb-theme-preview-link:focus{color:#ccc;}.misc-pub-section{border-bottom-color:#eee;}#minor-publishing{border-bottom-color:#ddd;}#post-body .misc-pub-section{border-right-color:#eee;}.post-com-count span{background-color:#bbb;}.form-table .color-palette td{border-color:#fff;}.sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;}#post-body ul#category-tabs li.tabs a{color:#333;}#wp_editimgbtn,#wp_delimgbtn,#wp_editgallery,#wp_delgallery{border-color:#999;background-color:#eee;}#wp_editimgbtn:hover,#wp_delimgbtn:hover,#wp_editgallery:hover,#wp_delgallery:hover{border-color:#555;background-color:#ccc;}#favorite-first{background:#5580a6 url(../images/fav-vs.png) repeat-x 0 center;border-color:#517ea5!important;border-bottom-color:#416686!important;}#favorite-actions .slide-down{background-image:url(../images/fav-top-vs.gif);background-position:0 0;background-repeat:repeat-x;}#favorite-inside{border-color:#5b86ac;background-color:#5580a6;}#favorite-toggle{background:transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;}#favorite-actions a{color:#ddd;}#favorite-actions a:hover{color:#fff;}#favorite-inside a:hover{text-decoration:underline;}#favorite-actions .slide-down{border-bottom-color:#626262;}.submit input,.button,.button-primary,.button-secondary,.button-highlighted,#postcustomstuff .submit input{text-shadow:rgba(255,255,255,1) 0 1px 0;}.button-primary,.submit .button-primary{text-shadow:rgba(0,0,0,0.3) 0 -1px 0;}#screen-meta a.show-settings{background-color:transparent;text-shadow:rgba(255,255,255,0.7) 0 1px 0;}#icon-edit,#icon-post{background:transparent url(../images/icons32-vs.png) no-repeat -552px -5px;}#icon-index{background:transparent url(../images/icons32-vs.png) no-repeat -137px -5px;}#icon-upload{background:transparent url(../images/icons32-vs.png) no-repeat -251px -5px;}#icon-link-manager,#icon-link,#icon-link-category{background:transparent url(../images/icons32-vs.png) no-repeat -190px -5px;}#icon-edit-pages,#icon-page{background:transparent url(../images/icons32-vs.png) no-repeat -312px -5px;}#icon-edit-comments{background:transparent url(../images/icons32-vs.png) no-repeat -72px -5px;}#icon-themes{background:transparent url(../images/icons32-vs.png) no-repeat -11px -5px;}#icon-plugins{background:transparent url(../images/icons32-vs.png) no-repeat -370px -5px;}#icon-users,#icon-profile,#icon-user-edit{background:transparent url(../images/icons32-vs.png) no-repeat -600px -5px;}#icon-tools,#icon-admin{background:transparent url(../images/icons32-vs.png) no-repeat -432px -5px;}#icon-options-general{background:transparent url(../images/icons32-vs.png) no-repeat -492px -5px;}.view-switch #view-switch-list{background:transparent url(../images/list-vs.png) no-repeat 0 0;}.view-switch #view-switch-list.current{background:transparent url(../images/list-vs.png) no-repeat -40px 0;}.view-switch #view-switch-excerpt{background:transparent url(../images/list-vs.png) no-repeat -20px 0;}.view-switch #view-switch-excerpt.current{background:transparent url(../images/list-vs.png) no-repeat -60px 0;}#header-logo{background:transparent url(../images/wp-logo-vs.gif) no-repeat scroll center center;}#wphead #site-visit-button{background-color:#3c6b95;background-image:url(../images/visit-site-button-grad-vs.gif);color:#b6d1e4;text-shadow:#3f3f3f 0 -1px 0;}#wphead a:hover #site-visit-button{color:#fff;}#wphead a:focus #site-visit-button,#wphead a:active #site-visit-button{background-position:0 -27px;}.popular-tags,.feature-filter{background-color:#fff;border-color:#dfdfdf;}#theme-information .action-button{border-top-color:#dfdfdf;}.theme-listing br.line{border-bottom-color:#ccc;}div.widgets-sortables,#widgets-left .inactive{background-color:#f1f1f1;border-color:#ddd;}#available-widgets .widget-holder{background-color:#fff;border-color:#ddd;}#widgets-left .sidebar-name{background-color:#aaa;background-image:url(../images/ed-bg-vs.gif);text-shadow:#FFF 0 1px 0;border-color:#dfdfdf;}#widgets-right .sidebar-name{background-image:url(../images/fav-vs.png);text-shadow:#3f3f3f 0 -1px 0;background-color:#636363;border-color:#636363;color:#fff;}.sidebar-name:hover,#removing-widget{color:#d54e21;}#removing-widget span{color:black;}#widgets-left .sidebar-name-arrow{background:transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;}#widgets-right .sidebar-name-arrow{background:transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;}.in-widget-title{color:#606060;}.deleting .widget-title *{color:#aaa;}
  • trunk/wp-admin/css/colors-fresh.css

    r11731 r11857  
    1 html {
    2     background-color: #f9f9f9;
    3 }
    4 
    5 * html input,
    6 * html .widget {
    7     border-color: #dfdfdf;
    8 }
    9 
    10 textarea,
    11 input,
    12 select {
    13     border-color: #DFDFDF;
    14 }
    15 
    16 kbd,
    17 code {
    18     background: #eaeaea;
    19 }
    20 
    21 input[readonly] {
    22     background-color: #eee;
    23 }
    24 
    25 .find-box-search {
    26     border-color: #dfdfdf;
    27     background-color: #f1f1f1;
    28 }
    29 
    30 .find-box {
    31     background-color: #f1f1f1;
    32 }
    33 
    34 .find-box-inside {
    35     background-color: #fff;
    36 }
    37 
    38 a.page-numbers:hover {
    39     border-color: #999;
    40 }
    41 
    42 body,
    43 #wpbody,
    44 .form-table .pre {
    45     color: #333;
    46 }
    47 
    48 body > #upload-menu {
    49     border-bottom-color: #fff;
    50 }
    51 
    52 #postcustomstuff table,
    53 #your-profile fieldset,
    54 #rightnow,
    55 div.dashboard-widget,
    56 #dashboard-widgets p.dashboard-widget-links,
    57 #replyrow #ed_reply_toolbar input {
    58     border-color: #ccc;
    59 }
    60 
    61 #poststuff .inside label.spam,
    62 #poststuff .inside label.deleted {
    63     color: red;
    64 }
    65 
    66 #poststuff .inside label.waiting {
    67     color: orange;
    68 }
    69 
    70 #poststuff .inside label.approved {
    71     color: green;
    72 }
    73 
    74 #postcustomstuff table {
    75     border-color: #dfdfdf;
    76     background-color: #F9F9F9;
    77 }
    78 
    79 #postcustomstuff thead th {
    80     background-color: #F1F1F1;
    81 }
    82 
    83 #postcustomstuff table input,
    84 #postcustomstuff table textarea {
    85     border-color: #dfdfdf;
    86     background-color: #fff;
    87 }
    88 
    89 .widefat {
    90     border-color: #dfdfdf;
    91     background-color: #fff;
    92 }
    93 
    94 div.dashboard-widget-error {
    95     background-color: #c43;
    96 }
    97 
    98 div.dashboard-widget-notice {
    99     background-color: #cfe1ef;
    100 }
    101 
    102 div.dashboard-widget-submit {
    103     border-top-color: #ccc;
    104 }
    105 
    106 div.tabs-panel,
    107 ul#category-tabs li.tabs {
    108     border-color: #dfdfdf;
    109 }
    110 
    111 ul#category-tabs li.tabs {
    112     background-color: #f1f1f1;
    113 }
    114 
    115 input.disabled,
    116 textarea.disabled {
    117     background-color: #ccc;
    118 }
    119 /* #upload-menu li a.upload-tab-link, */
    120 .login #backtoblog a:hover,
    121 #plugin-information .action-button a,
    122 #plugin-information .action-button a:hover,
    123 #plugin-information .action-button a:visited {
    124     color: #fff;
    125 }
    126 
    127 .widget .widget-top,
    128 .postbox h3,
    129 .stuffbox h3 {
    130     background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;
    131     text-shadow: #fff 0 1px 0;
    132 }
    133 
    134 .form-table th,
    135 .form-wrap label {
    136     color: #222;
    137     text-shadow: #fff 0 1px 0;
    138 }
    139 
    140 .description,
    141 .form-wrap p {
    142     color: #666;
    143 }
    144 
    145 strong .post-com-count span {
    146     background-color: #21759b;
    147 }
    148 
    149 .sorthelper {
    150     background-color: #ccf3fa;
    151 }
    152 
    153 .ac_match,
    154 .subsubsub a.current {
    155     color: #000;
    156 }
    157 
    158 .wrap h2 {
    159     color: #464646;
    160 }
    161 
    162 .ac_over {
    163     background-color: #f0f0b8;
    164 }
    165 
    166 .ac_results {
    167     background-color: #fff;
    168     border-color: #808080;
    169 }
    170 
    171 .ac_results li {
    172     color: #101010;
    173 }
    174 
    175 .alternate,
    176 .alt {
    177     background-color: #f9f9f9;
    178 }
    179 
    180 .available-theme a.screenshot {
    181     background-color: #f1f1f1;
    182     border-color: #ddd;
    183 }
    184 
    185 .bar {
    186     background-color: #e8e8e8;
    187     border-right-color: #99d;
    188 }
    189 
    190 #media-upload {
    191     background: #fff;
    192 }
    193 
    194 #media-upload .slidetoggle {
    195     border-top-color: #dfdfdf;
    196 }
    197 
    198 .error,
    199 #login #login_error {
    200     background-color: #ffebe8;
    201     border-color: #c00;
    202 }
    203 
    204 .error a {
    205     color: #c00;
    206 }
    207 
    208 .form-invalid {
    209     background-color: #ffebe8 !important;
    210 }
    211 
    212 .form-invalid input {
    213     border-color: #c00 !important;
    214 }
    215 
    216 .submit {
    217     border-color: #DFDFDF;
    218 }
    219 
    220 .highlight {
    221     background-color: #e4f2fd;
    222     color: #d54e21;
    223 }
    224 
    225 .howto,
    226 .nonessential,
    227 #edit-slug-box,
    228 .form-input-tip,
    229 .rss-widget span.rss-date,
    230 .subsubsub {
    231     color: #666;
    232 }
    233 
    234 .media-item {
    235     border-bottom-color: #dfdfdf;
    236 }
    237 
    238 #wpbody-content #media-items .describe {
    239     border-top-color: #dfdfdf;
    240 }
    241 
    242 .describe input[type="text"],
    243 .describe textarea {
    244     border-color: #dfdfdf;
    245 }
    246 
    247 .media-upload-form label.form-help,
    248 td.help {
    249     color: #9a9a9a;
    250 }
    251 
    252 .post-com-count {
    253     background-image: url(../images/bubble_bg.gif);
    254     color: #fff;
    255 }
    256 
    257 .post-com-count span {
    258     background-color: #bbb;
    259     color: #fff;
    260 }
    261 
    262 .post-com-count:hover span {
    263     background-color: #d54e21;
    264 }
    265 
    266 .quicktags, .search {
    267     background-color: #ccc;
    268     color: #000;
    269 }
    270 
    271 .side-info h5 {
    272     border-bottom-color: #dadada;
    273 }
    274 
    275 .side-info ul {
    276     color: #666;
    277 }
    278 
    279 .button,
    280 .button-secondary,
    281 .submit input,
    282 input[type=button],
    283 input[type=submit] {
    284     border-color: #bbb;
    285     color: #464646;
    286 }
    287 
    288 .button:hover,
    289 .button-secondary:hover,
    290 .submit input:hover,
    291 input[type=button]:hover,
    292 input[type=submit]:hover {
    293     color: #000;
    294     border-color: #666;
    295 }
    296 
    297 .button,
    298 .submit input,
    299 .button-secondary {
    300     background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
    301 }
    302 
    303 .button:active,
    304 .submit input:active,
    305 .button-secondary:active {
    306     background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
    307 }
    308 
    309 .button-primary,
    310 .submit .button-primary,
    311 #login form .submit input {
    312     border-color: #298cba !important;
    313     font-weight: bold;
    314     color: #FFF !important;
    315     background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
    316 }
    317 
    318 .button-primary:active,
    319 #login form .submit input:active {
    320     background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
    321 }
    322 
    323 .button[disabled],
    324 .button:disabled,
    325 .button-secondary[disabled],
    326 .button-secondary:disabled,
    327 a.button.disabled {
    328     color: #ccc !important;
    329     border-color: #ccc;
    330 }
    331 
    332 .button-primary[disabled],
    333 .button-primary:disabled {
    334     color: #2fa0d5 !important;
    335 }
    336 
    337 a:active,
    338 a:focus {
    339     color: #d54e21;
    340 }
    341 
    342 a:hover,
    343 #wphead #viewsite a:hover,
    344 #adminmenu a:hover,
    345 #adminmenu ul.wp-submenu a:hover,
    346 #the-comment-list .comment a:hover,
    347 #rightnow a:hover,
    348 #login form .submit input:hover,
    349 #media-upload a.del-link:hover,
    350 div.dashboard-widget-submit input:hover,
    351 .subsubsub a:hover,
    352 .subsubsub a.current:hover,
    353 .ui-tabs-nav a:hover,
    354 .plugins .inactive a:hover,
    355 #all-plugins-table .plugins .inactive a:hover,
    356 #search-plugins-table .plugins .inactive a:hover {
    357     color: #d54e21;
    358 }
    359 
    360 #the-comment-list .comment-item,
    361 #dashboard-widgets #dashboard_quick_press form p.submit {
    362     border-color: #dfdfdf;
    363 }
    364 
    365 .button-primary:hover,
    366 #login form .submit input:hover {
    367     border-color: #13455b !important;
    368     color: #EAF2FA !important;
    369 }
    370 
    371 #side-sortables #category-tabs .tabs a {
    372     color: #333;
    373 }
    374 
    375 #rightnow .rbutton {
    376     background-color: #ebebeb;
    377     color: #264761;
    378 }
    379 
    380 .submitbox .submit {
    381     background-color: #464646;
    382     color: #ccc;
    383 }
    384 
    385 .plugins a.delete:hover,
    386 #all-plugins-table .plugins a.delete:hover,
    387 #search-plugins-table .plugins a.delete:hover,
    388 .submitbox .submitdelete,
    389 a.delete {
    390     color: #f00;
    391     border-bottom-color: #f00;
    392 }
    393 
    394 .submitbox .submitdelete:hover,
    395 #media-items a.delete:hover {
    396     color: #fff;
    397     background-color: #f00;
    398     border-bottom-color: #f00;
    399 }
    400 
    401 #normal-sortables .submitbox .submitdelete:hover {
    402     color: #000;
    403     background-color: #f00;
    404     border-bottom-color: #f00;
    405 }
    406 
    407 .tablenav .dots {
    408     border-color: transparent;
    409 }
    410 
    411 .tablenav .next,
    412 .tablenav .prev {
    413     border-color: transparent;
    414     color: #21759b;
    415 }
    416 
    417 .tablenav .next:hover,
    418 .tablenav .prev:hover {
    419     border-color: transparent;
    420     color: #d54e21;
    421 }
    422 
    423 .updated,
    424 .login #login_error,
    425 .login .message {
    426     background-color: #ffffe0;
    427     border-color: #e6db55;
    428 }
    429 
    430 .update-message {
    431     color: #000000;
    432 }
    433 
    434 a.page-numbers {
    435     border-bottom-color: #B8D3E2;
    436 }
    437 
    438 .commentlist li {
    439     border-bottom-color: #ccc;
    440 }
    441 
    442 .widefat td,
    443 .widefat th,
    444 #install-plugins .plugins td,
    445 #install-plugins .plugins th {
    446     border-color: #dfdfdf;
    447 }
    448 
    449 .widefat th {
    450     text-shadow: rgba(255,255,255,0.8) 0 1px 0;
    451 }
    452 
    453 .widefat thead tr th,
    454 .widefat tfoot tr th,
    455 h3.dashboard-widget-title,
    456 h3.dashboard-widget-title span,
    457 h3.dashboard-widget-title small,
    458 .find-box-head {
    459     color: #333;
    460     background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
    461 }
    462 
    463 h3.dashboard-widget-title small a {
    464     color: #d7d7d7;
    465 }
    466 
    467 h3.dashboard-widget-title small a:hover {
    468     color: #fff;
    469 }
    470 
    471 a,
    472 #adminmenu a,
    473 #poststuff #edButtonPreview,
    474 #poststuff #edButtonHTML,
    475 #the-comment-list p.comment-author strong a,
    476 #media-upload a.del-link,
    477 #media-items a.delete,
    478 .plugins a.delete,
    479 .ui-tabs-nav a {
    480     color: #21759b;
    481 }
    482 
    483 /* Because we don't want visited on these links */
    484 body.press-this .tabs a,
    485 body.press-this .tabs a:hover {
    486     background-color: #fff;
    487     border-color: #c6d9e9;
    488     border-bottom-color: #fff;
    489     color: #d54e21;
    490 }
    491 
    492 #adminmenu #awaiting-mod,
    493 #adminmenu .update-plugins,
    494 #sidemenu a .update-plugins,
    495 #rightnow .reallynow,
    496 #plugin-information .action-button {
    497     background-color: #d54e21;
    498     color: #fff;
    499 }
    500 
    501 #adminmenu li a:hover #awaiting-mod,
    502 #adminmenu li a:hover .update-plugins,
    503 #sidemenu li a:hover .update-plugins {
    504     background-color: #264761;
    505     color: #fff;
    506 }
    507 
    508 #adminmenu li.current a #awaiting-mod,
    509 #adminmenu li.current a .update-plugins,
    510 #adminmenu li.wp-has-current-submenu a .update-plugins,
    511 #adminmenu li.wp-has-current-submenu a .update-plugins {
    512     background-color: #ddd;
    513     color: #000;
    514     text-shadow: none;
    515     -moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    516     -khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    517     -webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    518     box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    519 }
    520 
    521 #adminmenu li.current a:hover #awaiting-mod,
    522 #adminmenu li.current a:hover .update-plugins,
    523 #adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,
    524 #adminmenu li.wp-has-current-submenu a:hover .update-plugins {
    525     background-color: #264761;
    526     color: #fff;
    527 }
    528 
    529 div#media-upload-header,
    530 div#plugin-information-header {
    531     background-color: #f9f9f9;
    532     border-bottom-color: #dfdfdf;
    533 }
    534 
    535 #currenttheme img {
    536     border-color: #666;
    537 }
    538 
    539 #dashboard_secondary div.dashboard-widget-content ul li a {
    540     background-color: #f9f9f9;
    541 }
    542 
    543 input.readonly, textarea.readonly {
    544     background-color: #ddd;
    545 }
    546 
    547 #ed_toolbar input,
    548 #ed_reply_toolbar input {
    549     background: #fff url("../images/fade-butt.png") repeat-x 0 -2px;
    550 }
    551 
    552 #editable-post-name {
    553     background-color: #fffbcc;
    554 }
    555 
    556 #edit-slug-box strong,
    557 .tablenav .displaying-num,
    558 #submitted-on {
    559     color: #777;
    560 }
    561 
    562 .login #nav a {
    563     color: #21759b !important;
    564 }
    565 
    566 .login #nav a:hover {
    567     color: #d54e21 !important;
    568 }
    569 
    570 #footer,
    571 #footer-upgrade {
    572     background: #464646;
    573     color: #999;
    574 }
    575 
    576 #media-items {
    577     border-color: #dfdfdf;
    578 }
    579 
    580 .checkbox,
    581 .side-info,
    582 .plugins tr,
    583 #your-profile #rich_editing {
    584     background-color: #fff;
    585 }
    586 
    587 .plugins .inactive,
    588 .plugins .inactive th,
    589 .plugins .inactive td,
    590 tr.inactive + tr.plugin-update-tr .plugin-update {
    591     background-color: #eee;
    592 }
    593 
    594 .plugin-update-tr .update-message {
    595     background-color: #fffbe4;
    596     border-color: #dfdfdf;
    597 }
    598 
    599 .plugins .active,
    600 .plugins .active th,
    601 .plugins .active td {
    602     color: #000;
    603 }
    604 
    605 .plugins .inactive a {
    606     color: #557799;     
    607 }
    608 
    609 #the-comment-list .unapproved,
    610 #the-comment-list .unapproved th,
    611 #the-comment-list .unapproved td {
    612     background-color: #ffffe0;
    613 }
    614 
    615 #the-comment-list .approve a {
    616     color: #006505;
    617 }
    618 
    619 #the-comment-list .unapprove a {
    620     color: #d98500;
    621 }
    622 
    623 #the-comment-list .delete a {
    624     color: #bc0b0b;
    625 }
    626 
    627 .widget,
    628 #widget-list .widget-top,
    629 .postbox,
    630 #titlediv,
    631 #poststuff .postarea,
    632 .stuffbox {
    633     border-color: #dfdfdf;
    634 }
    635 
    636 .widget,
    637 .postbox {
    638     background-color: #fff;
    639 }
    640 
    641 .ui-sortable .postbox h3 {
    642     color: #464646;
    643 }
    644 
    645 .widget .widget-top,
    646 .ui-sortable .postbox h3:hover {
    647     color: #000;
    648 }
    649 
    650 .curtime #timestamp {
    651     background-image: url(../images/date-button.gif);
    652 }
    653 
    654 #quicktags #ed_link {
    655     color: #00f;
    656 }
    657 
    658 #rightnow .youhave {
    659     background-color: #f0f6fb;
    660 }
    661 
    662 #rightnow a {
    663     color: #448abd;
    664 }
    665 
    666 .tagchecklist span a,
    667 #bulk-titles div a {
    668     background: url(../images/xit.gif) no-repeat;
    669 }
    670 
    671 .tagchecklist span a:hover,
    672 #bulk-titles div a:hover {
    673     background: url(../images/xit.gif) no-repeat -10px 0;
    674 }
    675 
    676 #update-nag {
    677     background-color: #fffeeb;
    678     border-color: #ccc;
    679     color: #555;
    680 }
    681 
    682 .login #backtoblog a {
    683     color: #ccc;
    684 }
    685 
    686 #wphead {
    687     background-color: #464646;
    688 }
    689 
    690 body.login {
    691     border-top-color: #464646;
    692 }
    693 
    694 #wphead h1 a {
    695     color: #fff;
    696 }
    697 
    698 #login form input {
    699     color: #555;
    700 }
    701 
    702 #user_info {
    703     color: #999;
    704 }
    705 
    706 #user_info a:link,
    707 #user_info a:visited,
    708 #footer a:link,
    709 #footer a:visited {
    710     color: #ccc;
    711     text-decoration: none;
    712 }
    713 
    714 #user_info a:hover,
    715 #footer a:hover {
    716     color: #fff;
    717     text-decoration: underline !important;
    718 }
    719 
    720 #user_info a:active,
    721 #footer a:active {
    722     color: #ccc !important;
    723 }
    724 
    725 div#media-upload-error,
    726 .file-error,
    727 abbr.required,
    728 .widget-control-remove:hover,
    729 .delete a:hover {
    730     color: #f00;
    731 }
    732 
    733 #pass-strength-result {
    734     background-color: #eee;
    735     border-color: #ddd !important;
    736 }
    737 
    738 #pass-strength-result.bad {
    739     background-color: #ffb78c;
    740     border-color: #ff853c !important;
    741 }
    742 
    743 #pass-strength-result.good {
    744     background-color: #ffec8b;
    745     border-color: #fc0 !important;
    746 }
    747 
    748 #pass-strength-result.short {
    749     background-color: #ffa0a0;
    750     border-color: #f04040 !important;
    751 }
    752 
    753 #pass-strength-result.strong {
    754     background-color: #c3ff88;
    755     border-color: #8dff1c !important;
    756 }
    757 
    758 /* editors */
    759 #quicktags {
    760     border-color: #dfdfdf;
    761     background-color: #dfdfdf;
    762 }
    763 
    764 #ed_toolbar input {
    765     border-color: #C3C3C3;
    766 }
    767 
    768 #ed_toolbar input:hover {
    769     border-color: #aaa;
    770     background: #ddd;
    771 }
    772 
    773 #poststuff .wp_themeSkin .mceStatusbar {
    774     border-color: #EDEDED;
    775 }
    776 
    777 #poststuff #edButtonPreview,
    778 #poststuff #edButtonHTML {
    779     background-color: #f1f1f1;
    780     border-color: #dfdfdf;
    781     color: #999;
    782 }
    783 
    784 #poststuff #editor-toolbar .active {
    785     border-bottom-color: #e9e9e9;
    786     background-color: #e9e9e9;
    787     color: #333;
    788 }
    789 
    790 /* TinyMCE */
    791 #post-status-info {
    792     background-color: #EDEDED;
    793 }
    794 
    795 .wp_themeSkin *,
    796 .wp_themeSkin a:hover,
    797 .wp_themeSkin a:link,
    798 .wp_themeSkin a:visited,
    799 .wp_themeSkin a:active {
    800      color: #000;
    801 }
    802 
    803 /* Containers */
    804 .wp_themeSkin iframe {
    805     background: #fff;
    806 }
    807 
    808 /* Layout */
    809 .wp_themeSkin .mceStatusbar {
    810     color: #000;
    811     background-color: #f5f5f5;
    812 }
    813 
    814 /* Button */
    815 .wp_themeSkin .mceButton {
    816     background-color: #e9e8e8;
    817     border-color: #B2B2B2;
    818 }
    819 
    820 .wp_themeSkin a.mceButtonEnabled:hover,
    821 .wp_themeSkin a.mceButtonActive,
    822 .wp_themeSkin a.mceButtonSelected {
    823     background-color: #d5d5d5;
    824     border-color: #777 !important;
    825 }
    826 
    827 .wp_themeSkin .mceButtonDisabled {
    828     border-color: #ccc !important;
    829 }
    830 
    831 /* ListBox */
    832 .wp_themeSkin .mceListBox .mceText,
    833 .wp_themeSkin .mceListBox .mceOpen  {
    834     border-color: #B2B2B2;
    835     background-color: #d5d5d5;
    836 }
    837 
    838 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
    839 .wp_themeSkin .mceListBoxHover .mceOpen,
    840 .wp_themeSkin .mceListBoxSelected .mceOpen,
    841 .wp_themeSkin .mceListBoxSelected .mceText {
    842     border-color: #777 !important;
    843     background-color: #d5d5d5;
    844 }
    845 
    846 .wp_themeSkin table.mceListBoxEnabled:hover .mceText,
    847 .wp_themeSkin .mceListBoxHover .mceText {
    848     border-color: #777 !important;
    849 }
    850 
    851 .wp_themeSkin select.mceListBox {
    852     border-color: #B2B2B2;
    853     background-color: #fff;
    854 }
    855 
    856 /* SplitButton */
    857 .wp_themeSkin .mceSplitButton a.mceAction,
    858 .wp_themeSkin .mceSplitButton a.mceOpen {
    859     border-color: #B2B2B2;
    860 }
    861 
    862 .wp_themeSkin .mceSplitButton a.mceOpen:hover,
    863 .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
    864 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
    865 .wp_themeSkin .mceSplitButton a.mceAction:hover {
    866     background-color: #d5d5d5;
    867     border-color: #777 !important;
    868 }
    869 
    870 .wp_themeSkin .mceSplitButtonActive {
    871     background-color: #B2B2B2;
    872 }
    873 
    874 /* ColorSplitButton */
    875 .wp_themeSkin div.mceColorSplitMenu table {
    876     background-color: #ebebeb;
    877     border-color: #B2B2B2;
    878 }
    879 
    880 .wp_themeSkin .mceColorSplitMenu a {
    881     border-color: #B2B2B2;
    882 }
    883 
    884 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
    885     border-color: #fff;
    886 }
    887 
    888 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
    889     border-color: #0A246A;
    890     background-color: #B6BDD2;
    891 }
    892 
    893 .wp_themeSkin a.mceMoreColors:hover {
    894     border-color: #0A246A;
    895 }
    896 
    897 /* Menu */
    898 .wp_themeSkin .mceMenu {
    899     border-color: #ddd;
    900 }
    901 
    902 .wp_themeSkin .mceMenu table {
    903     background-color: #ebeaeb;
    904 }
    905 
    906 .wp_themeSkin .mceMenu .mceText {
    907     color: #000;
    908 }
    909 
    910 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
    911 .wp_themeSkin .mceMenu .mceMenuItemActive {
    912     background-color: #f5f5f5;
    913 }
    914 .wp_themeSkin td.mceMenuItemSeparator {
    915     background-color: #aaa;
    916 }
    917 .wp_themeSkin .mceMenuItemTitle a {
    918     background-color: #ccc;
    919     border-bottom-color: #aaa;
    920 }
    921 .wp_themeSkin .mceMenuItemTitle span.mceText {
    922     color: #000;
    923 }
    924 .wp_themeSkin .mceMenuItemDisabled .mceText {
    925     color: #888;
    926 }
    927 
    928 .wp_themeSkin tr.mceFirst td.mceToolbar {
    929     background: #dfdfdf url("../images/ed-bg.gif") repeat-x scroll left top;
    930     border-color: #dfdfdf;
    931 }
    932 
    933 .wp-admin #mceModalBlocker {
    934     background: #000;
    935 }
    936 
    937 .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
    938     background: #444444;
    939     border-left: 1px solid #999;
    940     border-top: 1px solid #999;
    941     -moz-border-radius: 4px 0 0 0;
    942     -webkit-border-top-left-radius: 4px;
    943     -khtml-border-top-left-radius: 4px;
    944     border-top-left-radius: 4px;
    945 }
    946 
    947 .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
    948     background: #444444;
    949     border-right: 1px solid #999;
    950     border-top: 1px solid #999;
    951     border-top-right-radius: 4px;
    952     -khtml-border-top-right-radius: 4px;
    953     -webkit-border-top-right-radius: 4px;
    954     -moz-border-radius: 0 4px 0 0;
    955 }
    956 
    957 .wp-admin .clearlooks2 .mceMiddle .mceLeft {
    958     background: #f1f1f1;
    959     border-left: 1px solid #999;
    960 }
    961 
    962 .wp-admin .clearlooks2 .mceMiddle .mceRight {
    963     background: #f1f1f1;
    964     border-right: 1px solid #999;
    965 }
    966 
    967 .wp-admin .clearlooks2 .mceBottom {
    968     background: #f1f1f1;
    969     border-bottom: 1px solid #999;
    970 }
    971 
    972 .wp-admin .clearlooks2 .mceBottom .mceLeft {
    973     background: #f1f1f1;
    974     border-bottom: 1px solid #999;
    975     border-left: 1px solid #999;
    976 }
    977 
    978 .wp-admin .clearlooks2 .mceBottom .mceCenter {
    979     background: #f1f1f1;
    980     border-bottom: 1px solid #999;
    981 }
    982 
    983 .wp-admin .clearlooks2 .mceBottom .mceRight {
    984     background: #f1f1f1;
    985     border-bottom: 1px solid #999;
    986     border-right: 1px solid #999;
    987 }
    988 
    989 .wp-admin .clearlooks2 .mceFocus .mceTop span {
    990     color: #e5e5e5;
    991 }
    992 /* end TinyMCE */
    993 
    994 #editorcontainer,
    995 #post-status-info,
    996 #titlediv #title,
    997 .editwidget .widget-inside {
    998     border-color: #dfdfdf;
    999 }
    1000 
    1001 #titlediv #title {
    1002     background-color: #fff;
    1003 }
    1004 
    1005 #tTips p#tTips_inside {
    1006     background-color: #ddd;
    1007     color: #333;
    1008 }
    1009 
    1010 #timestampdiv input,
    1011 #namediv input,
    1012 #poststuff .inside .the-tagcloud {
    1013     border-color: #ddd;
    1014 }
    1015 
    1016 /* menu */
    1017 #adminmenu * {
    1018     border-color: #e3e3e3;
    1019 }
    1020 
    1021 #adminmenu li.wp-menu-separator {
    1022     background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
    1023 }
    1024 
    1025 .folded #adminmenu li.wp-menu-separator {
    1026     background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
    1027 }
    1028 
    1029 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
    1030 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
    1031     background: transparent url(../images/menu-bits.gif) no-repeat scroll left -207px;
    1032 }
    1033 
    1034 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
    1035 #adminmenu .wp-menu-open .wp-menu-toggle {
    1036     background: transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;
    1037 }
    1038 
    1039 #adminmenu a.menu-top {
    1040     background: #f1f1f1 url(../images/menu-bits.gif) repeat-x scroll left -379px;
    1041 }
    1042 
    1043 #adminmenu .wp-submenu a {
    1044     background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
    1045 }
    1046 
    1047 #adminmenu .wp-has-current-submenu ul li a {
    1048     background: none;
    1049 }
    1050 
    1051 #adminmenu .wp-has-current-submenu ul li a.current {
    1052     background: url(../images/menu-dark.gif) top left no-repeat !important;
    1053 }
    1054 
    1055 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
    1056 #adminmenu .menu-top .current {
    1057     background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x;
    1058     border-color: #6d6d6d;
    1059     color: #fff;
    1060     text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    1061 }
    1062 
    1063 #adminmenu li.wp-has-current-submenu .wp-submenu,
    1064 #adminmenu li.wp-has-current-submenu ul li a {
    1065     border-color: #aaa !important;
    1066 }
    1067 
    1068 #adminmenu li.wp-has-current-submenu ul li a {
    1069     background: url(../images/menu-dark.gif) bottom left no-repeat !important;
    1070 }
    1071 
    1072 #adminmenu li.wp-has-current-submenu ul {
    1073     border-bottom-color: #aaa;
    1074 }
    1075 
    1076 #adminmenu li.menu-top .current:hover {
    1077     border-color: #B5B5B5;
    1078 }
    1079 
    1080 #adminmenu .wp-submenu .current a.current {
    1081     background: transparent url(../images/menu-bits.gif) no-repeat scroll  0 -289px;
    1082 }
    1083 
    1084 #adminmenu .wp-submenu a:hover {
    1085     background-color: #EAF2FA !important;
    1086     color: #333 !important;
    1087 }
    1088 
    1089 #adminmenu .wp-submenu li.current,
    1090 #adminmenu .wp-submenu li.current a,
    1091 #adminmenu .wp-submenu li.current a:hover {
    1092     color: #333;
    1093     background-color: #f5f5f5;
    1094     background-image: none;
    1095     border-color: #e3e3e3;
    1096     text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    1097 }
    1098 
    1099 #adminmenu .wp-submenu ul {
    1100     background-color: #fff;
    1101 }
    1102 
    1103 .folded #adminmenu li.menu-top,
    1104 #adminmenu .wp-submenu .wp-submenu-head {
    1105     background-color: #F1F1F1;
    1106 }
    1107 
    1108 .folded #adminmenu li.wp-has-current-submenu,
    1109 .folded #adminmenu li.menu-top.current {
    1110     background-color: #e6e6e6;
    1111 }
    1112 
    1113 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
    1114     background-color: #EAEAEA;
    1115     border-color: #aaa;
    1116 }
    1117 
    1118 #adminmenu div.wp-submenu {
    1119     background-color: transparent;
    1120 }
    1121 
    1122 /* menu icons */
    1123 #adminmenu #menu-dashboard div.wp-menu-image {
    1124     background: transparent url("../images/menu.png") no-repeat scroll -61px -33px;
    1125 }
    1126 
    1127 #adminmenu #menu-dashboard:hover div.wp-menu-image,
    1128 #adminmenu  #menu-dashboard.wp-has-current-submenu div.wp-menu-image,
    1129 #adminmenu  #menu-dashboard.current div.wp-menu-image {
    1130     background: transparent url("../images/menu.png") no-repeat scroll -61px -1px;
    1131 }
    1132 
    1133 #adminmenu #menu-posts div.wp-menu-image {
    1134     background: transparent url("../images/menu.png") no-repeat scroll -272px -33px;
    1135 }
    1136 
    1137 #adminmenu #menu-posts:hover div.wp-menu-image,
    1138 #adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image {
    1139     background: transparent url("../images/menu.png") no-repeat scroll -272px -1px;
    1140 }
    1141 
    1142 #adminmenu #menu-media div.wp-menu-image {
    1143     background: transparent url("../images/menu.png") no-repeat scroll -121px -33px;
    1144 }
    1145 
    1146 #adminmenu #menu-media:hover div.wp-menu-image,
    1147 #adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image {
    1148     background: transparent url("../images/menu.png") no-repeat scroll -121px -1px;
    1149 }
    1150 
    1151 #adminmenu #menu-links div.wp-menu-image {
    1152     background: transparent url("../images/menu.png") no-repeat scroll -91px -33px;
    1153 }
    1154 
    1155 #adminmenu #menu-links:hover div.wp-menu-image,
    1156 #adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image {
    1157     background: transparent url("../images/menu.png") no-repeat scroll -91px -1px;
    1158 }
    1159 
    1160 #adminmenu #menu-pages div.wp-menu-image {
    1161     background: transparent url("../images/menu.png") no-repeat scroll -151px -33px;
    1162 }
    1163 
    1164 #adminmenu #menu-pages:hover div.wp-menu-image,
    1165 #adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image {
    1166     background: transparent url("../images/menu.png") no-repeat scroll -151px -1px;
    1167 }
    1168 
    1169 #adminmenu #menu-comments div.wp-menu-image {
    1170     background: transparent url("../images/menu.png") no-repeat scroll -31px -33px;
    1171 }
    1172 
    1173 #adminmenu #menu-comments:hover div.wp-menu-image,
    1174 #adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,
    1175 #adminmenu #menu-comments.current div.wp-menu-image {
    1176     background: transparent url("../images/menu.png") no-repeat scroll -31px -1px;
    1177 }
    1178 
    1179 #adminmenu #menu-appearance div.wp-menu-image {
    1180     background: transparent url("../images/menu.png") no-repeat scroll -1px -33px;
    1181 }
    1182 
    1183 #adminmenu #menu-appearance:hover div.wp-menu-image,
    1184 #adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image {
    1185     background: transparent url("../images/menu.png") no-repeat scroll -1px -1px;
    1186 }
    1187 
    1188 #adminmenu #menu-plugins div.wp-menu-image {
    1189     background: transparent url("../images/menu.png") no-repeat scroll -181px -33px;
    1190 }
    1191 
    1192 #adminmenu #menu-plugins:hover div.wp-menu-image,
    1193 #adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image {
    1194     background: transparent url("../images/menu.png") no-repeat scroll -181px -1px;
    1195 }
    1196 
    1197 #adminmenu #menu-users div.wp-menu-image {
    1198     background: transparent url("../images/menu.png") no-repeat scroll -301px -33px;
    1199 }
    1200 
    1201 #adminmenu #menu-users:hover div.wp-menu-image,
    1202 #adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image {
    1203     background: transparent url("../images/menu.png") no-repeat scroll -301px -1px;
    1204 }
    1205 
    1206 #adminmenu #menu-tools div.wp-menu-image {
    1207     background: transparent url("../images/menu.png") no-repeat scroll -211px -33px;
    1208 }
    1209 
    1210 #adminmenu #menu-tools:hover div.wp-menu-image,
    1211 #adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image {
    1212     background: transparent url("../images/menu.png") no-repeat scroll -211px -1px;
    1213 }
    1214 
    1215 #adminmenu #menu-settings div.wp-menu-image {
    1216     background: transparent url("../images/menu.png") no-repeat scroll -241px -33px;
    1217 }
    1218 
    1219 #adminmenu #menu-settings:hover div.wp-menu-image,
    1220 #adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image {
    1221     background: transparent url("../images/menu.png") no-repeat scroll -241px -1px;
    1222 }
    1223 /* end menu */
    1224 
    1225 
    1226 /* Diff */
    1227 table.diff .diff-deletedline {
    1228     background-color: #ffdddd;
    1229 }
    1230 
    1231 table.diff .diff-deletedline del {
    1232     background-color: #ff9999;
    1233 }
    1234 
    1235 table.diff .diff-addedline {
    1236     background-color: #ddffdd;
    1237 }
    1238 
    1239 table.diff .diff-addedline ins {
    1240     background-color: #99ff99;
    1241 }
    1242 
    1243 #att-info {
    1244     background-color: #E4F2FD;
    1245 }
    1246 
    1247 /* edit image */
    1248 #sidemenu a {
    1249     background-color: #f9f9f9;
    1250     border-color: #f9f9f9;
    1251     border-bottom-color: #dfdfdf;
    1252 }
    1253 
    1254 #sidemenu a.current {
    1255     background-color: #fff;
    1256     border-color: #dfdfdf #dfdfdf #fff;
    1257     color: #D54E21;
    1258 }
    1259 
    1260 #screen-options-wrap,
    1261 #contextual-help-wrap {
    1262     background-color: #f1f1f1;
    1263     border-color: #dfdfdf;
    1264 }
    1265 
    1266 #screen-meta-links a.show-settings {
    1267     color: #606060;
    1268 }
    1269 
    1270 #screen-meta-links a.show-settings:hover {
    1271     color: #000;
    1272 }
    1273 
    1274 #replysubmit {
    1275     background-color: #f1f1f1;
    1276     border-top-color: #ddd;
    1277 }
    1278 
    1279 #replyerror {
    1280     border-color: #ddd;
    1281     background-color: #f9f9f9;
    1282 }
    1283 
    1284 #edithead,
    1285 #replyhead {
    1286     background-color: #f1f1f1;
    1287 }
    1288 
    1289 #ed_reply_toolbar {
    1290     background-color: #e9e9e9;
    1291 }
    1292 
    1293 /* table vim shortcuts */
    1294 .vim-current,
    1295 .vim-current th,
    1296 .vim-current td {
    1297     background-color: #E4F2FD !important;
    1298 }
    1299 
    1300 /* Install Plugins */
    1301 .star-average,
    1302 .star.star-rating {
    1303     background-color: #fc0;
    1304 }
    1305 
    1306 div.star.select:hover {
    1307     background-color: #d00;
    1308 }
    1309 
    1310 #plugin-information .fyi ul {
    1311     background-color: #eaf3fa;
    1312 }
    1313 
    1314 #plugin-information .fyi h2.mainheader {
    1315     background-color: #cee1ef;
    1316 }
    1317 
    1318 #plugin-information pre,
    1319 #plugin-information code {
    1320     background-color: #ededff;
    1321 }
    1322 
    1323 #plugin-information pre {
    1324     border: 1px solid #ccc;
    1325 }
    1326 
    1327 /* inline editor */
    1328 .inline-edit-row fieldset input[type="text"],
    1329 .inline-edit-row fieldset textarea,
    1330 #bulk-titles,
    1331 #replyrow input {
    1332     border-color: #ddd;
    1333 }
    1334 
    1335 .inline-editor div.title {
    1336     background-color: #EAF3FA;
    1337 }
    1338 
    1339 .inline-editor ul.cat-checklist {
    1340     background-color: #FFFFFF;
    1341     border-color: #ddd;
    1342 }
    1343 
    1344 .inline-editor .categories .catshow,
    1345 .inline-editor .categories .cathide {
    1346     color: #21759b;
    1347 }
    1348 
    1349 .inline-editor .quick-edit-save {
    1350     background-color: #f1f1f1;
    1351 }
    1352 
    1353 #replyrow #ed_reply_toolbar input:hover {
    1354     border-color: #aaa;
    1355     background: #ddd;
    1356 }
    1357 
    1358 fieldset.inline-edit-col-right .inline-edit-col {
    1359     border-color: #dfdfdf;
    1360 }
    1361 
    1362 .attention {
    1363     color: #D54E21;
    1364 }
    1365 
    1366 .meta-box-sortables .postbox:hover .handlediv {
    1367     background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
    1368 }
    1369 
    1370 #major-publishing-actions {
    1371     background: #eaf2fa;
    1372 }
    1373 
    1374 .tablenav .tablenav-pages {
    1375     color: #555;
    1376 }
    1377 
    1378 .tablenav .tablenav-pages a {
    1379     border-color: #e3e3e3;
    1380     background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
    1381 }
    1382 
    1383 .tablenav .tablenav-pages a:hover {
    1384     color: #d54e21;
    1385     border-color: #d54321;
    1386 }
    1387 
    1388 .tablenav .tablenav-pages a:active {
    1389     color: #fff !important;
    1390 }
    1391 
    1392 .tablenav .tablenav-pages .current {
    1393     background: #dfdfdf;
    1394     border-color: #d3d3d3;
    1395 }
    1396 
    1397 #availablethemes,
    1398 #availablethemes td {
    1399     border-color: #ddd;
    1400 }
    1401 
    1402 #current-theme img {
    1403     border-color: #999;
    1404 }
    1405 
    1406 #TB_window #TB_title a.tb-theme-preview-link,
    1407 #TB_window #TB_title a.tb-theme-preview-link:visited {
    1408     color: #999;
    1409 }
    1410 
    1411 #TB_window #TB_title a.tb-theme-preview-link:hover,
    1412 #TB_window #TB_title a.tb-theme-preview-link:focus {
    1413     color: #ccc;
    1414 }
    1415 
    1416 .misc-pub-section {
    1417     border-bottom-color: #eee;
    1418 }
    1419 
    1420 #minor-publishing {
    1421     border-bottom-color: #ddd;
    1422 }
    1423 
    1424 #post-body .misc-pub-section {
    1425     border-right-color: #eee;
    1426 }
    1427 
    1428 .post-com-count span {
    1429     background-color: #bbb;
    1430 }
    1431 
    1432 .form-table .color-palette td {
    1433     border-color: #fff;
    1434 }
    1435 
    1436 .sortable-placeholder {
    1437     border-color: #bbb;
    1438     background-color: #f5f5f5;
    1439 }
    1440 
    1441 #post-body ul#category-tabs li.tabs a {
    1442     color: #333;
    1443 }
    1444 
    1445 #wp_editimgbtn,
    1446 #wp_delimgbtn,
    1447 #wp_editgallery,
    1448 #wp_delgallery {
    1449     border-color: #999;
    1450     background-color: #eee;
    1451 }
    1452 
    1453 #wp_editimgbtn:hover,
    1454 #wp_delimgbtn:hover,
    1455 #wp_editgallery:hover,
    1456 #wp_delgallery:hover {
    1457     border-color: #555;
    1458     background-color: #ccc;
    1459 }
    1460 
    1461 #favorite-first {
    1462     background: #797979 url(../images/fav.png) repeat-x left center;
    1463     border-color: #777 !important;
    1464     border-bottom-color: #666 !important;
    1465 }
    1466 
    1467 #favorite-inside {
    1468     border-color: #797979;
    1469     background-color: #797979;
    1470 }
    1471 
    1472 #favorite-toggle {
    1473     background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px;
    1474 }
    1475 
    1476 #favorite-actions a {
    1477     color: #ddd;
    1478 }
    1479 
    1480 #favorite-actions a:hover {
    1481     color: #fff;
    1482 }
    1483 
    1484 #favorite-inside a:hover {
    1485     text-decoration: underline;
    1486 }
    1487 
    1488 #favorite-actions .slide-down {
    1489     border-bottom-color: #626262;
    1490 }
    1491 
    1492 .submit input,
    1493 .button,
    1494 .button-primary,
    1495 .button-secondary,
    1496 .button-highlighted,
    1497 #postcustomstuff .submit input {
    1498     text-shadow: rgba(255,255,255,1) 0 1px 0;
    1499 }
    1500 
    1501 .button-primary,
    1502 .submit .button-primary {
    1503     text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    1504 }
    1505 
    1506 #screen-meta a.show-settings {
    1507     background-color: transparent;
    1508     text-shadow: rgba(255,255,255,0.7) 0 1px 0;
    1509 }
    1510 
    1511 #icon-edit,
    1512 #icon-post {
    1513     background: transparent url(../images/icons32.png) no-repeat -552px -5px;
    1514 }
    1515 
    1516 #icon-index {
    1517     background: transparent url(../images/icons32.png) no-repeat -137px -5px;
    1518 }
    1519 
    1520 #icon-upload {
    1521     background: transparent url(../images/icons32.png) no-repeat -251px -5px;
    1522 }
    1523 
    1524 #icon-link-manager,
    1525 #icon-link,
    1526 #icon-link-category {
    1527     background: transparent url(../images/icons32.png) no-repeat -190px -5px;
    1528 }
    1529 
    1530 #icon-edit-pages,
    1531 #icon-page {
    1532     background: transparent url(../images/icons32.png) no-repeat -312px -5px;
    1533 }
    1534 
    1535 #icon-edit-comments {
    1536     background: transparent url(../images/icons32.png) no-repeat -72px -5px;
    1537 }
    1538 
    1539 #icon-themes {
    1540     background: transparent url(../images/icons32.png) no-repeat -11px -5px;
    1541 }
    1542 
    1543 #icon-plugins {
    1544     background: transparent url(../images/icons32.png) no-repeat -370px -5px;
    1545 }
    1546 
    1547 #icon-users,
    1548 #icon-profile,
    1549 #icon-user-edit {
    1550     background: transparent url(../images/icons32.png) no-repeat -600px -5px;
    1551 }
    1552 
    1553 #icon-tools,
    1554 #icon-admin {
    1555     background: transparent url(../images/icons32.png) no-repeat -432px -5px;
    1556 }
    1557 
    1558 #icon-options-general {
    1559     background: transparent url(../images/icons32.png) no-repeat -492px -5px;
    1560 }
    1561 
    1562 .view-switch #view-switch-list {
    1563     background: transparent url(../images/list.png) no-repeat 0 0;
    1564 }
    1565 
    1566 .view-switch #view-switch-list.current {
    1567     background: transparent url(../images/list.png) no-repeat -40px 0;
    1568 }
    1569 
    1570 .view-switch #view-switch-excerpt {
    1571     background: transparent url(../images/list.png) no-repeat -20px 0;
    1572 }
    1573 
    1574 .view-switch #view-switch-excerpt.current {
    1575     background: transparent url(../images/list.png) no-repeat -60px 0;
    1576 }
    1577 
    1578 #header-logo {
    1579     background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
    1580 }
    1581 
    1582 #wphead #site-visit-button {
    1583     background-color:#585858;
    1584     background-image: url(../images/visit-site-button-grad.gif);
    1585     color:#aaa;
    1586     text-shadow: #3F3F3F 0 -1px 0;
    1587 }
    1588 
    1589 #wphead a:hover #site-visit-button {
    1590     color:#fff;
    1591 }
    1592 
    1593 #wphead a:focus #site-visit-button,
    1594 #wphead a:active #site-visit-button {
    1595     background-position:0 -27px;
    1596 }
    1597 
    1598 .popular-tags,
    1599 .feature-filter {
    1600     background-color: #FFFFFF;
    1601     border-color: #DFDFDF;
    1602 }
    1603 
    1604 #theme-information .action-button {
    1605     border-top-color: #DFDFDF;
    1606 }
    1607 
    1608 .theme-listing br.line {
    1609     border-bottom-color: #ccc;
    1610 }
    1611 
    1612 div.widgets-sortables,
    1613 #widgets-left .inactive {
    1614     background-color: #f1f1f1;
    1615     border-color: #ddd;
    1616 }
    1617 
    1618 #available-widgets .widget-holder {
    1619     background-color: #fff;
    1620     border-color: #ddd;
    1621 }
    1622 
    1623 #widgets-left .sidebar-name {
    1624     background-color: #aaa;
    1625     background-image: url(../images/ed-bg.gif);
    1626     text-shadow: #FFFFFF 0 1px 0;
    1627     border-color: #dfdfdf;
    1628 }
    1629 
    1630 #widgets-right .sidebar-name {
    1631     background-image: url(../images/fav.png);
    1632     text-shadow: #3f3f3f 0 -1px 0;
    1633     background-color: #636363;
    1634     border-color: #636363;
    1635     color: #fff;
    1636 }
    1637 
    1638 .sidebar-name:hover,
    1639 #removing-widget {
    1640     color: #d54e21;
    1641 }
    1642 
    1643 #removing-widget span {
    1644     color: black;
    1645 }
    1646 
    1647 #widgets-left .sidebar-name-arrow {
    1648     background: transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;
    1649 }
    1650 
    1651 #widgets-right .sidebar-name-arrow {
    1652     background: transparent url(../images/fav-arrow.gif) no-repeat scroll 0 -1px;
    1653 }
    1654 
    1655 .in-widget-title {
    1656     color: #606060;
    1657 }
    1658 
    1659 .deleting .widget-title * {
    1660     color: #aaa;
    1661 }
     1html{background-color:#f9f9f9;}* html input,* html .widget{border-color:#dfdfdf;}textarea,input,select{border-color:#DFDFDF;}kbd,code{background:#eaeaea;}input[readonly]{background-color:#eee;}.find-box-search{border-color:#dfdfdf;background-color:#f1f1f1;}.find-box{background-color:#f1f1f1;}.find-box-inside{background-color:#fff;}a.page-numbers:hover{border-color:#999;}body,#wpbody,.form-table .pre{color:#333;}body>#upload-menu{border-bottom-color:#fff;}#postcustomstuff table,#your-profile fieldset,#rightnow,div.dashboard-widget,#dashboard-widgets p.dashboard-widget-links,#replyrow #ed_reply_toolbar input{border-color:#ccc;}#poststuff .inside label.spam,#poststuff .inside label.deleted{color:red;}#poststuff .inside label.waiting{color:orange;}#poststuff .inside label.approved{color:green;}#postcustomstuff table{border-color:#dfdfdf;background-color:#F9F9F9;}#postcustomstuff thead th{background-color:#F1F1F1;}#postcustomstuff table input,#postcustomstuff table textarea{border-color:#dfdfdf;background-color:#fff;}.widefat{border-color:#dfdfdf;background-color:#fff;}div.dashboard-widget-error{background-color:#c43;}div.dashboard-widget-notice{background-color:#cfe1ef;}div.dashboard-widget-submit{border-top-color:#ccc;}div.tabs-panel,ul#category-tabs li.tabs{border-color:#dfdfdf;}ul#category-tabs li.tabs{background-color:#f1f1f1;}input.disabled,textarea.disabled{background-color:#ccc;}.login #backtoblog a:hover,#plugin-information .action-button a,#plugin-information .action-button a:hover,#plugin-information .action-button a:visited{color:#fff;}.widget .widget-top,.postbox h3,.stuffbox h3{background:#dfdfdf url("../images/gray-grad.png") repeat-x left top;text-shadow:#fff 0 1px 0;}.form-table th,.form-wrap label{color:#222;text-shadow:#fff 0 1px 0;}.description,.form-wrap p{color:#666;}strong .post-com-count span{background-color:#21759b;}.sorthelper{background-color:#ccf3fa;}.ac_match,.subsubsub a.current{color:#000;}.wrap h2{color:#464646;}.ac_over{background-color:#f0f0b8;}.ac_results{background-color:#fff;border-color:#808080;}.ac_results li{color:#101010;}.alternate,.alt{background-color:#f9f9f9;}.available-theme a.screenshot{background-color:#f1f1f1;border-color:#ddd;}.bar{background-color:#e8e8e8;border-right-color:#99d;}#media-upload{background:#fff;}#media-upload .slidetoggle{border-top-color:#dfdfdf;}.error,#login #login_error{background-color:#ffebe8;border-color:#c00;}.error a{color:#c00;}.form-invalid{background-color:#ffebe8!important;}.form-invalid input{border-color:#c00!important;}.submit{border-color:#DFDFDF;}.highlight{background-color:#e4f2fd;color:#d54e21;}.howto,.nonessential,#edit-slug-box,.form-input-tip,.rss-widget span.rss-date,.subsubsub{color:#666;}.media-item{border-bottom-color:#dfdfdf;}#wpbody-content #media-items .describe{border-top-color:#dfdfdf;}.describe input[type="text"],.describe textarea{border-color:#dfdfdf;}.media-upload-form label.form-help,td.help{color:#9a9a9a;}.post-com-count{background-image:url(../images/bubble_bg.gif);color:#fff;}.post-com-count span{background-color:#bbb;color:#fff;}.post-com-count:hover span{background-color:#d54e21;}.quicktags,.search{background-color:#ccc;color:#000;}.side-info h5{border-bottom-color:#dadada;}.side-info ul{color:#666;}.button,.button-secondary,.submit input,input[type=button],input[type=submit]{border-color:#bbb;color:#464646;}.button:hover,.button-secondary:hover,.submit input:hover,input[type=button]:hover,input[type=submit]:hover{color:#000;border-color:#666;}.button,.submit input,.button-secondary{background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}.button:active,.submit input:active,.button-secondary:active{background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}.button-primary,.submit .button-primary,#login form .submit input{border-color:#298cba!important;font-weight:bold;color:#FFF!important;background:#21759B url(../images/button-grad.png) repeat-x scroll left top;}.button-primary:active,#login form .submit input:active{background:#21759b url(../images/button-grad-active.png) repeat-x scroll left top!important;}.button[disabled],.button:disabled,.button-secondary[disabled],.button-secondary:disabled,a.button.disabled{color:#ccc!important;border-color:#ccc;}.button-primary[disabled],.button-primary:disabled{color:#2fa0d5!important;}a:active,a:focus{color:#d54e21;}a:hover,#wphead #viewsite a:hover,#adminmenu a:hover,#adminmenu ul.wp-submenu a:hover,#the-comment-list .comment a:hover,#rightnow a:hover,#login form .submit input:hover,#media-upload a.del-link:hover,div.dashboard-widget-submit input:hover,.subsubsub a:hover,.subsubsub a.current:hover,.ui-tabs-nav a:hover,.plugins .inactive a:hover,#all-plugins-table .plugins .inactive a:hover,#search-plugins-table .plugins .inactive a:hover{color:#d54e21;}#the-comment-list .comment-item,#dashboard-widgets #dashboard_quick_press form p.submit{border-color:#dfdfdf;}.button-primary:hover,#login form .submit input:hover{border-color:#13455b!important;color:#EAF2FA!important;}#side-sortables #category-tabs .tabs a{color:#333;}#rightnow .rbutton{background-color:#ebebeb;color:#264761;}.submitbox .submit{background-color:#464646;color:#ccc;}.plugins a.delete:hover,#all-plugins-table .plugins a.delete:hover,#search-plugins-table .plugins a.delete:hover,.submitbox .submitdelete,a.delete{color:#f00;border-bottom-color:#f00;}.submitbox .submitdelete:hover,#media-items a.delete:hover{color:#fff;background-color:#f00;border-bottom-color:#f00;}#normal-sortables .submitbox .submitdelete:hover{color:#000;background-color:#f00;border-bottom-color:#f00;}.tablenav .dots{border-color:transparent;}.tablenav .next,.tablenav .prev{border-color:transparent;color:#21759b;}.tablenav .next:hover,.tablenav .prev:hover{border-color:transparent;color:#d54e21;}.updated,.login #login_error,.login .message{background-color:#ffffe0;border-color:#e6db55;}.update-message{color:#000;}a.page-numbers{border-bottom-color:#B8D3E2;}.commentlist li{border-bottom-color:#ccc;}.widefat td,.widefat th,#install-plugins .plugins td,#install-plugins .plugins th{border-color:#dfdfdf;}.widefat th{text-shadow:rgba(255,255,255,0.8) 0 1px 0;}.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.find-box-head{color:#333;background:#dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;}h3.dashboard-widget-title small a{color:#d7d7d7;}h3.dashboard-widget-title small a:hover{color:#fff;}a,#adminmenu a,#poststuff #edButtonPreview,#poststuff #edButtonHTML,#the-comment-list p.comment-author strong a,#media-upload a.del-link,#media-items a.delete,.plugins a.delete,.ui-tabs-nav a{color:#21759b;}body.press-this .tabs a,body.press-this .tabs a:hover{background-color:#fff;border-color:#c6d9e9;border-bottom-color:#fff;color:#d54e21;}#adminmenu #awaiting-mod,#adminmenu .update-plugins,#sidemenu a .update-plugins,#rightnow .reallynow,#plugin-information .action-button{background-color:#d54e21;color:#fff;}#adminmenu li a:hover #awaiting-mod,#adminmenu li a:hover .update-plugins,#sidemenu li a:hover .update-plugins{background-color:#264761;color:#fff;}#adminmenu li.current a #awaiting-mod,#adminmenu li.current a .update-plugins,#adminmenu li.wp-has-current-submenu a .update-plugins,#adminmenu li.wp-has-current-submenu a .update-plugins{background-color:#ddd;color:#000;text-shadow:none;-moz-box-shadow:rgba(0,0,0,0.2) 0 -1px 0;-khtml-box-shadow:rgba(0,0,0,0.2) 0 -1px 0;-webkit-box-shadow:rgba(0,0,0,0.2) 0 -1px 0;box-shadow:rgba(0,0,0,0.2) 0 -1px 0;}#adminmenu li.current a:hover #awaiting-mod,#adminmenu li.current a:hover .update-plugins,#adminmenu li.wp-has-current-submenu a:hover #awaiting-mod,#adminmenu li.wp-has-current-submenu a:hover .update-plugins{background-color:#264761;color:#fff;}div#media-upload-header,div#plugin-information-header{background-color:#f9f9f9;border-bottom-color:#dfdfdf;}#currenttheme img{border-color:#666;}#dashboard_secondary div.dashboard-widget-content ul li a{background-color:#f9f9f9;}input.readonly,textarea.readonly{background-color:#ddd;}#ed_toolbar input,#ed_reply_toolbar input{background:#fff url("../images/fade-butt.png") repeat-x 0 -2px;}#editable-post-name{background-color:#fffbcc;}#edit-slug-box strong,.tablenav .displaying-num,#submitted-on{color:#777;}.login #nav a{color:#21759b!important;}.login #nav a:hover{color:#d54e21!important;}#footer,#footer-upgrade{background:#464646;color:#999;}#media-items{border-color:#dfdfdf;}.checkbox,.side-info,.plugins tr,#your-profile #rich_editing{background-color:#fff;}.plugins .inactive,.plugins .inactive th,.plugins .inactive td,tr.inactive+tr.plugin-update-tr .plugin-update{background-color:#eee;}.plugin-update-tr .update-message{background-color:#fffbe4;border-color:#dfdfdf;}.plugins .active,.plugins .active th,.plugins .active td{color:#000;}.plugins .inactive a{color:#579;}#the-comment-list .unapproved,#the-comment-list .unapproved th,#the-comment-list .unapproved td{background-color:#ffffe0;}#the-comment-list .approve a{color:#006505;}#the-comment-list .unapprove a{color:#d98500;}#the-comment-list .delete a{color:#bc0b0b;}.widget,#widget-list .widget-top,.postbox,#titlediv,#poststuff .postarea,.stuffbox{border-color:#dfdfdf;}.widget,.postbox{background-color:#fff;}.ui-sortable .postbox h3{color:#464646;}.widget .widget-top,.ui-sortable .postbox h3:hover{color:#000;}.curtime #timestamp{background-image:url(../images/date-button.gif);}#quicktags #ed_link{color:#00f;}#rightnow .youhave{background-color:#f0f6fb;}#rightnow a{color:#448abd;}.tagchecklist span a,#bulk-titles div a{background:url(../images/xit.gif) no-repeat;}.tagchecklist span a:hover,#bulk-titles div a:hover{background:url(../images/xit.gif) no-repeat -10px 0;}#update-nag{background-color:#fffeeb;border-color:#ccc;color:#555;}.login #backtoblog a{color:#ccc;}#wphead{background-color:#464646;}body.login{border-top-color:#464646;}#wphead h1 a{color:#fff;}#login form input{color:#555;}#user_info{color:#999;}#user_info a:link,#user_info a:visited,#footer a:link,#footer a:visited{color:#ccc;text-decoration:none;}#user_info a:hover,#footer a:hover{color:#fff;text-decoration:underline!important;}#user_info a:active,#footer a:active{color:#ccc!important;}div#media-upload-error,.file-error,abbr.required,.widget-control-remove:hover,.delete a:hover{color:#f00;}#pass-strength-result{background-color:#eee;border-color:#ddd!important;}#pass-strength-result.bad{background-color:#ffb78c;border-color:#ff853c!important;}#pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;}#pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;}#pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;}#quicktags{border-color:#dfdfdf;background-color:#dfdfdf;}#ed_toolbar input{border-color:#C3C3C3;}#ed_toolbar input:hover{border-color:#aaa;background:#ddd;}#poststuff .wp_themeSkin .mceStatusbar{border-color:#EDEDED;}#poststuff #edButtonPreview,#poststuff #edButtonHTML{background-color:#f1f1f1;border-color:#dfdfdf;color:#999;}#poststuff #editor-toolbar .active{border-bottom-color:#e9e9e9;background-color:#e9e9e9;color:#333;}#post-status-info{background-color:#EDEDED;}.wp_themeSkin *,.wp_themeSkin a:hover,.wp_themeSkin a:link,.wp_themeSkin a:visited,.wp_themeSkin a:active{color:#000;}.wp_themeSkin iframe{background:#fff;}.wp_themeSkin .mceStatusbar{color:#000;background-color:#f5f5f5;}.wp_themeSkin .mceButton{background-color:#e9e8e8;border-color:#B2B2B2;}.wp_themeSkin a.mceButtonEnabled:hover,.wp_themeSkin a.mceButtonActive,.wp_themeSkin a.mceButtonSelected{background-color:#d5d5d5;border-color:#777!important;}.wp_themeSkin .mceButtonDisabled{border-color:#ccc!important;}.wp_themeSkin .mceListBox .mceText,.wp_themeSkin .mceListBox .mceOpen{border-color:#B2B2B2;background-color:#d5d5d5;}.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,.wp_themeSkin .mceListBoxHover .mceOpen,.wp_themeSkin .mceListBoxSelected .mceOpen,.wp_themeSkin .mceListBoxSelected .mceText{border-color:#777!important;background-color:#d5d5d5;}.wp_themeSkin table.mceListBoxEnabled:hover .mceText,.wp_themeSkin .mceListBoxHover .mceText{border-color:#777!important;}.wp_themeSkin select.mceListBox{border-color:#B2B2B2;background-color:#fff;}.wp_themeSkin .mceSplitButton a.mceAction,.wp_themeSkin .mceSplitButton a.mceOpen{border-color:#B2B2B2;}.wp_themeSkin .mceSplitButton a.mceOpen:hover,.wp_themeSkin .mceSplitButtonSelected a.mceOpen,.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,.wp_themeSkin .mceSplitButton a.mceAction:hover{background-color:#d5d5d5;border-color:#777!important;}.wp_themeSkin .mceSplitButtonActive{background-color:#B2B2B2;}.wp_themeSkin div.mceColorSplitMenu table{background-color:#ebebeb;border-color:#B2B2B2;}.wp_themeSkin .mceColorSplitMenu a{border-color:#B2B2B2;}.wp_themeSkin .mceColorSplitMenu a.mceMoreColors{border-color:#fff;}.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover{border-color:#0A246A;background-color:#B6BDD2;}.wp_themeSkin a.mceMoreColors:hover{border-color:#0A246A;}.wp_themeSkin .mceMenu{border-color:#ddd;}.wp_themeSkin .mceMenu table{background-color:#ebeaeb;}.wp_themeSkin .mceMenu .mceText{color:#000;}.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,.wp_themeSkin .mceMenu .mceMenuItemActive{background-color:#f5f5f5;}.wp_themeSkin td.mceMenuItemSeparator{background-color:#aaa;}.wp_themeSkin .mceMenuItemTitle a{background-color:#ccc;border-bottom-color:#aaa;}.wp_themeSkin .mceMenuItemTitle span.mceText{color:#000;}.wp_themeSkin .mceMenuItemDisabled .mceText{color:#888;}.wp_themeSkin tr.mceFirst td.mceToolbar{background:#dfdfdf url("../images/ed-bg.gif") repeat-x scroll left top;border-color:#dfdfdf;}.wp-admin #mceModalBlocker{background:#000;}.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft{background:#444;border-left:1px solid #999;border-top:1px solid #999;-moz-border-radius:4px 0 0 0;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;}.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight{background:#444;border-right:1px solid #999;border-top:1px solid #999;border-top-right-radius:4px;-khtml-border-top-right-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius:0 4px 0 0;}.wp-admin .clearlooks2 .mceMiddle .mceLeft{background:#f1f1f1;border-left:1px solid #999;}.wp-admin .clearlooks2 .mceMiddle .mceRight{background:#f1f1f1;border-right:1px solid #999;}.wp-admin .clearlooks2 .mceBottom{background:#f1f1f1;border-bottom:1px solid #999;}.wp-admin .clearlooks2 .mceBottom .mceLeft{background:#f1f1f1;border-bottom:1px solid #999;border-left:1px solid #999;}.wp-admin .clearlooks2 .mceBottom .mceCenter{background:#f1f1f1;border-bottom:1px solid #999;}.wp-admin .clearlooks2 .mceBottom .mceRight{background:#f1f1f1;border-bottom:1px solid #999;border-right:1px solid #999;}.wp-admin .clearlooks2 .mceFocus .mceTop span{color:#e5e5e5;}#editorcontainer,#post-status-info,#titlediv #title,.editwidget .widget-inside{border-color:#dfdfdf;}#titlediv #title{background-color:#fff;}#tTips p#tTips_inside{background-color:#ddd;color:#333;}#timestampdiv input,#namediv input,#poststuff .inside .the-tagcloud{border-color:#ddd;}#adminmenu *{border-color:#e3e3e3;}#adminmenu li.wp-menu-separator{background:transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;}.folded #adminmenu li.wp-menu-separator{background:transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;}#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle{background:transparent url(../images/menu-bits.gif) no-repeat scroll left -207px;}#adminmenu .wp-has-submenu:hover .wp-menu-toggle,#adminmenu .wp-menu-open .wp-menu-toggle{background:transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;}#adminmenu a.menu-top{background:#f1f1f1 url(../images/menu-bits.gif) repeat-x scroll left -379px;}#adminmenu .wp-submenu a{background:#FFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;}#adminmenu .wp-has-current-submenu ul li a{background:none;}#adminmenu .wp-has-current-submenu ul li a.current{background:url(../images/menu-dark.gif) top left no-repeat!important;}#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,#adminmenu .menu-top .current{background:#6d6d6d url(../images/menu-bits.gif) top left repeat-x;border-color:#6d6d6d;color:#fff;text-shadow:rgba(0,0,0,0.4) 0 -1px 0;}#adminmenu li.wp-has-current-submenu .wp-submenu,#adminmenu li.wp-has-current-submenu ul li a{border-color:#aaa!important;}#adminmenu li.wp-has-current-submenu ul li a{background:url(../images/menu-dark.gif) bottom left no-repeat!important;}#adminmenu li.wp-has-current-submenu ul{border-bottom-color:#aaa;}#adminmenu li.menu-top .current:hover{border-color:#B5B5B5;}#adminmenu .wp-submenu .current a.current{background:transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px;}#adminmenu .wp-submenu a:hover{background-color:#EAF2FA!important;color:#333!important;}#adminmenu .wp-submenu li.current,#adminmenu .wp-submenu li.current a,#adminmenu .wp-submenu li.current a:hover{color:#333;background-color:#f5f5f5;background-image:none;border-color:#e3e3e3;text-shadow:rgba(255,255,255,1) 0 1px 0;}#adminmenu .wp-submenu ul{background-color:#fff;}.folded #adminmenu li.menu-top,#adminmenu .wp-submenu .wp-submenu-head{background-color:#F1F1F1;}.folded #adminmenu li.wp-has-current-submenu,.folded #adminmenu li.menu-top.current{background-color:#e6e6e6;}#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head{background-color:#EAEAEA;border-color:#aaa;}#adminmenu div.wp-submenu{background-color:transparent;}#adminmenu #menu-dashboard div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -61px -33px;}#adminmenu #menu-dashboard:hover div.wp-menu-image,#adminmenu #menu-dashboard.wp-has-current-submenu div.wp-menu-image,#adminmenu #menu-dashboard.current div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -61px -1px;}#adminmenu #menu-posts div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -272px -33px;}#adminmenu #menu-posts:hover div.wp-menu-image,#adminmenu #menu-posts.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -272px -1px;}#adminmenu #menu-media div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -121px -33px;}#adminmenu #menu-media:hover div.wp-menu-image,#adminmenu #menu-media.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -121px -1px;}#adminmenu #menu-links div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -91px -33px;}#adminmenu #menu-links:hover div.wp-menu-image,#adminmenu #menu-links.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -91px -1px;}#adminmenu #menu-pages div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -151px -33px;}#adminmenu #menu-pages:hover div.wp-menu-image,#adminmenu #menu-pages.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -151px -1px;}#adminmenu #menu-comments div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -31px -33px;}#adminmenu #menu-comments:hover div.wp-menu-image,#adminmenu #menu-comments.wp-has-current-submenu div.wp-menu-image,#adminmenu #menu-comments.current div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -31px -1px;}#adminmenu #menu-appearance div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -1px -33px;}#adminmenu #menu-appearance:hover div.wp-menu-image,#adminmenu #menu-appearance.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -1px -1px;}#adminmenu #menu-plugins div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -181px -33px;}#adminmenu #menu-plugins:hover div.wp-menu-image,#adminmenu #menu-plugins.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -181px -1px;}#adminmenu #menu-users div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -301px -33px;}#adminmenu #menu-users:hover div.wp-menu-image,#adminmenu #menu-users.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -301px -1px;}#adminmenu #menu-tools div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -211px -33px;}#adminmenu #menu-tools:hover div.wp-menu-image,#adminmenu #menu-tools.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -211px -1px;}#adminmenu #menu-settings div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -241px -33px;}#adminmenu #menu-settings:hover div.wp-menu-image,#adminmenu #menu-settings.wp-has-current-submenu div.wp-menu-image{background:transparent url("../images/menu.png") no-repeat scroll -241px -1px;}table.diff .diff-deletedline{background-color:#fdd;}table.diff .diff-deletedline del{background-color:#f99;}table.diff .diff-addedline{background-color:#dfd;}table.diff .diff-addedline ins{background-color:#9f9;}#att-info{background-color:#E4F2FD;}#sidemenu a{background-color:#f9f9f9;border-color:#f9f9f9;border-bottom-color:#dfdfdf;}#sidemenu a.current{background-color:#fff;border-color:#dfdfdf #dfdfdf #fff;color:#D54E21;}#screen-options-wrap,#contextual-help-wrap{background-color:#f1f1f1;border-color:#dfdfdf;}#screen-meta-links a.show-settings{color:#606060;}#screen-meta-links a.show-settings:hover{color:#000;}#replysubmit{background-color:#f1f1f1;border-top-color:#ddd;}#replyerror{border-color:#ddd;background-color:#f9f9f9;}#edithead,#replyhead{background-color:#f1f1f1;}#ed_reply_toolbar{background-color:#e9e9e9;}.vim-current,.vim-current th,.vim-current td{background-color:#E4F2FD!important;}.star-average,.star.star-rating{background-color:#fc0;}div.star.select:hover{background-color:#d00;}#plugin-information .fyi ul{background-color:#eaf3fa;}#plugin-information .fyi h2.mainheader{background-color:#cee1ef;}#plugin-information pre,#plugin-information code{background-color:#ededff;}#plugin-information pre{border:1px solid #ccc;}.inline-edit-row fieldset input[type="text"],.inline-edit-row fieldset textarea,#bulk-titles,#replyrow input{border-color:#ddd;}.inline-editor div.title{background-color:#EAF3FA;}.inline-editor ul.cat-checklist{background-color:#FFF;border-color:#ddd;}.inline-editor .categories .catshow,.inline-editor .categories .cathide{color:#21759b;}.inline-editor .quick-edit-save{background-color:#f1f1f1;}#replyrow #ed_reply_toolbar input:hover{border-color:#aaa;background:#ddd;}fieldset.inline-edit-col-right .inline-edit-col{border-color:#dfdfdf;}.attention{color:#D54E21;}.meta-box-sortables .postbox:hover .handlediv{background:transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;}#major-publishing-actions{background:#eaf2fa;}.tablenav .tablenav-pages{color:#555;}.tablenav .tablenav-pages a{border-color:#e3e3e3;background:#eee url('../images/menu-bits.gif') repeat-x scroll left -379px;}.tablenav .tablenav-pages a:hover{color:#d54e21;border-color:#d54321;}.tablenav .tablenav-pages a:active{color:#fff!important;}.tablenav .tablenav-pages .current{background:#dfdfdf;border-color:#d3d3d3;}#availablethemes,#availablethemes td{border-color:#ddd;}#current-theme img{border-color:#999;}#TB_window #TB_title a.tb-theme-preview-link,#TB_window #TB_title a.tb-theme-preview-link:visited{color:#999;}#TB_window #TB_title a.tb-theme-preview-link:hover,#TB_window #TB_title a.tb-theme-preview-link:focus{color:#ccc;}.misc-pub-section{border-bottom-color:#eee;}#minor-publishing{border-bottom-color:#ddd;}#post-body .misc-pub-section{border-right-color:#eee;}.post-com-count span{background-color:#bbb;}.form-table .color-palette td{border-color:#fff;}.sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;}#post-body ul#category-tabs li.tabs a{color:#333;}#wp_editimgbtn,#wp_delimgbtn,#wp_editgallery,#wp_delgallery{border-color:#999;background-color:#eee;}#wp_editimgbtn:hover,#wp_delimgbtn:hover,#wp_editgallery:hover,#wp_delgallery:hover{border-color:#555;background-color:#ccc;}#favorite-first{background:#797979 url(../images/fav.png) repeat-x left center;border-color:#777!important;border-bottom-color:#666!important;}#favorite-inside{border-color:#797979;background-color:#797979;}#favorite-toggle{background:transparent url(../images/fav-arrow.gif) no-repeat 0 -4px;}#favorite-actions a{color:#ddd;}#favorite-actions a:hover{color:#fff;}#favorite-inside a:hover{text-decoration:underline;}#favorite-actions .slide-down{border-bottom-color:#626262;}.submit input,.button,.button-primary,.button-secondary,.button-highlighted,#postcustomstuff .submit input{text-shadow:rgba(255,255,255,1) 0 1px 0;}.button-primary,.submit .button-primary{text-shadow:rgba(0,0,0,0.3) 0 -1px 0;}#screen-meta a.show-settings{background-color:transparent;text-shadow:rgba(255,255,255,0.7) 0 1px 0;}#icon-edit,#icon-post{background:transparent url(../images/icons32.png) no-repeat -552px -5px;}#icon-index{background:transparent url(../images/icons32.png) no-repeat -137px -5px;}#icon-upload{background:transparent url(../images/icons32.png) no-repeat -251px -5px;}#icon-link-manager,#icon-link,#icon-link-category{background:transparent url(../images/icons32.png) no-repeat -190px -5px;}#icon-edit-pages,#icon-page{background:transparent url(../images/icons32.png) no-repeat -312px -5px;}#icon-edit-comments{background:transparent url(../images/icons32.png) no-repeat -72px -5px;}#icon-themes{background:transparent url(../images/icons32.png) no-repeat -11px -5px;}#icon-plugins{background:transparent url(../images/icons32.png) no-repeat -370px -5px;}#icon-users,#icon-profile,#icon-user-edit{background:transparent url(../images/icons32.png) no-repeat -600px -5px;}#icon-tools,#icon-admin{background:transparent url(../images/icons32.png) no-repeat -432px -5px;}#icon-options-general{background:transparent url(../images/icons32.png) no-repeat -492px -5px;}.view-switch #view-switch-list{background:transparent url(../images/list.png) no-repeat 0 0;}.view-switch #view-switch-list.current{background:transparent url(../images/list.png) no-repeat -40px 0;}.view-switch #view-switch-excerpt{background:transparent url(../images/list.png) no-repeat -20px 0;}.view-switch #view-switch-excerpt.current{background:transparent url(../images/list.png) no-repeat -60px 0;}#header-logo{background:transparent url(../images/wp-logo.gif) no-repeat scroll center center;}#wphead #site-visit-button{background-color:#585858;background-image:url(../images/visit-site-button-grad.gif);color:#aaa;text-shadow:#3F3F3F 0 -1px 0;}#wphead a:hover #site-visit-button{color:#fff;}#wphead a:focus #site-visit-button,#wphead a:active #site-visit-button{background-position:0 -27px;}.popular-tags,.feature-filter{background-color:#FFF;border-color:#DFDFDF;}#theme-information .action-button{border-top-color:#DFDFDF;}.theme-listing br.line{border-bottom-color:#ccc;}div.widgets-sortables,#widgets-left .inactive{background-color:#f1f1f1;border-color:#ddd;}#available-widgets .widget-holder{background-color:#fff;border-color:#ddd;}#widgets-left .sidebar-name{background-color:#aaa;background-image:url(../images/ed-bg.gif);text-shadow:#FFF 0 1px 0;border-color:#dfdfdf;}#widgets-right .sidebar-name{background-image:url(../images/fav.png);text-shadow:#3f3f3f 0 -1px 0;background-color:#636363;border-color:#636363;color:#fff;}.sidebar-name:hover,#removing-widget{color:#d54e21;}#removing-widget span{color:black;}#widgets-left .sidebar-name-arrow{background:transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;}#widgets-right .sidebar-name-arrow{background:transparent url(../images/fav-arrow.gif) no-repeat scroll 0 -1px;}.in-widget-title{color:#606060;}.deleting .widget-title *{color:#aaa;}
  • trunk/wp-admin/css/dashboard.css

    r11157 r11857  
    1 .postbox p, .postbox ul, .postbox ol, .postbox blockquote, #wp-version-message { font-size: 11px; }
    2 
    3 .edit-box {
    4     display: none;
    5 }
    6 
    7 h3:hover .edit-box {
    8     display: inline;
    9 }
    10 
    11 form .input-text-wrap {
    12     border-style: solid;
    13     border-width: 1px;
    14     padding: 2px 3px;
    15     border-color: #ccc;
    16 }
    17 
    18 #dashboard-widgets form .input-text-wrap input {
    19     border: 0 none;
    20     outline: none;
    21     margin: 0;
    22     padding: 0;
    23     width: 99%;
    24     color: #333;
    25 }
    26 
    27 form .textarea-wrap {
    28     border-style: solid;
    29     border-width: 1px;
    30     padding: 2px;
    31     border-color: #ccc;
    32 }
    33 
    34 #dashboard-widgets form .textarea-wrap textarea {
    35     border: 0 none;
    36     padding: 0;
    37     outline: none;
    38     width: 99%;
    39     -moz-box-sizing: border-box;
    40     -webkit-box-sizing: border-box;
    41     box-sizing: border-box;
    42 }
    43 
    44 #dashboard-widgets .postbox form .submit {
    45     float: none;
    46     margin: .5em 0 0;
    47     padding: 0;
    48     border: none;
    49 }
    50 
    51 #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
    52     margin: 0;
    53 }
    54 
    55 #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
    56     min-width: 0;
    57 }
    58 
    59 div.postbox div.inside {
    60     margin: 10px;
    61     position: relative;
    62 }
    63 
    64 #dashboard-widgets a {
    65     text-decoration: none;
    66 }
    67 
    68 #dashboard-widgets h3 a {
    69     text-decoration: underline;
    70 }
    71 
    72 #dashboard-widgets h3 .postbox-title-action {
    73     position: absolute;
    74     right: 30px;
    75     padding: 0;
    76 }
    77 
    78 #dashboard-widgets h4 {
    79     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    80     font-size: 13px;
    81     margin: 0 0 .2em;
    82     padding: 0;
    83 }
    84 
    85 /* Right Now */
    86 
    87 #dashboard_right_now p.sub,
    88 #dashboard_right_now .table, #dashboard_right_now .versions {
    89     margin: -12px;
    90 }
    91 
    92 #dashboard_right_now .inside {
    93     font-size: 12px;
    94 }
    95 
    96 #dashboard_right_now p.sub {
    97     font-style: italic;
    98     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    99     padding: 5px 10px 15px;
    100     color: #777;
    101     font-size: 13px;
    102 }
    103 
    104 #dashboard_right_now .table {
    105     background: #f9f9f9;
    106     border-top: #ececec 1px solid;
    107     border-bottom: #ececec 1px solid;
    108     margin: 0 -9px 10px;
    109     padding: 0 10px;
    110 }
    111 
    112 #dashboard_right_now table {
    113     width: 100%;
    114 }
    115 
    116 #dashboard_right_now table  td {
    117     border-top: #ececec 1px solid;
    118     padding: 3px 0;
    119     white-space: nowrap;
    120 }
    121 
    122 #dashboard_right_now table tr.first td {
    123     border-top: none;
    124 }
    125 
    126 #dashboard_right_now td.b {
    127     padding-right: 6px;
    128     text-align: right;
    129     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    130     font-size: 14px;
    131 }
    132 
    133 #dashboard_right_now td.b a {
    134     font-size: 18px;
    135 }
    136 
    137 #dashboard_right_now td.b a:hover {
    138     color: #d54e21;
    139 }
    140 
    141 #dashboard_right_now .t {
    142     font-size: 12px;
    143     padding-right: 12px;
    144     padding-top: 6px;
    145     color: #777;
    146 }
    147 
    148 #dashboard_right_now td.first,
    149 #dashboard_right_now td.last {
    150     width: 1px;
    151 }
    152 
    153 #dashboard_right_now .spam {
    154     color: red;
    155 }
    156 
    157 #dashboard_right_now .waiting {
    158     color: #e66f00;
    159 }
    160 
    161 #dashboard_right_now .approved {
    162     color: green;
    163 }
    164 
    165 #dashboard_right_now .versions {
    166     padding: 6px 10px 12px;
    167 }
    168 
    169 #dashboard_right_now .versions .b {
    170     font-weight: bold;
    171 }
    172 
    173 #dashboard_right_now a.button {
    174     float: right;
    175     clear: right;
    176     position: relative;
    177     top: -5px;
    178 }
    179 
    180 /* Recent Comments */
    181 
    182 #dashboard_recent_comments h3 {
    183     margin-bottom: 0;
    184 }
    185 
    186 #dashboard_recent_comments .inside {
    187     margin-top: 0;
    188 }
    189 
    190 #dashboard_recent_comments .comment-meta .approve {
    191     font-style: italic;
    192     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    193     font-size: 10px;
    194 }
    195 
    196 #the-comment-list {
    197     position: relative;
    198 }
    199 
    200 #the-comment-list .comment-item {
    201     padding: 1em 10px;
    202     border-top: 1px solid;
    203 }
    204 
    205 #the-comment-list .pingback {
    206     padding-left: 9px !important;
    207 }
    208 
    209 #the-comment-list .comment-item,
    210 #the-comment-list #replyrow {
    211     margin: 0 -10px;
    212 }
    213 
    214 #the-comment-list .comment-item:first-child {
    215     border-top: none;
    216 }
    217 
    218 #the-comment-list .comment-item .avatar {
    219     float: left;
    220     margin: 0 10px 5px 0;
    221 }
    222 
    223 #the-comment-list .comment-item h4 {
    224     line-height: 1.4;
    225     margin-top: -.2em;
    226     font-weight: normal;
    227     color: #999;
    228 }
    229 
    230 #the-comment-list .comment-item h4 cite {
    231     font-style: normal;
    232     font-weight: normal;
    233 }
    234 
    235 #the-comment-list .comment-item blockquote,
    236 #the-comment-list .comment-item blockquote p {
    237     margin: 0;
    238     padding: 0;
    239     display: inline;
    240 }
    241 
    242 #dashboard_recent_comments #the-comment-list .trackback blockquote,
    243 #dashboard_recent_comments #the-comment-list .pingback blockquote {
    244     display: block;
    245 }
    246 
    247 #the-comment-list .comment-item p.row-actions {
    248     margin: 3px 0 0;
    249     padding: 0;
    250     font-size: 10px;
    251 }
    252 
    253 /* QuickPress */
    254 
    255 #dashboard_quick_press h4 {
    256     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    257     float: left;
    258     width: 5.5em;
    259     clear: both;
    260     font-weight: normal;
    261     text-align: right;
    262     padding-top: 5px;
    263     font-size: 12px;
    264 }
    265 
    266 #dashboard_quick_press h4 label {
    267     margin-right: 10px;
    268 }
    269 
    270 #dashboard_quick_press .input-text-wrap,
    271 #dashboard_quick_press .textarea-wrap {
    272     margin: 0 0 1em 5em;
    273 }
    274 
    275 #dashboard_quick_press #media-buttons {
    276     margin: 0 0 .5em 5em;
    277     padding: 0 0 0 10px;
    278     font-size: 11px;
    279 }
    280 
    281 #dashboard_quick_press #media-buttons a {
    282     vertical-align: bottom;
    283 }
    284 
    285 #dashboard-widgets #dashboard_quick_press form p.submit {
    286     margin-left: 4.6em;
    287 }
    288 
    289 #dashboard-widgets #dashboard_quick_press form p.submit input {
    290     float: left;
    291 }
    292 
    293 #dashboard-widgets #dashboard_quick_press form p.submit #save-post {
    294     margin: 0 1em 0 10px;
    295 }
    296 
    297 #dashboard-widgets #dashboard_quick_press form p.submit #publish {
    298     float: right;
    299 }
    300 
    301 /* Recent Drafts */
    302 #dashboard_recent_drafts ul {
    303     margin: 0;
    304     padding: 0;
    305     list-style: none;
    306 }
    307 
    308 #dashboard_recent_drafts ul li {
    309     margin-bottom: 0.6em;
    310 }
    311 
    312 #dashboard_recent_drafts h4 {
    313     font-weight: normal;
    314 }
    315 
    316 #dashboard_recent_drafts h4 abbr {
    317     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    318     font-size: 11px;
    319     color: #999;
    320     margin-left: 3px;
    321 }
    322 
    323 #dashboard_recent_drafts p {
    324     margin: 0;
    325     padding: 0;
    326 }
    327 
    328 /* Feeds */
    329 
    330 .rss-widget ul {
    331     margin: 0;
    332     padding: 0;
    333     list-style: none;
    334 }
    335 
    336 a.rsswidget {
    337     font-size: 13px;
    338     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    339     line-height: 1.7em;
    340 }
    341 
    342 .rss-widget ul li {
    343     line-height: 1.5em;
    344     margin-bottom: 12px;
    345 }
    346 
    347 .rss-widget span.rss-date {
    348     margin-left: 3px;
    349 }
    350 
    351 .rss-widget cite {
    352     display: block;
    353     text-align: right;
    354     margin: 0 0 1em;
    355     padding: 0;
    356 }
    357 
    358 .rss-widget cite:before {
    359     content: '\2014';
    360 }
    361 
    362 /* Plugins */
    363 
    364 #dashboard_plugins h4 {
    365     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    366 }
    367 
    368 #dashboard_plugins h5 {
    369     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    370     font-size: 13px !important;
    371     margin: 0;
    372     display: inline;
    373     line-height: 1.4em;
    374 }
    375 
    376 #dashboard_plugins h5 a {
    377     font-weight: normal;
    378     line-height: 1.7em;
    379 }
    380 
    381 #dashboard_plugins p {
    382     margin: 0 0 1.4em;
    383     line-height: 1.4em;
    384 }
    385 
    386 .dashboard-comment-wrap {
    387     overflow: hidden;
    388     word-wrap: break-word;
    389 }
    390 
     1.postbox p,.postbox ul,.postbox ol,.postbox blockquote,#wp-version-message{font-size:11px;}.edit-box{display:none;}h3:hover .edit-box{display:inline;}form .input-text-wrap{border-style:solid;border-width:1px;padding:2px 3px;border-color:#ccc;}#dashboard-widgets form .input-text-wrap input{border:0 none;outline:none;margin:0;padding:0;width:99%;color:#333;}form .textarea-wrap{border-style:solid;border-width:1px;padding:2px;border-color:#ccc;}#dashboard-widgets form .textarea-wrap textarea{border:0 none;padding:0;outline:none;width:99%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}#dashboard-widgets .postbox form .submit{float:none;margin:.5em 0 0;padding:0;border:none;}#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input{margin:0;}#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish{min-width:0;}div.postbox div.inside{margin:10px;position:relative;}#dashboard-widgets a{text-decoration:none;}#dashboard-widgets h3 a{text-decoration:underline;}#dashboard-widgets h3 .postbox-title-action{position:absolute;right:30px;padding:0;}#dashboard-widgets h4{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:13px;margin:0 0 .2em;padding:0;}#dashboard_right_now p.sub,#dashboard_right_now .table,#dashboard_right_now .versions{margin:-12px;}#dashboard_right_now .inside{font-size:12px;}#dashboard_right_now p.sub{font-style:italic;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;padding:5px 10px 15px;color:#777;font-size:13px;}#dashboard_right_now .table{background:#f9f9f9;border-top:#ececec 1px solid;border-bottom:#ececec 1px solid;margin:0 -9px 10px;padding:0 10px;}#dashboard_right_now table{width:100%;}#dashboard_right_now table td{border-top:#ececec 1px solid;padding:3px 0;white-space:nowrap;}#dashboard_right_now table tr.first td{border-top:none;}#dashboard_right_now td.b{padding-right:6px;text-align:right;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:14px;}#dashboard_right_now td.b a{font-size:18px;}#dashboard_right_now td.b a:hover{color:#d54e21;}#dashboard_right_now .t{font-size:12px;padding-right:12px;padding-top:6px;color:#777;}#dashboard_right_now td.first,#dashboard_right_now td.last{width:1px;}#dashboard_right_now .spam{color:red;}#dashboard_right_now .waiting{color:#e66f00;}#dashboard_right_now .approved{color:green;}#dashboard_right_now .versions{padding:6px 10px 12px;}#dashboard_right_now .versions .b{font-weight:bold;}#dashboard_right_now a.button{float:right;clear:right;position:relative;top:-5px;}#dashboard_recent_comments h3{margin-bottom:0;}#dashboard_recent_comments .inside{margin-top:0;}#dashboard_recent_comments .comment-meta .approve{font-style:italic;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-size:10px;}#the-comment-list{position:relative;}#the-comment-list .comment-item{padding:1em 10px;border-top:1px solid;}#the-comment-list .pingback{padding-left:9px!important;}#the-comment-list .comment-item,#the-comment-list #replyrow{margin:0 -10px;}#the-comment-list .comment-item:first-child{border-top:none;}#the-comment-list .comment-item .avatar{float:left;margin:0 10px 5px 0;}#the-comment-list .comment-item h4{line-height:1.4;margin-top:-.2em;font-weight:normal;color:#999;}#the-comment-list .comment-item h4 cite{font-style:normal;font-weight:normal;}#the-comment-list .comment-item blockquote,#the-comment-list .comment-item blockquote p{margin:0;padding:0;display:inline;}#dashboard_recent_comments #the-comment-list .trackback blockquote,#dashboard_recent_comments #the-comment-list .pingback blockquote{display:block;}#the-comment-list .comment-item p.row-actions{margin:3px 0 0;padding:0;font-size:10px;}#dashboard_quick_press h4{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;float:left;width:5.5em;clear:both;font-weight:normal;text-align:right;padding-top:5px;font-size:12px;}#dashboard_quick_press h4 label{margin-right:10px;}#dashboard_quick_press .input-text-wrap,#dashboard_quick_press .textarea-wrap{margin:0 0 1em 5em;}#dashboard_quick_press #media-buttons{margin:0 0 .5em 5em;padding:0 0 0 10px;font-size:11px;}#dashboard_quick_press #media-buttons a{vertical-align:bottom;}#dashboard-widgets #dashboard_quick_press form p.submit{margin-left:4.6em;}#dashboard-widgets #dashboard_quick_press form p.submit input{float:left;}#dashboard-widgets #dashboard_quick_press form p.submit #save-post{margin:0 1em 0 10px;}#dashboard-widgets #dashboard_quick_press form p.submit #publish{float:right;}#dashboard_recent_drafts ul{margin:0;padding:0;list-style:none;}#dashboard_recent_drafts ul li{margin-bottom:.6em;}#dashboard_recent_drafts h4{font-weight:normal;}#dashboard_recent_drafts h4 abbr{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-size:11px;color:#999;margin-left:3px;}#dashboard_recent_drafts p{margin:0;padding:0;}.rss-widget ul{margin:0;padding:0;list-style:none;}a.rsswidget{font-size:13px;font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;line-height:1.7em;}.rss-widget ul li{line-height:1.5em;margin-bottom:12px;}.rss-widget span.rss-date{margin-left:3px;}.rss-widget cite{display:block;text-align:right;margin:0 0 1em;padding:0;}.rss-widget cite:before{content:'\2014';}#dashboard_plugins h4{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}#dashboard_plugins h5{font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-size:13px!important;margin:0;display:inline;line-height:1.4em;}#dashboard_plugins h5 a{font-weight:normal;line-height:1.7em;}#dashboard_plugins p{margin:0 0 1.4em;line-height:1.4em;}.dashboard-comment-wrap{overflow:hidden;word-wrap:break-word;}
  • trunk/wp-admin/css/global.css

    r11674 r11857  
    1 /* http://meyerweb.com/eric/tools/css/reset/ */
    2 /* v1.0 | 20080212 */
    3 
    4 html, body, div, span, applet, object, iframe,
    5 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    6 a, abbr, acronym, address, big, cite, code,
    7 del, dfn, em, font, img, ins, kbd, q, s, samp,
    8 small, strike, strong, sub, sup, tt, var,
    9 b, u, i, center,
    10 dl, dt, dd, ol, ul, li,
    11 fieldset, form, label, legend,
    12 table, caption, tbody, tfoot, thead, tr, th, td {
    13     margin: 0;
    14     padding: 0;
    15     border: 0;
    16     outline: 0;
    17 /*  font-size: 100%;
    18     vertical-align: baseline; */
    19     background: transparent;
    20 }
    21 body {
    22     line-height: 1;
    23 }
    24 ol, ul {
    25     list-style: none;
    26 }
    27 blockquote, q {
    28     quotes: none;
    29 }
    30 blockquote:before, blockquote:after,
    31 q:before, q:after {
    32     content: '';
    33     content: none;
    34 }
    35 
    36 /* remember to define focus styles! */
    37 /*
    38 :focus {
    39     outline: 0;
    40 }
    41 */
    42 /* remember to highlight inserts somehow! */
    43 ins {
    44     text-decoration: none;
    45 }
    46 del {
    47     text-decoration: line-through;
    48 }
    49 
    50 /* tables still need 'cellspacing="0"' in the markup */
    51 /*
    52 table {
    53     border-collapse: collapse;
    54     border-spacing: 0;
    55 }
    56 */
    57 /* end reset css */
    58 
    59 
    60 /* 2 column liquid layout */
    61 #wpwrap {
    62     height: auto;
    63     min-height: 100%;
    64     width: 100%;
    65 }
    66 
    67 #wpcontent {
    68     height: 100%;
    69     padding-bottom: 50px;
    70 }
    71 
    72 #wpbody {
    73     clear: both;
    74     margin-left: 175px;
    75 }
    76 
    77 .folded #wpbody {
    78     margin-left: 60px;
    79 }
    80 
    81 #wpbody-content {
    82     float: left;
    83     width: 100%;
    84 }
    85 
    86 #adminmenu {
    87     float: left;
    88     clear: left;
    89     width: 145px;
    90     margin-top: 15px;
    91     margin-right: 5px;
    92     margin-bottom: 15px;
    93     margin-left: -160px;
    94     position: relative;
    95     padding: 0;
    96     list-style: none;
    97 }
    98 
    99 .folded #adminmenu {
    100     margin-left: -45px;
    101 }
    102 
    103 .folded #adminmenu,
    104 .folded #adminmenu li.menu-top {
    105     width: 28px;
    106 }
    107 
    108 #footer {
    109     clear: both;
    110     position: relative;
    111     width: 100%;
    112 }
    113 
    114 /* inner 2 column liquid layout */
    115 .inner-sidebar {
    116     float: right;
    117     clear: right;
    118     display: none;
    119     width: 281px;
    120     position: relative;
    121 }
    122 
    123 .inner-sidebar #side-sortables {
    124     width: 280px;
    125     min-height: 300px;
    126 }
    127 
    128 .has-right-sidebar .inner-sidebar {
    129     display: block;
    130 }
    131 
    132 .has-right-sidebar #post-body {
    133     float: left;
    134     clear: left;
    135     width: 100%;
    136     margin-right: -340px;
    137 }
    138 
    139 .has-right-sidebar #post-body-content {
    140     margin-right: 300px;
    141 }
    142 
    143 /* 2 columns main area */
    144 
    145 #col-container {
    146     overflow: hidden;
    147     padding: 0;
    148     margin: 0;
    149 }
    150 
    151 #col-left {
    152     padding: 0;
    153     margin: 0;
    154     overflow: hidden;
    155     width: 39%;
    156 }
    157 
    158 #col-right {
    159     float: right;
    160     clear: right;
    161     overflow: hidden;
    162     padding: 0;
    163     margin: 0;
    164     width: 59%;
    165 }
    166 
    167 /* utility classes */
    168 .alignleft {
    169     float: left;
    170 }
    171 
    172 .alignright {
    173     float: right;
    174 }
    175 
    176 .textleft {
    177     text-align: left;
    178 }
    179 
    180 .textright {
    181     text-align: right;
    182 }
    183 
    184 .clear {
    185     clear: both;
    186 }
    187 
    188 /* Hide visually but not from screen readers */
    189 .screen-reader-text,
    190 .screen-reader-text span {
    191     position: absolute;
    192     left: -1000em;
    193     height: 1px;
    194     width: 1px;
    195     overflow: hidden;
    196 }
    197 
    198 .hidden,
    199 .js .closed .inside,
    200 .js .hide-if-js,
    201 .no-js .hide-if-no-js {
    202     display: none;
    203 }
    204 
    205 /* include margin and padding in the width calculation of input and textarea */
    206 input[type="text"],
    207 input[type="password"],
    208 textarea {
    209     -moz-box-sizing: border-box;
    210     -webkit-box-sizing: border-box;
    211     -ms-box-sizing: border-box; /* ie8 only */
    212     box-sizing: border-box;
    213 }
    214 
    215 input[type="checkbox"],
    216 input[type="radio"] {
    217     vertical-align: middle;
    218 }
    219 
    220 /* styles for use by people extending the WordPress interface */
    221 html,
    222 body {
    223     height: 100%;
    224 }
    225 
    226 body,
    227 td,
    228 textarea,
    229 input,
    230 select {
    231     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    232     font-size: 13px;
    233 }
    234 
    235 body,
    236 textarea {
    237     line-height: 1.4em;
    238 }
    239 
    240 input,
    241 select {
    242     line-height: 1em;
    243 }
    244 
    245 p {
    246     margin: 1em 0;
    247 }
    248 
    249 blockquote {
    250     margin: 1em;
    251 }
    252 
    253 label {
    254     cursor: pointer;
    255 }
    256 
    257 li,
    258 dd {
    259     margin-bottom: 6px;
    260 }
    261 
    262 p,
    263 li,
    264 dl,
    265 dd,
    266 dt {
    267     line-height: 140%;
    268 }
    269 
    270 textarea,
    271 input,
    272 select {
    273     margin: 1px;
    274     padding: 3px;
    275 }
    276 
    277 h1 {
    278   display: block;
    279   font-size: 2em;
    280   font-weight: bold;
    281   margin: .67em 0;
    282 }
    283 
    284 h2 {
    285   display: block;
    286   font-size: 1.5em;
    287   font-weight: bold;
    288   margin: .83em 0;
    289 }
    290 
    291 h3 {
    292   display: block;
    293   font-size: 1.17em;
    294   font-weight: bold;
    295   margin: 1em 0;
    296 }
    297 
    298 h4 {
    299   display: block;
    300   font-size: 1em;
    301   font-weight: bold;
    302   margin: 1.33em 0;
    303 }
    304 
    305 h5 {
    306   display: block;
    307   font-size: 0.83em;
    308   font-weight: bold;
    309   margin: 1.67em 0;
    310 }
    311 
    312 h6 {
    313   display: block;
    314   font-size: 0.67em;
    315   font-weight: bold;
    316   margin: 2.33em 0;
    317 }
    318 
    319 ul.ul-disc {
    320     list-style: disc outside;
    321 }
    322 
    323 ul.ul-square {
    324     list-style: square outside;
    325 }
    326 
    327 ol.ol-decimal {
    328     list-style: decimal outside;
    329 }
    330 
    331 ul.ul-disc,
    332 ul.ul-square,
    333 ol.ol-decimal {
    334     margin-left: 1.8em;
    335 }
    336 
    337 ul.ul-disc > li,
    338 ul.ul-square > li,
    339 ol.ol-decimal > li {
    340     margin: 0 0 0.5em;
    341 }
    342 
    343 .subsubsub {
    344     list-style: none;
    345     margin: 8px 0 5px;
    346     padding: 0;
    347     white-space: nowrap;
    348     font-size: 11px;
    349     float: left;
    350 }
    351 
    352 .subsubsub a {
    353     line-height: 2;
    354     padding: .2em;
    355     text-decoration: none;
    356 }
    357 
    358 .subsubsub a .count, .subsubsub a.current .count {
    359     color: #999;
    360     font-weight: normal;
    361 }
    362 
    363 .subsubsub a.current {
    364     font-weight: bold;
    365     background: none;
    366     border: none;
    367 }
    368 
    369 .subsubsub li {
    370     display: inline;
    371     margin: 0;
    372     padding: 0;
    373 }
    374 
    375 .widefat {
    376     border-width: 1px;
    377     border-style: solid;
    378     border-spacing: 0;
    379     width: 100%;
    380     clear: both;
    381     margin: 0;
    382     -moz-border-radius: 4px;
    383     -khtml-border-radius: 4px;
    384     -webkit-border-radius: 4px;
    385     border-radius: 4px;
    386 }
    387 
    388 .widefat * {
    389     word-wrap: break-word;
    390 }
    391 
    392 .widefat a {
    393     text-decoration: none;
    394 }
    395 
    396 .widefat td,
    397 .widefat th {
    398     border-bottom-width: 1px;
    399     border-bottom-style: solid;
    400     font-size: 11px;
    401     vertical-align: text-top;
    402 }
    403 
    404 .widefat td {
    405     padding: 3px 7px;
    406     vertical-align: top;
    407 }
    408 
    409 .widefat td p,
    410 .widefat td ol,
    411 .widefat td ul {
    412     font-size: 11px;
    413 }
    414 
    415 .widefat th {
    416     padding: 7px 7px 8px;
    417     text-align: left;
    418     line-height: 1.3em;
    419 }
    420 
    421 .widefat th input {
    422     margin: 0 0 0 8px;
    423     padding: 0;
    424     vertical-align: text-top;
    425 }
    426 
    427 .widefat .check-column {
    428     width: 2.2em;
    429     padding: 0;
    430 
    431 }
    432 
    433 .widefat tbody th.check-column {
    434     padding: 7px 0 22px;
    435 }
    436 
    437 .widefat .num,
    438 .column-comments,
    439 .column-links,
    440 .column-posts {
    441     text-align: center;
    442 }
    443 
    444 .widefat th#comments {
    445     vertical-align: middle;
    446 }
    447 
    448 .wrap {
    449     margin: 0 15px 0 5px;
    450 }
    451 
    452 .updated,
    453 .error {
    454     border-width: 1px;
    455     border-style: solid;
    456     padding: 0 0.6em;
    457     margin: 5px 15px 2px;
    458     -moz-border-radius: 3px;
    459     -khtml-border-radius: 3px;
    460     -webkit-border-radius: 3px;
    461     border-radius: 3px;
    462 }
    463 
    464 .updated p,
    465 .error p {
    466     margin: 0.5em 0;
    467     line-height: 1;
    468     padding: 2px;
    469 }
    470 
    471 .wrap .updated,
    472 .wrap .error {
    473     margin: 5px 0 15px;
    474 }
    475 
    476 .wrap h2 {
    477     font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    478     margin: 0;
    479     padding: 14px 15px 3px 0;
    480     line-height: 35px;
    481     text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    482 }
    483 
    484 .wrap h2.long-header {
    485     padding-right: 0;
    486 }
     1html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}#wpwrap{height:auto;min-height:100%;width:100%;}#wpcontent{height:100%;padding-bottom:50px;}#wpbody{clear:both;margin-left:175px;}.folded #wpbody{margin-left:60px;}#wpbody-content{float:left;width:100%;}#adminmenu{float:left;clear:left;width:145px;margin-top:15px;margin-right:5px;margin-bottom:15px;margin-left:-160px;position:relative;padding:0;list-style:none;}.folded #adminmenu{margin-left:-45px;}.folded #adminmenu,.folded #adminmenu li.menu-top{width:28px;}#footer{clear:both;position:relative;width:100%;}.inner-sidebar{float:right;clear:right;display:none;width:281px;position:relative;}.inner-sidebar #side-sortables{width:280px;min-height:300px;}.has-right-sidebar .inner-sidebar{display:block;}.has-right-sidebar #post-body{float:left;clear:left;width:100%;margin-right:-340px;}.has-right-sidebar #post-body-content{margin-right:300px;}#col-container{overflow:hidden;padding:0;margin:0;}#col-left{padding:0;margin:0;overflow:hidden;width:39%;}#col-right{float:right;clear:right;overflow:hidden;padding:0;margin:0;width:59%;}.alignleft{float:left;}.alignright{float:right;}.textleft{text-align:left;}.textright{text-align:right;}.clear{clear:both;}.screen-reader-text,.screen-reader-text span{position:absolute;left:-1000em;height:1px;width:1px;overflow:hidden;}.hidden,.js .closed .inside,.js .hide-if-js,.no-js .hide-if-no-js{display:none;}input[type="text"],input[type="password"],textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}input[type="checkbox"],input[type="radio"]{vertical-align:middle;}html,body{height:100%;}body,td,textarea,input,select{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-size:13px;}body,textarea{line-height:1.4em;}input,select{line-height:1em;}p{margin:1em 0;}blockquote{margin:1em;}label{cursor:pointer;}li,dd{margin-bottom:6px;}p,li,dl,dd,dt{line-height:140%;}textarea,input,select{margin:1px;padding:3px;}h1{display:block;font-size:2em;font-weight:bold;margin:.67em 0;}h2{display:block;font-size:1.5em;font-weight:bold;margin:.83em 0;}h3{display:block;font-size:1.17em;font-weight:bold;margin:1em 0;}h4{display:block;font-size:1em;font-weight:bold;margin:1.33em 0;}h5{display:block;font-size:.83em;font-weight:bold;margin:1.67em 0;}h6{display:block;font-size:.67em;font-weight:bold;margin:2.33em 0;}ul.ul-disc{list-style:disc outside;}ul.ul-square{list-style:square outside;}ol.ol-decimal{list-style:decimal outside;}ul.ul-disc,ul.ul-square,ol.ol-decimal{margin-left:1.8em;}ul.ul-disc>li,ul.ul-square>li,ol.ol-decimal>li{margin:0 0 .5em;}.subsubsub{list-style:none;margin:8px 0 5px;padding:0;white-space:nowrap;font-size:11px;float:left;}.subsubsub a{line-height:2;padding:.2em;text-decoration:none;}.subsubsub a .count,.subsubsub a.current .count{color:#999;font-weight:normal;}.subsubsub a.current{font-weight:bold;background:none;border:none;}.subsubsub li{display:inline;margin:0;padding:0;}.widefat{border-width:1px;border-style:solid;border-spacing:0;width:100%;clear:both;margin:0;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.widefat *{word-wrap:break-word;}.widefat a{text-decoration:none;}.widefat td,.widefat th{border-bottom-width:1px;border-bottom-style:solid;font-size:11px;vertical-align:text-top;}.widefat td{padding:3px 7px;vertical-align:top;}.widefat td p,.widefat td ol,.widefat td ul{font-size:11px;}.widefat th{padding:7px 7px 8px;text-align:left;line-height:1.3em;}.widefat th input{margin:0 0 0 8px;padding:0;vertical-align:text-top;}.widefat .check-column{width:2.2em;padding:0;}.widefat tbody th.check-column{padding:7px 0 22px;}.widefat .num,.column-comments,.column-links,.column-posts{text-align:center;}.widefat th#comments{vertical-align:middle;}.wrap{margin:0 15px 0 5px;}.updated,.error{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.updated p,.error p{margin:.5em 0;line-height:1;padding:2px;}.wrap .updated,.wrap .error{margin:5px 0 15px;}.wrap h2{font:italic normal normal 24px/29px Georgia,"Times New Roman","Bitstream Charter",Times,serif;margin:0;padding:14px 15px 3px 0;line-height:35px;text-shadow:rgba(255,255,255,1) 0 1px 0;}.wrap h2.long-header{padding-right:0;}
  • trunk/wp-admin/css/install.css

    r10000 r11857  
    1 html { background: #f7f7f7; }
    2 
    3 body {
    4     background: #fff;
    5     color: #333;
    6     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    7     margin: 2em auto 0 auto;
    8     width: 700px;
    9     padding: 1em 2em;
    10     -moz-border-radius: 11px;
    11     -khtml-border-radius: 11px;
    12     -webkit-border-radius: 11px;
    13     border-radius: 11px;
    14     border: 1px solid #dfdfdf;
    15 }
    16 
    17 a { color: #2583ad; text-decoration: none; }
    18 
    19 a:hover { color: #d54e21; }
    20 
    21 h1 {
    22     border-bottom: 1px solid #dadada;
    23     clear: both;
    24     color: #666;
    25     font: 24px Georgia, "Times New Roman", Times, serif;
    26     margin: 5px 0 0 -4px;
    27     padding: 0;
    28     padding-bottom: 7px;
    29 }
    30 
    31 h2 { font-size: 16px; }
    32 
    33 p, li {
    34     padding-bottom: 2px;
    35     font-size: 12px;
    36     line-height: 18px;
    37 }
    38 
    39 code { font-size: 13px; }
    40 
    41 ul, ol { padding: 5px 5px 5px 22px; }
    42 
    43 #logo { margin: 6px 0 14px 0; border-bottom: none;}
    44 
    45 .step {
    46     margin: 20px 0 15px;
    47 }
    48 
    49 .step, th { text-align: left; padding: 0; }
    50 
    51 .submit input, .button, .button-secondary {
    52     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    53     text-decoration: none;
    54     font-size: 14px !important;
    55     line-height: 16px;
    56     padding: 6px 12px;
    57     cursor: pointer;
    58     border: 1px solid #bbb;
    59     color: #464646;
    60     -moz-border-radius: 15px;
    61     -khtml-border-radius: 15px;
    62     -webkit-border-radius: 15px;
    63     border-radius: 15px;
    64     -moz-box-sizing: content-box;
    65     -webkit-box-sizing: content-box;
    66     -khtml-box-sizing: content-box;
    67     box-sizing: content-box;
    68 }
    69 
    70 .button:hover, .button-secondary:hover, .submit input:hover {
    71     color: #000;
    72     border-color: #666;
    73 }
    74 
    75 .button, .submit input, .button-secondary {
    76     background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
    77 }
    78 
    79 .button:active, .submit input:active, .button-secondary:active {
    80     background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
    81 }
    82 
    83 .form-table {
    84     border-collapse: collapse;
    85     margin-top: 1em;
    86     width: 100%;
    87 }
    88 
    89 .form-table td {
    90     margin-bottom: 9px;
    91     padding: 10px;
    92     border-bottom: 8px solid #fff;
    93     font-size: 12px;
    94 }
    95 
    96 .form-table th {
    97     font-size: 13px;
    98     text-align: left;
    99     padding: 16px 10px 10px 10px;
    100     border-bottom: 8px solid #fff;
    101     width: 110px;
    102     vertical-align: top;
    103 }
    104 
    105 .form-table tr {
    106     background: #f3f3f3;
    107 }
    108 
    109 .form-table code {
    110     line-height: 18px;
    111     font-size: 18px;
    112 }
    113 
    114 .form-table p {
    115     margin: 4px 0 0 0;
    116     font-size: 11px;
    117 }
    118 
    119 .form-table input {
    120     line-height: 20px;
    121     font-size: 15px;
    122     padding: 2px;
    123 }
    124 
    125 #error-page { margin-top: 50px; }
    126 
    127 #error-page p {
    128     font-size: 12px;
    129     line-height: 18px;
    130     margin: 25px 0 20px;
    131 }
    132 
    133 #error-page code { font-family: Consolas, Monaco, Courier, monospace; }
     1html{background:#f7f7f7;}body{background:#fff;color:#333;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;margin:2em auto 0 auto;width:700px;padding:1em 2em;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;border:1px solid #dfdfdf;}a{color:#2583ad;text-decoration:none;}a:hover{color:#d54e21;}h1{border-bottom:1px solid #dadada;clear:both;color:#666;font:24px Georgia,"Times New Roman",Times,serif;margin:5px 0 0 -4px;padding:0;padding-bottom:7px;}h2{font-size:16px;}p,li{padding-bottom:2px;font-size:12px;line-height:18px;}code{font-size:13px;}ul,ol{padding:5px 5px 5px 22px;}#logo{margin:6px 0 14px 0;border-bottom:none;}.step{margin:20px 0 15px;}.step,th{text-align:left;padding:0;}.submit input,.button,.button-secondary{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;text-decoration:none;font-size:14px!important;line-height:16px;padding:6px 12px;cursor:pointer;border:1px solid #bbb;color:#464646;-moz-border-radius:15px;-khtml-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}.button:hover,.button-secondary:hover,.submit input:hover{color:#000;border-color:#666;}.button,.submit input,.button-secondary{background:#f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;}.button:active,.submit input:active,.button-secondary:active{background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;}.form-table{border-collapse:collapse;margin-top:1em;width:100%;}.form-table td{margin-bottom:9px;padding:10px;border-bottom:8px solid #fff;font-size:12px;}.form-table th{font-size:13px;text-align:left;padding:16px 10px 10px 10px;border-bottom:8px solid #fff;width:110px;vertical-align:top;}.form-table tr{background:#f3f3f3;}.form-table code{line-height:18px;font-size:18px;}.form-table p{margin:4px 0 0 0;font-size:11px;}.form-table input{line-height:20px;font-size:15px;padding:2px;}#error-page{margin-top:50px;}#error-page p{font-size:12px;line-height:18px;margin:25px 0 20px;}#error-page code{font-family:Consolas,Monaco,Courier,monospace;}
  • trunk/wp-admin/css/login.css

    r11148 r11857  
    1 * { margin: 0; padding: 0; }
    2 
    3 body {
    4     border-top-width: 30px;
    5     border-top-style: solid;
    6     font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    7 }
    8 
    9 form {
    10     margin-left: 8px;
    11     padding: 16px 16px 40px 16px;
    12     font-weight: normal;
    13     -moz-border-radius: 11px;
    14     -khtml-border-radius: 11px;
    15     -webkit-border-radius: 11px;
    16     border-radius: 5px;
    17     background: #fff;
    18     border: 1px solid #e5e5e5;
    19     -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    20     -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    21     -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    22     box-shadow: rgba(200,200,200,1) 0 4px 18px;
    23 }
    24 
    25 form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
    26 
    27 #login form .submit input {
    28     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    29     padding: 3px 10px;
    30     border: none;
    31     font-size: 12px;
    32     border-width: 1px;
    33     border-style: solid;
    34     -moz-border-radius: 11px;
    35     -khtml-border-radius: 11px;
    36     -webkit-border-radius: 11px;
    37     border-radius: 11px;
    38     cursor: pointer;
    39     text-decoration: none;
    40     margin-top: -3px;
    41     text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    42 }
    43 
    44 #login form p {
    45     margin-bottom: 0;
    46 }
    47 
    48 label {
    49     color: #777;
    50     font-size: 13px;
    51 }
    52 
    53 form .forgetmenot label {
    54     font-size: 11px;
    55     line-height: 19px;
    56 }
    57 
    58 form .submit { float: right; }
    59 
    60 form p { margin-bottom: 24px; }
    61 
    62 h1 a {
    63     background: url(../images/logo-login.gif) no-repeat top center;
    64     width: 326px;
    65     height: 67px;
    66     text-indent: -9999px;
    67     overflow: hidden;
    68     padding-bottom: 15px;
    69     display: block;
    70 }
    71 
    72 #nav {
    73     text-shadow: rgba(255,255,255,1) 0 1px 0;
    74 }
    75 
    76 #backtoblog a {
    77     position: absolute;
    78     top: 7px;
    79     left: 15px;
    80     text-decoration: none;
    81 }
    82 
    83 #login { width: 320px; margin: 7em auto; }
    84 
    85 #login_error, .message {
    86     margin: 0 0 16px 8px;
    87     border-width: 1px;
    88     border-style: solid;
    89     padding: 12px;
    90     -moz-border-radius: 3px;
    91     -khtml-border-radius: 3px;
    92     -webkit-border-radius: 3px;
    93     border-radius: 3px;
    94 }
    95 
    96 #nav { margin: 0 0 0 8px; padding: 16px; }
    97 
    98 #user_pass, #user_login, #user_email {
    99     font-size: 24px;
    100     width: 97%;
    101     padding: 3px;
    102     margin-top: 2px;
    103     margin-right: 6px;
    104     margin-bottom: 16px;
    105     border: 1px solid #e5e5e5;
    106     background: #fbfbfb;
    107 }
    108 
    109 .clear {
    110     clear: both;
    111 }
     1*{margin:0;padding:0;}body{border-top-width:30px;border-top-style:solid;font:11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}form{margin-left:8px;padding:16px 16px 40px 16px;font-weight:normal;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:5px;background:#fff;border:1px solid #e5e5e5;-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;box-shadow:rgba(200,200,200,1) 0 4px 18px;}form .forgetmenot{font-weight:normal;float:left;margin-bottom:0;}#login form .submit input{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;padding:3px 10px;border:none;font-size:12px;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;cursor:pointer;text-decoration:none;margin-top:-3px;text-shadow:rgba(0,0,0,0.3) 0 -1px 0;}#login form p{margin-bottom:0;}label{color:#777;font-size:13px;}form .forgetmenot label{font-size:11px;line-height:19px;}form .submit{float:right;}form p{margin-bottom:24px;}h1 a{background:url(../images/logo-login.gif) no-repeat top center;width:326px;height:67px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block;}#nav{text-shadow:rgba(255,255,255,1) 0 1px 0;}#backtoblog a{position:absolute;top:7px;left:15px;text-decoration:none;}#login{width:320px;margin:7em auto;}#login_error,.message{margin:0 0 16px 8px;border-width:1px;border-style:solid;padding:12px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#nav{margin:0 0 0 8px;padding:16px;}#user_pass,#user_login,#user_email{font-size:24px;width:97%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb;}.clear{clear:both;}
  • trunk/wp-admin/css/media.css

    r11557 r11857  
    1 div#media-upload-header {
    2     margin: 0;
    3     padding: 0 5px;
    4     font-weight: bold;
    5     position: relative;
    6     border-bottom-width: 1px;
    7     border-bottom-style: solid;
    8     height: 2.5em;
    9 }
    10 
    11 body#media-upload ul#sidemenu {
    12     font-weight: normal;
    13     margin: 0 5px;
    14     position: absolute;
    15     left: 0px;
    16     bottom: -1px;
    17 }
    18 
    19 div#media-upload-error {
    20     margin: 1em;
    21     font-weight: bold;
    22 }
    23 
    24 form {
    25     margin: 1em;
    26 }
    27 
    28 #search-filter {
    29     text-align: right;
    30 }
    31 
    32 th {
    33     position: relative;
    34 }
    35 
    36 .media-upload-form label.form-help, td.help {
    37     font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    38     font-style: italic;
    39     font-weight: normal;
    40 }
    41 
    42 .media-upload-form p.help {
    43     margin: 0;
    44     padding: 0;
    45 }
    46 
    47 .media-upload-form fieldset {
    48     width: 100%;
    49     border: none;
    50     text-align: justify;
    51     margin: 0 0 1em 0;
    52     padding: 0;
    53 }
    54 
    55 /* specific to the image upload form */
    56 
    57 
    58 .image-align-none-label {
    59     background: url(../images/align-none.png) no-repeat center left;
    60 }
    61 
    62 .image-align-left-label {
    63     background: url(../images/align-left.png) no-repeat center left;
    64 }
    65 
    66 .image-align-center-label {
    67     background: url(../images/align-center.png) no-repeat center left;
    68 }
    69 
    70 .image-align-right-label {
    71     background: url(../images/align-right.png) no-repeat center left;
    72 }
    73 
    74 tr.image-size td {
    75     width: 460px;
    76 }
    77 
    78 tr.image-size div.image-size-item {
    79     float: left;
    80     width: 25%;
    81     margin: 0;
    82 }
    83 
    84 #library-form .progress,
    85 #gallery-form .progress,
    86 #flash-upload-ui,
    87 .insert-gallery,
    88 .describe.startopen,
    89 .describe.startclosed {
    90     display: none;
    91 }
    92 
    93 .media-item .thumbnail {
    94     max-width: 128px;
    95     max-height: 128px;
    96 }
    97 
    98 thead.media-item-info tr {
    99     background-color: transparent;
    100 }
    101 
    102 thead.media-item-info th,
    103 thead.media-item-info td {
    104     border: none;
    105     margin: 0;
    106 }
    107 
    108 .form-table thead.media-item-info {
    109     border: 8px solid #fff;
    110 }
    111 
    112 abbr.required {
    113     text-decoration: none;
    114     border: none;
    115 }
    116 
    117 .describe label {
    118     display: inline;
    119 }
    120 
    121 .describe td {
    122     vertical-align: middle;
    123     padding: 0 5px 0 0;
    124 }
    125 
    126 .describe td.A1 {
    127     width: 132px;
    128 }
    129 
    130 .describe input[type="text"],
    131 .describe textarea {
    132     width: 460px;
    133     border-width: 1px;
    134     border-style: solid;
    135 }
    136 
    137 .describe-toggle-on,
    138 .describe-toggle-off {
    139     display: block;
    140     line-height: 36px;
    141     float: right;
    142     margin-right: 20px;
    143 }
    144 
    145 .describe-toggle-off {
    146     display: none;
    147 }
    148 
    149 .hidden {
    150     height: 0;
    151     width: 0;
    152     overflow: hidden;
    153     border: none;
    154 }
    155 
    156 /* Specific to Uploader */
    157 
    158 #media-upload .media-upload-form p {
    159     margin: 0 1em 1em 0;
    160 }
    161 
    162 #media-upload p.ml-submit {
    163     padding: 1em 0;
    164 }
    165 
    166 #media-upload p.help,
    167 #media-upload label.help {
    168     font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    169     font-style: italic;
    170     font-weight: normal;
    171 }
    172 
    173 #media-upload tr.image-size td.field {
    174     text-align: center;
    175 }
    176 
    177 #media-upload #media-items {
    178     border-width: 1px;
    179     border-style: solid;
    180     border-bottom: none;
    181     width: 623px;
    182 }
    183 
    184 #media-upload .media-item {
    185     border-bottom-width: 1px;
    186     border-bottom-style: solid;
    187     min-height: 36px;
    188     width: 100%;
    189 }
    190 
    191 #media-upload .ui-sortable .media-item {
    192     cursor: move;
    193 }
    194 
    195 .filename {
    196     line-height: 36px;
    197     padding: 0 10px;
    198     overflow: hidden;
    199 }
    200 
    201 #media-upload .describe {
    202     padding: 5px;
    203     width: 100%;
    204     clear: both;
    205     cursor: default;
    206 }
    207 
    208 #media-upload .slidetoggle {
    209     border-top-width: 1px;
    210     border-top-style: solid;
    211 }
    212 
    213 #media-upload .describe th.label {
    214     padding-top: .5em;
    215     text-align: left;
    216     min-width: 120px;
    217 }
    218 
    219 #media-upload tr.align td.field {
    220     text-align: center;
    221 }
    222 
    223 #media-upload tr.image-size {
    224     margin-bottom: 1em;
    225     height: 3em;
    226 }
    227 
    228 #media-upload #filter {
    229     width: 623px;
    230 }
    231 
    232 #media-upload #filter .subsubsub {
    233     margin: 8px 0;
    234 }
    235 
    236 #filter .tablenav select {
    237     border-style: solid;
    238     border-width: 1px;
    239     padding: 2px;
    240     vertical-align: top;
    241     width: auto;
    242 }
    243 
    244 #media-upload .del-attachment {
    245     display: none;
    246     margin: 5px 0;
    247 }
    248 
    249 .menu_order {
    250     float: right;
    251     font-size: 11px;
    252     margin: 10px 10px 0;
    253 }
    254 
    255 .menu_order_input {
    256     border: 1px solid #ddd;
    257     font-size: 10px;
    258     padding: 1px;
    259     width: 23px;
    260 }
    261 
    262 .ui-sortable-helper {
    263     background-color: #fff;
    264     border: 1px solid #aaa;
    265     opacity: 0.6;
    266     filter: alpha(opacity=60);
    267 }
    268 
    269 #media-upload th.order-head {
    270     width: 25%;
    271     text-align: center;
    272 }
    273 
    274 #media-upload .widefat {
    275     width: 626px;
    276     border-style: solid solid none;
    277 }
    278 
    279 .sorthelper {
    280     height: 37px;
    281     width: 623px;
    282     display: block;
    283 }
    284 
    285 #gallery-settings th.label {
    286     width: 160px;
    287 }
    288 
    289 #gallery-settings #basic th.label {
    290     padding: 5px 5px 5px 0;
    291 }
    292 
    293 #gallery-settings .title {
    294     clear: both;
    295     padding: 0 0 3px;
    296     border-bottom-style: solid;
    297     border-bottom-width: 1px;
    298     font-family: Georgia,"Times New Roman",Times,serif;
    299     font-size: 1.6em;
    300     border-bottom-color: #DADADA;
    301     color: #5A5A5A;
    302 }
    303 
    304 h3.media-title  {
    305     color: #5A5A5A;
    306     font-family: Georgia,"Times New Roman",Times,serif;
    307     font-size: 1.6em;
    308     font-weight: normal;
    309 }
    310 
    311 #gallery-settings .describe td {
    312     vertical-align: middle;
    313     height: 3.5em;
    314 }
    315 
    316 #gallery-settings .describe th.label {
    317     padding-top: .5em;
    318     text-align: left;
    319 }
    320 
    321 #gallery-settings .describe {
    322     padding: 5px;
    323     width: 615px;
    324     clear: both;
    325     cursor: default;
    326 }
    327 
    328 #gallery-settings .describe select {
    329     width: 15em;
    330     border: 1px solid #dfdfdf;
    331 }
    332 
    333 #gallery-settings label,
    334 #gallery-settings legend {
    335     font-size: 13px;
    336     color: #464646;
    337     margin-right: 15px;
    338 }
    339 
    340 #gallery-settings .align .field label {
    341     margin: 0 1.5em 0 0;
    342 }
    343 
    344 #gallery-settings p.ml-submit {
    345     border-top: 1px solid #dfdfdf;
    346 }
    347 
    348 #gallery-settings select#columns {
    349     width: 6em;
    350 }
    351 
    352 #sort-buttons {
    353     font-size: 0.8em;
    354     margin: 3px 25px -8px 0;
    355     text-align: right;
    356     max-width: 625px;
    357 }
    358 
    359 #sort-buttons a {
    360     text-decoration: none;
    361 }
    362 
    363 #sort-buttons #asc,
    364 #sort-buttons #showall {
    365     padding-left: 5px;
    366 }
    367 
    368 #sort-buttons span {
    369     margin-right: 25px;
    370 }
     1div#media-upload-header{margin:0;padding:0 5px;font-weight:bold;position:relative;border-bottom-width:1px;border-bottom-style:solid;height:2.5em;}body#media-upload ul#sidemenu{font-weight:normal;margin:0 5px;position:absolute;left:0;bottom:-1px;}div#media-upload-error{margin:1em;font-weight:bold;}form{margin:1em;}#search-filter{text-align:right;}th{position:relative;}.media-upload-form label.form-help,td.help{font-family:"Lucida Grande","Bitstream Vera Sans",Verdana,Arial,sans-serif;font-style:italic;font-weight:normal;}.media-upload-form p.help{margin:0;padding:0;}.media-upload-form fieldset{width:100%;border:none;text-align:justify;margin:0 0 1em 0;padding:0;}.image-align-none-label{background:url(../images/align-none.png) no-repeat center left;}.image-align-left-label{background:url(../images/align-left.png) no-repeat center left;}.image-align-center-label{background:url(../images/align-center.png) no-repeat center left;}.image-align-right-label{background:url(../images/align-right.png) no-repeat center left;}tr.image-size td{width:460px;}tr.image-size div.image-size-item{float:left;width:25%;margin:0;}#library-form .progress,#gallery-form .progress,#flash-upload-ui,.insert-gallery,.describe.startopen,.describe.startclosed{display:none;}.media-item .thumbnail{max-width:128px;max-height:128px;}thead.media-item-info tr{background-color:transparent;}thead.media-item-info th,thead.media-item-info td{border:none;margin:0;}.form-table thead.media-item-info{border:8px solid #fff;}abbr.required{text-decoration:none;border:none;}.describe label{display:inline;}.describe td{vertical-align:middle;padding:0 5px 0 0;}.describe td.A1{width:132px;}.describe input[type="text"],.describe textarea{width:460px;border-width:1px;border-style:solid;}.describe-toggle-on,.describe-toggle-off{display:block;line-height:36px;float:right;margin-right:20px;}.describe-toggle-off{display:none;}.hidden{height:0;width:0;overflow:hidden;border:none;}#media-upload .media-upload-form p{margin:0 1em 1em 0;}#media-upload p.ml-submit{padding:1em 0;}#media-upload p.help,#media-upload label.help{font-family:"Lucida Grande","Bitstream Vera Sans",Verdana,Arial,sans-serif;font-style:italic;font-weight:normal;}#media-upload tr.image-size td.field{text-align:center;}#media-upload #media-items{border-width:1px;border-style:solid;border-bottom:none;width:623px;}#media-upload .media-item{border-bottom-width:1px;border-bottom-style:solid;min-height:36px;width:100%;}#media-upload .ui-sortable .media-item{cursor:move;}.filename{line-height:36px;padding:0 10px;overflow:hidden;}#media-upload .describe{padding:5px;width:100%;clear:both;cursor:default;}#media-upload .slidetoggle{border-top-width:1px;border-top-style:solid;}#media-upload .describe th.label{padding-top:.5em;text-align:left;min-width:120px;}#media-upload tr.align td.field{text-align:center;}#media-upload tr.image-size{margin-bottom:1em;height:3em;}#media-upload #filter{width:623px;}#media-upload #filter .subsubsub{margin:8px 0;}#filter .tablenav select{border-style:solid;border-width:1px;padding:2px;vertical-align:top;width:auto;}#media-upload .del-attachment{display:none;margin:5px 0;}.menu_order{float:right;font-size:11px;margin:10px 10px 0;}.menu_order_input{border:1px solid #ddd;font-size:10px;padding:1px;width:23px;}.ui-sortable-helper{background-color:#fff;border:1px solid #aaa;opacity:.6;filter:alpha(opacity=60);}#media-upload th.order-head{width:25%;text-align:center;}#media-upload .widefat{width:626px;border-style:solid solid none;}.sorthelper{height:37px;width:623px;display:block;}#gallery-settings th.label{width:160px;}#gallery-settings #basic th.label{padding:5px 5px 5px 0;}#gallery-settings .title{clear:both;padding:0 0 3px;border-bottom-style:solid;border-bottom-width:1px;font-family:Georgia,"Times New Roman",Times,serif;font-size:1.6em;border-bottom-color:#DADADA;color:#5A5A5A;}h3.media-title{color:#5A5A5A;font-family:Georgia,"Times New Roman",Times,serif;font-size:1.6em;font-weight:normal;}#gallery-settings .describe td{vertical-align:middle;height:3.5em;}#gallery-settings .describe th.label{padding-top:.5em;text-align:left;}#gallery-settings .describe{padding:5px;width:615px;clear:both;cursor:default;}#gallery-settings .describe select{width:15em;border:1px solid #dfdfdf;}#gallery-settings label,#gallery-settings legend{font-size:13px;color:#464646;margin-right:15px;}#gallery-settings .align .field label{margin:0 1.5em 0 0;}#gallery-settings p.ml-submit{border-top:1px solid #dfdfdf;}#gallery-settings select#columns{width:6em;}#sort-buttons{font-size:.8em;margin:3px 25px -8px 0;text-align:right;max-width:625px;}#sort-buttons a{text-decoration:none;}#sort-buttons #asc,#sort-buttons #showall{padding-left:5px;}#sort-buttons span{margin-right:25px;}
  • trunk/wp-admin/css/plugin-install.css

    r11754 r11857  
    1 /* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
    2 div.star-holder {
    3     position: relative;
    4     height: 19px;
    5     width: 100px;
    6     font-size: 19px;
    7 }
    8 
    9 div.star {
    10     height: 100%;
    11     position: absolute;
    12     top: 0;
    13     left: 0;
    14     background-color: transparent;
    15     letter-spacing: 1ex;
    16     border: none;
    17 }
    18 
    19 .star1 { width: 20%; }
    20 .star2 { width: 40%; }
    21 .star3 { width: 60%; }
    22 .star4 { width: 80%; }
    23 .star5 { width: 100%; }
    24 
    25 .star img, div.star a, div.star a:hover, div.star a:visited {
    26     display: block;
    27     position: absolute;
    28     right: 0;
    29     border: none;
    30     text-decoration: none;
    31 }
    32 
    33 div.star img {
    34     width: 19px;
    35     height: 19px;
    36     border-left: 1px solid #fff;
    37     border-right: 1px solid #fff;
    38 }
    39 
    40 /* Start custom CSS */
    41 /* Header on thickbox */
    42 #plugin-information-header {
    43     margin: 0;
    44     padding: 0 5px;
    45     font-weight: bold;
    46     position: relative;
    47     border-bottom-width: 1px;
    48     border-bottom-style: solid;
    49     height: 2.5em;
    50 }
    51 #plugin-information ul#sidemenu {
    52     font-weight: normal;
    53     margin: 0 5px;
    54     position: absolute;
    55     left: 0;
    56     bottom: -1px;
    57 }
    58 
    59 /* Install sidemenu */
    60 #plugin-information p.action-button {
    61     width: 100%;
    62     padding-bottom: 0;
    63     margin-bottom: 0;
    64     margin-top: 10px;
    65     -moz-border-radius: 3px 0 0 3px;
    66     -webkit-border-top-left-radius: 3px;
    67     -khtml-border-top-left-radius: 3px;
    68     border-top-left-radius: 3px;
    69     -webkit-border-bottom-left-radius: 3px;
    70     -khtml-border-bottom-left-radius: 3px;
    71     border-bottom-left-radius: 3px;
    72 }
    73 
    74 #plugin-information .action-button a {
    75     text-align: center;
    76     font-weight: bold;
    77     text-decoration: none;
    78     display: block;
    79     line-height: 2em;
    80 }
    81 
    82 #plugin-information h2 {
    83     clear: none !important;
    84     margin-right: 200px;
    85 }
    86 
    87 #plugin-information .fyi {
    88     margin: 0 10px 50px;
    89     width: 210px;
    90 }
    91 
    92 #plugin-information .fyi h2 {
    93     font-size: 0.9em;
    94     margin-bottom: 0;
    95     margin-right: 0;
    96 }
    97 
    98 #plugin-information .fyi h2.mainheader {
    99     padding: 5px;
    100     -moz-border-radius-topleft: 3px;
    101     -webkit-border-top-left-radius: 3px;
    102     -khtml-border-top-left-radius: 3px;
    103     border-top-left-radius: 3px;
    104 }
    105 
    106 #plugin-information .fyi ul {
    107     padding: 10px 5px 10px 7px;
    108     margin: 0;
    109     list-style: none;
    110     -moz-border-radius-bottomleft: 3px;
    111     -webkit-border-bottom-left-radius: 3px;
    112     -khtml-border-bottom-left-radius: 3px;
    113     border-bottom-left-radius: 3px;
    114 }
    115 
    116 #plugin-information .fyi li {
    117     margin-right: 0;
    118 }
    119 
    120 #plugin-information #section-holder {
    121     padding: 10px;
    122 }
    123 
    124 #plugin-information .section ul,
    125 #plugin-information .section ol {
    126     margin-left: 16px;
    127     list-style-type: square;
    128     list-style-image: none;
    129 }
    130 
    131 #plugin-information #section-screenshots li img {
    132     vertical-align: text-top;
    133 }
    134 
    135 #plugin-information #section-screenshots li p {
    136     font-style: italic;
    137     padding-left: 20px;
    138     padding-bottom: 2em;
    139 }
    140 
    141 #plugin-information .updated,
    142 #plugin-information pre {
    143     margin-right: 215px;
    144 }
    145 
    146 #plugin-information pre {
    147     padding: 7px;
    148 }
     1div.star-holder{position:relative;height:19px;width:100px;font-size:19px;}div.star{height:100%;position:absolute;top:0;left:0;background-color:transparent;letter-spacing:1ex;border:none;}.star1{width:20%;}.star2{width:40%;}.star3{width:60%;}.star4{width:80%;}.star5{width:100%;}.star img,div.star a,div.star a:hover,div.star a:visited{display:block;position:absolute;right:0;border:none;text-decoration:none;}div.star img{width:19px;height:19px;border-left:1px solid #fff;border-right:1px solid #fff;}#plugin-information-header{margin:0;padding:0 5px;font-weight:bold;position:relative;border-bottom-width:1px;border-bottom-style:solid;height:2.5em;}#plugin-information ul#sidemenu{font-weight:normal;margin:0 5px;position:absolute;left:0;bottom:-1px;}#plugin-information p.action-button{width:100%;padding-bottom:0;margin-bottom:0;margin-top:10px;-moz-border-radius:3px 0 0 3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-khtml-border-bottom-left-radius:3px;border-bottom-left-radius:3px;}#plugin-information .action-button a{text-align:center;font-weight:bold;text-decoration:none;display:block;line-height:2em;}#plugin-information h2{clear:none!important;margin-right:200px;}#plugin-information .fyi{margin:0 10px 50px;width:210px;}#plugin-information .fyi h2{font-size:.9em;margin-bottom:0;margin-right:0;}#plugin-information .fyi h2.mainheader{padding:5px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;}#plugin-information .fyi ul{padding:10px 5px 10px 7px;margin:0;list-style:none;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;-khtml-border-bottom-left-radius:3px;border-bottom-left-radius:3px;}#plugin-information .fyi li{margin-right:0;}#plugin-information #section-holder{padding:10px;}#plugin-information .section ul,#plugin-information .section ol{margin-left:16px;list-style-type:square;list-style-image:none;}#plugin-information #section-screenshots li img{vertical-align:text-top;}#plugin-information #section-screenshots li p{font-style:italic;padding-left:20px;padding-bottom:2em;}#plugin-information .updated,#plugin-information pre{margin-right:215px;}#plugin-information pre{padding:7px;}
  • trunk/wp-admin/css/press-this.css

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

    r11647 r11857  
    1 #template textarea {
    2     font-family: Consolas, Monaco, Courier, monospace;
    3     font-size: 12px;
    4     width: 97%;
    5 }
    6 
    7 #template p {
    8     width: 97%;
    9 }
    10 
    11 #templateside {
    12     float: right;
    13     width: 190px;
    14     word-wrap: break-word;
    15 }
    16 
    17 #templateside h3,
    18 #postcustomstuff p.submit {
    19     margin: 0;
    20 }
    21 
    22 #templateside h4 {
    23     margin: 1em 0 0;
    24 }
    25 
    26 #templateside ol,
    27 #templateside ul {
    28     margin: .5em;
    29     padding: 0;
    30 }
    31 
    32 #templateside li {
    33     margin: 4px 0;
    34 }
    35 
    36 .nonessential {
    37     font-size: small;
    38 }
    39 
    40 .highlight {
    41     padding: 1px;
    42 }
    43 
    44 div.tablenav {
    45     margin-right: 210px;
    46 }
    47 
    48 #documentation {
    49     margin-top: 10px;
    50 }
    51 #documentation label {
    52     line-height: 22px;
    53     vertical-align: top;
    54     font-weight: bold;
    55 }
    56 
    57 .fileedit-sub {
    58     padding: 10px 0 8px;
    59     line-height: 180%;
    60 }
     1#template textarea{font-family:Consolas,Monaco,Courier,monospace;font-size:12px;width:97%;}#template p{width:97%;}#templateside{float:right;width:190px;word-wrap:break-word;}#templateside h3,#postcustomstuff p.submit{margin:0;}#templateside h4{margin:1em 0 0;}#templateside ol,#templateside ul{margin:.5em;padding:0;}#templateside li{margin:4px 0;}.nonessential{font-size:small;}.highlight{padding:1px;}div.tablenav{margin-right:210px;}#documentation{margin-top:10px;}#documentation label{line-height:22px;vertical-align:top;font-weight:bold;}.fileedit-sub{padding:10px 0 8px;line-height:180%;}
  • trunk/wp-admin/css/theme-install.css

    r11547 r11857  
    1 /* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
    2 div.star-holder {
    3     position: relative;
    4     height: 19px;
    5     width: 100px;
    6     font-size: 19px;
    7 }
    8 
    9 div.star {
    10     height: 100%;
    11     position: absolute;
    12     top: 0;
    13     left: 0;
    14     background-color: transparent;
    15     letter-spacing: 1ex;
    16     border: none;
    17 }
    18 
    19 .star1 { width: 20%; }
    20 .star2 { width: 40%; }
    21 .star3 { width: 60%; }
    22 .star4 { width: 80%; }
    23 .star5 { width: 100%; }
    24 
    25 .star img, div.star a, div.star a:hover, div.star a:visited {
    26     display: block;
    27     position: absolute;
    28     right: 0;
    29     border: none;
    30     text-decoration: none;
    31 }
    32 
    33 div.star img {
    34     width: 19px;
    35     height: 19px;
    36     border-left: 1px solid #fff;
    37     border-right: 1px solid #fff;
    38 }
    39 
    40 .theme-listing .theme-item {
    41     display: inline-block;
    42     width: 200px;
    43     border: thin solid #ccc;
    44     vertical-align: top;
    45 }
    46 
    47 .theme-listing .theme-item h3 {
    48     text-align: center;
    49     font-size: 14px;
    50     font-style: italic;
    51     margin: 0;
    52     padding: 0;
    53 }
    54 
    55 .theme-listing .theme-item img {
    56     max-width: 150px;
    57     max-height: 150px;
    58 }
    59 
    60 .theme-listing .theme-item-info span {
    61     display: none;
    62 }
    63 .theme-listing .theme-item:hover .theme-item-info span {
    64     display: inline;
    65 }
    66 .theme-listing .theme-item:hover .theme-item-info span.dots {
    67     display: none;
    68 }
    69 .theme-listing .theme-item-info span.action-links {
    70     font-weight: bold;
    71     text-align: center;
    72 }
    73 
    74 .theme-listing br.line {
    75     border-bottom-width: 1px;
    76     border-bottom-style: solid;
    77     margin-bottom: 3px;
    78 }
    79 
    80 .available-theme {
    81     padding: 20px 15px;
    82 }
    83 
    84 #theme-information .theme-preview-img {
    85     float: left;
    86     margin: 5px 25px 10px 15px;
    87     width: 300px;
    88 }
    89 
    90 #theme-information .action-button {
    91     border-top-width: 1px;
    92     border-top-style: solid;
    93     margin: 10px 5px 20px;
    94 }
    95 
    96 #theme-information .action-button #cancel {
    97     float: left;
    98     margin: 10px 15px;
    99 }
    100 
    101 #theme-information .action-button #install {
    102     float: right;
    103     margin: 10px 15px;
    104 }
    105 
    106 #theme-information .available-theme h3 {
    107     margin: 1em 0;
    108 }
    109 
    110 body#theme-information {
    111     height: auto;
    112 }
    113 
    114 .feature-filter {
    115     -moz-border-radius: 8px;
    116     -khtml-border-radius: 8px;
    117     -webkit-border-radius: 8px;
    118     border-radius: 8px;
    119     border-width: 1px;
    120     border-style: solid;
    121     padding: 8px 12px 0;
    122 }
    123 
    124 .feature-filter .feature-group {
    125     float: left;
    126     margin-bottom: 20px;
    127     width: 695px;
    128 }
    129 
    130 .feature-filter .feature-name {
    131     float: left;
    132     text-align: right;
    133     width: 95px;
    134 }
    135 
    136 .feature-filter .feature-group li {
    137     display: inline;
    138     float: left;
    139     list-style-type: none;
    140     padding-right: 25px;
    141     min-width: 145px;
    142 }
     1div.star-holder{position:relative;height:19px;width:100px;font-size:19px;}div.star{height:100%;position:absolute;top:0;left:0;background-color:transparent;letter-spacing:1ex;border:none;}.star1{width:20%;}.star2{width:40%;}.star3{width:60%;}.star4{width:80%;}.star5{width:100%;}.star img,div.star a,div.star a:hover,div.star a:visited{display:block;position:absolute;right:0;border:none;text-decoration:none;}div.star img{width:19px;height:19px;border-left:1px solid #fff;border-right:1px solid #fff;}.theme-listing .theme-item{display:inline-block;width:200px;border:thin solid #ccc;vertical-align:top;}.theme-listing .theme-item h3{text-align:center;font-size:14px;font-style:italic;margin:0;padding:0;}.theme-listing .theme-item img{max-width:150px;max-height:150px;}.theme-listing .theme-item-info span{display:none;}.theme-listing .theme-item:hover .theme-item-info span{display:inline;}.theme-listing .theme-item:hover .theme-item-info span.dots{display:none;}.theme-listing .theme-item-info span.action-links{font-weight:bold;text-align:center;}.theme-listing br.line{border-bottom-width:1px;border-bottom-style:solid;margin-bottom:3px;}.available-theme{padding:20px 15px;}#theme-information .theme-preview-img{float:left;margin:5px 25px 10px 15px;width:300px;}#theme-information .action-button{border-top-width:1px;border-top-style:solid;margin:10px 5px 20px;}#theme-information .action-button #cancel{float:left;margin:10px 15px;}#theme-information .action-button #install{float:right;margin:10px 15px;}#theme-information .available-theme h3{margin:1em 0;}body#theme-information{height:auto;}.feature-filter{-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;border-width:1px;border-style:solid;padding:8px 12px 0;}.feature-filter .feature-group{float:left;margin-bottom:20px;width:695px;}.feature-filter .feature-name{float:left;text-align:right;width:95px;}.feature-filter .feature-group li{display:inline;float:left;list-style-type:none;padding-right:25px;min-width:145px;}
  • trunk/wp-admin/css/widgets.css

    r11516 r11857  
    1 html,
    2 body {
    3     min-width: 950px;
    4 }
    5 
    6 /* 2 column liquid layout */
    7 div.widget-liquid-left {
    8     float: left;
    9     clear: left;
    10     width: 100%;
    11     margin-right: -325px;
    12 }
    13 
    14 div#widgets-left {
    15     margin-left: 5px;
    16     margin-right: 325px;
    17 }
    18 
    19 div#widgets-right {
    20     width: 285px;
    21     margin: 0 auto;
    22 }
    23 
    24 div.widget-liquid-right {
    25     float: right;
    26     clear: right;
    27     width: 300px;
    28 }
    29 
    30 .widget-liquid-right .widget,
    31 #wp_inactive_widgets .widget {
    32     width: 250px;
    33     margin: 0 auto 20px;
    34     overflow: hidden;
    35 }
    36 
    37 #wp_inactive_widgets .widget {
    38     margin: 0 10px 20px;
    39     float: left;
    40 }
    41 
    42 div.sidebar-name h3 {
    43     margin: 0;
    44     padding: 5px 12px;
    45     font-size: 13px;
    46     height: 19px;
    47     overflow: hidden;
    48     white-space: nowrap;
    49 }
    50 
    51 div.sidebar-name {
    52     background-repeat: repeat-x;
    53     background-position: 0 0;
    54     cursor: pointer;
    55     font-size: 13px;
    56     border-width: 1px;
    57     border-style: solid;
    58     -moz-border-radius-topleft: 8px;
    59     -moz-border-radius-topright: 8px;
    60     -webkit-border-top-right-radius: 8px;
    61     -webkit-border-top-left-radius: 8px;
    62     -khtml-border-top-right-radius: 8px;
    63     -khtml-border-top-left-radius: 8px;
    64     border-top-right-radius: 8px;
    65     border-top-left-radius: 8px;
    66 }
    67 
    68 .js .closed .sidebar-name {
    69     -moz-border-radius-bottomleft: 8px;
    70     -moz-border-radius-bottomright: 8px;
    71     -webkit-border-bottom-right-radius: 8px;
    72     -webkit-border-bottom-left-radius: 8px;
    73     -khtml-border-bottom-right-radius: 8px;
    74     -khtml-border-bottom-left-radius: 8px;
    75     border-bottom-right-radius: 8px;
    76     border-bottom-left-radius: 8px;
    77 }
    78 
    79 .widget-liquid-right .widgets-sortables,
    80 #widgets-left .widget-holder {
    81     border-width: 0 1px 1px;
    82     border-style: none solid solid;
    83     -moz-border-radius-bottomleft: 8px;
    84     -moz-border-radius-bottomright: 8px;
    85     -webkit-border-bottom-right-radius: 8px;
    86     -webkit-border-bottom-left-radius: 8px;
    87     -khtml-border-bottom-right-radius: 8px;
    88     -khtml-border-bottom-left-radius: 8px;
    89     border-bottom-right-radius: 8px;
    90     border-bottom-left-radius: 8px;
    91 }
    92 
    93 .js .closed .widgets-sortables,
    94 .js .closed .widget-holder {
    95     display: none;
    96 }
    97 
    98 .widget-liquid-right .widgets-sortables {
    99     padding: 15px 0 0;
    100 }
    101 
    102 #available-widgets .widget-holder {
    103     padding: 7px 5px 0;
    104 }
    105 
    106 #wp_inactive_widgets {
    107     padding: 5px 5px 0;
    108 }
    109 
    110 #widget-list .widget {
    111     width: 250px;
    112     margin: 0 10px 15px;
    113     border: 0 none;
    114     float: left;
    115 }
    116 
    117 #widget-list .widget-description {
    118     padding: 5px 8px;
    119 }
    120 
    121 #widget-list .widget-top {
    122     border-width: 1px;
    123     border-style: solid;
    124     -moz-border-radius: 6px;
    125     -khtml-border-radius: 6px;
    126     -webkit-border-radius: 6px;
    127     border-radius: 6px;
    128 }
    129 
    130 .widget-placeholder {
    131     border-width: 1px;
    132     border-style: dashed;
    133     margin: 0 auto 20px;
    134     height: 26px;
    135     width: 250px;
    136 }
    137 
    138 #wp_inactive_widgets .widget-placeholder {
    139     margin: 0 10px 20px;
    140     float: left;
    141 }
    142 
    143 div.widgets-holder-wrap {
    144     padding: 0;
    145     margin: 10px 0 20px;
    146 }
    147 
    148 #widgets-left #available-widgets {
    149     background-color: transparent;
    150     border: 0 none;
    151 }
    152 
    153 ul#widget-list {
    154     list-style: none;
    155     margin: 0;
    156     padding: 0;
    157     min-height: 100px;
    158 }
    159 
    160 .widget .widget-top {
    161     font-size: 12px;
    162     font-weight: bold;
    163     height: 26px;
    164     overflow: hidden;
    165 }
    166 
    167 .widget-top .widget-title {
    168     padding: 5px 9px;
    169 }
    170 
    171 .widget-top .widget-title-action {
    172     float: right;
    173 }
    174 
    175 a.widget-action {
    176     display: block;
    177     width: 24px;
    178     height: 26px;
    179 }
    180 
    181 #available-widgets a.widget-action {
    182     display: none;
    183 }
    184 
    185 .widget-top a.widget-action {
    186     background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;
    187 }
    188 
    189 .widget .widget-inside,
    190 .widget .widget-description {
    191     padding: 12px 12px 10px;
    192     font-size: 11px;
    193     line-height: 16px;
    194 }
    195 
    196 .widget-inside,
    197 .widget-description {
    198     display: none;
    199 }
    200 
    201 #available-widgets .widget-description {
    202     display: block;
    203 }
    204 
    205 .widget .widget-inside p {
    206     margin: 0 0 1em;
    207     padding: 0;
    208 }
    209 
    210 .widget-title h4 {
    211     margin: 0;
    212     line-height: 1.3;
    213     overflow: hidden;
    214     white-space: nowrap;
    215 }
    216 
    217 .widgets-sortables {
    218     min-height: 90px;
    219 }
    220 
    221 .widget-control-actions {
    222     margin-top: 8px;
    223 }
    224 
    225 .widget-control-actions a {
    226     text-decoration: none;
    227 }
    228 
    229 .widget-control-actions a:hover {
    230     text-decoration: underline;
    231 }
    232 
    233 .widget-control-actions .ajax-feedback {
    234     padding-bottom: 3px;
    235 }
    236 
    237 .widget-control-actions div.alignleft {
    238     margin-top: 6px;
    239 }
    240 
    241 div#sidebar-info {
    242     padding: 0 1em;
    243     margin-bottom: 1em;
    244     font-size: 11px;
    245 }
    246 
    247 .widget-title a,
    248 .widget-title a:hover {
    249     text-decoration: none;
    250     border-bottom: none;
    251 }
    252 
    253 .widget-control-edit {
    254     display: block;
    255     font-size: 11px;
    256     font-weight: normal;
    257     line-height: 26px;
    258     padding: 0 8px 0 0;
    259 }
    260 
    261 a.widget-control-edit {
    262     text-decoration: none;
    263 }
    264 
    265 .widget-control-edit .add,
    266 .widget-control-edit .edit {
    267     display: none;
    268 }
    269 
    270 #available-widgets .widget-control-edit .add,
    271 #widgets-right .widget-control-edit .edit,
    272 #wp_inactive_widgets .widget-control-edit .edit {
    273     display: inline;
    274 }
    275 
    276 .editwidget {
    277     margin: 0 auto 15px;
    278 }
    279 
    280 .editwidget .widget-inside {
    281     display: block;
    282     border-width: 1px;
    283     border-style: solid;
    284     padding: 10px;
    285     -moz-border-radius: 6px;
    286     -khtml-border-radius: 6px;
    287     -webkit-border-radius: 6px;
    288     border-radius: 6px;
    289 }
    290 
    291 .inactive p.description {
    292     margin: 5px 15px 8px;
    293 }
    294 
    295 #available-widgets p.description {
    296     margin: 0 12px 12px;
    297 }
    298 
    299 .widget-position {
    300     margin-top: 8px;
    301 }
    302 
    303 .inactive {
    304     padding-top: 2px;
    305 }
    306 
    307 .sidebar-name-arrow {
    308     float: right;
    309     height: 29px;
    310     width: 26px;
    311 }
    312 
    313 .widget-title .in-widget-title {
    314     font-size: 11px;
    315     white-space: nowrap;
    316 }
    317 
    318 #removing-widget {
    319     display: none;
    320     font-weight: normal;
    321     padding-left: 15px;
    322     font-size: 12px;
    323 }
    324 
    325 .widget-control-noform,
    326 #access-off,
    327 .widgets_access .widget-action,
    328 .widgets_access .sidebar-name-arrow,
    329 .widgets_access #access-on,
    330 .widgets_access .widget-holder .description {
    331     display: none;
    332 }
    333 
    334 .widgets_access .widget-holder,
    335 .widgets_access #widget-list {
    336     padding-top: 10px;
    337 }
    338 
    339 .widgets_access #access-off {
    340     display: inline;
    341 }
    342 
    343 .widgets_access #wpbody-content .widget-title-action,
    344 .widgets_access #wpbody-content .widget-control-edit,
    345 .widgets_access .closed .widgets-sortables,
    346 .widgets_access .closed .widget-holder {
    347     display: block;
    348 }
    349 
    350 .widgets_access .closed .sidebar-name {
    351     -moz-border-radius-bottomleft: 0;
    352     -moz-border-radius-bottomright: 0;
    353     -webkit-border-bottom-right-radius: 0;
    354     -webkit-border-bottom-left-radius: 0;
    355     -khtml-border-bottom-right-radius: 0;
    356     -khtml-border-bottom-left-radius: 0;
    357     border-bottom-right-radius: 0;
    358     border-bottom-left-radius: 0;
    359 }
    360 
    361 .widgets_access .sidebar-name,
    362 .widgets_access .widget .widget-top {
    363     cursor: default;
    364 }
    365 
     1html,body{min-width:950px;}div.widget-liquid-left{float:left;clear:left;width:100%;margin-right:-325px;}div#widgets-left{margin-left:5px;margin-right:325px;}div#widgets-right{width:285px;margin:0 auto;}div.widget-liquid-right{float:right;clear:right;width:300px;}.widget-liquid-right .widget,#wp_inactive_widgets .widget{width:250px;margin:0 auto 20px;overflow:hidden;}#wp_inactive_widgets .widget{margin:0 10px 20px;float:left;}div.sidebar-name h3{margin:0;padding:5px 12px;font-size:13px;height:19px;overflow:hidden;white-space:nowrap;}div.sidebar-name{background-repeat:repeat-x;background-position:0 0;cursor:pointer;font-size:13px;border-width:1px;border-style:solid;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-top-right-radius:8px;-webkit-border-top-left-radius:8px;-khtml-border-top-right-radius:8px;-khtml-border-top-left-radius:8px;border-top-right-radius:8px;border-top-left-radius:8px;}.js .closed .sidebar-name{-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-khtml-border-bottom-right-radius:8px;-khtml-border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.widget-liquid-right .widgets-sortables,#widgets-left .widget-holder{border-width:0 1px 1px;border-style:none solid solid;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-khtml-border-bottom-right-radius:8px;-khtml-border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.js .closed .widgets-sortables,.js .closed .widget-holder{display:none;}.widget-liquid-right .widgets-sortables{padding:15px 0 0;}#available-widgets .widget-holder{padding:7px 5px 0;}#wp_inactive_widgets{padding:5px 5px 0;}#widget-list .widget{width:250px;margin:0 10px 15px;border:0 none;float:left;}#widget-list .widget-description{padding:5px 8px;}#widget-list .widget-top{border-width:1px;border-style:solid;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}.widget-placeholder{border-width:1px;border-style:dashed;margin:0 auto 20px;height:26px;width:250px;}#wp_inactive_widgets .widget-placeholder{margin:0 10px 20px;float:left;}div.widgets-holder-wrap{padding:0;margin:10px 0 20px;}#widgets-left #available-widgets{background-color:transparent;border:0 none;}ul#widget-list{list-style:none;margin:0;padding:0;min-height:100px;}.widget .widget-top{font-size:12px;font-weight:bold;height:26px;overflow:hidden;}.widget-top .widget-title{padding:5px 9px;}.widget-top .widget-title-action{float:right;}a.widget-action{display:block;width:24px;height:26px;}#available-widgets a.widget-action{display:none;}.widget-top a.widget-action{background:url("../images/menu-bits.gif") no-repeat scroll 0 -110px;}.widget .widget-inside,.widget .widget-description{padding:12px 12px 10px;font-size:11px;line-height:16px;}.widget-inside,.widget-description{display:none;}#available-widgets .widget-description{display:block;}.widget .widget-inside p{margin:0 0 1em;padding:0;}.widget-title h4{margin:0;line-height:1.3;overflow:hidden;white-space:nowrap;}.widgets-sortables{min-height:90px;}.widget-control-actions{margin-top:8px;}.widget-control-actions a{text-decoration:none;}.widget-control-actions a:hover{text-decoration:underline;}.widget-control-actions .ajax-feedback{padding-bottom:3px;}.widget-control-actions div.alignleft{margin-top:6px;}div#sidebar-info{padding:0 1em;margin-bottom:1em;font-size:11px;}.widget-title a,.widget-title a:hover{text-decoration:none;border-bottom:none;}.widget-control-edit{display:block;font-size:11px;font-weight:normal;line-height:26px;padding:0 8px 0 0;}a.widget-control-edit{text-decoration:none;}.widget-control-edit .add,.widget-control-edit .edit{display:none;}#available-widgets .widget-control-edit .add,#widgets-right .widget-control-edit .edit,#wp_inactive_widgets .widget-control-edit .edit{display:inline;}.editwidget{margin:0 auto 15px;}.editwidget .widget-inside{display:block;border-width:1px;border-style:solid;padding:10px;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}.inactive p.description{margin:5px 15px 8px;}#available-widgets p.description{margin:0 12px 12px;}.widget-position{margin-top:8px;}.inactive{padding-top:2px;}.sidebar-name-arrow{float:right;height:29px;width:26px;}.widget-title .in-widget-title{font-size:11px;white-space:nowrap;}#removing-widget{display:none;font-weight:normal;padding-left:15px;font-size:12px;}.widget-control-noform,#access-off,.widgets_access .widget-action,.widgets_access .sidebar-name-arrow,.widgets_access #access-on,.widgets_access .widget-holder .description{display:none;}.widgets_access .widget-holder,.widgets_access #widget-list{padding-top:10px;}.widgets_access #access-off{display:inline;}.widgets_access #wpbody-content .widget-title-action,.widgets_access #wpbody-content .widget-control-edit,.widgets_access .closed .widgets-sortables,.widgets_access .closed .widget-holder{display:block;}.widgets_access .closed .sidebar-name{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright: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;}.widgets_access .sidebar-name,.widgets_access .widget .widget-top{cursor:default;}
  • trunk/wp-admin/rtl.css

    r11665 r11857  
    1 /* 0 - 200
    2 =================================== */
    3 td.available-theme {
    4     text-align: right;
    5 }
    6 #current-theme img {
    7     float: right;
    8     margin-right: 0;
    9     margin-left: 1em;
    10 }
    11 .quicktags, .search {
    12     font-family: Tahoma, "Times New Roman";
    13 }
    14 /* 200 - 500
    15 =================================== */
    16 #save-post {
    17     float: right;
    18 }
    19 .preview {
    20     float: left;
    21 }
    22 #sticky-span {
    23     margin-left: 0;
    24     margin-right: 18px;
    25 }
    26 #post-body .misc-pub-section {
    27     border-right-width: 0;
    28     border-left-width: 1;
    29     border-right-style: none;
    30     border-left-style: solid;
    31     float: right;
    32 }
    33 #post-body .misc-pub-section-last {
    34     border-left: 0;
    35 }
    36 #delete-action {
    37     text-align: right;
    38     float: right;
    39 }
    40 #publishing-action {
    41     text-align: left;
    42     float: left;
    43 }
    44 .side-info ul {
    45     padding-left: 0;
    46     padding-right: 18px;
    47 }
    48 .submit input,
    49 .button,
    50 .button-primary,
    51 .button-secondary,
    52 .button-highlighted,
    53 #postcustomstuff .submit input {
    54     font-family: Tahoma, "Times New Roman";
    55 }
    56 #wpcontent select {
    57     font-family: Tahoma, "Times New Roman";
    58 }
    59 #quicktags {
    60     background-position: right top;
    61 }
    62 /* 500 - 700
    63 =================================== */
    64 #template div {
    65     margin-right: 0;
    66     margin-left: 190px;
    67 }
    68 * html #template div {
    69     margin-left: 0;
    70 }
    71 #your-profile legend {
    72     font-family: "Times New Roman", Tahoma;
    73 }
    74 #ajax-response.alignleft {
    75     margin-left: 0;
    76     margin-right: 2em;
    77 }
    78 .page-numbers {
    79     margin-right: 0;
    80     margin-left: 1px;
    81 }
    82 .column-author img, .column-username img {
    83     float: right;
    84     margin-right: 0;
    85     margin-left: 10px;
    86 }
    87 .tablenav a.button-secondary {
    88     margin: 8px 0 0 8px;
    89 }
    90 .tablenav .tablenav-pages {
    91     float: left;
    92 }
    93 .tablenav .displaying-num {
    94     margin-right: 0;
    95     margin-left: 10px;
    96     font-family: Tahoma, "Times New Roman";
    97 }
    98 #postcustomstuff table input,
    99 #postcustomstuff table select,
    100 #postcustomstuff table textarea {
    101     margin: 8px 8px 8px 0;
    102 }
    103 /* 700 - 1000
    104 =================================== */
    105 #pass-strength-result {
    106     float: right;
    107     margin: 12px 1px 5px 5px;
    108 }
    109 /* Admin Header */
    110 #user_info {
    111     float: left;
    112 }
    113 #header-logo {
    114     float: right;
    115     margin: 7px 15px 0 0;
    116 }
    117 #wphead h1 {
    118     font-family: "Times New Roman", Tahoma;
    119     float: right;
    120 }
    121 #wphead h1.long-title {
    122     font-family: "Times New Roman", Tahoma;
    123 }
    124 #adminmenu .wp-submenu a {
    125     padding-left: 0;
    126     padding-right: 12px;
    127     border-width: 0 0 0 1px;
    128     border-style: none none none solid;
    129     font-family: Tahoma, "Times New Roman";
    130 }
    131 #adminmenu a.menu-top,
    132 #adminmenu .wp-submenu-head {
    133     font-family: Tahoma, "Times New Roman";
    134 }
    135 #adminmenu img.wp-menu-image {
    136     float: right;
    137 }
    138 .folded #adminmenu img.wp-menu-image {
    139     padding: 7px 6px 0 0;
    140 }
    141 #adminmenu a.separator {
    142     cursor: e-resize;
    143 }
    144 .folded #adminmenu a.separator {
    145     cursor: w-resize;
    146 }
    147 #adminmenu .wp-submenu .wp-submenu-head {
    148     padding: 6px 10px 6px 4px;
    149 }
    150 .folded #adminmenu .wp-submenu {
    151     margin: -1px 28px 0 0;
    152 }
    153 .folded #adminmenu .wp-submenu a {
    154     padding-left: 0;
    155     padding-right: 10px;
    156 }
    157 .folded #adminmenu a.wp-has-submenu {
    158     margin-left: 0;
    159     margin-right: 40px;
    160 }
    161 #adminmenu .wp-menu-toggle {
    162     float: left;
    163     padding: 1px 0 0 2px;
    164     clear: left;
    165 }
    166 #adminmenu div.wp-menu-image {
    167     float: right;
    168 }
    169 #wphead-info {
    170     margin: 0 15px 0 0;
    171     padding-right:0;
    172     padding-left: 15px;
    173 }
    174 /* end side admin menu */
    175 /* 1000 - 1300
    176 =================================== */
    177 #adminmenu #awaiting-mod,
    178 #adminmenu span.update-plugins,
    179 #sidemenu li a span.update-plugins {
    180     font-family: tahoma;
    181     margin-left: 0;
    182     margin-right: 2px;
    183 }
    184 #adminmenu li #awaiting-mod span,
    185 #adminmenu li span.update-plugins span,
    186 #sidemenu li a span.update-plugins span {
    187     float: right;
    188 }
    189 .post-com-count-wrapper {
    190     font-family: tahoma;
    191 }
    192 .column-response .post-com-count {
    193     float: right;
    194     margin-right: 0;
    195     margin-left: 5px;
    196 }
    197 /* Tables used on comment.php and option/setting pages */
    198 .form-table th,
    199 #wpbody-content .describe th {
    200     text-align: right;
    201 }
    202 .form-table input.tog {
    203     margin-right: 0;
    204     margin-left: 2px;
    205     float: right;
    206 }
    207 .form-table table.color-palette {
    208     float: right;
    209 }
    210 #profile-page .form-table #rich_editing {
    211     margin-right: 0;
    212     margin-left: 5px;
    213 }
    214 /* Post Screen */
    215 /* 1300 - 1500
    216 =================================== */
    217 #normal-sortables .postbox .submit {
    218     float: left;
    219 }
    220 #post-body .tagsdiv #newtag {
    221     margin-right: 0;
    222     margin-left: 5px;
    223 }
    224 #post-status-info {
    225     padding: 0 7px 0 15px;
    226 }
    227 #comment-status-radio input {
    228     margin: 2px 0 5px 3px;
    229 }
    230 .tagchecklist {
    231     margin-left: 0;
    232     margin-right: 10px;
    233 }
    234 .tagchecklist strong {
    235     margin-left: 0;
    236     margin-right: -8px;
    237 }
    238 .tagchecklist span {
    239     float: right;
    240 }
    241 .tagchecklist span a {
    242     margin: 6px -9px 0 0;
    243     float: right;
    244 }
    245 .ac_results li {
    246     text-align: right;
    247 }
    248 #poststuff h2 {
    249     clear: right;
    250 }
    251 .description, .form-wrap p {
    252     font-family: Tahoma, Arial;
    253 }
    254 /* 1500 - 1800
    255 =================================== */
    256 .meta-box-sortables .postbox .handlediv {
    257     float: left;
    258 }
    259 .howto {
    260     font-family: Tahoma, Arial;
    261 }
    262 .postarea h3 label {
    263     float: right;
    264 }
    265 .postarea #add-media-button {
    266     float: left;
    267     right: auto;
    268     left: 10px;
    269 }
    270 .wp_themeSkin tr.mceFirst td.mceToolbar {
    271     background-position: right top;
    272 }
    273 #poststuff #edButtonPreview,
    274 #poststuff #edButtonHTML {
    275     margin: 5px 0 0 5px;
    276     float: left;
    277 }
    278 #poststuff #edButtonHTML {
    279     margin-right: 0;
    280     margin-left: 15px;
    281 }
    282 #media-buttons a {
    283     padding: 0 10px 5px 0;
    284 }
    285 .submitbox .submit {
    286     text-align: right;
    287 }
    288 
    289 .inside-submitbox #post_status {
    290     margin: 2px -2px 2px 0;
    291 }
    292 .submitbox .submit input {
    293     margin-right: 0;
    294     margin-left: 4px;
    295 }
    296 /* Categories */
    297 #category-adder {
    298     margin-left: 0;
    299     margin-right: 120px;
    300 }
    301 #post-body ul#category-tabs li.tabs {
    302     -moz-border-radius: 0 3px 3px 0;
    303     -webkit-border-top-left-radius: 0;
    304     -webkit-border-top-right-radius: 3px;
    305     -webkit-border-bottom-left-radius: 0;
    306     -webkit-border-bottom-right-radius: 3px;
    307     border-top-left-radius: 0;
    308     border-top-right-radius: 3px;
    309     border-bottom-left-radius: 0;
    310     border-bottom-right-radius: 3px;
    311 }
    312 #post-body ul#category-tabs {
    313     float: right;
    314     text-align: left;
    315     margin: 0 0 0 -120px;
    316 }
    317 #post-body #categorydiv div.tabs-panel,
    318 #post-body #linkcategorydiv div.tabs-panel {
    319     margin: 0 120px 0 5px;
    320 }
    321 /* 1800 - 2000
    322 =================================== */
    323 #side-sortables #category-tabs li {
    324     padding-right: 0;
    325     padding-left: 8px;
    326 }
    327 #categorydiv ul.categorychecklist ul,
    328 #linkcategorydiv ul.categorychecklist ul {
    329     margin-left: 0;
    330     margin-right: 18px;
    331 }
    332 /* positioning etc. */
    333 p.search-box {
    334     float: left;
    335 }
    336 #posts-filter fieldset {
    337     float: right;
    338     margin: 0 0 1em 1.5ex;
    339 }
    340 #posts-filter fieldset legend {
    341     padding: 0 1px .2em 0;
    342 }
    343 .view-switch {
    344     float: left;
    345 }
    346 .filter {
    347     float: right;
    348     margin: -5px 10px 0 0;
    349 }
    350 #the-comment-list td.comment p.comment-author {
    351     margin-right: 0;
    352 }
    353 #the-comment-list p.comment-author img {
    354     float: right;
    355     margin-right: 0;
    356     margin-left: 8px;
    357 }
    358 .tablenav .delete {
    359     margin-right: 0;
    360     margin-left: 20px;
    361 }
    362 td.action-links, th.action-links {
    363     text-align: left;
    364 }
    365 /* 2000 - 2300
    366 =================================== */
    367 .filter .subsubsub {
    368     margin-left: 0;
    369     margin-right: -10px;
    370 }
    371 #wp-word-count {
    372     margin-right: 10px;
    373 }
    374 .tool-box .title {
    375     font-family: "Times New Roman", Tahoma;
    376 }
    377 .settings-toggle {
    378     text-align: left;
    379     margin: 5px 0 15px 7px;
    380 }
    381 .curtime #timestamp {
    382     background-position: right top;
    383     padding-left: 0;
    384     padding-right: 18px;
    385 }
    386 /* media popup 0819 */
    387 #sidemenu {
    388     margin: -30px 315px 0 15px;
    389     float: left;
    390     padding-left: 0;
    391     padding-right: 10px;
    392 }
    393 #sidemenu a {
    394     float: right;
    395 }
    396 #replysubmit .button {
    397     margin-right: 0;
    398     margin-left: 5px;
    399 }
    400 /* 2300 - 2500
    401 =================================== */
    402 #edithead .inside {
    403     float: right;
    404     margin: 3px 5px 2px 0;
    405 }
    406 #replyrow #ed_reply_toolbar input {
    407     margin: 1px 1px 1px 2px;
    408 }
    409 /* show/hide settings */
    410 #screen-meta-links {
    411     margin: 0 0 0 9px;
    412 }
    413 #screen-options-link-wrap,
    414 #contextual-help-link-wrap {
    415     float: left;
    416     font-family: Tahoma, "Times New Roman";
    417     margin: 0 0 0 6px;
    418 }
    419 .metabox-prefs label {
    420     padding-right: 0;
    421     padding-left: 15px;
    422 }
    423 .metabox-prefs label input {
    424     margin: 0 2px 0 5px;
    425 }
    426 .inline-editor .save,
    427 .inline-editor .cancel {
    428     margin-right: 0;
    429     margin-left: 5px;
    430 }
    431 /* 2500 - 2700
    432 =================================== */
    433 #bulk-titles div a {
    434     float: right;
    435     margin: 3px -2px 0 3px;
    436 }
    437 #wpbody-content .filename {
    438     margin-left: 0;
    439     margin-right: 10px;
    440 }
    441 #wpbody-content .inline-edit-row fieldset {
    442     float: right;
    443 }
    444 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
    445     border-left: 0 none;
    446     border-right: 1px solid;
    447 }
    448 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
    449     float: left;
    450 }
    451 .inline-edit-row fieldset label span.title {
    452     float: right;
    453 }
    454 .inline-edit-row fieldset label span.input-text-wrap {
    455     margin-left: 0;
    456     margin-right: 5em;
    457 }
    458 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
    459     padding-right: 0;
    460     padding-left: 0.5em;
    461 }
    462 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
    463     margin-right: 0;
    464     margin-left: 0.5em;
    465 }
    466 /* 2700 - 3000
    467 =================================== */
    468 .inline-edit-row fieldset span.title,
    469 .inline-edit-row fieldset span.checkbox-title {
    470     font-family: Tahoma, "Times New Roman";
    471 }
    472 .inline-edit-row fieldset .inline-edit-date {
    473     float: right;
    474 }
    475 .inline-edit-row fieldset ul.cat-checklist label,
    476 .inline-edit-row .catshow,
    477 .inline-edit-row .cathide,
    478 .inline-edit-row #bulk-titles div {
    479     font-family: Tahoma, "Times New Roman";
    480 }
    481 .quick-edit-row-post fieldset label.inline-edit-status {
    482     float: right;
    483 }
    484 .describe-toggle-on, .describe-toggle-off {
    485     float: left;
    486     margin-right: 0;
    487     margin-left: 20px;
    488 }
    489 #wpbody-content #media-items .filename {
    490     float: right;
    491     margin-left: 0;
    492     margin-right: 10px;
    493 }
    494 .media-item .pinkynail {
    495     float: right;
    496 }
    497 #find-posts-response .found-radio {
    498     padding: 8px 8px 0 0;
    499 }
    500 .find-box-buttons {
    501     left: auto;
    502     right: 12px;
    503 }
    504 .find-box-search label {
    505     padding-right: 0;
    506     padding-left: 6px;
    507 }
    508 /* favorite-actions */
    509 #favorite-actions {
    510     float: left;
    511 }
    512 #favorite-first {
    513     padding: 3px 12px 4px 30px;
    514 }
    515 #favorite-inside {
    516 }
    517 #favorite-inside a {
    518     padding: 3px 10px 3px 5px;
    519 }
    520 #favorite-toggle {
    521     right: auto;
    522     left: 0;
    523     background:transparent url(images/fav-arrow-rtl.gif) no-repeat 10px -4px;
    524 }
    525 #utc-time, #local-time {
    526     padding-left: 0;
    527     padding-right: 25px;
    528     font-family: Tahoma, Arial;
    529 }
    530 .icon32 {
    531     float: right;
    532     margin: 14px 0 0 6px;
    533 }
    534 .subtitle {
    535     padding-left: 0;
    536     padding-right: 25px;
    537 }
    538 
    539 ol {
    540     list-style-type:decimal;
    541     margin-left:0;
    542     margin-right:2em;
    543 }
    544 
    545 
    546 /* TinyMCE
    547 =================================== */
    548 .clearlooks2 .mceTop .mceLeft {
    549     width:100% !important;
    550 }
    551 /* ltr
    552 =================================== */
    553 #author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules {
    554     direction: ltr;
    555 }
     1td.available-theme{text-align:right;}#current-theme img{float:right;margin-right:0;margin-left:1em;}.quicktags,.search{font-family:Tahoma,"Times New Roman";}#save-post{float:right;}.preview{float:left;}#sticky-span{margin-left:0;margin-right:18px;}#post-body .misc-pub-section{border-right-width:0;border-left-width:1;border-right-style:none;border-left-style:solid;float:right;}#post-body .misc-pub-section-last{border-left:0;}#delete-action{text-align:right;float:right;}#publishing-action{text-align:left;float:left;}.side-info ul{padding-left:0;padding-right:18px;}.submit input,.button,.button-primary,.button-secondary,.button-highlighted,#postcustomstuff .submit input{font-family:Tahoma,"Times New Roman";}#wpcontent select{font-family:Tahoma,"Times New Roman";}#quicktags{background-position:right top;}#template div{margin-right:0;margin-left:190px;}* html #template div{margin-left:0;}#your-profile legend{font-family:"Times New Roman",Tahoma;}#ajax-response.alignleft{margin-left:0;margin-right:2em;}.page-numbers{margin-right:0;margin-left:1px;}.column-author img,.column-username img{float:right;margin-right:0;margin-left:10px;}.tablenav a.button-secondary{margin:8px 0 0 8px;}.tablenav .tablenav-pages{float:left;}.tablenav .displaying-num{margin-right:0;margin-left:10px;font-family:Tahoma,"Times New Roman";}#postcustomstuff table input,#postcustomstuff table select,#postcustomstuff table textarea{margin:8px 8px 8px 0;}#pass-strength-result{float:right;margin:12px 1px 5px 5px;}#user_info{float:left;}#header-logo{float:right;margin:7px 15px 0 0;}#wphead h1{font-family:"Times New Roman",Tahoma;float:right;}#wphead h1.long-title{font-family:"Times New Roman",Tahoma;}#adminmenu .wp-submenu a{padding-left:0;padding-right:12px;border-width:0 0 0 1px;border-style:none none none solid;font-family:Tahoma,"Times New Roman";}#adminmenu a.menu-top,#adminmenu .wp-submenu-head{font-family:Tahoma,"Times New Roman";}#adminmenu img.wp-menu-image{float:right;}.folded #adminmenu img.wp-menu-image{padding:7px 6px 0 0;}#adminmenu a.separator{cursor:e-resize;}.folded #adminmenu a.separator{cursor:w-resize;}#adminmenu .wp-submenu .wp-submenu-head{padding:6px 10px 6px 4px;}.folded #adminmenu .wp-submenu{margin:-1px 28px 0 0;}.folded #adminmenu .wp-submenu a{padding-left:0;padding-right:10px;}.folded #adminmenu a.wp-has-submenu{margin-left:0;margin-right:40px;}#adminmenu .wp-menu-toggle{float:left;padding:1px 0 0 2px;clear:left;}#adminmenu div.wp-menu-image{float:right;}#wphead-info{margin:0 15px 0 0;padding-right:0;padding-left:15px;}#adminmenu #awaiting-mod,#adminmenu span.update-plugins,#sidemenu li a span.update-plugins{font-family:tahoma;margin-left:0;margin-right:2px;}#adminmenu li #awaiting-mod span,#adminmenu li span.update-plugins span,#sidemenu li a span.update-plugins span{float:right;}.post-com-count-wrapper{font-family:tahoma;}.column-response .post-com-count{float:right;margin-right:0;margin-left:5px;}.form-table th,#wpbody-content .describe th{text-align:right;}.form-table input.tog{margin-right:0;margin-left:2px;float:right;}.form-table table.color-palette{float:right;}#profile-page .form-table #rich_editing{margin-right:0;margin-left:5px;}#normal-sortables .postbox .submit{float:left;}#post-body .tagsdiv #newtag{margin-right:0;margin-left:5px;}#post-status-info{padding:0 7px 0 15px;}#comment-status-radio input{margin:2px 0 5px 3px;}.tagchecklist{margin-left:0;margin-right:10px;}.tagchecklist strong{margin-left:0;margin-right:-8px;}.tagchecklist span{float:right;}.tagchecklist span a{margin:6px -9px 0 0;float:right;}.ac_results li{text-align:right;}#poststuff h2{clear:right;}.description,.form-wrap p{font-family:Tahoma,Arial;}.meta-box-sortables .postbox .handlediv{float:left;}.howto{font-family:Tahoma,Arial;}.postarea h3 label{float:right;}.postarea #add-media-button{float:left;right:auto;left:10px;}.wp_themeSkin tr.mceFirst td.mceToolbar{background-position:right top;}#poststuff #edButtonPreview,#poststuff #edButtonHTML{margin:5px 0 0 5px;float:left;}#poststuff #edButtonHTML{margin-right:0;margin-left:15px;}#media-buttons a{padding:0 10px 5px 0;}.submitbox .submit{text-align:right;}.inside-submitbox #post_status{margin:2px -2px 2px 0;}.submitbox .submit input{margin-right:0;margin-left:4px;}#category-adder{margin-left:0;margin-right:120px;}#post-body ul#category-tabs li.tabs{-moz-border-radius:0 3px 3px 0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:3px;}#post-body ul#category-tabs{float:right;text-align:left;margin:0 0 0 -120px;}#post-body #categorydiv div.tabs-panel,#post-body #linkcategorydiv div.tabs-panel{margin:0 120px 0 5px;}#side-sortables #category-tabs li{padding-right:0;padding-left:8px;}#categorydiv ul.categorychecklist ul,#linkcategorydiv ul.categorychecklist ul{margin-left:0;margin-right:18px;}p.search-box{float:left;}#posts-filter fieldset{float:right;margin:0 0 1em 1.5ex;}#posts-filter fieldset legend{padding:0 1px .2em 0;}.view-switch{float:left;}.filter{float:right;margin:-5px 10px 0 0;}#the-comment-list td.comment p.comment-author{margin-right:0;}#the-comment-list p.comment-author img{float:right;margin-right:0;margin-left:8px;}.tablenav .delete{margin-right:0;margin-left:20px;}td.action-links,th.action-links{text-align:left;}.filter .subsubsub{margin-left:0;margin-right:-10px;}#wp-word-count{margin-right:10px;}.tool-box .title{font-family:"Times New Roman",Tahoma;}.settings-toggle{text-align:left;margin:5px 0 15px 7px;}.curtime #timestamp{background-position:right top;padding-left:0;padding-right:18px;}#sidemenu{margin:-30px 315px 0 15px;float:left;padding-left:0;padding-right:10px;}#sidemenu a{float:right;}#replysubmit .button{margin-right:0;margin-left:5px;}#edithead .inside{float:right;margin:3px 5px 2px 0;}#replyrow #ed_reply_toolbar input{margin:1px 1px 1px 2px;}#screen-meta-links{margin:0 0 0 9px;}#screen-options-link-wrap,#contextual-help-link-wrap{float:left;font-family:Tahoma,"Times New Roman";margin:0 0 0 6px;}.metabox-prefs label{padding-right:0;padding-left:15px;}.metabox-prefs label input{margin:0 2px 0 5px;}.inline-editor .save,.inline-editor .cancel{margin-right:0;margin-left:5px;}#bulk-titles div a{float:right;margin:3px -2px 0 3px;}#wpbody-content .filename{margin-left:0;margin-right:10px;}#wpbody-content .inline-edit-row fieldset{float:right;}#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col{border-left:0 none;border-right:1px solid;}#wpbody-content .bulk-edit-row .inline-edit-col-bottom{float:left;}.inline-edit-row fieldset label span.title{float:right;}.inline-edit-row fieldset label span.input-text-wrap{margin-left:0;margin-right:5em;}.quick-edit-row-post fieldset.inline-edit-col-right label span.title{padding-right:0;padding-left:.5em;}#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child{margin-right:0;margin-left:.5em;}.inline-edit-row fieldset span.title,.inline-edit-row fieldset span.checkbox-title{font-family:Tahoma,"Times New Roman";}.inline-edit-row fieldset .inline-edit-date{float:right;}.inline-edit-row fieldset ul.cat-checklist label,.inline-edit-row .catshow,.inline-edit-row .cathide,.inline-edit-row #bulk-titles div{font-family:Tahoma,"Times New Roman";}.quick-edit-row-post fieldset label.inline-edit-status{float:right;}.describe-toggle-on,.describe-toggle-off{float:left;margin-right:0;margin-left:20px;}#wpbody-content #media-items .filename{float:right;margin-left:0;margin-right:10px;}.media-item .pinkynail{float:right;}#find-posts-response .found-radio{padding:8px 8px 0 0;}.find-box-buttons{left:auto;right:12px;}.find-box-search label{padding-right:0;padding-left:6px;}#favorite-actions{float:left;}#favorite-first{padding:3px 12px 4px 30px;}#favorite-inside a{padding:3px 10px 3px 5px;}#favorite-toggle{right:auto;left:0;background:transparent url(images/fav-arrow-rtl.gif) no-repeat 10px -4px;}#utc-time,#local-time{padding-left:0;padding-right:25px;font-family:Tahoma,Arial;}.icon32{float:right;margin:14px 0 0 6px;}.subtitle{padding-left:0;padding-right:25px;}ol{list-style-type:decimal;margin-left:0;margin-right:2em;}.clearlooks2 .mceTop .mceLeft{width:100%!important;}#author-email,#author-url,#rss-url-1,#edit-slug-box,#post_name,#trackback_url,#metakeyinput,#post_password,#slug,#category_nicename,#link_url,#link_image,#rss_uri,#menu_order,#email,#newcomment_author_url,#pages-exclude,#template textarea,#user_login,#url,#pass1,#pass2,#aim,#yim,#jabber,#siteurl,#home,#admin_email,#gmt_offset,#default_post_edit_rows,#mailserver_url,#mailserver_login,#mailserver_pass,#mailserver_port,#ping_sites,#posts_per_page,#posts_per_rss,#blog_charset,#close_comments_days_old,#comments_per_page,#comment_max_links,#moderation_keys,#blacklist_keys,#thumbnail_size_w,#thumbnail_size_h,#medium_size_w,#medium_size_h,#large_size_w,#large_size_h,#permalink_structure,#category_base,#tag_base,#upload_path,#upload_url_path,#rules{direction:ltr;}
  • trunk/wp-admin/wp-admin.css

    r11749 r11857  
    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 }
     1textarea,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;}
  • trunk/wp-includes/script-loader.php

    r11841 r11857  
    427427    $styles->default_dirs = array('/wp-admin/');
    428428
     429    $suffix = defined('STYLE_DEBUG') && STYLE_DEBUG ? '.dev' : '';
     430
    429431    $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
    430432
     
    432434    $colors_version = '20090720';
    433435
    434     $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090720' );
    435     $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
     436    $styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20090720' );
     437    $styles->add_data( 'wp-admin', 'rtl', "/wp-admin/rtl$suffix.css" );
    436438
    437439    $styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20090630' );
     
    442444   
    443445    // do not refer to these directly, the right one is queued by the above "meta" colors handle
    444     $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), $colors_version);
     446    $styles->add( 'colors-fresh', "/wp-admin/css/colors-fresh$suffix.css", array(), $colors_version);
    445447    $styles->add_data( 'colors-fresh', 'rtl', true );
    446     $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), $colors_version);
     448    $styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version);
    447449    $styles->add_data( 'colors-classic', 'rtl', true );
    448450
    449     $styles->add( 'global', '/wp-admin/css/global.css', array(), '20090630' );
    450     $styles->add( 'media', '/wp-admin/css/media.css', array(), '20090612' );
    451     $styles->add( 'widgets', '/wp-admin/css/widgets.css', array(), '20090603' );
    452     $styles->add( 'dashboard', '/wp-admin/css/dashboard.css', array(), '20090514' );
    453     $styles->add( 'install', '/wp-admin/css/install.css', array(), '20090514' );
    454     $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css', array(), '20090625' );
    455     $styles->add( 'press-this', '/wp-admin/css/press-this.css', array(), '20090514' );
     451    $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20090630' );
     452    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20090612' );
     453    $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20090603' );
     454    $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20090514' );
     455    $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20090514' );
     456    $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20090625' );
     457    $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20090514' );
    456458    $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20090514' );
    457     $styles->add( 'login', '/wp-admin/css/login.css', array(), '20090514' );
    458     $styles->add( 'plugin-install', '/wp-admin/css/plugin-install.css', array(), '20090514' );
    459     $styles->add( 'theme-install', '/wp-admin/css/theme-install.css', array(), '20090610' );
     459    $styles->add( 'login', "/wp-admin/css/login$suffix.css", array(), '20090514' );
     460    $styles->add( 'plugin-install', "/wp-admin/css/plugin-install$suffix.css", array(), '20090514' );
     461    $styles->add( 'theme-install', "/wp-admin/css/theme-install$suffix.css", array(), '20090610' );
    460462    $styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.2' );
    461463    $styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
Note: See TracChangeset for help on using the changeset viewer.