Sync classic with fresh

git-svn-id: https://develop.svn.wordpress.org/trunk@9721 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-15 19:05:44 +00:00
parent 10a70a31e0
commit 450b873424
2 changed files with 182 additions and 52 deletions

View File

@ -2,53 +2,68 @@
border-right-color: transparent; border-right-color: transparent;
border-left-color: #99d; border-left-color: #99d;
} }
.plugins .togl { .plugins .togl {
border-right-color: transparent; border-right-color: transparent;
border-left-color: #ccc; border-left-color: #ccc;
} }
.post-com-count { .post-com-count {
background-image: url(../images/bubble_bg-rtl.gif); background-image: url(../images/bubble_bg-rtl.gif);
} }
#adminmenu li a #awaiting-mod, #adminmenu li a #update-plugins { #adminmenu li a #awaiting-mod, #adminmenu li a #update-plugins {
background-image: url(../images/comment-stalk-rtl.gif); background-image: url(../images/comment-stalk-rtl.gif);
} }
#upload-menu li.current { #upload-menu li.current {
border-right-color: transparent; border-right-color: transparent;
border-left-color: #448abd; border-left-color: #448abd;
} }
#adminmenu .wp-submenu .current a.current { #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.gif) no-repeat scroll right -289px;
} }
#adminmenu li.wp-menu-separator { #adminmenu li.wp-menu-separator {
background: transparent url(../images/menu-arrows-rtl.gif) no-repeat scroll right 5px; background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
} }
#adminmenu.folded li.wp-menu-separator { #adminmenu.folded li.wp-menu-separator {
background: transparent url(../images/menu-arrows-rtl.gif) no-repeat scroll left -34px; background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
} }
#adminmenu li.wp-has-current-submenu .wp-menu-toggle, #adminmenu li.wp-has-current-submenu .wp-menu-toggle,
#adminmenu li.wp-has-current-submenu:hover .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 -206px; background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -206px;
} }
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { #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 -206px; background: transparent url(../images/menu-bits-rtl.gif) no-repeat right -206px;
} }
#adminmenu .wp-has-submenu:hover .wp-menu-toggle, #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
#adminmenu .wp-menu-open .wp-menu-toggle { #adminmenu .wp-menu-open .wp-menu-toggle {
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -108px; background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -108px;
} }
#adminmenu a.wp-has-submenu { #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.gif) repeat-x scroll right -379px;
} }
#adminmenu .wp-submenu a { #adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px; background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
} }
#adminmenu li.current a, #adminmenu li.current a,
#adminmenu .wp-submenu a:hover { #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.gif) no-repeat scroll right -289px;
} }
#adminmenu li.wp-has-current-submenu a.wp-has-submenu { #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.gif) repeat-x scroll right top;
} }
.meta-box-sortables .postbox:hover .handlediv { .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.gif) no-repeat scroll right -111px;
} }

View File

@ -1,3 +1,6 @@
html {
background-color: #f9f9f9;
}
.find-box-search { .find-box-search {
border-color: #dfdfdf; border-color: #dfdfdf;
@ -26,6 +29,10 @@ body > #upload-menu {
border-bottom-color: #fff; border-bottom-color: #fff;
} }
kbd, code {
background: #eaeaea;
}
div#current-widgets, div#current-widgets,
#postcustomstuff table, #postcustomstuff table,
#your-profile fieldset, #your-profile fieldset,
@ -65,6 +72,7 @@ div.dashboard-widget,
.widefat { .widefat {
border-color: #dfdfdf; border-color: #dfdfdf;
background-color: #fff;
} }
div.dashboard-widget-error { div.dashboard-widget-error {
@ -81,7 +89,11 @@ ul.widget-control-list div.widget-control-actions {
} }
div.ui-tabs-panel { div.ui-tabs-panel {
border-color: #cee1ef; border-color: #f1f1f1;
}
ul#category-tabs li.ui-tabs-selected {
background-color: #f1f1f1;
} }
input.disabled, input.disabled,
@ -104,14 +116,11 @@ li.widget-list-control-item h4.widget-title a,
li.widget-list-control-item, li.widget-list-control-item,
div.nav, div.nav,
.tablenav,
#dashboard-widgets p.dashboard-widget-links, #dashboard-widgets p.dashboard-widget-links,
#replyhandle, #replyhandle,
.login form, h3.info-box-title, h3.info-box-title,
#screen-options-wrap, #screen-options-wrap,
#wpbody-content .describe tr, #wpbody-content .describe tr {
#edithead,
#replyhead {
background-color: #eaf3fa; background-color: #eaf3fa;
} }
@ -120,9 +129,13 @@ div.nav,
background-color: #dfdfdf; background-color: #dfdfdf;
} }
.metabox-holder {
color: #777;
}
.form-table tr, .form-table tr,
.form-wrap .form-field { .form-wrap .form-field {
background-color: #f1f1f1; background-color: #f9f9f9;
} }
select { select {
@ -134,9 +147,8 @@ strong .post-com-count span {
background-color: #2583ad; background-color: #2583ad;
} }
#post-body ul#category-tabs li.ui-tabs-selected, #login form .submit input,
#login form .submit input, .search-box .button, .search-box .button {
#ed_reply_toolbar {
background-color: #cee1ef !important; background-color: #cee1ef !important;
} }
@ -153,10 +165,14 @@ ul#widget-list li.widget-list-item h4.widget-title {
background-color: #ccf3fa; background-color: #ccf3fa;
} }
.ac_match, .subsubsub a.current, h2 { .ac_match, .subsubsub a.current {
color: #000; color: #000;
} }
.wrap h2 {
color: #464646;
}
.ac_over { .ac_over {
background-color: #f0f0b8; background-color: #f0f0b8;
} }
@ -184,8 +200,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-right-color: #99d; border-right-color: #99d;
} }
.describe { #media-upload .slidetoggle {
border-top-color: #d0d0d0; border-top-color: #dfdfdf;
} }
.error, #login #login_error { .error, #login #login_error {
@ -219,7 +235,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
.form-table th, .form-table th,
#wpbody-content .describe td, #wpbody-content .describe td,
#wpbody-content .describe th { #wpbody-content .describe th {
border-bottom-color: #fff; border-bottom-color: #f9f9f9;
} }
.highlight { .highlight {
@ -232,10 +248,16 @@ ul#widget-list li.widget-list-item h4.widget-title {
} }
.media-item { .media-item {
border-bottom-color: #d0d0d0; border-bottom-color: #dfdfdf;
} }
.media-upload-form label.form-help, td.help { .describe input[type="text"],
.describe textarea {
border-color: #dfdfdf;
}
.media-upload-form label.form-help,
td.help {
color: #9a9a9a; color: #9a9a9a;
} }
@ -270,13 +292,6 @@ ul#widget-list li.widget-list-item h4.widget-title {
.submit input { .submit input {
border-color: #DCDCDC; border-color: #DCDCDC;
color: #464646; color: #464646;
text-shadow: #FFF 0 1px 0;
}
.button-secondary {
border-color: #CFE1EF;
color: #464646;
text-shadow: #FFF, 0 1px 0;
} }
.button, .button,
@ -285,15 +300,28 @@ ul#widget-list li.widget-list-item h4.widget-title {
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top; background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
} }
.button-primary { .button-secondary,
.submit .button-secondary {
border-color: #CFE1EF;
color: #464646;
}
.button-primary,
.submit .button-primary {
border-color: #21759B; border-color: #21759B;
color: #FFF; color: #FFF;
background: #21759B url(../images/button-grad.png) repeat-x scroll left top; background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
} }
.button[disabled], .button[disabled],
.button:disabled { .button:disabled,
background-color: #999; .button-primary[disabled],
.button-primary:disabled,
.button-secondary[disabled],
.button-secondary:disabled,
a.button.disabled {
background: #ddd;
color: #888;
} }
.button:hover, .button:hover,
@ -468,7 +496,11 @@ body.press-this .ui-tabs-selected a:hover {
background-color: #264761; background-color: #264761;
} }
div#media-upload-header, div#media-upload-header {
background-color: #f1f1f1;
border-bottom-color: #dfdfdf;
}
div#plugin-information-header { div#plugin-information-header {
background-color: #e4f2fd; background-color: #e4f2fd;
border-bottom-color: #c6d9e9; border-bottom-color: #c6d9e9;
@ -517,7 +549,7 @@ li.widget-list-control-item h4,
} }
#media-items { #media-items {
border-color: #c0c0c0; border-color: #dfdfdf;
} }
#pass-strength-result { #pass-strength-result {
@ -571,7 +603,11 @@ li.widget-list-control-item h4,
#poststuff .postbox, #poststuff .postbox,
#titlediv, #titlediv,
#poststuff .postarea, #poststuff .postarea,
#poststuff .stuffbox { #poststuff .stuffbox,
.postbox input[type="text"],
.postbox textarea,
.stuffbox input[type="text"],
.stuffbox textarea {
border-color: #dfdfdf; border-color: #dfdfdf;
} }
@ -581,7 +617,7 @@ li.widget-list-control-item h4,
} }
.ui-sortable .postbox h3 { .ui-sortable .postbox h3 {
color: #555; color: #464646;
} }
.ui-sortable .postbox h3:hover { .ui-sortable .postbox h3:hover {
@ -882,17 +918,70 @@ abbr.required,
border-color: #dfdfdf; border-color: #dfdfdf;
} }
/* pop-up */ .wp-admin #mceModalBlocker {
.clearlooks2 .mceTop .mceLeft, background: #000;
.clearlooks2 .mceTop .mceRight {
background-color: #f5f5f5;
border-color: #c6d9e9;
} }
.clearlooks2 .mceFocus .mceTop .mceLeft, .wp-admin .clearlooks2 .mceFocus .mceTop .mceLeft {
.clearlooks2 .mceFocus .mceTop .mceRight { background: #444444;
background-color: #2683ae; border-left: 1px solid #999;
border-color: #464646; border-top: 1px solid #999;
-moz-border-radius: 4px 0 0 0;
-webkit-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.wp-admin .clearlooks2 .mceFocus .mceTop .mceCenter {
background: #444444;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}
.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;
}
.wp-admin .clearlooks2 .mceMiddle .mceLeft {
background: #f1f1f1;
border-left: 1px solid #999;
}
.wp-admin .clearlooks2 .mceMiddle .mceRight {
background: #f1f1f1;
border-right: 1px solid #999;
}
.wp-admin .clearlooks2 .mceBottom {
background: #f1f1f1;
border-bottom: 1px solid #999;
}
.wp-admin .clearlooks2 .mceBottom .mceLeft {
background: #f1f1f1;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
}
.wp-admin .clearlooks2 .mceBottom .mceCenter {
background: #f1f1f1;
border-bottom: 1px solid #999;
}
.wp-admin .clearlooks2 .mceBottom .mceRight {
background: #f1f1f1;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
}
.wp-admin .clearlooks2 .mceFocus .mceTop span {
color: #fff;
} }
/* end TinyMCE */ /* end TinyMCE */
@ -948,7 +1037,7 @@ abbr.required,
background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px; background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
} }
#adminmenu .wp-has-current-submenu .wp-has-submenu, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu .menu-top .current { #adminmenu .menu-top .current {
background-color: #c0c0c0; background-color: #c0c0c0;
background-image: none; background-image: none;
@ -1100,13 +1189,20 @@ table.diff .diff-addedline ins {
background-color: #E4F2FD; background-color: #E4F2FD;
} }
/* media popup 0819 */ /* edit image */
#sidemenu a { #sidemenu a {
background-color: #e4f2fd; background-color: #f1f1f1;
border-bottom-color: #c6d9e9; border-color: #f1f1f1;
border-top-color: #e4f2fd; border-bottom-color: #dfdfdf;
} }
#sidemenu a.current {
background-color: #fff;
border-color: #dfdfdf #dfdfdf #fff;
color: #D54E21;
}
#screen-options-wrap, #screen-options-wrap,
#contextual-help-wrap { #contextual-help-wrap {
background-color: #f1f1f1; background-color: #f1f1f1;
@ -1118,13 +1214,22 @@ table.diff .diff-addedline ins {
} }
#replysubmit { #replysubmit {
background-color: #EAF3FA; background-color: #f1f1f1;
border-top-color: #ddd; border-top-color: #ddd;
} }
#replyerror { #replyerror {
border-color: #ddd; border-color: #ddd;
background-color: #f8f8f8; background-color: #f9f9f9;
}
#edithead,
#replyhead {
background-color: #f1f1f1;
}
#ed_reply_toolbar {
background-color: #e9e9e9;
} }
/* table vim shortcuts */ /* table vim shortcuts */
@ -1158,8 +1263,9 @@ div.star.select:hover {
} }
/* inline editor */ /* inline editor */
.inline-editor input, .inline-edit-row fieldset input[type="text"],
.inline-editor textarea, .inline-edit-row fieldset textarea,
#bulk-titles,
#replyrow input { #replyrow input {
border-color: #ddd; border-color: #ddd;
} }
@ -1170,6 +1276,11 @@ div.star.select:hover {
.inline-editor ul.cat-checklist { .inline-editor ul.cat-checklist {
background-color: #FFFFFF; background-color: #FFFFFF;
border-color: #ddd;
}
.inline-edit-row p.submit {
background-color: #f1f1f1;
} }
.inline-editor .categories .catshow, .inline-editor .categories .catshow,
@ -1178,7 +1289,7 @@ div.star.select:hover {
} }
.inline-editor .quick-edit-save { .inline-editor .quick-edit-save {
background-color: #EAF3FA; background-color: #f1f1f1;
} }
#replyrow #ed_reply_toolbar input:hover { #replyrow #ed_reply_toolbar input:hover {
@ -1193,3 +1304,7 @@ div.star.select:hover {
.meta-box-sortables .postbox:hover .handlediv { .meta-box-sortables .postbox:hover .handlediv {
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px; background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
} }
#major-publishing-actions, #dashboard_quick_press .submit {
background: #eaf2fa;
}