Clean up for colors-classic.css, props Simek, fixes #9658

git-svn-id: http://svn.automattic.com/wordpress/trunk@11107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-04-28 00:22:19 +00:00
parent c85db8e8d7
commit aac9c56084
1 changed files with 139 additions and 134 deletions

View File

@ -2,6 +2,26 @@ html {
background-color: #f7f6f1; background-color: #f7f6f1;
} }
* html input,
* html .widget {
border-color: #8cbdd5;
}
textarea,
input,
select {
border-color: #dfdfdf;
}
kbd,
code {
background: #eaeaea;
}
input[readonly] {
background-color: #eee;
}
.find-box-search { .find-box-search {
border-color: #dfdfdf; border-color: #dfdfdf;
background-color: #f1f1f1; background-color: #f1f1f1;
@ -29,10 +49,6 @@ body > #upload-menu {
border-bottom-color: #fff; border-bottom-color: #fff;
} }
kbd, code {
background: #eaeaea;
}
#postcustomstuff table, #postcustomstuff table,
#your-profile fieldset, #your-profile fieldset,
#rightnow, #rightnow,
@ -56,11 +72,11 @@ div.dashboard-widget,
#postcustomstuff table { #postcustomstuff table {
border-color: #dfdfdf; border-color: #dfdfdf;
background-color: #F9F9F9; background-color: #f9f9f9;
} }
#postcustomstuff thead th { #postcustomstuff thead th {
background-color: #F1F1F1; background-color: #f1f1f1;
} }
#postcustomstuff table input, #postcustomstuff table input,
@ -119,7 +135,8 @@ textarea.disabled {
text-shadow: #fff 0 1px 0; text-shadow: #fff 0 1px 0;
} }
.setting-description, .form-wrap p { .setting-description,
.form-wrap p {
color: #666; color: #666;
} }
@ -131,12 +148,13 @@ strong .post-com-count span {
background-color: #ccf3fa; background-color: #ccf3fa;
} }
.ac_match, .subsubsub a.current { .ac_match,
.subsubsub a.current {
color: #000; color: #000;
} }
.wrap h2 { .wrap h2 {
color: #093E56; color: #093e56;
} }
.ac_over { .ac_over {
@ -152,8 +170,9 @@ strong .post-com-count span {
color: #101010; color: #101010;
} }
.alternate, .alt { .alt
background-color: #EDFBFC; .alternate {
background-color: #edfbfc;
} }
.available-theme a.screenshot { .available-theme a.screenshot {
@ -169,11 +188,13 @@ strong .post-com-count span {
#media-upload { #media-upload {
background: #fff; background: #fff;
} }
#media-upload .slidetoggle { #media-upload .slidetoggle {
border-top-color: #dfdfdf; border-top-color: #dfdfdf;
} }
.error, #login #login_error { .error,
#login #login_error {
background-color: #ffebe8; background-color: #ffebe8;
border-color: #c00; border-color: #c00;
} }
@ -191,7 +212,7 @@ strong .post-com-count span {
} }
.submit { .submit {
border-color: #8CBDD5; border-color: #8cbdd5;
} }
.highlight { .highlight {
@ -288,7 +309,7 @@ input[type=submit]:hover {
#login form .submit input { #login form .submit input {
border-color: #5b86ab !important; border-color: #5b86ab !important;
font-weight: bold; font-weight: bold;
color: #FFF !important; color: #fff !important;
background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top; background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
} }
@ -308,7 +329,7 @@ a.button.disabled {
.button-primary[disabled], .button-primary[disabled],
.button-primary:disabled { .button-primary:disabled {
color: #80A3D2 !important; color: #80a3d2 !important;
} }
a:active, a:active,
@ -322,11 +343,11 @@ a:hover,
#adminmenu ul.wp-submenu a:hover, #adminmenu ul.wp-submenu a:hover,
#the-comment-list .comment a:hover, #the-comment-list .comment a:hover,
#rightnow a:hover, #rightnow a:hover,
#login form .submit input:hover,
#media-upload a.del-link:hover,
div.dashboard-widget-submit input:hover,
.subsubsub a:hover, .subsubsub a:hover,
.subsubsub a.current: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 {
color: #d54e21; color: #d54e21;
} }
@ -336,10 +357,14 @@ div.dashboard-widget-submit input:hover,
border-color: #dfdfdf; border-color: #dfdfdf;
} }
#dashboard_right_now .table {
background:#faf9f7 !important;
}
.button-primary:hover, .button-primary:hover,
#login form .submit input:hover { #login form .submit input:hover {
border-color: #2e5475 !important; border-color: #2e5475 !important;
color: #EAF2FA !important; color: #eaf2fa !important;
} }
#side-sortables #category-tabs .ui-tabs-selected a { #side-sortables #category-tabs .ui-tabs-selected a {
@ -398,7 +423,7 @@ div.dashboard-widget-submit input:hover,
} }
a.page-numbers { a.page-numbers {
border-bottom-color: #B8D3E2; border-bottom-color: #b8d3e2;
} }
div#available-widgets-filter, div#available-widgets-filter,
@ -437,14 +462,15 @@ h3.dashboard-widget-title small a:hover {
color: #fff; color: #fff;
} }
a,
#adminmenu a, #adminmenu a,
#poststuff #edButtonPreview, #poststuff #edButtonPreview,
#poststuff #edButtonHTML, #poststuff #edButtonHTML,
#the-comment-list p.comment-author strong a, #the-comment-list p.comment-author strong a,
#media-upload a.del-link, #media-upload a.del-link,
#media-upload a.delete, #media-upload a.delete,
.ui-tabs-nav a, a { .ui-tabs-nav a {
color: #1C6280; color: #1c6280;
} }
/* Because we don't want visited on these links */ /* Because we don't want visited on these links */
@ -479,10 +505,10 @@ body.press-this .ui-tabs-selected a:hover {
background-color: #ddd; background-color: #ddd;
color: #000; color: #000;
text-shadow: none; text-shadow: none;
-moz-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; -moz-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
-khtml-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; -khtml-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
-webkit-box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; -webkit-box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
box-shadow: rgba(0,0,0,0.2) 0px -1px 0px; box-shadow: rgba(0,0,0,0.2) 0 -1px 0;
} }
#adminmenu li.current a:hover #awaiting-mod, #adminmenu li.current a:hover #awaiting-mod,
@ -548,33 +574,11 @@ input.readonly, textarea.readonly {
border-color: #dfdfdf; border-color: #dfdfdf;
} }
#pass-strength-result {
background-color: #eee;
border-color: #ddd !important;
}
#pass-strength-result.bad {
background-color: #ffb78c;
border-color: #ff853c !important;
}
#pass-strength-result.good {
background-color: #ffec8b;
border-color: #fc0 !important;
}
#pass-strength-result.short {
background-color: #ffa0a0;
border-color: #f04040 !important;
}
#pass-strength-result.strong {
background-color: #c3ff88;
border-color: #8dff1c !important;
}
.checkbox, .checkbox,
.side-info, .side-info,
.plugins tr,
.metabox-holder .postbox,
#poststuff .postbox ,
#your-profile #rich_editing { #your-profile #rich_editing {
background-color: #fff; background-color: #fff;
} }
@ -603,10 +607,6 @@ input.readonly, textarea.readonly {
color: #bc0b0b; color: #bc0b0b;
} }
.plugins tr {
background-color: #fff;
}
.widget, .widget,
.postbox, .postbox,
#titlediv, #titlediv,
@ -615,13 +615,8 @@ input.readonly, textarea.readonly {
border-color: #dfdfdf; border-color: #dfdfdf;
} }
.metabox-holder .postbox,
#poststuff .postbox {
background-color: #FFF;
}
.ui-sortable .postbox h3 { .ui-sortable .postbox h3 {
color: #093E56; color: #093e56;
} }
.widget .widget-top, .widget .widget-top,
@ -670,7 +665,7 @@ input.readonly, textarea.readonly {
} }
body.login { body.login {
border-top-color: #093E56; border-top-color: #093e56;
} }
#wphead h1 a { #wphead h1 a {
@ -685,16 +680,18 @@ body.login {
color: #b6d1e4; color: #b6d1e4;
} }
#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited { #user_info a:link,
#user_info a:visited,
#footer a:link,
#footer a:visited {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
#user_info a:hover, #footer a:hover { #user_info a:hover,
text-decoration: underline; #user_info a:active,
} #footer a:hover,
#footer a:active {
#user_info a:active, #footer a:active {
text-decoration: underline; text-decoration: underline;
} }
@ -710,6 +707,32 @@ abbr.required,
color: #888; color: #888;
} }
/* password strenght meter */
#pass-strength-result {
background-color: #eee;
border-color: #ddd !important;
}
#pass-strength-result.bad {
background-color: #ffb78c;
border-color: #ff853c !important;
}
#pass-strength-result.good {
background-color: #ffec8b;
border-color: #fc0 !important;
}
#pass-strength-result.short {
background-color: #ffa0a0;
border-color: #f04040 !important;
}
#pass-strength-result.strong {
background-color: #c3ff88;
border-color: #8dff1c !important;
}
/* editors */ /* editors */
#quicktags { #quicktags {
border-color: #dfdfdf; border-color: #dfdfdf;
@ -717,7 +740,7 @@ abbr.required,
} }
#ed_toolbar input { #ed_toolbar input {
border-color: #C3C3C3; border-color: #c3c3c3;
} }
#ed_toolbar input:hover { #ed_toolbar input:hover {
@ -726,7 +749,7 @@ abbr.required,
} }
#poststuff .wp_themeSkin .mceStatusbar { #poststuff .wp_themeSkin .mceStatusbar {
border-color: #EDEDED; border-color: #ededed;
} }
#poststuff #edButtonPreview, #poststuff #edButtonPreview,
@ -744,7 +767,7 @@ abbr.required,
/* TinyMCE */ /* TinyMCE */
#post-status-info { #post-status-info {
background-color: #EDEDED; background-color: #ededed;
} }
.wp_themeSkin *, .wp_themeSkin *,
@ -769,7 +792,7 @@ abbr.required,
/* Button */ /* Button */
.wp_themeSkin .mceButton { .wp_themeSkin .mceButton {
background-color: #e9e8e8; background-color: #e9e8e8;
border-color: #B2B2B2; border-color: #b2b2b2;
} }
.wp_themeSkin a.mceButtonEnabled:hover, .wp_themeSkin a.mceButtonEnabled:hover,
@ -786,7 +809,7 @@ abbr.required,
/* ListBox */ /* ListBox */
.wp_themeSkin .mceListBox .mceText, .wp_themeSkin .mceListBox .mceText,
.wp_themeSkin .mceListBox .mceOpen { .wp_themeSkin .mceListBox .mceOpen {
border-color: #B2B2B2; border-color: #b2b2b2;
background-color: #d5d5d5; background-color: #d5d5d5;
} }
@ -804,14 +827,14 @@ abbr.required,
} }
.wp_themeSkin select.mceListBox { .wp_themeSkin select.mceListBox {
border-color: #B2B2B2; border-color: #b2b2b2;
background-color: #fff; background-color: #fff;
} }
/* SplitButton */ /* SplitButton */
.wp_themeSkin .mceSplitButton a.mceAction, .wp_themeSkin .mceSplitButton a.mceAction,
.wp_themeSkin .mceSplitButton a.mceOpen { .wp_themeSkin .mceSplitButton a.mceOpen {
border-color: #B2B2B2; border-color: #b2b2b2;
} }
.wp_themeSkin .mceSplitButton a.mceOpen:hover, .wp_themeSkin .mceSplitButton a.mceOpen:hover,
@ -823,17 +846,17 @@ abbr.required,
} }
.wp_themeSkin .mceSplitButtonActive { .wp_themeSkin .mceSplitButtonActive {
background-color: #B2B2B2; background-color: #b2b2b2;
} }
/* ColorSplitButton */ /* ColorSplitButton */
.wp_themeSkin div.mceColorSplitMenu table { .wp_themeSkin div.mceColorSplitMenu table {
background-color: #ebebeb; background-color: #ebebeb;
border-color: #B2B2B2; border-color: #b2b2b2;
} }
.wp_themeSkin .mceColorSplitMenu a { .wp_themeSkin .mceColorSplitMenu a {
border-color: #B2B2B2; border-color: #b2b2b2;
} }
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors { .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
@ -841,12 +864,12 @@ abbr.required,
} }
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
border-color: #0A246A; border-color: #0a246a;
background-color: #B6BDD2; background-color: #b6bdd2;
} }
.wp_themeSkin a.mceMoreColors:hover { .wp_themeSkin a.mceMoreColors:hover {
border-color: #0A246A; border-color: #0a246a;
} }
/* Menu */ /* Menu */
@ -893,7 +916,7 @@ abbr.required,
} }
.wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft { .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
background: #444444; background: #444;
border-left: 1px solid #999; border-left: 1px solid #999;
border-top: 1px solid #999; border-top: 1px solid #999;
-moz-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0;
@ -903,7 +926,7 @@ abbr.required,
} }
.wp-admin .clearlooks2 .mceFocus .mceTop .mceRight { .wp-admin .clearlooks2 .mceFocus .mceTop .mceRight {
background: #444444; background: #444;
border-right: 1px solid #999; border-right: 1px solid #999;
border-top: 1px solid #999; border-top: 1px solid #999;
border-top-right-radius: 4px; border-top-right-radius: 4px;
@ -995,11 +1018,11 @@ abbr.required,
} }
#adminmenu a.menu-top { #adminmenu a.menu-top {
background: #EAF3FA url(../images/menu-bits-vs.gif) repeat-x scroll left -379px; background: #eaf3fa url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
} }
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px; background: #fff url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
} }
#adminmenu .wp-has-current-submenu ul li a { #adminmenu .wp-has-current-submenu ul li a {
@ -1015,7 +1038,7 @@ abbr.required,
background: #3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x; background: #3c6b95 url(../images/menu-bits-vs.gif) top left repeat-x;
border-color: #1d507d; border-color: #1d507d;
color: #fff; color: #fff;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; text-shadow: rgba(0,0,0,0.4) 0 -1px 0;
} }
#adminmenu li.wp-has-current-submenu .wp-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu,
@ -1032,7 +1055,7 @@ abbr.required,
} }
#adminmenu li.menu-top .current:hover { #adminmenu li.menu-top .current:hover {
border-color: #6583C0; border-color: #6583c0;
} }
#adminmenu .wp-submenu .current a.current { #adminmenu .wp-submenu .current a.current {
@ -1040,7 +1063,7 @@ abbr.required,
} }
#adminmenu .wp-submenu a:hover { #adminmenu .wp-submenu a:hover {
background-color: #EAF2FA !important; background-color: #eaf2fa !important;
color: #333 !important; color: #333 !important;
} }
@ -1051,7 +1074,7 @@ abbr.required,
background-color: #f5f5f5; background-color: #f5f5f5;
background-image: none; background-image: none;
border-color: #e3e3e3; border-color: #e3e3e3;
text-shadow: rgba(255,255,255,1) 0px 1px 0px; text-shadow: rgba(255,255,255,1) 0 1px 0;
} }
#adminmenu .wp-submenu ul { #adminmenu .wp-submenu ul {
@ -1060,17 +1083,17 @@ abbr.required,
.folded #adminmenu li.menu-top, .folded #adminmenu li.menu-top,
#adminmenu .wp-submenu .wp-submenu-head { #adminmenu .wp-submenu .wp-submenu-head {
background-color: #EAF2FA; background-color: #eaf2fa;
} }
.folded #adminmenu li.wp-has-current-submenu, .folded #adminmenu li.wp-has-current-submenu,
.folded #adminmenu li.menu-top.current { .folded #adminmenu li.menu-top.current {
background-color: #BBD8E7; background-color: #bbd8e7;
} }
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
background-color: #BBD8E7; background-color: #bbd8e7;
border-color: #8CBDD5; border-color: #8cbdd5;
} }
#adminmenu div.wp-submenu { #adminmenu div.wp-submenu {
@ -1183,20 +1206,23 @@ abbr.required,
/* Diff */ /* Diff */
table.diff .diff-deletedline { table.diff .diff-deletedline {
background-color: #ffdddd; background-color: #fdd;
} }
table.diff .diff-deletedline del { table.diff .diff-deletedline del {
background-color: #ff9999; background-color: #f99;
} }
table.diff .diff-addedline { table.diff .diff-addedline {
background-color: #ddffdd; background-color: #dfd;
} }
table.diff .diff-addedline ins { table.diff .diff-addedline ins {
background-color: #99ff99; background-color: #9f9;
} }
#att-info { #att-info {
background-color: #E4F2FD; background-color: #e4f2fd;
} }
/* edit image */ /* edit image */
@ -1209,10 +1235,9 @@ table.diff .diff-addedline ins {
#sidemenu a.current { #sidemenu a.current {
background-color: #fff; background-color: #fff;
border-color: #dfdfdf #dfdfdf #fff; border-color: #dfdfdf #dfdfdf #fff;
color: #D54E21; color: #d54e21;
} }
#screen-options-wrap, #screen-options-wrap,
#contextual-help-wrap { #contextual-help-wrap {
background-color: #eae9e4; background-color: #eae9e4;
@ -1250,7 +1275,7 @@ table.diff .diff-addedline ins {
.vim-current, .vim-current,
.vim-current th, .vim-current th,
.vim-current td { .vim-current td {
background-color: #E4F2FD !important; background-color: #e4f2fd !important;
} }
/* Install Plugins */ /* Install Plugins */
@ -1289,11 +1314,11 @@ div.star.select:hover {
} }
.inline-editor div.title { .inline-editor div.title {
background-color: #EAF3FA; background-color: #eaf3fa;
} }
.inline-editor ul.cat-checklist { .inline-editor ul.cat-checklist {
background-color: #FFFFFF; background-color: #fff;
border-color: #ddd; border-color: #ddd;
} }
@ -1320,7 +1345,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
} }
.attention { .attention {
color: #D54E21; color: #d54e21;
} }
.meta-box-sortables .postbox:hover .handlediv { .meta-box-sortables .postbox:hover .handlediv {
@ -1420,7 +1445,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
#favorite-first { #favorite-first {
background: #5580a6 url(../images/fav-vs.png) repeat-x 0 center; background: #5580a6 url(../images/fav-vs.png) repeat-x 0 center;
border-color: #517EA5 !important; border-color: #517ea5 !important;
border-bottom-color: #416686 !important; border-bottom-color: #416686 !important;
} }
@ -1545,28 +1570,24 @@ fieldset.inline-edit-col-right .inline-edit-col {
} }
#wphead #site-visit-button { #wphead #site-visit-button {
background-color:#3c6b95; background-color: #3c6b95;
background-image: url(../images/visit-site-button-grad-vs.gif); background-image: url(../images/visit-site-button-grad-vs.gif);
color:#b6d1e4; color: #b6d1e4;
text-shadow: #3F3F3F 0 -1px 0; text-shadow: #3f3f3f 0 -1px 0;
} }
#wphead a:hover #site-visit-button { #wphead a:hover #site-visit-button {
color:#fff; color: #fff;
} }
#wphead a:focus #site-visit-button, #wphead a:focus #site-visit-button,
#wphead a:active #site-visit-button { #wphead a:active #site-visit-button {
background-position:0 -27px; background-position: 0 -27px;
}
input[readonly] {
background-color: #eee;
} }
.popular-tags, .popular-tags,
.feature-filter { .feature-filter {
background-color: #FFFFFF; background-color: #fff;
border-color: #dfdfdf; border-color: #dfdfdf;
} }
@ -1579,26 +1600,10 @@ input[readonly] {
} }
div.widgets-holder-wrap { div.widgets-holder-wrap {
background-color: #F1F1F1; background-color: #f1f1f1;
border-color: #DDDDDD; border-color: #ddd;
} }
.sidebar-name:hover { .sidebar-name:hover {
color: #d54e21; color: #d54e21;
} }
textarea,
input,
select {
border-color: #dfdfdf;
}
* html input,
* html .widget {
border-color: #8CBDD5;
}
#dashboard_right_now .table {
background:#faf9f7 !important;
}