mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17930 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+188
-79
@@ -59,7 +59,7 @@ body {
|
||||
}
|
||||
|
||||
#menu-management .menu-edit {
|
||||
border: 1px solid #dfdfdf;
|
||||
border: 1px solid;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
@@ -68,10 +68,9 @@ body {
|
||||
}
|
||||
|
||||
#post-body {
|
||||
background: #fcfcfc;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #fff;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
border-width: 1px 0;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#nav-menu-header,
|
||||
@@ -80,11 +79,11 @@ body {
|
||||
}
|
||||
|
||||
#nav-menu-header {
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
|
||||
#nav-menu-footer {
|
||||
border-top: 1px solid #fff;
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
#post-body div.updated {
|
||||
@@ -115,17 +114,21 @@ body {
|
||||
font-size: 18px;
|
||||
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:active { color: #464646; }
|
||||
#menu-management .nav-tabs-arrow-left {
|
||||
|
||||
#menu-management .nav-tabs-arrow a:hover{
|
||||
}
|
||||
|
||||
#menu-management .nav-tabs-arrow a:active {
|
||||
}
|
||||
|
||||
#menu-management .nav-tabs-arrow-left {
|
||||
left: 0;
|
||||
}
|
||||
#menu-management .nav-tabs-arrow-right {
|
||||
}
|
||||
|
||||
#menu-management .nav-tabs-arrow-right {
|
||||
right: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#menu-management .nav-tabs-wrapper {
|
||||
width: 100%;
|
||||
@@ -138,6 +141,7 @@ body {
|
||||
padding-left: 20px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.js #menu-management .nav-tabs {
|
||||
float: left;
|
||||
margin-left: 0px;
|
||||
@@ -146,25 +150,21 @@ body {
|
||||
|
||||
#menu-management .nav-tab {
|
||||
margin-bottom: 0;
|
||||
background: #f9f9f9;
|
||||
border-color: #dfdfdf;
|
||||
font-size: 14px;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
}
|
||||
|
||||
#menu-management .nav-tab-active {
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
#select-nav-menu-container {
|
||||
text-align: right;
|
||||
padding: 0 10px 3px 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#select-nav-menu {
|
||||
width: 100px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#select-nav-menu {
|
||||
width: 100px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#menu-name-label {
|
||||
margin-top: -2px;
|
||||
@@ -174,37 +174,46 @@ body {
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#wpbody .open-label span {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.js .input-with-default-title {
|
||||
color: #aaa;
|
||||
font-style: italic;
|
||||
}
|
||||
.js .input-with-default-title {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#menu-management .inside { padding: 0 10px; }
|
||||
#menu-management .inside {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
/* Add Menu Item Boxes */
|
||||
.postbox .howto input {
|
||||
width: 180px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.customlinkdiv .howto input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#nav-menu-theme-locations .howto select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#nav-menu-theme-locations .button-controls {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.add-menu-item-view-all {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
/* Button Primary Actions */
|
||||
#menu-container .submit { margin: 0px 0px 10px; padding: 0px; }
|
||||
#menu-container .submit {
|
||||
margin: 0px 0px 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.meta-sep,
|
||||
.submitdelete,
|
||||
@@ -215,27 +224,24 @@ body {
|
||||
margin: 4px 0;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
.meta-sep {
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
#cancel-save {
|
||||
color: #ff0000;
|
||||
text-decoration: underline;
|
||||
font-size: 12px;
|
||||
margin-left: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
#cancel-save:hover {
|
||||
background-color: #FF0000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Button Secondary Actions */
|
||||
.list-controls {
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.add-to-menu {
|
||||
float: right;
|
||||
}
|
||||
@@ -249,34 +255,94 @@ body {
|
||||
clear:both;
|
||||
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 */
|
||||
#menu-name { width: 270px; }
|
||||
#manage-menu .inside { padding: 0px 0px; }
|
||||
#menu-name {
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
#manage-menu .inside {
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
/* Custom Links */
|
||||
#available-links dt { display: block; }
|
||||
#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; }
|
||||
#available-links dt {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#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 */
|
||||
.quick-search { width: 190px; }
|
||||
.list-wrap { display: none; clear: both; margin-bottom: 10px; }
|
||||
.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; }
|
||||
.quick-search {
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
.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 */
|
||||
.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 input { margin-right: 3px; margin-top: -3px; }
|
||||
.list li .menu-item-title {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.list li .menu-item-title input {
|
||||
margin-right: 3px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
/* Nav Menu */
|
||||
#menu-container .inside { padding-bottom: 10px; }
|
||||
#menu-container .inside {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.menu {
|
||||
padding-top:1em;
|
||||
@@ -289,18 +355,22 @@ body {
|
||||
.menu ul {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menu ul.sub-menu {
|
||||
}
|
||||
|
||||
.menu li {
|
||||
margin-bottom: 0;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.menu-item-bar {
|
||||
clear:both;
|
||||
line-height:1.5em;
|
||||
position:relative;
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
.menu-item-handle {
|
||||
border: 1px solid #dfdfdf;
|
||||
position: relative;
|
||||
@@ -316,6 +386,7 @@ body {
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
}
|
||||
|
||||
.menu-item-edit-active .menu-item-handle {
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
@@ -325,16 +396,18 @@ body {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.no-js .menu-item-edit-active .item-edit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.js .menu-item-handle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.menu li.deleting .menu-item-handle {
|
||||
background-color: #f66;
|
||||
background-image: none;
|
||||
text-shadow: 0 0 0 #ccc;
|
||||
text-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
.menu-item-handle .item-title {
|
||||
@@ -350,9 +423,11 @@ body {
|
||||
li.menu-item.ui-sortable-helper dl {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
.menu .sortable-placeholder {
|
||||
height: 35px;
|
||||
width: 410px;
|
||||
@@ -402,13 +477,28 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
/* Menu item controls */
|
||||
.item-type {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.item-controls { font-size: 12px; 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 {
|
||||
font-size: 12px;
|
||||
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 {
|
||||
font-weight:bold;
|
||||
}
|
||||
@@ -417,10 +507,10 @@ body.js .item-order {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.item-controls .menu-item-delete:hover { color: #ff0000; }
|
||||
.item-controls .menu-item-delete:hover {
|
||||
}
|
||||
|
||||
.item-edit {
|
||||
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
|
||||
position: absolute;
|
||||
right: -20px;
|
||||
top: 0;
|
||||
@@ -429,26 +519,26 @@ body.js .item-order {
|
||||
height: 36px;
|
||||
overflow: hidden;
|
||||
text-indent:-999em;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: 1px solid;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.item-edit:hover {
|
||||
background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
|
||||
}
|
||||
|
||||
/* Menu editing */
|
||||
.menu-instructions-inactive {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.menu-item-settings {
|
||||
background: #f4f4f4;
|
||||
display:block;
|
||||
width: 400px;
|
||||
padding: 10px 0 10px 10px;
|
||||
border: solid #dfdfdf;
|
||||
border: solid;
|
||||
border-width: 0 1px 1px 1px;
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
@@ -456,6 +546,7 @@ body.js .item-order {
|
||||
-khtml-border-bottom-right-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
.menu-item-edit-active .menu-item-settings {
|
||||
display:block;
|
||||
}
|
||||
@@ -474,18 +565,18 @@ body.js .item-order {
|
||||
margin: 0 0 10px;
|
||||
padding: 3px 5px 5px;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
font-style: italic;
|
||||
border: 1px solid #dfdfdf;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
}
|
||||
.link-to-original a {
|
||||
|
||||
.link-to-original a {
|
||||
padding-left: 4px;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-field {
|
||||
display: none;
|
||||
@@ -496,10 +587,12 @@ body.js .item-order {
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.description-thin {
|
||||
width: 190px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.description-wide {
|
||||
width: 390px;
|
||||
}
|
||||
@@ -508,24 +601,34 @@ body.js .item-order {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
#cancel-save { cursor: pointer; }
|
||||
#cancel-save:hover { color: #fff !important; }
|
||||
#update-menu-item { color: #fff !important; }
|
||||
#cancel-save {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#cancel-save:hover {
|
||||
}
|
||||
|
||||
#update-menu-item {
|
||||
}
|
||||
|
||||
#update-menu-item:hover,
|
||||
#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-publishing-actions {
|
||||
clear:both;
|
||||
padding: 3px 0 5px;
|
||||
}
|
||||
|
||||
.major-publishing-actions .publishing-action {
|
||||
text-align: right;
|
||||
float: right;
|
||||
line-height: 23px;
|
||||
margin: 5px 0 1px;
|
||||
}
|
||||
|
||||
.major-publishing-actions .delete-action {
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
@@ -533,29 +636,32 @@ body.js .item-order {
|
||||
padding-right: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.menu-name-label span, .auto-add-pages label {
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.menu-name-label {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.auto-add-pages input {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.auto-add-pages {
|
||||
margin-top: 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.submitbox .submitcancel {
|
||||
color: #21759B;
|
||||
border-bottom: 1px solid #21759B;
|
||||
border-bottom: 1px solid;
|
||||
padding: 1px 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.submitbox .submitcancel:hover {
|
||||
background: #21759B;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.major-publishing-actions .form-invalid {
|
||||
@@ -583,4 +689,7 @@ body.js .item-order {
|
||||
height: 0;
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user