Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-05-14 19:57:24 +00:00
parent bd5090cbd6
commit 8cae005972
7 changed files with 479 additions and 116 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ a.page-numbers:hover {
body, body,
#wpbody, #wpbody,
.form-table .pre { .form-table .pre {
color: #174f69; color: #333;
} }
body > #upload-menu { body > #upload-menu {
@ -680,7 +680,7 @@ table.widefat span.spam a,
border-radius: 3px; border-radius: 3px;
} }
.widget, .widget,
#widget-list .widget-top, #widget-list .widget-top,
.postbox { .postbox {
background-color: #F7FCFE; background-color: #F7FCFE;
@ -797,18 +797,18 @@ table.widefat span.spam a,
#user_info:hover, #user_info:hover,
#user_info.active { #user_info.active {
color: #222; color: #185069;
} }
#user_info.active { #user_info.active {
background-color: #f1f1f1; /* Fallback */ background-color: #f7fcfe; /* Fallback */
background-image: -ms-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* IE10 */ background-image: -ms-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* IE10 */
background-image: -moz-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Firefox */ background-image: -moz-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Firefox */
background-image: -o-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Opera */ background-image: -o-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#f9f9f9)); /* old Webkit */ background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#f9f9f9)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* new Webkit */ background-image: -webkit-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* new Webkit */
background-image: linear-gradient(bottom, #f7fcfe, #f9f9f9); /* proposed W3C Markup */ background-image: linear-gradient(bottom, #f7fcfe, #f9f9f9); /* proposed W3C Markup */
border-color: #aaa #aaa #d0dfe9; border-color: #d0dfe9 #d0dfe9 #d0dfe9;
} }
#user_info_arrow { #user_info_arrow {
@ -827,15 +827,15 @@ table.widefat span.spam a,
} }
#user_info_links ul { #user_info_links ul {
background: #f1f1f1; background: #f7fcfe;
border-color: #ccc #aaa #aaa; border-color: #d0dfe9 #d0dfe9 #d0dfe9;
-moz-box-shadow: inset 0 1px 0 #f9f9f9; -moz-box-shadow: inset 0 1px 0 #f9f9f9;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9; -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9; box-shadow: inset 0 1px 0 #f9f9f9;
} }
#user_info_links li:hover { #user_info_links li:hover {
background-color: #dfdfdf; background-color: #ECF8FE;
} }
#user_info_links li:hover a, #user_info_links li:hover a,
@ -912,6 +912,7 @@ table.widefat .spam a:hover,
#poststuff .wp_themeSkin .mceStatusbar { #poststuff .wp_themeSkin .mceStatusbar {
border-color: #d0dfe9; border-color: #d0dfe9;
} }
#poststuff .wp_themeSkin .mceStatusbar * { #poststuff .wp_themeSkin .mceStatusbar * {
color: #555; color: #555;
} }
@ -946,6 +947,7 @@ table.widefat .spam a:hover,
.wp_themeSkin table.mceLayout { .wp_themeSkin table.mceLayout {
border-color: #bed1dd #bed1dd #d0dfe9; border-color: #bed1dd #bed1dd #d0dfe9;
} }
#editorcontainer #content, #editorcontainer #content,
#editorcontainer .wp_themeSkin .mceIframeContainer { #editorcontainer .wp_themeSkin .mceIframeContainer {
-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); -moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
@ -1277,11 +1279,11 @@ table.widefat .spam a:hover,
.folded #adminmenu li.menu-top, .folded #adminmenu li.menu-top,
#adminmenu .wp-submenu .wp-submenu-head { #adminmenu .wp-submenu .wp-submenu-head {
border-top-color: #ffffff; border-top-color: #ffffff;
border-bottom-color: #D1E5EE; border-bottom-color: #d1e5ee;
} }
#adminmenu li.wp-menu-open { #adminmenu li.wp-menu-open {
border-color: #bed1dd; border-color: #d1e5ee;
} }
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
@ -1353,21 +1355,23 @@ table.widefat .spam a:hover,
#collapse-menu { #collapse-menu {
color: #A0C3D5; color: #A0C3D5;
} }
#collapse-menu:hover { #collapse-menu:hover {
color: #5A8FAD; color: #5A8FAD;
} }
#collapse-button { #collapse-button {
border-color: #A0C3D5; border-color: #d0dfe9;
background-color: #f4f4f4; /* Fallback */ background-color: #eff8ff; /* Fallback */
background-image: -ms-linear-gradient(bottom, #b0c8d7, #fff); /* IE10 */ background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
background-image: -moz-linear-gradient(bottom, #b0c8d7, #fff); /* Firefox */ background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
background-image: -o-linear-gradient(bottom, #b0c8d7, #fff); /* Opera */ background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#b0c8d7), to(#fff)); /* old Webkit */ background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #b0c8d7, #fff); /* new Webkit */ background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
background-image: linear-gradient(bottom, #b0c8d7, #fff); /* proposed W3C Markup */ background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
} }
#collapse-menu:hover #collapse-button { #collapse-menu:hover #collapse-button {
border-color: #aaa; border-color: #A0C3D5;
} }
#collapse-button div { #collapse-button div {
background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px; background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px;
@ -1589,13 +1593,16 @@ table.diff .diff-addedline ins {
#screen-options-link-wrap, #screen-options-link-wrap,
#contextual-help-link-wrap { #contextual-help-link-wrap {
background-color: #D1e5ee; background-color: #eff8ff; /* Fallback */
background-image: -ms-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* IE10 */ border-right: 1px solid #D1E5EE;
background-image: -moz-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* Firefox */ border-left: 1px solid #D1E5EE;
background-image: -o-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* Opera */ border-bottom: 1px solid #D1E5EE;
background-image: -webkit-gradient(linear, left bottom, left top, from(#d0dfe9), to(#D1e5ee)); /* old Webkit */ background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
background-image: -webkit-linear-gradient(bottom, #d0dfe9, #D1e5ee); /* new Webkit */ background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
background-image: linear-gradient(bottom, #d0dfe9, #D1e5ee); /* proposed W3C Markup */ background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
} }
#screen-meta-links a.show-settings { #screen-meta-links a.show-settings {
@ -1912,6 +1919,7 @@ div.widgets-sortables,
.sidebar-name-arrow { .sidebar-name-arrow {
background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
} }
.sidebar-name:hover .sidebar-name-arrow { .sidebar-name:hover .sidebar-name-arrow {
background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px; background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
} }
@ -1958,14 +1966,133 @@ div.widgets-sortables,
#nav-menu-footer, #nav-menu-footer,
.menu-item-handle { .menu-item-handle {
background: #eff8ff; /* Fallback */ background: #eff8ff; /* Fallback */
background-image: -ms-linear-gradient(bottom, #f7fcfe, #eff8ff); /* IE10 */ background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
background-image: -moz-linear-gradient(bottom, #f7fcfe, #eff8ff); /* Firefox */ background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
background-image: -o-linear-gradient(bottom, #f7fcfe, #eff8ff); /* Opera */ background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */
background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#eff8ff)); /* old Webkit */ background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */
background-image: -webkit-linear-gradient(bottom, #f7fcfe, #eff8ff); /* new Webkit */ background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */
background-image: linear-gradient(bottom, #f7fcfe, #eff8ff); /* proposed W3C Markup */ background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */
} }
/* added from nav-menu.css */
#menu-management .menu-edit {
border-color: #d0dfe9;
}
#post-body {
background: #ffffff;
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;
}
#menu-management .nav-tabs-arrow a:active {
color: #464646;
}
#menu-management .nav-tab-active {
border-color: #dfdfdf;
}
#menu-management .nav-tab {
background: #f7fcfe;
border-color: #d0dfe9;
}
.js .input-with-default-title {
color: #aaa;
}
#cancel-save {
color: #ff0000;
}
#cancel-save:hover {
background-color: #FF0000;
color: #fff;
}
.list-container {
border-color: #dfdfdf;
}
.menu-item-handle {
border-color: #d0dfe9;
}
.menu li.deleting .menu-item-handle {
background-color: #f66;
text-shadow: #ccc;
}
.item-type { /* Menu item controls */
color: #999999;
}
.item-controls .menu-item-delete:hover {
color: #ff0000;
}
.item-edit {
background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
border-bottom-color: #eee;
}
.item-edit:hover {
background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px;
}
.menu-item-settings { /* Menu editing */
background: #f7fcfe;
border-color: #d0dfe9;
}
.link-to-original {
color: #777;
border-color: #d0dfe9;
}
#cancel-save:hover {
color: #fff !important;
}
#update-menu-item {
color: #fff !important;
}
#update-menu-item:hover,
#update-menu-item:active,
#update-menu-item:focus {
color: #eaf2fa !important;
border-color: #13455b !important;
}
.submitbox .submitcancel {
color: #21759B;
border-bottom-color: #21759B;
}
.submitbox .submitcancel:hover {
background: #21759B;
color: #fff;
}
/* end added from nav-menu.css */
#menu-management .nav-tab-active, #menu-management .nav-tab-active,
.menu-item-handle, .menu-item-handle,
.menu-item-settings { .menu-item-settings {

File diff suppressed because one or more lines are too long

View File

@ -912,6 +912,7 @@ table.widefat .spam a:hover,
#poststuff .wp_themeSkin .mceStatusbar { #poststuff .wp_themeSkin .mceStatusbar {
border-color: #dfdfdf; border-color: #dfdfdf;
} }
#poststuff .wp_themeSkin .mceStatusbar * { #poststuff .wp_themeSkin .mceStatusbar * {
color: #555; color: #555;
} }
@ -946,6 +947,7 @@ table.widefat .spam a:hover,
.wp_themeSkin table.mceLayout { .wp_themeSkin table.mceLayout {
border-color: #ccc #ccc #dfdfdf; border-color: #ccc #ccc #dfdfdf;
} }
#editorcontainer #content, #editorcontainer #content,
#editorcontainer .wp_themeSkin .mceIframeContainer { #editorcontainer .wp_themeSkin .mceIframeContainer {
-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 ); -moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
@ -1353,9 +1355,11 @@ table.widefat .spam a:hover,
#collapse-menu { #collapse-menu {
color: #aaa; color: #aaa;
} }
#collapse-menu:hover { #collapse-menu:hover {
color: #999; color: #999;
} }
#collapse-button { #collapse-button {
border-color: #ccc; border-color: #ccc;
background-color: #f4f4f4; /* Fallback */ background-color: #f4f4f4; /* Fallback */
@ -1590,6 +1594,9 @@ table.diff .diff-addedline ins {
#screen-options-link-wrap, #screen-options-link-wrap,
#contextual-help-link-wrap { #contextual-help-link-wrap {
background-color: #e3e3e3; /* Fallback */ background-color: #e3e3e3; /* Fallback */
border-right: 1px solid transparent;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
background-image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */ background-image: -ms-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* IE10 */
background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */ background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Firefox */
background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Opera */ background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1); /* Opera */
@ -1912,6 +1919,7 @@ div.widgets-sortables,
.sidebar-name-arrow { .sidebar-name-arrow {
background: transparent url(../images/arrows.png) no-repeat 5px 9px; background: transparent url(../images/arrows.png) no-repeat 5px 9px;
} }
.sidebar-name:hover .sidebar-name-arrow { .sidebar-name:hover .sidebar-name-arrow {
background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
} }
@ -1966,6 +1974,125 @@ div.widgets-sortables,
background-image: linear-gradient(bottom, #e9e9e9, #f4f4f4); /* proposed W3C Markup */ background-image: linear-gradient(bottom, #e9e9e9, #f4f4f4); /* proposed W3C Markup */
} }
/* added from nav-menu.css */
#menu-management .menu-edit {
border-color: #dfdfdf;
}
#post-body {
background: #fcfcfc;
border-top-color: #fff;
border-bottom-color: #dfdfdf;
}
#nav-menu-header {
border-bottom-color: #dfdfdf;
}
#nav-menu-footer {
border-top-color: #fff;
}
#menu-management .nav-tabs-arrow a {
color: #C1C1C1;
}
#menu-management .nav-tabs-arrow a:hover {
color: #D54E21;
}
#menu-management .nav-tabs-arrow a:active {
color: #464646;
}
#menu-management .nav-tab-active {
border-color: #dfdfdf;
}
#menu-management .nav-tab {
background: #f9f9f9;
border-color: #dfdfdf;
}
.js .input-with-default-title {
color: #aaa;
}
#cancel-save {
color: #ff0000;
}
#cancel-save:hover {
background-color: #FF0000;
color: #fff;
}
.list-container {
border-color: #DFDFDF;
}
.menu-item-handle {
border-color: #dfdfdf;
}
.menu li.deleting .menu-item-handle {
background-color: #f66;
text-shadow: #ccc;
}
.item-type { /* Menu item controls */
color: #999999;
}
.item-controls .menu-item-delete:hover {
color: #ff0000;
}
.item-edit {
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
border-bottom-color: #eee;
}
.item-edit:hover {
background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
}
.menu-item-settings { /* Menu editing */
background: #f4f4f4;
border-color: #dfdfdf;
}
.link-to-original {
color: #777;
border-color: #dfdfdf;
}
#cancel-save:hover {
color: #fff !important;
}
#update-menu-item {
color: #fff !important;
}
#update-menu-item:hover,
#update-menu-item:active,
#update-menu-item:focus {
color: #eaf2fa !important;
border-color: #13455b !important;
}
.submitbox .submitcancel {
color: #21759B;
border-bottom-color: #21759B;
}
.submitbox .submitcancel:hover {
background: #21759B;
color: #fff;
}
/* end added from nav-menu.css */
#menu-management .nav-tab-active, #menu-management .nav-tab-active,
.menu-item-handle, .menu-item-handle,
.menu-item-settings { .menu-item-settings {

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,7 @@ body {
} }
#menu-management .menu-edit { #menu-management .menu-edit {
border: 1px solid #dfdfdf; border: 1px solid;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-khtml-border-radius: 3px; -khtml-border-radius: 3px;
@ -68,10 +68,9 @@ body {
} }
#post-body { #post-body {
background: #fcfcfc;
padding: 10px; padding: 10px;
border-top: 1px solid #fff; border-width: 1px 0;
border-bottom: 1px solid #dfdfdf; border-style: solid;
} }
#nav-menu-header, #nav-menu-header,
@ -80,11 +79,11 @@ body {
} }
#nav-menu-header { #nav-menu-header {
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid;
} }
#nav-menu-footer { #nav-menu-footer {
border-top: 1px solid #fff; border-top: 1px solid;
} }
#post-body div.updated { #post-body div.updated {
@ -115,17 +114,21 @@ body {
font-size: 18px; font-size: 18px;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
} }
#menu-management .nav-tabs-arrow a { color: #C1C1C1; }
#menu-management .nav-tabs-arrow a:hover { color: #D54E21; } #menu-management .nav-tabs-arrow a:hover{
#menu-management .nav-tabs-arrow a:active { color: #464646; } }
#menu-management .nav-tabs-arrow-left {
#menu-management .nav-tabs-arrow a:active {
}
#menu-management .nav-tabs-arrow-left {
left: 0; left: 0;
} }
#menu-management .nav-tabs-arrow-right {
#menu-management .nav-tabs-arrow-right {
right: 0; right: 0;
text-align: right; text-align: right;
} }
#menu-management .nav-tabs-wrapper { #menu-management .nav-tabs-wrapper {
width: 100%; width: 100%;
@ -138,6 +141,7 @@ body {
padding-left: 20px; padding-left: 20px;
padding-right: 10px; padding-right: 10px;
} }
.js #menu-management .nav-tabs { .js #menu-management .nav-tabs {
float: left; float: left;
margin-left: 0px; margin-left: 0px;
@ -146,25 +150,21 @@ body {
#menu-management .nav-tab { #menu-management .nav-tab {
margin-bottom: 0; margin-bottom: 0;
background: #f9f9f9;
border-color: #dfdfdf;
font-size: 14px; font-size: 14px;
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
} }
#menu-management .nav-tab-active {
border-color: #dfdfdf;
}
#select-nav-menu-container { #select-nav-menu-container {
text-align: right; text-align: right;
padding: 0 10px 3px 10px; padding: 0 10px 3px 10px;
margin-bottom: 5px; margin-bottom: 5px;
} }
#select-nav-menu {
width: 100px; #select-nav-menu {
display: inline; width: 100px;
} display: inline;
}
#menu-name-label { #menu-name-label {
margin-top: -2px; margin-top: -2px;
@ -174,37 +174,46 @@ body {
display: block; display: block;
float:left; float:left;
} }
#wpbody .open-label span { #wpbody .open-label span {
padding-right: 10px; padding-right: 10px;
} }
.js .input-with-default-title { .js .input-with-default-title {
color: #aaa; font-style: italic;
font-style: italic; }
}
#menu-management .inside { padding: 0 10px; } #menu-management .inside {
padding: 0 10px;
}
/* Add Menu Item Boxes */ /* Add Menu Item Boxes */
.postbox .howto input { .postbox .howto input {
width: 180px; width: 180px;
float: right; float: right;
} }
.customlinkdiv .howto input { .customlinkdiv .howto input {
width: 200px; width: 200px;
} }
#nav-menu-theme-locations .howto select { #nav-menu-theme-locations .howto select {
width: 100%; width: 100%;
} }
#nav-menu-theme-locations .button-controls { #nav-menu-theme-locations .button-controls {
text-align: right; text-align: right;
} }
.add-menu-item-view-all { .add-menu-item-view-all {
height: 400px; height: 400px;
} }
/* Button Primary Actions */ /* Button Primary Actions */
#menu-container .submit { margin: 0px 0px 10px; padding: 0px; } #menu-container .submit {
margin: 0px 0px 10px;
padding: 0px;
}
.meta-sep, .meta-sep,
.submitdelete, .submitdelete,
@ -215,27 +224,24 @@ body {
margin: 4px 0; margin: 4px 0;
line-height: 15px; line-height: 15px;
} }
.meta-sep { .meta-sep {
padding: 0 2px; padding: 0 2px;
} }
#cancel-save { #cancel-save {
color: #ff0000;
text-decoration: underline; text-decoration: underline;
font-size: 12px; font-size: 12px;
margin-left: 20px; margin-left: 20px;
margin-top: 5px; margin-top: 5px;
} }
#cancel-save:hover {
background-color: #FF0000;
color: #fff;
}
/* Button Secondary Actions */ /* Button Secondary Actions */
.list-controls { .list-controls {
float: left; float: left;
margin-top: 5px; margin-top: 5px;
} }
.add-to-menu { .add-to-menu {
float: right; float: right;
} }
@ -249,34 +255,94 @@ body {
clear:both; clear:both;
margin: 10px 0; margin: 10px 0;
} }
.show-all, .hide-all { cursor: pointer; }
.hide-all { display: none; } .show-all, .hide-all {
cursor: pointer;
}
.hide-all {
display: none;
}
/* Create Menu */ /* Create Menu */
#menu-name { width: 270px; } #menu-name {
#manage-menu .inside { padding: 0px 0px; } width: 270px;
}
#manage-menu .inside {
padding: 0px 0px;
}
/* Custom Links */ /* Custom Links */
#available-links dt { display: block; } #available-links dt {
#add-custom-link .howto { font-size: 12px; } display: block;
#add-custom-link label span { display: block; float: left; margin-top: 5px; padding-right: 5px; } }
.menu-item-textbox { width: 180px; }
.howto span { margin-top: 4px; display: block; float: left; } #add-custom-link .howto {
font-size: 12px;
}
#add-custom-link label span {
display: block;
float: left;
margin-top: 5px;
padding-right: 5px;
}
.menu-item-textbox {
width: 180px;
}
.howto span {
margin-top: 4px;
display: block;
float: left;
}
/* Menu item types */ /* Menu item types */
.quick-search { width: 190px; } .quick-search {
.list-wrap { display: none; clear: both; margin-bottom: 10px; } width: 190px;
.list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; border: 1px solid #DFDFDF; -moz-border-radius: 3px; } }
.postbox p.submit { margin-bottom: 0; }
.list-wrap {
display: none;
clear: both;
margin-bottom: 10px;
}
.list-container {
max-height: 200px;
overflow-y: auto;
padding: 10px 10px 5px;
border: 1px solid;
-moz-border-radius: 3px;
}
.postbox p.submit {
margin-bottom: 0;
}
/* Listings */ /* Listings */
.list li { display: none; margin: 0; margin-bottom: 5px; } .list li {
display: none;
margin: 0;
margin-bottom: 5px;
}
.list li .menu-item-title { cursor: pointer; display: block; } .list li .menu-item-title {
.list li .menu-item-title input { margin-right: 3px; margin-top: -3px; } cursor: pointer;
display: block;
}
.list li .menu-item-title input {
margin-right: 3px;
margin-top: -3px;
}
/* Nav Menu */ /* Nav Menu */
#menu-container .inside { padding-bottom: 10px; } #menu-container .inside {
padding-bottom: 10px;
}
.menu { .menu {
padding-top:1em; padding-top:1em;
@ -289,18 +355,22 @@ body {
.menu ul { .menu ul {
width: 100%; width: 100%;
} }
.menu ul.sub-menu { .menu ul.sub-menu {
} }
.menu li { .menu li {
margin-bottom: 0; margin-bottom: 0;
position:relative; position:relative;
} }
.menu-item-bar { .menu-item-bar {
clear:both; clear:both;
line-height:1.5em; line-height:1.5em;
position:relative; position:relative;
margin-top: 13px; margin-top: 13px;
} }
.menu-item-handle { .menu-item-handle {
border: 1px solid #dfdfdf; border: 1px solid #dfdfdf;
position: relative; position: relative;
@ -316,6 +386,7 @@ body {
-moz-border-radius: 3px; -moz-border-radius: 3px;
-khtml-border-radius: 3px; -khtml-border-radius: 3px;
} }
.menu-item-edit-active .menu-item-handle { .menu-item-edit-active .menu-item-handle {
-moz-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0;
@ -325,16 +396,18 @@ body {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.no-js .menu-item-edit-active .item-edit { .no-js .menu-item-edit-active .item-edit {
display: none; display: none;
} }
.js .menu-item-handle { .js .menu-item-handle {
cursor: move; cursor: move;
} }
.menu li.deleting .menu-item-handle { .menu li.deleting .menu-item-handle {
background-color: #f66;
background-image: none; background-image: none;
text-shadow: 0 0 0 #ccc; text-shadow: 0 0 0;
} }
.menu-item-handle .item-title { .menu-item-handle .item-title {
@ -350,9 +423,11 @@ body {
li.menu-item.ui-sortable-helper dl { li.menu-item.ui-sortable-helper dl {
margin-top: 0; margin-top: 0;
} }
li.menu-item.ui-sortable-helper .menu-item-transport dl {
li.menu-item.ui-sortable-helper .menu-item-transport dl {
margin-top: 13px; margin-top: 13px;
} }
.menu .sortable-placeholder { .menu .sortable-placeholder {
height: 35px; height: 35px;
width: 410px; width: 410px;
@ -402,13 +477,28 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
/* Menu item controls */ /* Menu item controls */
.item-type { .item-type {
font-size: 12px; font-size: 12px;
color: #999999;
padding-right: 10px; padding-right: 10px;
} }
.item-controls { font-size: 12px; position: absolute; right: 20px; top: -1px; }
.item-controls a { text-decoration: none; } .item-controls {
.item-controls a:hover { cursor: pointer; } font-size: 12px;
.item-controls .item-order { padding-right: 10px;} position: absolute;
right: 20px;
top: -1px;
}
.item-controls a {
text-decoration: none;
}
.item-controls a:hover {
cursor: pointer;
}
.item-controls .item-order {
padding-right: 10px;
}
.item-controls .item-order a { .item-controls .item-order a {
font-weight:bold; font-weight:bold;
} }
@ -417,10 +507,10 @@ body.js .item-order {
display:none; display:none;
} }
.item-controls .menu-item-delete:hover { color: #ff0000; } .item-controls .menu-item-delete:hover {
}
.item-edit { .item-edit {
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
position: absolute; position: absolute;
right: -20px; right: -20px;
top: 0; top: 0;
@ -429,26 +519,26 @@ body.js .item-order {
height: 36px; height: 36px;
overflow: hidden; overflow: hidden;
text-indent:-999em; text-indent:-999em;
border-bottom: 1px solid #eee; border-bottom: 1px solid;
-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
-khtml-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
.item-edit:hover { .item-edit:hover {
background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
} }
/* Menu editing */ /* Menu editing */
.menu-instructions-inactive { .menu-instructions-inactive {
display: none; display: none;
} }
.menu-item-settings { .menu-item-settings {
background: #f4f4f4;
display:block; display:block;
width: 400px; width: 400px;
padding: 10px 0 10px 10px; padding: 10px 0 10px 10px;
border: solid #dfdfdf; border: solid;
border-width: 0 1px 1px 1px; border-width: 0 1px 1px 1px;
-moz-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px;
-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;
@ -456,6 +546,7 @@ body.js .item-order {
-khtml-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px;
-khtml-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px;
} }
.menu-item-edit-active .menu-item-settings { .menu-item-edit-active .menu-item-settings {
display:block; display:block;
} }
@ -474,18 +565,18 @@ body.js .item-order {
margin: 0 0 10px; margin: 0 0 10px;
padding: 3px 5px 5px; padding: 3px 5px 5px;
font-size: 12px; font-size: 12px;
color: #777;
font-style: italic; font-style: italic;
border: 1px solid #dfdfdf; border: 1px solid;
border-radius: 3px; border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-khtml-border-radius: 3px; -khtml-border-radius: 3px;
} }
.link-to-original a {
.link-to-original a {
padding-left: 4px; padding-left: 4px;
font-style: normal; font-style: normal;
} }
.hidden-field { .hidden-field {
display: none; display: none;
@ -496,10 +587,12 @@ body.js .item-order {
margin-right: 10px; margin-right: 10px;
float: left; float: left;
} }
.description-thin { .description-thin {
width: 190px; width: 190px;
height: 40px; height: 40px;
} }
.description-wide { .description-wide {
width: 390px; width: 390px;
} }
@ -508,24 +601,34 @@ body.js .item-order {
padding-top: 15px; padding-top: 15px;
} }
#cancel-save { cursor: pointer; } #cancel-save {
#cancel-save:hover { color: #fff !important; } cursor: pointer;
#update-menu-item { color: #fff !important; } }
#cancel-save:hover {
}
#update-menu-item {
}
#update-menu-item:hover, #update-menu-item:hover,
#update-menu-item:active, #update-menu-item:active,
#update-menu-item:focus { color: #eaf2fa !important; border-color: #13455b !important; } #update-menu-item:focus {
}
/* Major/minor publishing actions (classes) */ /* Major/minor publishing actions (classes) */
.major-publishing-actions { .major-publishing-actions {
clear:both; clear:both;
padding: 3px 0 5px; padding: 3px 0 5px;
} }
.major-publishing-actions .publishing-action { .major-publishing-actions .publishing-action {
text-align: right; text-align: right;
float: right; float: right;
line-height: 23px; line-height: 23px;
margin: 5px 0 1px; margin: 5px 0 1px;
} }
.major-publishing-actions .delete-action { .major-publishing-actions .delete-action {
vertical-align: middle; vertical-align: middle;
text-align: left; text-align: left;
@ -533,29 +636,32 @@ body.js .item-order {
padding-right: 15px; padding-right: 15px;
margin-top: 5px; margin-top: 5px;
} }
.menu-name-label span, .auto-add-pages label { .menu-name-label span, .auto-add-pages label {
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
} }
.menu-name-label { .menu-name-label {
margin-right: 15px; margin-right: 15px;
} }
.auto-add-pages input { .auto-add-pages input {
margin-top: 0; margin-top: 0;
} }
.auto-add-pages { .auto-add-pages {
margin-top: 4px; margin-top: 4px;
float: left; float: left;
} }
.submitbox .submitcancel { .submitbox .submitcancel {
color: #21759B; border-bottom: 1px solid;
border-bottom: 1px solid #21759B;
padding: 1px 2px; padding: 1px 2px;
text-decoration: none; text-decoration: none;
} }
.submitbox .submitcancel:hover { .submitbox .submitcancel:hover {
background: #21759B;
color: #fff;
} }
.major-publishing-actions .form-invalid { .major-publishing-actions .form-invalid {
@ -583,4 +689,7 @@ body.js .item-order {
height: 0; height: 0;
visibility: hidden; visibility: hidden;
} }
#nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; }
#nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap {
display: block;
}

View File

@ -492,7 +492,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' ); $styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat) // all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20110514'; $colors_version = '20110514b';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version ); $styles->add( 'colors', true, array(), $colors_version );
@ -516,7 +516,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.3u' ); $styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.3u' );
$styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' ); $styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' ); $styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20110511' ); $styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20110514' );
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20110419' ); $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20110419' );
$styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20101224' ); $styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20101224' );
$styles->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/css/wplink$suffix.css", array(), '20101224' ); $styles->add( 'wplink', "/wp-includes/js/tinymce/plugins/wplink/css/wplink$suffix.css", array(), '20101224' );