Temporarily copy colors-fresh over colors-classic. Gray was used as a base for blue, it will be easier to see changes. see #15207.

git-svn-id: https://develop.svn.wordpress.org/trunk@16144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-11-02 04:32:34 +00:00
parent 033dc3afa2
commit f19844394b
1 changed files with 176 additions and 209 deletions

View File

@ -1,10 +1,10 @@
html {
background-color: #f7f6f1;
background-color: #f9f9f9;
}
* html input,
* html .widget {
border-color: #8cbdd5;
border-color: #dfdfdf;
}
textarea,
@ -79,11 +79,11 @@ div.dashboard-widget,
#postcustomstuff table {
border-color: #dfdfdf;
background-color: #f9f9f9;
background-color: #F9F9F9;
}
#postcustomstuff thead th {
background-color: #f1f1f1;
background-color: #F1F1F1;
}
#postcustomstuff table input,
@ -110,7 +110,7 @@ div.dashboard-widget-submit {
}
div.tabs-panel,
.wp-tabs-panel,
.wp-tab-panel,
ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs,
.wp-tab-active {
@ -128,7 +128,6 @@ textarea.disabled {
background-color: #ccc;
}
/* #upload-menu li a.upload-tab-link, */
.login #backtoblog a:hover,
#plugin-information .action-button a,
#plugin-information .action-button a:hover,
#plugin-information .action-button a:visited {
@ -138,7 +137,7 @@ textarea.disabled {
.widget .widget-top,
.postbox h3,
.stuffbox h3 {
background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top;
background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;
text-shadow: #fff 0 1px 0;
}
@ -167,7 +166,7 @@ strong .post-com-count span {
}
.wrap h2 {
color: #093e56;
color: #464646;
}
.ac_over {
@ -183,9 +182,9 @@ strong .post-com-count span {
color: #101010;
}
.alt
.alternate {
background-color: #edfbfc;
.alternate,
.alt {
background-color: #f9f9f9;
}
.available-theme a.screenshot {
@ -227,7 +226,7 @@ strong .post-com-count span {
}
.submit {
border-color: #8cbdd5;
border-color: #DFDFDF;
}
.highlight {
@ -289,7 +288,7 @@ td.help {
.submit input,
input[type=button],
input[type=submit] {
border-color: #dfdfdf;
border-color: #bbb;
color: #464646;
}
@ -299,7 +298,7 @@ input[type=submit] {
input[type=button]:hover,
input[type=submit]:hover {
color: #000;
border-color: #adaca7;
border-color: #666;
}
.button,
@ -318,17 +317,17 @@ input[type=submit]:hover {
input.button-primary,
button.button-primary,
a.button-primary {
border-color: #5b86ab;
border-color: #298cba;
font-weight: bold;
color: #fff;
background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
input.button-primary:active,
button.button-primary:active,
a.button-primary:active {
background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top;
background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
color: #eaf2fa;
}
@ -337,7 +336,7 @@ button.button-primary:hover,
a.button-primary:hover,
a.button-primary:focus,
a.button-primary:active {
border-color: #2e5475;
border-color: #13455b;
color: #eaf2fa;
}
@ -354,8 +353,8 @@ a.button.disabled {
.button-primary-disabled,
.button-primary[disabled],
.button-primary:disabled {
color: #B0C3E2 !important;
background: #6590A6 !important;
color: #9FD0D5 !important;
background: #298CBA !important;
}
a:hover,
@ -449,7 +448,7 @@ div.dashboard-widget-submit input:hover,
}
a.page-numbers {
border-bottom-color: #b8d3e2;
border-bottom-color: #B8D3E2;
}
.commentlist li {
@ -474,7 +473,7 @@ 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;
background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
}
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
@ -498,12 +497,13 @@ a,
#media-items a.delete,
.plugins a.delete,
.ui-tabs-nav a {
color: #1c6280;
color: #21759b;
}
/* Because we don't want visited on these links */
body.press-this .tabs a,
body.press-this .tabs a:hover {
background-color: #fff;
border-color: #c6d9e9;
border-bottom-color: #fff;
color: #d54e21;
@ -512,38 +512,27 @@ body.press-this .tabs a:hover {
#adminmenu #awaiting-mod,
#adminmenu .update-plugins,
#sidemenu a .update-plugins,
#rightnow .reallynow,
#rightnow .reallynow {
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
-khtml-box-shadow: #fff 0 -1px 0;
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
}
#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;
#adminmenu li a.wp-has-current-submenu .update-plugins{
background-color: #464646;
color: #fff;
-moz-box-shadow: #fff 0 -1px 0;
-khtml-box-shadow: #fff 0 -1px 0;
-webkit-box-shadow: #fff 0 -1px 0;
box-shadow: #fff 0 -1px 0;
}
div#media-upload-header,
@ -587,10 +576,12 @@ input.readonly, textarea.readonly {
color: #d54e21 !important;
}
#footer,
#footer-upgrade {
background: #1d507d;
color: #b6d1e4;
#footer {
color: #777;
border-color: #d1d1d1;
background: #d9d9d9; /* fallback color */
background:-moz-linear-gradient(bottom, #d7d7d7, #e4e4e4);
background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));
}
#media-items,
@ -601,7 +592,6 @@ input.readonly, textarea.readonly {
.checkbox,
.side-info,
.plugins tr,
.postbox,
#your-profile #rich_editing {
background-color: #fff;
}
@ -610,7 +600,7 @@ input.readonly, textarea.readonly {
.plugins .inactive th,
.plugins .inactive td,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #ebeeef;
background-color: #eee;
}
.plugin-update-tr .update-message {
@ -669,7 +659,7 @@ table.widefat span.spam a,
}
.ui-sortable .postbox h3 {
color: #093e56;
color: #464646;
}
.widget .widget-top,
@ -710,38 +700,41 @@ table.widefat span.spam a,
}
.login #backtoblog a {
color: #ccc;
color: #464646;
}
#wphead {
background-color: #1d507d;
}
body.login {
border-top-color: #093e56;
border-bottom:#c6c6c6 1px solid;
background: #d9d9d9; /* fallback color */
background:-moz-linear-gradient(bottom, #d7d7d7, #e4e4e4);
background:-webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4));
}
#wphead h1 a {
color: #fff;
color: #464646;
}
#user_info {
color: #b6d1e4;
color: #777;
}
#user_info a:link,
#user_info a:visited,
#footer a:link,
#footer a:visited {
color: #fff;
color: #222;
text-decoration: none;
}
#user_info a:hover,
#footer a:hover {
color: #000;
text-decoration: underline !important;
}
#user_info a:active,
#footer a:hover,
#footer a:active {
text-decoration: underline;
#footer a:active {
color: #ccc !important;
}
div#media-upload-error,
@ -752,12 +745,11 @@ 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 .trash a:hover
#dashboard_recent_comments .spam a:hover {
color: #f00;
}
/* password strength meter */
#pass-strength-result {
background-color: #eee;
border-color: #ddd !important;
@ -790,7 +782,7 @@ table.widefat .spam a:hover,
}
#ed_toolbar input {
border-color: #c3c3c3;
border-color: #C3C3C3;
}
#ed_toolbar input:hover {
@ -799,25 +791,25 @@ table.widefat .spam a:hover,
}
#poststuff .wp_themeSkin .mceStatusbar {
border-color: #ededed;
border-color: #EDEDED;
}
#poststuff #edButtonPreview,
#poststuff #edButtonHTML {
background-color: #f2f1eb;
background-color: #f1f1f1;
border-color: #dfdfdf;
color: #999;
}
#poststuff #editor-toolbar .active {
border-bottom-color: #e3eef7;
background-color: #e3eef7;
border-bottom-color: #e9e9e9;
background-color: #e9e9e9;
color: #333;
}
/* TinyMCE */
#post-status-info {
background-color: #ededed;
background-color: #EDEDED;
}
.wp_themeSkin *,
@ -825,7 +817,7 @@ table.widefat .spam a:hover,
.wp_themeSkin a:link,
.wp_themeSkin a:visited,
.wp_themeSkin a:active {
color: #000;
color: #000;
}
/* Containers */
@ -842,7 +834,7 @@ table.widefat .spam a:hover,
/* Button */
.wp_themeSkin .mceButton {
background-color: #e9e8e8;
border-color: #b2b2b2;
border-color: #B2B2B2;
}
.wp_themeSkin a.mceButtonEnabled:hover,
@ -859,7 +851,7 @@ table.widefat .spam a:hover,
/* ListBox */
.wp_themeSkin .mceListBox .mceText,
.wp_themeSkin .mceListBox .mceOpen {
border-color: #b2b2b2;
border-color: #B2B2B2;
background-color: #d5d5d5;
}
@ -877,14 +869,14 @@ table.widefat .spam a:hover,
}
.wp_themeSkin select.mceListBox {
border-color: #b2b2b2;
border-color: #B2B2B2;
background-color: #fff;
}
/* SplitButton */
.wp_themeSkin .mceSplitButton a.mceAction,
.wp_themeSkin .mceSplitButton a.mceOpen {
border-color: #b2b2b2;
border-color: #B2B2B2;
}
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
@ -896,17 +888,17 @@ table.widefat .spam a:hover,
}
.wp_themeSkin .mceSplitButtonActive {
background-color: #b2b2b2;
background-color: #B2B2B2;
}
/* ColorSplitButton */
.wp_themeSkin div.mceColorSplitMenu table {
background-color: #ebebeb;
border-color: #b2b2b2;
border-color: #B2B2B2;
}
.wp_themeSkin .mceColorSplitMenu a {
border-color: #b2b2b2;
border-color: #B2B2B2;
}
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
@ -914,12 +906,12 @@ table.widefat .spam a:hover,
}
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
border-color: #0a246a;
background-color: #b6bdd2;
border-color: #0A246A;
background-color: #B6BDD2;
}
.wp_themeSkin a.mceMoreColors:hover {
border-color: #0a246a;
border-color: #0A246A;
}
/* Menu */
@ -953,11 +945,8 @@ table.widefat .spam a:hover,
color: #888;
}
#quicktags,
.wp_themeSkin tr.mceFirst td.mceToolbar {
background: #d5e6f2 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,7 +955,7 @@ table.widefat .spam a:hover,
}
.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
background: #444;
background: #444444;
border-left: 1px solid #999;
border-top: 1px solid #999;
-moz-border-radius: 4px 0 0 0;
@ -976,7 +965,7 @@ table.widefat .spam a:hover,
}
.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
background: #444;
background: #444444;
border-right: 1px solid #999;
border-top: 1px solid #999;
border-top-right-radius: 4px;
@ -1041,12 +1030,12 @@ table.widefat .spam a:hover,
#timestampdiv input,
#namediv input,
#poststuff .inside .the-tagcloud {
border-color: #dfdfdf;
border-color: #ddd;
}
/* menu */
#adminmenu * {
border-color: #dfdfdf;
border-color: #e3e3e3;
}
#adminmenu li.wp-menu-separator {
@ -1059,20 +1048,20 @@ table.widefat .spam a:hover,
#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;
background: transparent url(../images/menu-bits.gif?ver=20100610) 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;
background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px;
}
#adminmenu a.menu-top {
background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
background: #f1f1f1 url(../images/menu-bits.gif?ver=20100610) repeat-x scroll left -379px;
}
#adminmenu .wp-submenu a {
background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
background: #fff url(../images/menu-bits.gif?ver=20100610) no-repeat scroll 0 -310px;
}
#adminmenu .wp-has-current-submenu ul li a {
@ -1083,17 +1072,25 @@ table.widefat .spam a:hover,
background: url(../images/menu-dark.gif) top left no-repeat !important;
}
.wp-has-current-submenu .wp-submenu {
border-top: none !important;
}
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
border-bottom: #aaa 1px solid;
}
#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.current a.menu-top {
background: #e0e0e0 url(../images/menu-bits.gif?ver=20100610) top left repeat-x;
border: #aaa 1px solid;
color: #000;
}
#adminmenu li.wp-has-current-submenu .wp-submenu,
#adminmenu li.wp-has-current-submenu ul li a {
border-color: #aaa !important;
border-right-color: #aaa !important;
border-left-color: #aaa !important;
}
#adminmenu li.wp-has-current-submenu ul li a {
@ -1104,16 +1101,12 @@ table.widefat .spam a:hover,
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;
background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll 0 -289px;
}
#adminmenu .wp-submenu a:hover {
background-color: #eaf2fa !important;
background-color: #EAF2FA !important;
color: #333 !important;
}
@ -1124,7 +1117,6 @@ table.widefat .spam a:hover,
background-color: #f5f5f5;
background-image: none;
border-color: #e3e3e3;
text-shadow: rgba(255,255,255,1) 0 1px 0;
}
#adminmenu .wp-submenu ul {
@ -1133,17 +1125,17 @@ table.widefat .spam a:hover,
.folded #adminmenu li.menu-top,
#adminmenu .wp-submenu .wp-submenu-head {
background-color: #eaf2fa;
background-color: #F1F1F1;
}
.folded #adminmenu li.wp-has-current-submenu,
.folded #adminmenu li.menu-top.current {
background-color: #bbd8e7;
background-color: #e6e6e6;
}
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
background-color: #bbd8e7;
border-color: #8cbdd5;
background-color: #EAEAEA;
border-color: #aaa;
}
#adminmenu div.wp-submenu {
@ -1152,113 +1144,113 @@ table.widefat .spam a:hover,
/* menu icons */
#adminmenu .menu-icon-dashboard div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -61px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -61px -33px;
}
#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: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -61px -1px;
#adminmenu .menu-icon-dashboard.wp-has-current-submenu div.wp-menu-image,
#adminmenu .menu-icon-dashboard.current div.wp-menu-image {
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -61px -1px;
}
#adminmenu .menu-icon-post div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -272px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -272px -33px;
}
#adminmenu .menu-icon-post:hover div.wp-menu-image,
#adminmenu .menu-icon-post.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -272px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -272px -1px;
}
#adminmenu .menu-icon-media div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -121px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -121px -33px;
}
#adminmenu .menu-icon-media:hover div.wp-menu-image,
#adminmenu .menu-icon-media.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -121px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -121px -1px;
}
#adminmenu .menu-icon-links div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -91px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -91px -33px;
}
#adminmenu .menu-icon-links:hover div.wp-menu-image,
#adminmenu .menu-icon-links.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -91px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -91px -1px;
}
#adminmenu .menu-icon-page div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -151px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -151px -33px;
}
#adminmenu .menu-icon-page:hover div.wp-menu-image,
#adminmenu .menu-icon-page.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -151px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -151px -1px;
}
#adminmenu .menu-icon-comments div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -31px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -31px -33px;
}
#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: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -31px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -31px -1px;
}
#adminmenu .menu-icon-appearance div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -1px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -1px -33px;
}
#adminmenu .menu-icon-appearance:hover div.wp-menu-image,
#adminmenu .menu-icon-appearance.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -1px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -1px -1px;
}
#adminmenu .menu-icon-plugins div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -181px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -181px -33px;
}
#adminmenu .menu-icon-plugins:hover div.wp-menu-image,
#adminmenu .menu-icon-plugins.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -181px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -181px -1px;
}
#adminmenu .menu-icon-users div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -301px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -301px -33px;
}
#adminmenu .menu-icon-users:hover div.wp-menu-image,
#adminmenu .menu-icon-users.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -301px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -301px -1px;
}
#adminmenu .menu-icon-tools div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -211px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -211px -33px;
}
#adminmenu .menu-icon-tools:hover div.wp-menu-image,
#adminmenu .menu-icon-tools.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -211px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -211px -1px;
}
#adminmenu .menu-icon-settings div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -241px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -241px -33px;
}
#adminmenu .menu-icon-settings:hover div.wp-menu-image,
#adminmenu .menu-icon-settings.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -241px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -241px -1px;
}
#adminmenu .menu-icon-site div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -361px -33px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -361px -33px;
}
#adminmenu .menu-icon-site:hover div.wp-menu-image,
#adminmenu .menu-icon-site.wp-has-current-submenu div.wp-menu-image {
background: transparent url('../images/menu-vs.png?ver=20100531') no-repeat scroll -361px -1px;
background: transparent url('../images/menu.png?ver=20100531') no-repeat scroll -361px -1px;
}
/* end menu */
@ -1281,7 +1273,7 @@ table.diff .diff-addedline ins {
}
#att-info {
background-color: #e4f2fd;
background-color: #E4F2FD;
}
/* edit image */
@ -1294,12 +1286,12 @@ table.diff .diff-addedline ins {
#sidemenu a.current {
background-color: #fff;
border-color: #dfdfdf #dfdfdf #fff;
color: #d54e21;
color: #D54E21;
}
#screen-options-wrap,
#contextual-help-wrap {
background-color: #eae9e4;
background-color: #f1f1f1;
border-color: #dfdfdf;
}
@ -1334,7 +1326,7 @@ table.diff .diff-addedline ins {
.vim-current,
.vim-current th,
.vim-current td {
background-color: #e4f2fd !important;
background-color: #E4F2FD !important;
}
/* Install Plugins */
@ -1373,7 +1365,7 @@ div.star.select:hover {
}
.inline-editor div.title {
background-color: #eaf3fa;
background-color: #EAF3FA;
}
.inline-editor ul.cat-checklist {
@ -1400,11 +1392,11 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
.attention {
color: #d54e21;
color: #D54E21;
}
.meta-box-sortables .postbox:hover .handlediv {
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -111px;
}
#major-publishing-actions {
@ -1417,7 +1409,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
.tablenav .tablenav-pages a {
border-color: #e3e3e3;
background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;
background: #eee url('../images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px;
}
.tablenav .tablenav-pages a:hover {
@ -1500,42 +1492,33 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#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;
border-color: #c0c0c0;
background: #f1f1f1; /* fallback color */
background:-moz-linear-gradient(bottom, #e7e7e7, #fff);
background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
}
#favorite-inside {
border-color: #5b86ac;
background-color: #5580a6;
border-color: #c0c0c0;
background-color: #fff;
}
#favorite-toggle {
background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;
background: transparent url(../images/fav-arrow.gif?ver=20100531) no-repeat 0 -4px;
}
#favorite-actions a {
color: #ddd;
color: #464646;
}
#favorite-actions a:hover {
color: #fff;
color: #000;
}
#favorite-inside a:hover {
text-decoration: underline;
}
#favorite-actions .slide-down {
border-bottom-color: #626262;
}
#screen-meta a.show-settings {
background-color: transparent;
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
@ -1543,103 +1526,87 @@ fieldset.inline-edit-col-right .inline-edit-col {
#icon-edit,
#icon-post {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -552px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -552px -5px;
}
#icon-index {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -137px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -137px -5px;
}
#icon-upload {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -251px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -251px -5px;
}
#icon-link-manager,
#icon-link,
#icon-link-category {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -190px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -190px -5px;
}
#icon-edit-pages,
#icon-page {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -312px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -312px -5px;
}
#icon-edit-comments {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -72px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -72px -5px;
}
#icon-themes {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -11px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -11px -5px;
}
#icon-plugins {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -370px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -370px -5px;
}
#icon-users,
#icon-profile,
#icon-user-edit {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -600px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -600px -5px;
}
#icon-tools,
#icon-admin {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -432px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -432px -5px;
}
#icon-options-general {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -492px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -492px -5px;
}
#icon-ms-admin {
background: transparent url(../images/icons32-vs.png?ver=20100531) no-repeat -659px -5px;
background: transparent url(../images/icons32.png?ver=20100531) no-repeat -659px -5px;
}
.view-switch #view-switch-list {
background: transparent url(../images/list-vs.png) no-repeat 0 0;
background: transparent url(../images/list.png) no-repeat 0 0;
}
.view-switch .current #view-switch-list {
background: transparent url(../images/list-vs.png) no-repeat -40px 0;
background: transparent url(../images/list.png) no-repeat -40px 0;
}
.view-switch #view-switch-excerpt {
background: transparent url(../images/list-vs.png) no-repeat -20px 0;
background: transparent url(../images/list.png) no-repeat -20px 0;
}
.view-switch .current #view-switch-excerpt {
background: transparent url(../images/list-vs.png) no-repeat -60px 0;
background: transparent url(../images/list.png) no-repeat -60px 0;
}
#header-logo {
background: transparent url(../images/wp-logo-vs.png) 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;
background: transparent url(../images/wp-logo.png?ver=20100531) no-repeat scroll center center;
}
.popular-tags,
.feature-filter {
background-color: #fff;
border-color: #dfdfdf;
border-color: #DFDFDF;
}
#theme-information .action-button {
border-top-color: #dfdfdf;
border-top-color: #DFDFDF;
}
.theme-listing br.line {
@ -1659,13 +1626,13 @@ div.widgets-sortables,
#widgets-left .sidebar-name {
background-color: #aaa;
background-image: url(../images/ed-bg-vs.gif);
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-vs.png);
background-image: url(../images/fav.png);
text-shadow: #3f3f3f 0 -1px 0;
background-color: #636363;
border-color: #636363;
@ -1682,11 +1649,11 @@ div.widgets-sortables,
}
#widgets-left .sidebar-name-arrow {
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px;
}
#widgets-right .sidebar-name-arrow {
background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;
background: transparent url(../images/widgets-arrow.gif?ver=20100531) no-repeat scroll 0 -1px;
}
.in-widget-title {
@ -1728,10 +1695,10 @@ div.widgets-sortables,
}
#nav-menu-header, #nav-menu-footer, .menu-item-handle {
background: url("../images/blue-grad.png") repeat-x scroll left top #d5e6f2;
background: url("../images/gray-grad.png") repeat-x scroll left top #dfdfdf;
}
#menu-management .nav-tab-active {
background: #eaf3fa;
border-bottom-color: #eaf3fa;
background: #ececec;
border-bottom-color: #ececec;
}