X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/449d082fcc4873c1f7d363a0d9f7409be7f6e77d..5964d2279dc52bdfe105f9bfa17e04337d47a3fa:/wp-admin/css/colors-classic.css diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 49ba5f8f..2a205454 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -1,14 +1,37 @@ -html { - background-color: #F5FCFD; -} +/*------------------------------------------------------------------------------ -.find-box-search { - border-color: #dfdfdf; - background-color: #f1f1f1; + +Howdy! This is the CSS file that controls the +Blue (classic) color style on the WordPress Dashboard. + +This file contains both LTR and RTL styles. + + +TABLE OF CONTENTS: +------------------ + 1.0 - Left to Right Styles + 2.0 - Right to Left Styles + + +------------------------------------------------------------------------------*/ + + +/*------------------------------------------------------------------------------ + 1.0 - Left to Right Styles +------------------------------------------------------------------------------*/ + +.find-box-search, +.find-box-buttons { + background-color: #eff8ff; + border-top: 1px solid #dce6f8; } .find-box { - background-color: #f1f1f1; + background-color: #5589aa; +} + +.find-box-head { + color: #fff; } .find-box-inside { @@ -21,7 +44,8 @@ a.page-numbers:hover { body, #wpbody, -.form-table .pre { +.form-table .pre, +.ui-autocomplete li a { color: #333; } @@ -29,21 +53,16 @@ body > #upload-menu { border-bottom-color: #fff; } -kbd, code { - background: #eaeaea; -} - -div#current-widgets, #postcustomstuff table, #your-profile fieldset, #rightnow, div.dashboard-widget, -#dashboard-widgets p.dashboard-widget-links, -#replyrow #ed_reply_toolbar input { - border-color: #ccc; +#dashboard-widgets p.dashboard-widget-links { + border-color: #d1e5ee; } -#poststuff .inside label.spam { +#poststuff .inside label.spam, +#poststuff .inside label.deleted { color: red; } @@ -57,21 +76,15 @@ div.dashboard-widget, #postcustomstuff table { border-color: #dfdfdf; - background-color: #F9F9F9; + background-color: #f9f9f9; } #postcustomstuff thead th { - background-color: #F1F1F1; -} - -#postcustomstuff table input, -#postcustomstuff table textarea { - border-color: #dfdfdf; - background-color: #fff; + background-color: #f1f1f1; } .widefat { - border-color: #BBD8E7; + border-color: #d1e5ee; background-color: #fff; } @@ -83,45 +96,102 @@ div.dashboard-widget-notice { background-color: #cfe1ef; } -div.dashboard-widget-submit, -ul.widget-control-list div.widget-control-actions { +div.dashboard-widget-submit { border-top-color: #ccc; } -div.ui-tabs-panel { - border-color: #f1f1f1; +ul.category-tabs li { + border-color: transparent; } -ul#category-tabs li.ui-tabs-selected { - background-color: #f1f1f1; +div.tabs-panel, +.wp-tab-panel, +ul.add-menu-item-tabs li.tabs, +.wp-tab-active { + border-color: #d1e5ee; + background-color: #fff; +} + +ul.category-tabs li.tabs { + border-color: #d1e5ee #d1e5ee #fff; +} + +ul.category-tabs li.tabs, +ul.add-menu-item-tabs li.tabs, +.wp-tab-active { + background-color: #fff; +} + +kbd, +code { + background: #eff8ff; +} + +textarea, +input[type="text"], +input[type="password"], +input[type="file"], +input[type="email"], +input[type="number"], +input[type="search"], +input[type="tel"], +input[type="url"], +select { + border-color: #d1e5ee; +} + +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="file"]:focus, +input[type="email"]:focus, +input[type="number"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="url"]:focus, +select:focus { + border-color: #b0c8d7; } input.disabled, textarea.disabled { background-color: #ccc; } -/* #upload-menu li a.upload-tab-link, */ -li.widget-list-control-item h4.widget-title a:hover, -li.widget-list-control-item h4.widget-title a, -#dragHelper li.widget-list-control-item h4.widget-title a, -#draghelper li.widget-list-control-item h4.widget-title a:visited, -.login #backtoblog a:hover, + #plugin-information .action-button a, #plugin-information .action-button a:hover, #plugin-information .action-button a:visited { color: #fff; } -li.widget-list-control-item div.widget-control { - background-color: #fff; - border-color: #dfdfdf; -} - -.metabox-holder .postbox h3, -#poststuff .postbox h3, -#poststuff .stuffbox h3 { - background: #dfdfdf url("../images/blue-grad.png") repeat-x left top; +.widget .widget-top, +.postbox h3, +.stuffbox h3, +.widefat thead tr th, +.widefat tfoot tr th, +h3.dashboard-widget-title, +h3.dashboard-widget-title span, +h3.dashboard-widget-title small, +.sidebar-name, +#nav-menu-header, +#nav-menu-footer, +.menu-item-handle, +#fullscreen-topbar { + background: #f5fafd; + background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe)); + background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -moz-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -o-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: linear-gradient(to top, #eff8ff, #f7fcfe); +} + +.widget .widget-top, +.postbox h3, +.stuffbox h3 { + border-bottom-color: #d1e5ee; text-shadow: #fff 0 1px 0; + -webkit-box-shadow: 0 1px 0 #fff; + box-shadow: 0 1px 0 #fff; } .form-table th, @@ -130,34 +200,35 @@ li.widget-list-control-item div.widget-control { text-shadow: #fff 0 1px 0; } -.setting-description, .form-wrap p { +.description, +.form-wrap p { color: #666; } -select { - background-color: #fff; - border-color: #8CBDD5; -} - strong .post-com-count span { background-color: #21759b; } -ul#widget-list li.widget-list-item h4.widget-title { - background-color: #f0f0f0; - color: #000; -} - .sorthelper { background-color: #ccf3fa; } -.ac_match, .subsubsub a.current { +.ac_match, +.subsubsub a.current { color: #000; } .wrap h2 { - color: #093E56; + color: #174f69; +} + +.wrap .add-new-h2, +.wrap .add-new-h2:active { + background: #f1f1f1; +} + +.subtitle { + color: #777; } .ac_over { @@ -166,20 +237,25 @@ ul#widget-list li.widget-list-item h4.widget-title { .ac_results { background-color: #fff; - border-color: #808080; + border-color: #b0c8d7; } .ac_results li { color: #101010; } -.alternate, .alt { - background-color: #EDFBFC; +.alternate, +.alt { + background-color: #f7fcfe; } .available-theme a.screenshot { - background-color: #f1f1f1; - border-color: #ddd; + background-color: #eff8ff; + border-color: #acd; +} + +#current-theme { + border-bottom-color: #d1e5ee; } .bar { @@ -187,19 +263,22 @@ ul#widget-list li.widget-list-item h4.widget-title { border-right-color: #99d; } -#media-upload { +#media-upload, +#media-upload .media-item .slidetoggle { background: #fff; } + #media-upload .slidetoggle { border-top-color: #dfdfdf; } -.error, #login #login_error { +div.error, +.login #login_error { background-color: #ffebe8; border-color: #c00; } -.error a { +div.error a { color: #c00; } @@ -207,53 +286,44 @@ ul#widget-list li.widget-list-item h4.widget-title { background-color: #ffebe8 !important; } -.form-invalid input { +.form-invalid input, +.form-invalid select { border-color: #c00 !important; } -.form-table input, -.form-table textarea, -.search-input, -.form-field input, -.form-field textarea, -.submit { - border-color: #8CBDD5; +.submit, +#commentsdiv #add-new-comment { + border-color: #dfdfdf; } .highlight { background-color: #e4f2fd; - color: #d54e21; + color: #000; } .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; +.media-upload-form label.form-help, +td.help { + color: #9a9a9a; } -.describe input[type="text"], -.describe textarea { - border-color: #dfdfdf; +.ui-autocomplete { + border-color: #b0c8d7; + background-color: #eff8ff; } -.media-upload-form label.form-help, -td.help { - color: #9a9a9a; +.ui-autocomplete li a.ui-state-focus { + background-color: #def1ff; } .post-com-count { - background-image: url(../images/bubble_bg.gif); color: #fff; } @@ -271,89 +341,36 @@ td.help { color: #000; } -.side-info h5, .bordertitle { +.side-info h5 { border-bottom-color: #dadada; } -.side-info ul, .widget-description { +.side-info ul { color: #666; } -.button, -.button-secondary, -.submit input, -input[type=button], -input[type=submit] { - border-color: #8CBDD5; - color: #093E56; -} - -.button:hover, -.button-secondary:hover, -.submit input:hover, -input[type=button]:hover, -input[type=submit]:hover { - color: #000; - border-color: #21759B; -} - -.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:hover, +a:active { + color: #d54e21; } -a:active, a:focus { - color: #d54e21; + color: #124964; } -a:hover, -#wphead #viewsite a:hover, #adminmenu a:hover, -#adminmenu ul.wp-submenu a:hover, +#adminmenu li.menu-top > a:focus, +#adminmenu .wp-submenu a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, +#media-upload a.del-link:hover, +div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover, -#login form .submit input:hover, -div.dashboard-widget-submit input:hover, -#media-upload a.del-link:hover, -.ui-tabs-nav a: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; } @@ -362,14 +379,15 @@ div.dashboard-widget-submit input:hover, border-color: #dfdfdf; } -.button-primary:hover, -#login form .submit input:hover { - border-color: #13455b !important; - color: #EAF2FA !important; +#side-sortables .category-tabs .tabs a, +#side-sortables .add-menu-item-tabs .tabs a, +.wp-tab-bar .wp-tab-active a { + color: #333; } -#side-info-column #category-tabs .ui-tabs-selected a { - color: #333; +#dashboard_right_now .table_content, +#dashboard_right_now .table_discussion { + border-top-color: #d1e5ee; } #rightnow .rbutton { @@ -382,13 +400,17 @@ div.dashboard-widget-submit input:hover, color: #ccc; } -.submitbox .submitdelete, a.delete { +.plugins a.delete:hover, +#all-plugins-table .plugins a.delete:hover, +#search-plugins-table .plugins a.delete:hover, +.submitbox .submitdelete { color: #f00; border-bottom-color: #f00; } .submitbox .submitdelete:hover, -#media-upload a.delete:hover { +#media-items a.delete:hover, +#media-items a.delete-permanently:hover { color: #fff; background-color: #f00; border-bottom-color: #f00; @@ -416,40 +438,64 @@ div.dashboard-widget-submit input:hover, color: #d54e21; } -.updated, -.login #login_error, +div.updated, .login .message { background-color: #ffffe0; border-color: #e6db55; } +.update-message { + color: #000; +} + a.page-numbers { - border-bottom-color: #B8D3E2; + border-bottom-color: #b8d3e2; } -div#available-widgets-filter, -ul#widget-list li.widget-list-item, .commentlist li { border-bottom-color: #ccc; } .widefat td, .widefat th { - border-bottom-color: #BBD8E7; + border-top-color: #fff; + border-bottom-color: #d0dfe9; } .widefat th { text-shadow: rgba(255,255,255,0.8) 0 1px 0; } +.widefat td { + color: #555; +} +.widefat p, +.widefat ol, +.widefat ul { + color: #333; +} + .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 { +h3.dashboard-widget-title small { color: #333; - background: #dfdfdf url(../images/blue-grad.png) repeat-x scroll left top; +} + +th.sortable a:hover, +th.sortable a:active, +th.sortable a:focus { + color: #333; +} + +th.sortable a:focus { + background: #e1e1e1; + background-image: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#e9e9e9)); + background-image: -webkit-linear-gradient(bottom, #dcdcdc, #e9e9e9); + background-image: -moz-linear-gradient(bottom, #dcdcdc, #e9e9e9); + background-image: -o-linear-gradient(bottom, #dcdcdc, #e9e9e9); + background-image: linear-gradient(to top, #dcdcdc, #e9e9e9); } h3.dashboard-widget-title small a { @@ -460,80 +506,49 @@ 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-upload a.delete, -.ui-tabs-nav a, a { - color: #1C6280; -} - -/* Because we don't want visited on these links */ -body.press-this .ui-tabs-selected a, -body.press-this .ui-tabs-selected a:hover { - background-color: #fff; - border-color: #c6d9e9; - border-bottom-color: #fff; - color: #d54e21; +#media-items a.delete, +#media-items a.delete-permanently, +.plugins a.delete, +.ui-tabs-nav a { + color: #21759b; } -#adminmenu #awaiting-mod, +#adminmenu .awaiting-mod, #adminmenu .update-plugins, #sidemenu a .update-plugins, -#rightnow .reallynow, -#plugin-information .action-button { - background-color: #d54e21; +#rightnow .reallynow { + background-color: #464646; color: #fff; + -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0; + box-shadow: rgba(255,255,255,0.5) 0 1px 0; } - -#adminmenu li a:hover #awaiting-mod, -#adminmenu li a:hover .update-plugins, -#sidemenu li a:hover .update-plugins { - background-color: #264761; +#plugin-information .action-button { + background-color: #d54e21; 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) 0px -1px 0px; - -khtml-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; - -webkit-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; - box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; -} - -#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; +#adminmenu li.current a .awaiting-mod, +#adminmenu li a.wp-has-current-submenu .update-plugins{ + background-color: #464646; color: #fff; + -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0; + box-shadow: rgba(255,255,255,0.5) 0 1px 0; } -div#media-upload-header { +div#media-upload-header, +div#plugin-information-header { background-color: #f9f9f9; border-bottom-color: #dfdfdf; } -div#plugin-information-header { - background-color: #e4f2fd; - border-bottom-color: #c6d9e9; -} - #currenttheme img { border-color: #666; } -#current-widgets .drop-widget-here { - background-color: #ffc; -} - #dashboard_secondary div.dashboard-widget-content ul li a { background-color: #f9f9f9; } @@ -542,86 +557,73 @@ input.readonly, textarea.readonly { background-color: #ddd; } -#dragHelper h4.widget-title, -li.widget-list-control-item h4, -#dragHelper li.widget-list-control-item h4 { - background-color: #2683ae; - color: #fff; -} - -#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 { +#submitted-on, +.submitted-on { color: #777; } -.login #nav a { +.login #nav a, +.login #backtoblog a { color: #21759b !important; } -.login #nav a:hover { +.login #nav a:hover, +.login #backtoblog a:hover { color: #d54e21 !important; } -#footer, -#footer-upgrade { - background: #073447; - color: #999; +#wpfooter { + color: #777; + border-color: #b0c8d7; } -#media-items { +.imgedit-group, +#media-items .media-item, +.media-item .describe { border-color: #dfdfdf; } -#pass-strength-result { - background-color: #eee; - border-color: #ddd !important; -} - -#pass-strength-result.bad { - background-color: #ffb78c; - border-color: #ff853c !important; +.checkbox, +.side-info, +.plugins tr, +#your-profile #rich_editing { + background-color: #fcfcfc; } -#pass-strength-result.good { - background-color: #ffec8b; - border-color: #fc0 !important; +.plugins .inactive, +.plugins .inactive th, +.plugins .inactive td, +tr.inactive + tr.plugin-update-tr .plugin-update { + background-color: #f7fcfe; } -#pass-strength-result.short { - background-color: #ffa0a0; - border-color: #f04040 !important; +.plugin-update-tr .update-message { + background-color: #fffbe4; + border-color: #dfdfdf; } -#pass-strength-result.strong { - background-color: #c3ff88; - border-color: #8dff1c !important; +.plugins .active, +.plugins .active th, +.plugins .active td { + color: #000; } -.checkbox, -.side-info, -#your-profile #rich_editing { - background-color: #fff; +.plugins .inactive a { + color: #579; } -.plugins .active, -.plugins .active th, -.plugins .active td { - background-color: #e7f7d3; +#the-comment-list tr.undo, +#the-comment-list div.undo { + background-color: #f4f4f4; } -#the-comment-list .unapproved, -#the-comment-list .unapproved th, -#the-comment-list .unapproved td { +#the-comment-list .unapproved { background-color: #ffffe0; } @@ -633,36 +635,69 @@ li.widget-list-control-item h4, color: #d98500; } -#the-comment-list .delete a { +table.widefat span.delete a, +table.widefat span.trash a, +table.widefat span.spam a, +#dashboard_recent_comments .delete a, +#dashboard_recent_comments .trash a, +#dashboard_recent_comments .spam a { color: #bc0b0b; } -.plugins tr { - background-color: #fff; +.welcome-panel { + background: #f5fafd; + background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe)); + background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -moz-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -o-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: linear-gradient(to top, #eff8ff, #f7fcfe); + border-color: #d1e5ee; +} +.welcome-panel p { + color: #777; +} +.welcome-panel-column p { + color: #464646; +} +.welcome-panel h3 { + text-shadow: 1px 1px 1px #fff; } -.metabox-holder .postbox, -#poststuff .postbox, +.widget, +#widget-list .widget-top, +.postbox, #titlediv, #poststuff .postarea, -#poststuff .stuffbox, -.postbox input[type="text"], -.postbox textarea, -.stuffbox input[type="text"], -.stuffbox textarea { - border-color: #BBD8E7; +.stuffbox { + border-color: #d1e5ee; + -webkit-box-shadow: inset 0 1px 0 #fff; + box-shadow: inset 0 1px 0 #fff; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +.widget, +#widget-list .widget-top, +.postbox, +.menu-item-settings { + background: #f5fafd; + background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe)); + background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -moz-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -o-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: linear-gradient(to top, #eff8ff, #f7fcfe); } -.metabox-holder .postbox, -#poststuff .postbox { - background-color: #FFF; +.postbox h3 { + color: #174f69; } -.ui-sortable .postbox h3 { - color: #093E56; +.widget .widget-top { + color: #174f69; } -.ui-sortable .postbox h3:hover { +.js .sidebar-name:hover h3, +.js .postbox h3:hover { color: #000; } @@ -682,561 +717,765 @@ li.widget-list-control-item h4, color: #448abd; } -#tagchecklist span a, +.tagchecklist span a, #bulk-titles div a { background: url(../images/xit.gif) no-repeat; } -#tagchecklist span a:hover, +.tagchecklist span a:hover, #bulk-titles div a:hover { background: url(../images/xit.gif) no-repeat -10px 0; } -#update-nag, .plugin-update { - background-color: #fffeeb; - border-bottom-color: #ccc; - border-top-color: #ccc; +#update-nag, .update-nag { + background-color: #fffbcc; + border-color: #e6db55; color: #555; } -.login #backtoblog a { - color: #ccc; +#screen-meta { + background-color: #eff8ff; + border-color: #d1e5ee; + -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); + box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 ); } -#wphead { - background-color: #073447; +#contextual-help-back { + background: #fff; } -body.login { - border-top-color: #093E56; +.contextual-help-tabs a:hover { + background-color: #ceeaff; + color: #333; } -#wphead h1 a { - color: #fff; +#contextual-help-back, +.contextual-help-tabs .active { + border-color: #d1e5ee; } -#login form input { - color: #555; +.contextual-help-tabs .active, +.contextual-help-tabs .active a, +.contextual-help-tabs .active a:hover { + background: #fff; + color: #000; } -#wphead h1 a:hover { - text-decoration: underline; +/* screen options and help tabs */ +#screen-options-link-wrap, +#contextual-help-link-wrap { + border-right: 1px solid #d1e5ee; + border-left: 1px solid #d1e5ee; + border-bottom: 1px solid #d1e5ee; + background: #eff8ff; + background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); + background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); + background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); + background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); + background-image: linear-gradient(to top, #def1ff, #eff8ff); } -#user_info { - color: #999; +#screen-meta-links a { + color: #606060; + background: transparent url(../images/arrows.png) no-repeat right 4px; } -#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited { - color: #ccc; - text-decoration: none; +#screen-meta-links a:hover, +#screen-meta-links a:active { + color: #000; + background-color: transparent; } -#user_info a:hover, #footer a:hover { - color: #fff; - text-decoration: underline !important; +#screen-meta-links a.screen-meta-active { + background-position: right -31px; } -#user_info a:active, #footer a:active { - color: #ccc !important; -} +/* end screen options and help tabs */ -div#media-upload-error, -.file-error, -abbr.required, -.widget-control-remove:hover, -.delete a:hover { - color: #f00; +.login #backtoblog a { + color: #464646; } -#media-upload a.delete { - color: #888; +#wphead { + border-bottom: 1px solid #d0dfe9; } -/* editors */ -#quicktags { - border-color: #dfdfdf; - background-color: #dfdfdf; +#wphead h1 a { + color: #174f69; } -#ed_toolbar input { - border-color: #C3C3C3; +#wpfooter a:link, +#wpfooter a:visited { + text-decoration: none; } -#ed_toolbar input:hover { - border-color: #aaa; - background: #ddd; +#wpfooter a:hover { + color: #000; + text-decoration: underline; } -#poststuff .wp_themeSkin .mceStatusbar { - border-color: #EDEDED; +.file-error, +abbr.required, +.widget-control-remove:hover, +table.widefat .delete a:hover, +table.widefat .trash a:hover, +table.widefat .spam a:hover, +#dashboard_recent_comments .delete a:hover, +#dashboard_recent_comments .trash a:hover +#dashboard_recent_comments .spam a:hover { + color: #f00; } -#poststuff #edButtonPreview, -#poststuff #edButtonHTML { - background-color: #f1f1f1; - border-color: #dfdfdf; - color: #999; +#pass-strength-result { + background-color: #eee; + border-color: #ddd !important; } -#poststuff #editor-toolbar .active { - border-bottom-color: #e9e9e9; - background-color: #e9e9e9; - color: #333; +#pass-strength-result.bad { + background-color: #ffb78c; + border-color: #ff853c !important; } -/* TinyMCE */ -#post-status-info { - background-color: #EDEDED; +#pass-strength-result.good { + background-color: #ffec8b; + border-color: #fc0 !important; } -.wp_themeSkin *, -.wp_themeSkin a:hover, -.wp_themeSkin a:link, -.wp_themeSkin a:visited, -.wp_themeSkin a:active { - color: #000; +#pass-strength-result.short { + background-color: #ffa0a0; + border-color: #f04040 !important; } -/* Containers */ -.wp_themeSkin iframe { - background: #fff; +#pass-strength-result.strong { + background-color: #c3ff88; + border-color: #8dff1c !important; } -/* Layout */ -.wp_themeSkin .mceStatusbar { - color: #000; - background-color: #f5f5f5; +/* editors */ +#poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar { + border-color: #d0dfe9; + background-color: #eff8ff; } -/* Button */ -.wp_themeSkin .mceButton { - background-color: #e9e8e8; - border-color: #B2B2B2; +#poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar * { + color: #555; } -.wp_themeSkin a.mceButtonEnabled:hover, -.wp_themeSkin a.mceButtonActive, -.wp_themeSkin a.mceButtonSelected { - background-color: #d5d5d5; - border-color: #777 !important; +#poststuff #editor-toolbar .active { + border-color: #d0dfe9 #d0dfe9 #eff8ff; + background-color: #eff8ff; + color: #333; } -.wp_themeSkin .mceButtonDisabled { - border-color: #ccc !important; +.wp-editor-wrap .wp-editor-container, +.wp-editor-wrap .wp_themeSkin table.mceLayout { + border-color: #d1e5ee #d1e5ee #d0dfe9; } -/* ListBox */ -.wp_themeSkin .mceListBox .mceText, -.wp_themeSkin .mceListBox .mceOpen { - border-color: #B2B2B2; - background-color: #d5d5d5; +#editorcontainer { + border-color: #d1e5ee #d1e5ee #d0dfe9; } -.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; +#post-status-info { + border-color: #d0dfe9 #d1e5ee #d1e5ee; } -.wp_themeSkin table.mceListBoxEnabled:hover .mceText, -.wp_themeSkin .mceListBoxHover .mceText { - border-color: #777 !important; +/* TinyMCE */ + +.wp-admin .wp-editor-wrap .wp-switch-editor { + background-color: #d3e9f2; + border-color: #d1e5ee #d1e5ee #d3e9f2; + color: #174F69; } -.wp_themeSkin select.mceListBox { - border-color: #B2B2B2; - background-color: #fff; +.wp-admin .wp-editor-wrap .wp-switch-editor:active { + background-color: #f5fafd; } -/* SplitButton */ -.wp_themeSkin .mceSplitButton a.mceAction, -.wp_themeSkin .mceSplitButton a.mceOpen { - background-color: #e8e8e8; - border-color: #B2B2B2; +.wp-admin .wp-editor-wrap.tmce-active .switch-tmce, +.wp-admin .wp-editor-wrap.html-active .switch-html { + background: #f7fcfe; + border-color: #d1e5ee #d1e5ee #f7fcfe; } -.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-admin .wp-editor-wrap .quicktags-toolbar, +.wp-admin .wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar { + border-color: #d0dfe9; + background-color: #f5fafd; + background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#f7fcfe)); + background-image: -webkit-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -moz-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: -o-linear-gradient(bottom, #eff8ff, #f7fcfe); + background-image: linear-gradient(to top, #eff8ff, #f7fcfe); } -.wp_themeSkin .mceSplitButtonActive { - background-color: #B2B2B2; +.wp-admin .wp_themeSkin table.mceListBox { + border-color: #d1e5ee; } -/* ColorSplitButton */ -.wp_themeSkin div.mceColorSplitMenu table { - background-color: #ebebeb; - border-color: #B2B2B2; +.wp-admin .wp_themeSkin table.mceListBoxEnabled:hover, +.wp-admin .wp_themeSkin table.mceListBoxEnabled:active, +.wp-admin .wp_themeSkin table.mceListBoxHover, +.wp-admin .wp_themeSkin table.mceListBoxHover:active, +.wp-admin .wp_themeSkin table.mceListBoxSelected { + border-color: #b8cfdf; } -.wp_themeSkin .mceColorSplitMenu a { - border-color: #B2B2B2; +.wp-admin .wp_themeSkin a.mceButtonEnabled:hover, +.wp-admin .wp_themeSkin table.mceSplitButton:hover { + border-color: #c3d2dc; + background: #f4f9fc; + background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f9fc), to(#fff)); + background-image: -webkit-linear-gradient(bottom, #f4f9fc, #fff); + background-image: -moz-linear-gradient(bottom, #f4f9fc, #fff); + background-image: -o-linear-gradient(bottom, #f4f9fc, #fff); + background-image: linear-gradient(to top, #f4f9fc, #fff); } -.wp_themeSkin .mceColorSplitMenu a.mceMoreColors { - border-color: #fff; +.wp-admin .wp_themeSkin a.mceButton:active, +.wp-admin .wp_themeSkin a.mceButtonEnabled:active, +.wp-admin .wp_themeSkin a.mceButtonSelected:active, +.wp-admin .wp_themeSkin a.mceButtonActive, +.wp-admin .wp_themeSkin a.mceButtonActive:active, +.wp-admin .wp_themeSkin a.mceButtonActive:hover, +.wp-admin .wp_themeSkin .mceSplitButtonSelected table, +.wp-admin .wp_themeSkin .mceSplitButtonSelected table:hover { + border-color: #8f9da9 #c3d2dc #c3d2dc #8f9da9; + background: #f4f9fc; + background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f4f9fc)); + background-image: -webkit-linear-gradient(bottom, #fff, #f4f9fc); + background-image: -moz-linear-gradient(bottom, #fff, #f4f9fc); + background-image: -o-linear-gradient(bottom, #fff, #f4f9fc); + background-image: linear-gradient(to top, #fff, #f4f9fc); } -.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { - border-color: #0A246A; - background-color: #B6BDD2; +.wp-admin .wp_themeSkin .mceSplitButtonSelected table a.mceOpen, +.wp-admin .wp_themeSkin .mceSplitButtonSelected table a.mceAction { + border-color: #8f9da9 #c3d2dc #c3d2dc #8f9da9; } -.wp_themeSkin a.mceMoreColors:hover { - border-color: #0A246A; +.wp-admin .wp_themeSkin .mceSplitButton:hover a { + border-color: #c3d2dc; } +/* end TinyMCE */ -/* Menu */ -.wp_themeSkin .mceMenu { - border-color: #ddd; +.editwidget .widget-inside { + border-color: #d0dfe9; } -.wp_themeSkin .mceMenu table { - background-color: #ebeaeb; +#titlediv #title { + background-color: #fff; } -.wp_themeSkin .mceMenu .mceText { - color: #000; +#tTips p#tTips_inside { + background-color: #ddd; + color: #333; } -.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover, -.wp_themeSkin .mceMenu .mceMenuItemActive { - background-color: #f5f5f5; +#poststuff .inside .the-tagcloud { + border-color: #ddd; } -.wp_themeSkin td.mceMenuItemSeparator { - background-color: #aaa; + +/* menu */ +#adminmenuback, +#adminmenuwrap { + background-color: #eff8ff; + border-color: #d1e5ee; } -.wp_themeSkin .mceMenuItemTitle a { - background-color: #ccc; - border-bottom-color: #aaa; + +#adminmenushadow, +#adminmenuback { + background-image: url(../images/menu-shadow.png); + background-position: top right; + background-repeat: repeat-y; } -.wp_themeSkin .mceMenuItemTitle span.mceText { - color: #000; + +#adminmenu li.wp-menu-separator { + background: #d1e5ee; + border-color: #bed1dd; } -.wp_themeSkin .mceMenuItemDisabled .mceText { - color: #888; + +#adminmenu div.separator { + border-color: #d1e5ee; } -.wp_themeSkin tr.mceFirst td.mceToolbar { - background-color: #dfdfdf; - border-color: #dfdfdf; +#adminmenu a.menu-top, +#adminmenu .wp-submenu .wp-submenu-head { + border-top-color: #fff; + border-bottom-color: #cae6ff; } -.wp-admin #mceModalBlocker { - background: #000; +#adminmenu li.wp-menu-open { + border-color: #d1e5ee; } -.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft { - background: #444444; - 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; +#adminmenu li.menu-top:hover, +#adminmenu li.opensub > a.menu-top, +#adminmenu li > a.menu-top:focus { + background-color: #e0f1ff; + color: #d54e21; + text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 ); } -.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight { - background: #444444; - 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; +/* So it doesn't get applied to the number spans (comments, updates, etc) */ +#adminmenu li.menu-top:hover > a span, +#adminmenu li.menu-top > a:focus span { + text-shadow: none; } -.wp-admin .clearlooks2 .mceMiddle .mceLeft { - background: #f1f1f1; - border-left: 1px solid #999; +#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, +#adminmenu li.current a.menu-top, +.folded #adminmenu li.wp-has-current-submenu, +.folded #adminmenu li.current.menu-top, +#adminmenu .wp-menu-arrow, +#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { + background: #5589aa; + background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb)); + background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb); + background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb); + background-image: -o-linear-gradient(bottom, #5589aa, #619bbb); + background-image: linear-gradient(to top, #5589aa, #619bbb); } -.wp-admin .clearlooks2 .mceMiddle .mceRight { - background: #f1f1f1; - border-right: 1px solid #999; +#adminmenu .wp-menu-arrow div { + background: #5589aa; + background-image: -webkit-gradient(linear, right bottom, left top, from(#5589aa), to(#619bbb)); + background-image: -webkit-linear-gradient(bottom right, #5589aa, #619bbb); + background-image: -moz-linear-gradient(bottom right, #5589aa, #619bbb); + background-image: -o-linear-gradient(bottom right, #5589aa, #619bbb); + background-image: linear-gradient(to top left, #5589aa, #619bbb); } -.wp-admin .clearlooks2 .mceBottom { - background: #f1f1f1; - border-bottom: 1px solid #999; +#adminmenu li.wp-not-current-submenu .wp-menu-arrow { + border-top-color: #fff; + border-bottom-color: #cae6ff; + background: #e0f1ff; } -.wp-admin .clearlooks2 .mceBottom .mceLeft { - background: #f1f1f1; - border-bottom: 1px solid #999; - border-left: 1px solid #999; +#adminmenu li.wp-not-current-submenu .wp-menu-arrow div { + background: #e0f1ff; + border-color: #cae6ff; } -.wp-admin .clearlooks2 .mceBottom .mceCenter { - background: #f1f1f1; - border-bottom: 1px solid #999; +.folded #adminmenu li.menu-top li:hover a { + background-image: none; } -.wp-admin .clearlooks2 .mceBottom .mceRight { - background: #f1f1f1; - border-bottom: 1px solid #999; - border-right: 1px solid #999; +#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, +#adminmenu li.current a.menu-top, +#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { + text-shadow: 0 -1px 0 #333; + color: #fff; + border-top-color: #5a8fad; + border-bottom-color: #5589aa; } -.wp-admin .clearlooks2 .mceFocus .mceTop span { - color: #e5e5e5; +.folded #adminmenu li.wp-has-current-submenu, +.folded #adminmenu li.current.menu-top { + border-top-color: #5a8fad; + border-bottom-color: #5589aa; } -/* end TinyMCE */ -#editorcontainer, -#post-status-info, -#titlediv #title { - border-color: #dfdfdf; +#adminmenu .wp-submenu a:hover, +#adminmenu .wp-submenu a:focus { + background-color: #eff8ff; + color: #333; } -#titlediv #title { +#adminmenu .wp-submenu li.current, +#adminmenu .wp-submenu li.current a, +#adminmenu .wp-submenu li.current a:hover { + color: #333; +} + +#adminmenu .wp-submenu, +.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, +.folded #adminmenu .wp-has-current-submenu .wp-submenu { background-color: #fff; + border-color: #d0dfe9; + -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); + box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); } -#tTips p#tTips_inside { - background-color: #ddd; +#adminmenu .wp-submenu .wp-submenu-head { + background-color: #e0f1ff; color: #333; } -#timestampdiv input, -#namediv input, -#tagsdiv #the-tagcloud { - border-color: #ddd; +/* collapse menu button */ +#collapse-menu { + color: #a0c3d5; + border-top-color: #f9f9f9; } -/* menu */ -#adminmenu * { - border-color: #BBD8E7; +#collapse-menu:hover { + color: #5a8fad; } -#adminmenu li.wp-menu-separator { - background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px; +#collapse-button { + border-color: #d0dfe9; + background: #eff8ff; + background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); + background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); + background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); + background-image: -o-linear-gradient(bottom, #eff8ff, #fff); + background-image: linear-gradient(to top, #eff8ff, #fff); } -.folded #adminmenu li.wp-menu-separator { - background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px; +#collapse-menu:hover #collapse-button { + border-color: #a0c3d5; } -#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; +#collapse-button div { + background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px; } -#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; +.folded #collapse-button div { + background-position: 0 -108px; } -#adminmenu a.menu-top { - background: #EAF3FA url(../images/menu-bits.gif) repeat-x scroll left -379px; +/* Auto-folding of the admin menu */ +@media only screen and (max-width: 900px) { + .auto-fold #adminmenu li.wp-has-current-submenu, + .auto-fold #adminmenu li.current.menu-top { + background-color: #5589aa; + background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb)); + background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb); + background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb); + background-image: -o-linear-gradient(bottom, #5589aa, #619bbb); + background-image: linear-gradient(bottom, #5589aa, #619bbb); + } + + .auto-fold #adminmenu li.wp-has-current-submenu, + .auto-fold #adminmenu li.current.menu-top { + border-top-color: #5a8fad; + border-bottom-color: #5589aa; + } + + .auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, + .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { + background-color: #fff; + border-color: #d0dfe9; + -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); + box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); + } + + .auto-fold #collapse-button div { + background-position: 0 -108px; + } } -#adminmenu .wp-submenu a { - background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px; +/* menu and screen icons */ +.icon16, +.icon32, +div.wp-menu-image { + background-color: transparent; + background-repeat: no-repeat; } -#adminmenu .wp-has-current-submenu ul li a { - background: none; +.icon16.icon-dashboard, +.menu-icon-dashboard div.wp-menu-image, +.icon16.icon-post, +.menu-icon-post div.wp-menu-image, +.icon16.icon-media, +.menu-icon-media div.wp-menu-image, +.icon16.icon-links, +.menu-icon-links div.wp-menu-image, +.icon16.icon-page, +.menu-icon-page div.wp-menu-image, +.icon16.icon-comments, +.menu-icon-comments div.wp-menu-image, +.icon16.icon-appearance, +.menu-icon-appearance div.wp-menu-image, +.icon16.icon-plugins, +.menu-icon-plugins div.wp-menu-image, +.icon16.icon-users, +.menu-icon-users div.wp-menu-image, +.icon16.icon-tools, +.menu-icon-tools div.wp-menu-image, +.icon16.icon-settings, +.menu-icon-settings div.wp-menu-image, +.icon16.icon-site, +.menu-icon-site div.wp-menu-image, +.icon16.icon-generic, +.menu-icon-generic div.wp-menu-image { + background-image: url(../images/menu-vs.png?ver=20121105); } -#adminmenu .wp-has-current-submenu ul li a.current { - background: url(../images/menu-dark.gif) top left no-repeat !important; +.icon16.icon-dashboard, +#adminmenu .menu-icon-dashboard div.wp-menu-image { + background-position: -59px -33px; } -#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) 0px -1px 0px; +#adminmenu .menu-icon-dashboard:hover div.wp-menu-image, +#adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-dashboard.current div.wp-menu-image { + background-position: -59px -1px; } -#adminmenu li.wp-has-current-submenu .wp-submenu, -#adminmenu li.wp-has-current-submenu ul li a { - border-color: #aaa !important; +.icon16.icon-post, +#adminmenu .menu-icon-post div.wp-menu-image { + background-position: -269px -33px; } -#adminmenu li.wp-has-current-submenu ul li a { - background: url(../images/menu-dark.gif) bottom left no-repeat !important; +#adminmenu .menu-icon-post:hover div.wp-menu-image, +#adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-post.current div.wp-menu-image { + background-position: -269px -1px; } -#adminmenu li.wp-has-current-submenu ul { - border-bottom-color: #aaa; +.icon16.icon-media, +#adminmenu .menu-icon-media div.wp-menu-image { + background-position: -119px -33px; } -#adminmenu li.menu-top .current:hover { - border-color: #B5B5B5; +#adminmenu .menu-icon-media:hover div.wp-menu-image, +#adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-media.current div.wp-menu-image { + background-position: -119px -1px; } -#adminmenu .wp-submenu .current a.current { - background: transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px; +.icon16.icon-links, +#adminmenu .menu-icon-links div.wp-menu-image { + background-position: -89px -33px; } -#adminmenu .wp-submenu a:hover { - background-color: #EAF2FA !important; - color: #333 !important; +#adminmenu .menu-icon-links:hover div.wp-menu-image, +#adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-links.current div.wp-menu-image { + background-position: -89px -1px; } -#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) 0px 1px 0px; +.icon16.icon-page, +#adminmenu .menu-icon-page div.wp-menu-image { + background-position: -149px -33px; } -#adminmenu .wp-submenu ul { - background-color: #fff; +#adminmenu .menu-icon-page:hover div.wp-menu-image, +#adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-page.current div.wp-menu-image { + background-position: -149px -1px; } -.folded #adminmenu li.menu-top, -#adminmenu .wp-submenu .wp-submenu-head { - background-color: #EAF2FA; +.icon16.icon-comments, +#adminmenu .menu-icon-comments div.wp-menu-image { + background-position: -29px -33px; } -.folded #adminmenu li.wp-has-current-submenu, -.folded #adminmenu li.menu-top.current { - background-color: #BBD8E7; +#adminmenu .menu-icon-comments:hover div.wp-menu-image, +#adminmenu .menu-icon-comments.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-comments.current div.wp-menu-image { + background-position: -29px -1px; } -#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { - background-color: #BBD8E7; - border-color: #8CBDD5; +.icon16.icon-appearance, +#adminmenu .menu-icon-appearance div.wp-menu-image { + background-position: 1px -33px; } -#adminmenu div.wp-submenu { - background-color: transparent; +#adminmenu .menu-icon-appearance:hover div.wp-menu-image, +#adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-appearance.current div.wp-menu-image { + background-position: 1px -1px; } -/* menu icons */ -#adminmenu #menu-dashboard div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -61px -33px; +.icon16.icon-plugins, +#adminmenu .menu-icon-plugins div.wp-menu-image { + background-position: -179px -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-icon-plugins:hover div.wp-menu-image, +#adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-plugins.current div.wp-menu-image { + background-position: -179px -1px; } -#adminmenu #menu-posts div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -272px -33px; +.icon16.icon-users, +#adminmenu .menu-icon-users div.wp-menu-image { + background-position: -300px -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-icon-users:hover div.wp-menu-image, +#adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-users.current div.wp-menu-image { + background-position: -300px -1px; } -#adminmenu #menu-media div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -121px -33px; +.icon16.icon-tools, +#adminmenu .menu-icon-tools div.wp-menu-image { + background-position: -209px -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-icon-tools:hover div.wp-menu-image, +#adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-tools.current div.wp-menu-image { + background-position: -209px -1px; } -#adminmenu #menu-links div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -91px -33px; +.icon16.icon-settings, +#adminmenu .menu-icon-settings div.wp-menu-image { + background-position: -239px -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-icon-settings:hover div.wp-menu-image, +#adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-settings.current div.wp-menu-image { + background-position: -239px -1px; } -#adminmenu #menu-pages div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -151px -33px; +.icon16.icon-site, +#adminmenu .menu-icon-site div.wp-menu-image { + background-position: -359px -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-icon-site:hover div.wp-menu-image, +#adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-site.current div.wp-menu-image { + background-position: -359px -1px; } -#adminmenu #menu-comments div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -31px -33px; +.icon16.icon-generic, +#adminmenu .menu-icon-generic div.wp-menu-image { + background-position: -330px -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-icon-generic:hover div.wp-menu-image, +#adminmenu .menu-icon-generic.wp-has-current-submenu div.wp-menu-image, +#adminmenu .menu-icon-generic.current div.wp-menu-image { + background-position: -330px -1px; } +/* end menu and screen icons */ -#adminmenu #menu-appearance div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -1px -33px; +/* Screen Icons */ +.icon32.icon-post, +#icon-edit, +#icon-post, +.icon32.icon-dashboard, +#icon-index, +.icon32.icon-media, +#icon-upload, +.icon32.icon-links, +#icon-link-manager, +#icon-link, +#icon-link-category, +.icon32.icon-page, +#icon-edit-pages, +#icon-page, +.icon32.icon-comments, +#icon-edit-comments, +.icon32.icon-appearance, +#icon-themes, +.icon32.icon-plugins, +#icon-plugins, +.icon32.icon-users, +#icon-users, +#icon-profile, +#icon-user-edit, +.icon32.icon-tools, +#icon-tools, +#icon-admin, +.icon32.icon-settings, +#icon-options-general, +.icon32.icon-site, +#icon-ms-admin, +.icon32.icon-generic, +#icon-generic { + background-image: url(../images/icons32-vs.png?ver=20121105); +} + +.icon32.icon-post, +#icon-edit, +#icon-post { + background-position: -552px -5px; +} + +.icon32.icon-dashboard, +#icon-index { + background-position: -137px -5px; +} + +.icon32.icon-media, +#icon-upload { + background-position: -251px -5px; } -#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; +.icon32.icon-links, +#icon-link-manager, +#icon-link, +#icon-link-category { + background-position: -190px -5px; +} + +.icon32.icon-page, +#icon-edit-pages, +#icon-page { + background-position: -312px -5px; } -#adminmenu #menu-plugins div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -181px -33px; +.icon32.icon-comments, +#icon-edit-comments { + background-position: -72px -5px; } -#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; +.icon32.icon-appearance, +#icon-themes { + background-position: -11px -5px; } -#adminmenu #menu-users div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -301px -33px; +.icon32.icon-plugins, +#icon-plugins { + background-position: -370px -5px; } -#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; +.icon32.icon-users, +#icon-users, +#icon-profile, +#icon-user-edit { + background-position: -600px -5px; } -#adminmenu #menu-tools div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -211px -33px; +.icon32.icon-tools, +#icon-tools, +#icon-admin { + background-position: -432px -5px; } -#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; +.icon32.icon-settings, +#icon-options-general { + background-position: -492px -5px; } -#adminmenu #menu-settings div.wp-menu-image { - background: transparent url("../images/menu-vs.png") no-repeat scroll -241px -33px; +.icon32.icon-site, +#icon-ms-admin { + background-position: -659px -5px; } -#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; +.icon32.icon-generic, +#icon-generic { + background-position: -708px -5px; } -/* end menu */ +/* end screen icons */ /* Diff */ table.diff .diff-deletedline { - background-color: #ffdddd; + background-color: #fdd; } + table.diff .diff-deletedline del { - background-color: #ff9999; + background-color: #f99; } + table.diff .diff-addedline { - background-color: #ddffdd; + background-color: #dfd; } + table.diff .diff-addedline ins { - background-color: #99ff99; + background-color: #9f9; } #att-info { - background-color: #E4F2FD; + background-color: #e4f2fd; } /* edit image */ @@ -1249,27 +1488,7 @@ table.diff .diff-addedline ins { #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; + color: #d54e21; } #replyerror { @@ -1277,30 +1496,14 @@ table.diff .diff-addedline ins { background-color: #f9f9f9; } -#edithead, -#replyhead { - background-color: #f1f1f1; -} - -#ed_reply_toolbar { - background-color: #e9e9e9; -} - /* table vim shortcuts */ -.vim-current { - background-color: #E4F2FD !important; +.vim-current, +.vim-current th, +.vim-current td { + background-color: #e4f2fd !important; } /* Install Plugins */ -.star-average, -.star.star-rating { - background-color: #fc0; -} - -div.star.select:hover { - background-color: #d00; -} - #plugin-information .fyi ul { background-color: #eaf3fa; } @@ -1319,26 +1522,19 @@ div.star.select:hover { } /* inline editor */ -.inline-edit-row fieldset input[type="text"], -.inline-edit-row fieldset textarea, -#bulk-titles, -#replyrow input { +#bulk-titles { border-color: #ddd; } .inline-editor div.title { - background-color: #EAF3FA; + background-color: #eaf3fa; } .inline-editor ul.cat-checklist { - background-color: #FFFFFF; + background-color: #fff; border-color: #ddd; } -.inline-edit-row p.submit { - background-color: #f1f1f1; -} - .inline-editor .categories .catshow, .inline-editor .categories .cathide { color: #21759b; @@ -1348,25 +1544,16 @@ div.star.select:hover { 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; + color: #d54e21; } -#major-publishing-actions { - background: #eaf2fa; +.js .meta-box-sortables .postbox:hover .handlediv { + background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; } .tablenav .tablenav-pages { @@ -1374,17 +1561,22 @@ fieldset.inline-edit-col-right .inline-edit-col { } .tablenav .tablenav-pages a { - border-color: #e3e3e3; - background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px; + border-color: #d1e5ee; + background: #eee; + -moz-box-shadow: inset 0 1px 0 #fff; + -webkit-box-shadow: inset 0 1px 0 #fff; + box-shadow: inset 0 1px 0 #fff; } -.tablenav .tablenav-pages a:hover { +.tablenav .tablenav-pages a:hover, +.tablenav .tablenav-pages a:focus { color: #d54e21; - border-color: #d54321; } -.tablenav .tablenav-pages a:active { - color: #fff !important; +.tablenav .tablenav-pages a.disabled, +.tablenav .tablenav-pages a.disabled:hover, +.tablenav .tablenav-pages a.disabled:focus { + color: #aaa; } .tablenav .tablenav-pages .current { @@ -1394,11 +1586,11 @@ fieldset.inline-edit-col-right .inline-edit-col { #availablethemes, #availablethemes td { - border-color: #ddd; + border-color: #acd; } #current-theme img { - border-color: #999; + border-color: #b0c8d7; } #TB_window #TB_title a.tb-theme-preview-link, @@ -1412,15 +1604,16 @@ fieldset.inline-edit-col-right .inline-edit-col { } .misc-pub-section { - border-bottom-color: #eee; + border-top-color: #fff; + border-bottom-color: #d1e5ee; } #minor-publishing { - border-bottom-color: #ddd; + border-bottom-color: #cae6ff; } #post-body .misc-pub-section { - border-right-color: #eee; + border-left-color: #eee; } .post-com-count span { @@ -1436,142 +1629,573 @@ fieldset.inline-edit-col-right .inline-edit-col { background-color: #f5f5f5; } -#post-body ul#category-tabs li.ui-tabs-selected a { +#post-body ul.category-tabs li.tabs a, +#post-body ul.add-menu-item-tabs li.tabs a, +body.press-this ul.category-tabs li.tabs a { color: #333; } -#wp_editimgbtn, -#wp_delimgbtn, -#wp_editgallery, -#wp_delgallery { - border-color: #999; - background-color: #eee; +.view-switch #view-switch-list, +.view-switch #view-switch-excerpt { + background-color: transparent; + background-image: url('../images/list.png'); + background-repeat: no-repeat; } -#wp_editimgbtn:hover, -#wp_delimgbtn:hover, -#wp_editgallery:hover, -#wp_delgallery:hover { - border-color: #555; - background-color: #ccc; +.view-switch #view-switch-list { + background-position: 0 0; +} + +.view-switch .current #view-switch-list { + background-position: -40px 0; +} + +.view-switch #view-switch-excerpt { + background-position: -20px 0; +} + +.view-switch .current #view-switch-excerpt { + background-position: -60px 0; +} + +#header-logo { + background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center; } -#favorite-first { - background: #797979 url(../images/fav.png) repeat-x 0 center; - border-color: #777 !important; - border-bottom-color: #666 !important; +.popular-tags, +.feature-filter { + background-color: #fff; + border-color: #d1e5ee; +} + +div.widgets-sortables, +#widgets-left .inactive, +#available-widgets .widget-holder { + background-color: #f7fcfe; + border-color: #d0dfe9; +} + +#available-widgets .widget-description { + color: #555; +} + +.sidebar-name { + color: #464646; + text-shadow: #fff 0 1px 0; + border-color: #d0dfe9; + -webkit-box-shadow: inset 0 1px 0 #fff; + box-shadow: inset 0 1px 0 #fff; +} + +.js .sidebar-name:hover, +.js #removing-widget { + color: #d54e21; +} + +#removing-widget span { + color: black; +} + +.js .sidebar-name-arrow { + background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; +} + +.js .sidebar-name:hover .sidebar-name-arrow { + background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; +} + +.in-widget-title { + color: #606060; +} + +.deleting .widget-title * { + color: #aaa; +} + +.imgedit-menu div { + border-color: #d5d5d5; + background-color: #f1f1f1; +} + +.imgedit-menu div:hover { + border-color: #c1c1c1; + background-color: #eaeaea; +} + +.imgedit-menu div.disabled { + border-color: #ccc; + background-color: #ddd; + filter: alpha(opacity=50); + opacity: 0.5; +} + +#dashboard_recent_comments div.undo { + border-top-color: #dfdfdf; +} + +.comment-ays, +.comment-ays th { + border-color: #ddd; +} + +.comment-ays th { + background-color: #f1f1f1; +} + +/* added from nav-menu.css */ +#menu-management .menu-edit { + border-color: #d0dfe9; +} + +#post-body { + background: #fff; + border-top-color: #fff; + border-bottom-color: #d0dfe9; +} + +#nav-menu-header { + border-bottom-color: #d0dfe9; +} + +#nav-menu-footer { + border-top-color: #fff; +} + +#menu-management .nav-tabs-arrow a { + color: #c1c1c1; +} + +#menu-management .nav-tabs-arrow a:hover { + color: #d54e21; } -#favorite-inside { - border-color: #797979; - background-color: #797979; +#menu-management .nav-tabs-arrow a:active { + color: #464646; } -#favorite-toggle { - background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px; +#menu-management .nav-tab-active { + border-color: #dfdfdf; +} + +#menu-management .nav-tab { + background: #f7fcfe; + border-color: #d0dfe9; } -#favorite-actions a { - color: #ddd; +.js .input-with-default-title { + color: #aaa; +} + +#cancel-save { + color: #f00; } -#favorite-actions a:hover { +#cancel-save:hover { + background-color: #f00; color: #fff; } -#favorite-inside a:hover { - text-decoration: underline; +.list-container { + border-color: #dfdfdf; } -#favorite-actions .slide-down { - border-bottom-color: #626262; +.menu-item-handle { + border-color: #d0dfe9; } -.submit input, -.button, -.button-primary, -.button-secondary, -.button-highlighted, -#postcustomstuff .submit input { - text-shadow: rgba(255,255,255,1) 0 1px 0; +.menu li.deleting .menu-item-handle { + background-color: #f66; + text-shadow: #ccc; } -.button-primary, -.submit .button-primary { - text-shadow: rgba(0,0,0,0.3) 0 -1px 0; +.item-type { /* Menu item controls */ + color: #999; } -#screen-meta a.show-settings { - background-color: transparent; - text-shadow: rgba(255,255,255,0.7) 0 1px 0; +.item-controls .menu-item-delete:hover { + color: #f00; } -#icon-edit, -#icon-post { - background: transparent url(../images/icons32-vs.png) no-repeat -552px -5px; +.nav-menus-php .item-edit { + background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px; + border-bottom-color: #eff8ff; } -#icon-index { - background: transparent url(../images/icons32-vs.png) no-repeat -137px -5px; +.nav-menus-php .item-edit:hover { + background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px; } -#icon-upload { - background: transparent url(../images/icons32-vs.png) no-repeat -251px -5px; +.menu-item-settings { /* Menu editing */ + border-color: #d0dfe9; } -#icon-link-manager, -#icon-link, -#icon-link-category { - background: transparent url(../images/icons32-vs.png) no-repeat -190px -5px; +.link-to-original { + color: #777; + border-color: #d0dfe9; } -#icon-edit-pages, -#icon-page { - background: transparent url(../images/icons32-vs.png) no-repeat -312px -5px; +#cancel-save:hover { + color: #fff !important; } -#icon-edit-comments { - background: transparent url(../images/icons32-vs.png) no-repeat -72px -5px; +#update-menu-item { + color: #fff !important; } -#icon-themes { - background: transparent url(../images/icons32-vs.png) no-repeat -11px -5px; +#update-menu-item:hover, +#update-menu-item:active, +#update-menu-item:focus { + color: #eaf2fa !important; + border-color: #13455b !important; } -#icon-plugins { - background: transparent url(../images/icons32-vs.png) no-repeat -370px -5px; +.submitbox .submitcancel { + color: #21759b; + border-bottom-color: #21759b; } -#icon-users, -#icon-user-edit { - background: transparent url(../images/icons32-vs.png) no-repeat -600px -5px; +.submitbox .submitcancel:hover { + background: #21759b; + color: #fff; } +/* end added from nav-menu.css */ -#icon-tools, -#icon-admin { - background: transparent url(../images/icons32-vs.png) no-repeat -432px -5px; +.nav-tab { + border-color: #d1e5ee #d1e5ee #fff; } -#icon-options-general { - background: transparent url(../images/icons32-vs.png) no-repeat -492px -5px; +.nav-tab:hover, +.nav-tab-active { + border-color: #acd #acd #fff; } -.view-switch #view-switch-list { - background: transparent url(../images/list-vs.png) no-repeat 0 0; +h2.nav-tab-wrapper, h3.nav-tab-wrapper { + border-bottom-color: #acd; } -.view-switch #view-switch-list.current { - background: transparent url(../images/list-vs.png) no-repeat -40px 0; +#menu-management .nav-tab-active, +.menu-item-handle, +.menu-item-settings { + -webkit-box-shadow: inset 0 1px 0 #fff; + box-shadow: inset 0 1px 0 #fff; } -.view-switch #view-switch-excerpt { - background: transparent url(../images/list-vs.png) no-repeat -20px 0; +#menu-management .nav-tab-active { + background: #f7fcfe; + border-bottom-color: #f7fcfe; } -.view-switch #view-switch-excerpt.current { - background: transparent url(../images/list-vs.png) no-repeat -60px 0; +#upload-form label { + color: #777; } -#header-logo { - background: transparent url(../images/wp-logo.gif) no-repeat scroll center center; +/* custom header & background pages */ + +/* full screen */ +.fullscreen-overlay { + background: #fff; +} + +.wp-fullscreen-focus #wp-fullscreen-title, +.wp-fullscreen-focus #wp-fullscreen-container { + border-color: #bed1dd; +} + +#fullscreen-topbar { + border-bottom-color: #d1e5ee; +} + +/* Begin About Pages */ + +.about-wrap h1 { + color: #333; + text-shadow: 1px 1px 1px #fff; +} + +.about-text { + color: #777; +} + +.wp-badge { + color: #fff; + text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); +} + +.about-wrap h2 .nav-tab { + color: #21759b; +} + +.about-wrap h2 .nav-tab:hover { + color: #d54e21; +} + +.about-wrap h2 .nav-tab-active, +.about-wrap h2 .nav-tab-active:hover { + color: #333; +} + +.about-wrap h2 .nav-tab-active { + text-shadow: 1px 1px 1px #fff; + color: #464646; +} + +.about-wrap h3 { + color: #333; + text-shadow: 1px 1px 1px #fff; +} + +.about-wrap .feature-section h4 { + color: #464646; +} + +.about-wrap .feature-section img { + background: #fff; + border: 1px #ccc solid; + -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); + box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); +} + +.about-wrap h4.wp-people-group { + text-shadow: 1px 1px 1px #fff; +} + +.about-wrap .point-releases { + border-bottom: 1px solid #dfdfdf; +} + +.about-wrap .point-releases h3 { + border-top: 1px solid #dfdfdf; +} + +.about-wrap .point-releases h3:first-child { + border: 0; +} + +.about-wrap li.wp-person img.gravatar { + -webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); + box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 ); +} + +.about-wrap li.wp-person .title { + color: #464646; + text-shadow: 1px 1px 1px #fff; +} + +.freedoms-php .about-wrap ol li { + color: #999; +} + +.freedoms-php .about-wrap ol p { + color: #464646; +} + +/* End About Pages */ + + +/*------------------------------------------------------------------------------ + 2.0 - Right to Left Styles +------------------------------------------------------------------------------*/ + +.rtl .bar { + border-right-color: transparent; + border-left-color: #99d; +} + +.rtl #screen-meta-links a.show-settings { + background-position: left 3px; +} + +.rtl #screen-meta-links a.show-settings.screen-meta-active { + background-position: left -33px; +} + +/* Menu */ +.rtl #adminmenushadow, +.rtl #adminmenuback { + background-image: url(../images/menu-shadow-rtl.png); + background-position: top left; +} + +.rtl #adminmenu .wp-submenu .wp-submenu-head { + border-right-color: transparent; + border-left-color: #d1e5ee; +} + +.rtl #adminmenu .wp-submenu, +.rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu { + -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); + box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); +} + +.rtl #adminmenu .wp-has-current-submenu .wp-submenu { + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Collapse Menu Button */ +.rtl #collapse-button div { + background-position: 0 -108px; +} + +.rtl.folded #collapse-button div { + background-position: 0 -72px; +} + +/* Auto-folding of the admin menu for RTL */ +@media only screen and (max-width: 900px) { + .rtl.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, + .rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { + -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); + box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 ); + } + + .rtl.auto-fold #collapse-button div { + background-position: 0 -72px; + } +} + +/* edit image */ +.js.rtl .meta-box-sortables .postbox:hover .handlediv { + background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px; +} + +.rtl #post-body .misc-pub-section { + border-right-color: transparent; + border-left-color: #d1e5ee; +} + +.js.rtl .sidebar-name-arrow { + background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; +} + +.js.rtl .sidebar-name:hover .sidebar-name-arrow { + background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; +} + +/** + * HiDPI Displays + */ +@media print, + (-o-min-device-pixel-ratio: 5/4), + (-webkit-min-device-pixel-ratio: 1.25), + (min-resolution: 120dpi) { + + .curtime #timestamp { + background-image: url("../images/date-button-2x.gif?ver=20120916"); + background-size: 16px auto; + } + + .tagchecklist span a, + #bulk-titles div a, + .tagchecklist span a:hover, + #bulk-titles div a:hover { + background-image: url("../images/xit-2x.gif?ver=20120916"); + background-size: 20px auto; + } + + #screen-meta-links a.show-settings, + #screen-meta-links a.show-settings.screen-meta-active, + #adminmenu .wp-has-submenu:hover .wp-menu-toggle, + #adminmenu .wp-menu-open .wp-menu-toggle, + #collapse-button div, + .nav-menus-php .item-edit, + .js .meta-box-sortables .postbox:hover .handlediv, + .sidebar-name-arrow, + .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle, + .rtl #adminmenu .wp-menu-open .wp-menu-toggle, + .js.rtl .meta-box-sortables .postbox:hover .handlediv, + .rtl .sidebar-name-arrow { + background-image: url("../images/arrows-vs-2x.png?ver=20120916"); + background-size: 15px 123px; + } + + #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, + #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle, + .nav-menus-php .item-edit:hover, + .sidebar-name:hover .sidebar-name-arrow, + .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, + .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle, + .rtl .sidebar-name:hover .sidebar-name-arrow { + background-image: url("../images/arrows-dark-vs-2x.png?ver=20120916"); + background-size: 15px 123px; + } + + .view-switch #view-switch-list, + .view-switch #view-switch-excerpt { + background-image: url("../images/list-2x.png?ver=20120916"); + background-size: 80px 20px; + } + + .icon32.icon-post, + #icon-edit, + #icon-post, + .icon32.icon-dashboard, + #icon-index, + .icon32.icon-media, + #icon-upload, + .icon32.icon-links, + #icon-link-manager, + #icon-link, + #icon-link-category, + .icon32.icon-page, + #icon-edit-pages, + #icon-page, + .icon32.icon-comments, + #icon-edit-comments, + .icon32.icon-appearance, + #icon-themes, + .icon32.icon-plugins, + #icon-plugins, + .icon32.icon-users, + #icon-users, + #icon-profile, + #icon-user-edit, + .icon32.icon-tools, + #icon-tools, + #icon-admin, + .icon32.icon-settings, + #icon-options-general, + .icon32.icon-site, + #icon-ms-admin, + .icon32.icon-generic, + #icon-generic { + background-image: url(../images/icons32-vs-2x.png?ver=20121105); + background-size: 756px 45px; + } + + .icon16.icon-dashboard, + .menu-icon-dashboard div.wp-menu-image, + .icon16.icon-post, + .menu-icon-post div.wp-menu-image, + .icon16.icon-media, + .menu-icon-media div.wp-menu-image, + .icon16.icon-links, + .menu-icon-links div.wp-menu-image, + .icon16.icon-page, + .menu-icon-page div.wp-menu-image, + .icon16.icon-comments, + .menu-icon-comments div.wp-menu-image, + .icon16.icon-appearance, + .menu-icon-appearance div.wp-menu-image, + .icon16.icon-plugins, + .menu-icon-plugins div.wp-menu-image, + .icon16.icon-users, + .menu-icon-users div.wp-menu-image, + .icon16.icon-tools, + .menu-icon-tools div.wp-menu-image, + .icon16.icon-settings, + .menu-icon-settings div.wp-menu-image, + .icon16.icon-site, + .menu-icon-site div.wp-menu-image, + .icon16.icon-generic, + .menu-icon-generic div.wp-menu-image { + background-image: url('../images/menu-vs-2x.png?ver=20121105'); + background-size: 390px 64px; + } + + #header-logo { + background-image: url('../images/wp-logo-vs-2x.png?ver=20120916'); + background-size: 16px auto; + } + }