diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 487d13ca5..7db7d4812 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -102,7 +102,7 @@ if ( function_exists('mb_strlen') ) { } ?> -

>

+

>

diff --git a/wp-admin/css/colors-classic-rtl.css b/wp-admin/css/colors-classic-rtl.css index 4a550afdc..99239be42 100644 --- a/wp-admin/css/colors-classic-rtl.css +++ b/wp-admin/css/colors-classic-rtl.css @@ -12,7 +12,7 @@ background-image: url(../images/bubble_bg-rtl.gif); } .tablenav .tablenav-pages a { - background: #eee url('../images/menu-bits-rtl.gif') repeat-x scroll right -379px; + background: #eee url('../images/menu-bits-rtl-vs.gif') repeat-x scroll right -379px; } #upload-menu li.current { border-right-color: transparent; @@ -20,7 +20,7 @@ } #adminmenu .wp-submenu .current a.current { - background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px; + background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -289px; } #adminmenu li.wp-menu-separator { @@ -33,7 +33,7 @@ #adminmenu li.wp-has-current-submenu .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { - background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -207px; + background: transparent url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -207px; } #adminmenu .wp-has-current-submenu ul li a.current { @@ -42,7 +42,7 @@ #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu .menu-top .current { - background: url(../images/menu-bits-rtl.gif) top right repeat-x; + background: url(../images/menu-bits-rtl-vs.gif) top right repeat-x; } #adminmenu li.wp-has-current-submenu ul li a { @@ -50,31 +50,31 @@ } #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-rtl.gif) no-repeat right -207px; + background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat right -207px; } #adminmenu .wp-has-submenu:hover .wp-menu-toggle, #adminmenu .wp-menu-open .wp-menu-toggle { - background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -109px; + background: transparent url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -109px; } #adminmenu a.wp-has-submenu { - background: #f1f1f1 url(../images/menu-bits-rtl.gif) repeat-x scroll right -379px; + background: #f1f1f1 url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -379px; } #adminmenu .wp-submenu a { - background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px; + background: #FFFFFF url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px; } #adminmenu li.current a, #adminmenu .wp-submenu a:hover { - background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px; + background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -289px; } #adminmenu li.wp-has-current-submenu a.wp-has-submenu { - background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top; + background: #b5b5b5 url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right top; } .meta-box-sortables .postbox:hover .handlediv { - background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -111px; + background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; } diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 817122506..f1deff52e 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -1,5 +1,5 @@ html { - background-color: #F5FCFD; + background-color: #f7f6f1; } .find-box-search { @@ -70,7 +70,7 @@ div.dashboard-widget, } .widefat { - border-color: #BBD8E7; + border-color: #dfdfdf; background-color: #fff; } @@ -109,7 +109,7 @@ textarea.disabled { .widget .widget-top, .postbox h3, .stuffbox h3 { - background: #dfdfdf url("../images/blue-grad.png") repeat-x left top; + background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top; text-shadow: #fff 0 1px 0; } @@ -258,8 +258,8 @@ td.help { .submit input, input[type=button], input[type=submit] { - border-color: #8CBDD5; - color: #093E56; + border-color: #dfdfdf; + color: #464646; } .button:hover, @@ -268,7 +268,7 @@ input[type=submit] { input[type=button]:hover, input[type=submit]:hover { color: #000; - border-color: #21759B; + border-color: #adaca7; } .button, @@ -286,15 +286,15 @@ input[type=submit]:hover { .button-primary, .submit .button-primary, #login form .submit input { - border-color: #298cba !important; + border-color: #5b86ab !important; font-weight: bold; color: #FFF !important; - background: #21759B url(../images/button-grad.png) repeat-x scroll left top; + 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.png) repeat-x scroll left top !important; + background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top !important; } .button[disabled], @@ -308,7 +308,7 @@ a.button.disabled { .button-primary[disabled], .button-primary:disabled { - color: #2fa0d5 !important; + color: #80A3D2 !important; } a:active, @@ -338,7 +338,7 @@ div.dashboard-widget-submit input:hover, .button-primary:hover, #login form .submit input:hover { - border-color: #13455b !important; + border-color: #2e5475 !important; color: #EAF2FA !important; } @@ -408,7 +408,11 @@ div#available-widgets-filter, .widefat td, .widefat th { - border-bottom-color: #BBD8E7; + border-bottom-color: #dfdfdf; +} + +.widefat tfoot th { + border-bottom:0; } .widefat th { @@ -422,7 +426,7 @@ h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head { color: #333; - background: #dfdfdf url(../images/blue-grad.png) repeat-x scroll left top; + background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top; } h3.dashboard-widget-title small a { @@ -536,8 +540,8 @@ input.readonly, textarea.readonly { #footer, #footer-upgrade { - background: #073447; - color: #999; + background: #1d507d; + color: #b6d1e4; } #media-items { @@ -608,7 +612,7 @@ input.readonly, textarea.readonly { #titlediv, #poststuff .postarea, .stuffbox { - border-color: #BBD8E7; + border-color: #dfdfdf; } .metabox-holder .postbox, @@ -662,7 +666,7 @@ input.readonly, textarea.readonly { } #wphead { - background-color: #073447; + background-color: #1d507d; } body.login { @@ -677,26 +681,21 @@ body.login { color: #555; } -#wphead h1 a:hover { - text-decoration: underline; -} - #user_info { - color: #999; + color: #b6d1e4; } #user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited { - color: #ccc; + color: #fff; text-decoration: none; } #user_info a:hover, #footer a:hover { - color: #fff; - text-decoration: underline !important; + text-decoration: underline; } #user_info a:active, #footer a:active { - color: #ccc !important; + text-decoration: underline; } div#media-upload-error, @@ -732,14 +731,14 @@ abbr.required, #poststuff #edButtonPreview, #poststuff #edButtonHTML { - background-color: #f1f1f1; + background-color: #f2f1eb; border-color: #dfdfdf; color: #999; } #poststuff #editor-toolbar .active { - border-bottom-color: #e9e9e9; - background-color: #e9e9e9; + border-bottom-color: #e3eef7; + background-color: #e3eef7; color: #333; } @@ -881,8 +880,11 @@ abbr.required, 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 { - background: #dfdfdf url("../images/ed-bg.gif") repeat-x scroll left top; border-color: #dfdfdf; } @@ -966,12 +968,12 @@ abbr.required, #timestampdiv input, #namediv input, #poststuff .inside .the-tagcloud { - border-color: #8CBDD5; + border-color: #dfdfdf; } /* menu */ #adminmenu * { - border-color: #BBD8E7; + border-color: #dfdfdf; } #adminmenu li.wp-menu-separator { @@ -984,20 +986,20 @@ abbr.required, #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; + 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.gif) no-repeat scroll left -109px; + background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px; } #adminmenu a.menu-top { - background: #EAF3FA url(../images/menu-bits.gif) repeat-x scroll left -379px; + background: #EAF3FA url(../images/menu-bits-vs.gif) repeat-x scroll left -379px; } #adminmenu .wp-submenu a { - background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px; + background: #FFFFFF url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px; } #adminmenu .wp-has-current-submenu ul li a { @@ -1010,8 +1012,8 @@ abbr.required, #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; + 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) 0px -1px 0px; } @@ -1030,11 +1032,11 @@ abbr.required, } #adminmenu li.menu-top .current:hover { - border-color: #B5B5B5; + border-color: #6583C0; } #adminmenu .wp-submenu .current a.current { - background: transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px; + background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll 0 -289px; } #adminmenu .wp-submenu a:hover { @@ -1213,7 +1215,7 @@ table.diff .diff-addedline ins { #screen-options-wrap, #contextual-help-wrap { - background-color: #f1f1f1; + background-color: #eae9e4; border-color: #dfdfdf; } @@ -1322,7 +1324,7 @@ fieldset.inline-edit-col-right .inline-edit-col { } .meta-box-sortables .postbox:hover .handlediv { - background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px; + background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; } #major-publishing-actions { @@ -1335,7 +1337,7 @@ 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; + background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px; } .tablenav .tablenav-pages a:hover { @@ -1417,18 +1419,24 @@ fieldset.inline-edit-col-right .inline-edit-col { } #favorite-first { - background: #797979 url(../images/fav.png) repeat-x 0 center; - border-color: #777 !important; - border-bottom-color: #666 !important; + 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: #797979; - background-color: #797979; + border-color: #5b86ac; + background-color: #5580a6; } #favorite-toggle { - background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px; + background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px; } #favorite-actions a { @@ -1533,7 +1541,23 @@ fieldset.inline-edit-col-right .inline-edit-col { } #header-logo { - background: transparent url(../images/wp-logo.gif) no-repeat scroll center center; + 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; } input[readonly] { @@ -1543,11 +1567,11 @@ input[readonly] { .popular-tags, .feature-filter { background-color: #FFFFFF; - border-color: #DFDFDF; + border-color: #dfdfdf; } #theme-information .action-button { - border-top-color: #DFDFDF; + border-top-color: #dfdfdf; } .theme-listing br.line { @@ -1566,10 +1590,15 @@ div.widgets-holder-wrap { textarea, input, select { - border-color: #8CBDD5; + border-color: #dfdfdf; } * html input, * html .widget { border-color: #8CBDD5; } + + +#dashboard_right_now .table { + background:#faf9f7 !important; +} \ No newline at end of file diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index b47a187db..d211d7d60 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -677,10 +677,6 @@ body.login { color: #555; } -#wphead h1 a:hover { - text-decoration: underline; -} - #user_info { color: #999; } @@ -1536,6 +1532,22 @@ fieldset.inline-edit-col-right .inline-edit-col { 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; +} + input[readonly] { background-color: #eee; } diff --git a/wp-admin/images/blue-grad.png b/wp-admin/images/blue-grad.png index 3d338d713..36e0f6bc2 100644 Binary files a/wp-admin/images/blue-grad.png and b/wp-admin/images/blue-grad.png differ diff --git a/wp-admin/images/button-grad-active-vs.png b/wp-admin/images/button-grad-active-vs.png new file mode 100644 index 000000000..dc641725f Binary files /dev/null and b/wp-admin/images/button-grad-active-vs.png differ diff --git a/wp-admin/images/button-grad-vs.png b/wp-admin/images/button-grad-vs.png new file mode 100644 index 000000000..51c55a3de Binary files /dev/null and b/wp-admin/images/button-grad-vs.png differ diff --git a/wp-admin/images/ed-bg-vs.gif b/wp-admin/images/ed-bg-vs.gif new file mode 100644 index 000000000..0b3d2bac6 Binary files /dev/null and b/wp-admin/images/ed-bg-vs.gif differ diff --git a/wp-admin/images/fav-arrow-vs.gif b/wp-admin/images/fav-arrow-vs.gif new file mode 100644 index 000000000..73d59fdeb Binary files /dev/null and b/wp-admin/images/fav-arrow-vs.gif differ diff --git a/wp-admin/images/fav-top-vs.gif b/wp-admin/images/fav-top-vs.gif new file mode 100644 index 000000000..b9aa3d390 Binary files /dev/null and b/wp-admin/images/fav-top-vs.gif differ diff --git a/wp-admin/images/fav-vs.png b/wp-admin/images/fav-vs.png new file mode 100644 index 000000000..51a2186fc Binary files /dev/null and b/wp-admin/images/fav-vs.png differ diff --git a/wp-admin/images/menu-bits-rtl-vs.gif b/wp-admin/images/menu-bits-rtl-vs.gif new file mode 100644 index 000000000..15bca8073 Binary files /dev/null and b/wp-admin/images/menu-bits-rtl-vs.gif differ diff --git a/wp-admin/images/menu-bits-vs.gif b/wp-admin/images/menu-bits-vs.gif new file mode 100644 index 000000000..c6ad9310d Binary files /dev/null and b/wp-admin/images/menu-bits-vs.gif differ diff --git a/wp-admin/images/visit-site-button-grad-vs.gif b/wp-admin/images/visit-site-button-grad-vs.gif new file mode 100644 index 000000000..34eb81482 Binary files /dev/null and b/wp-admin/images/visit-site-button-grad-vs.gif differ diff --git a/wp-admin/images/visit-site-button-grad.gif b/wp-admin/images/visit-site-button-grad.gif new file mode 100644 index 000000000..a7b703e55 Binary files /dev/null and b/wp-admin/images/visit-site-button-grad.gif differ diff --git a/wp-admin/images/wp-logo-vs.gif b/wp-admin/images/wp-logo-vs.gif new file mode 100644 index 000000000..7154d49a4 Binary files /dev/null and b/wp-admin/images/wp-logo-vs.gif differ diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index b6dedaa06..6d89afc80 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -841,8 +841,29 @@ div.comment-item:hover .row-actions { padding: 12px 10px 5px; } -#wphead h1 span { +#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; /* to keep IE happy */ + display:-moz-inline-stack; /* to keep FF2 happy */ + 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; } /* side admin menu */ @@ -1641,6 +1662,17 @@ table.form-table td .updated { 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; } @@ -2909,10 +2941,10 @@ abbr.required { } #favorite-actions .slide-down { - background-image: url(images/fav-top.png); +/* background-image: url(images/fav-top.png); background-repeat: repeat-x; background-position: 0 top; - -moz-border-radius: 12px 12px 0 0; +*/ -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;