Blue theme updates. Props Gordon Brander

git-svn-id: http://svn.automattic.com/wordpress/trunk@11100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-04-27 18:48:58 +00:00
parent 7b9137f7bf
commit 2eb1947d03
17 changed files with 145 additions and 72 deletions

View File

@ -102,7 +102,7 @@ if ( function_exists('mb_strlen') ) {
}
?>
<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit site') ?>"><?php echo $blog_name ?> <span>&larr; <?php _e('Visit site') ?></span></a></h1>
<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 id="site-heading" <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit Site') ?>"><span id="site-title"><?php echo $blog_name ?></span> <em id="site-visit-button"><?php _e('Visit Site') ?></em></a></h1>
<div id="wphead-info">
<div id="user_info">

View File

@ -12,7 +12,7 @@
background-image: url(../images/bubble_bg-rtl.gif);
}
.tablenav .tablenav-pages a {
background: #eee url('../images/menu-bits-rtl.gif') repeat-x scroll right -379px;
background: #eee url('../images/menu-bits-rtl-vs.gif') repeat-x scroll right -379px;
}
#upload-menu li.current {
border-right-color: transparent;
@ -20,7 +20,7 @@
}
#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-vs.gif) no-repeat scroll right -289px;
}
#adminmenu li.wp-menu-separator {
@ -33,7 +33,7 @@
#adminmenu li.wp-has-current-submenu .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 -207px;
background: transparent url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -207px;
}
#adminmenu .wp-has-current-submenu ul li a.current {
@ -42,7 +42,7 @@
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu .menu-top .current {
background: url(../images/menu-bits-rtl.gif) top right repeat-x;
background: url(../images/menu-bits-rtl-vs.gif) top right repeat-x;
}
#adminmenu li.wp-has-current-submenu ul li a {
@ -50,31 +50,31 @@
}
#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 -207px;
background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat right -207px;
}
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
#adminmenu .wp-menu-open .wp-menu-toggle {
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -109px;
background: transparent url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -109px;
}
#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-vs.gif) repeat-x scroll right -379px;
}
#adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
background: #FFFFFF url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px;
}
#adminmenu li.current a,
#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-vs.gif) no-repeat scroll right -289px;
}
#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-vs.gif) repeat-x scroll right top;
}
.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-vs.gif) no-repeat scroll right -111px;
}

View File

@ -1,5 +1,5 @@
html {
background-color: #F5FCFD;
background-color: #f7f6f1;
}
.find-box-search {
@ -70,7 +70,7 @@ div.dashboard-widget,
}
.widefat {
border-color: #BBD8E7;
border-color: #dfdfdf;
background-color: #fff;
}
@ -109,7 +109,7 @@ textarea.disabled {
.widget .widget-top,
.postbox h3,
.stuffbox h3 {
background: #dfdfdf url("../images/blue-grad.png") repeat-x left top;
background: #d5e6f2 url("../images/blue-grad.png") repeat-x left top;
text-shadow: #fff 0 1px 0;
}
@ -258,8 +258,8 @@ td.help {
.submit input,
input[type=button],
input[type=submit] {
border-color: #8CBDD5;
color: #093E56;
border-color: #dfdfdf;
color: #464646;
}
.button:hover,
@ -268,7 +268,7 @@ input[type=submit] {
input[type=button]:hover,
input[type=submit]:hover {
color: #000;
border-color: #21759B;
border-color: #adaca7;
}
.button,
@ -286,15 +286,15 @@ input[type=submit]:hover {
.button-primary,
.submit .button-primary,
#login form .submit input {
border-color: #298cba !important;
border-color: #5b86ab !important;
font-weight: bold;
color: #FFF !important;
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
background: #5580a6 url(../images/button-grad-vs.png) repeat-x scroll left top;
}
.button-primary:active,
#login form .submit input:active {
background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
background: #21759b url(../images/button-grad-active-vs.png) repeat-x scroll left top !important;
}
.button[disabled],
@ -308,7 +308,7 @@ a.button.disabled {
.button-primary[disabled],
.button-primary:disabled {
color: #2fa0d5 !important;
color: #80A3D2 !important;
}
a:active,
@ -338,7 +338,7 @@ div.dashboard-widget-submit input:hover,
.button-primary:hover,
#login form .submit input:hover {
border-color: #13455b !important;
border-color: #2e5475 !important;
color: #EAF2FA !important;
}
@ -408,7 +408,11 @@ div#available-widgets-filter,
.widefat td,
.widefat th {
border-bottom-color: #BBD8E7;
border-bottom-color: #dfdfdf;
}
.widefat tfoot th {
border-bottom:0;
}
.widefat th {
@ -422,7 +426,7 @@ h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
.find-box-head {
color: #333;
background: #dfdfdf url(../images/blue-grad.png) repeat-x scroll left top;
background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top;
}
h3.dashboard-widget-title small a {
@ -536,8 +540,8 @@ input.readonly, textarea.readonly {
#footer,
#footer-upgrade {
background: #073447;
color: #999;
background: #1d507d;
color: #b6d1e4;
}
#media-items {
@ -608,7 +612,7 @@ input.readonly, textarea.readonly {
#titlediv,
#poststuff .postarea,
.stuffbox {
border-color: #BBD8E7;
border-color: #dfdfdf;
}
.metabox-holder .postbox,
@ -662,7 +666,7 @@ input.readonly, textarea.readonly {
}
#wphead {
background-color: #073447;
background-color: #1d507d;
}
body.login {
@ -677,26 +681,21 @@ body.login {
color: #555;
}
#wphead h1 a:hover {
text-decoration: underline;
}
#user_info {
color: #999;
color: #b6d1e4;
}
#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited {
color: #ccc;
color: #fff;
text-decoration: none;
}
#user_info a:hover, #footer a:hover {
color: #fff;
text-decoration: underline !important;
text-decoration: underline;
}
#user_info a:active, #footer a:active {
color: #ccc !important;
text-decoration: underline;
}
div#media-upload-error,
@ -732,14 +731,14 @@ abbr.required,
#poststuff #edButtonPreview,
#poststuff #edButtonHTML {
background-color: #f1f1f1;
background-color: #f2f1eb;
border-color: #dfdfdf;
color: #999;
}
#poststuff #editor-toolbar .active {
border-bottom-color: #e9e9e9;
background-color: #e9e9e9;
border-bottom-color: #e3eef7;
background-color: #e3eef7;
color: #333;
}
@ -881,8 +880,11 @@ abbr.required,
color: #888;
}
#quicktags,
.wp_themeSkin tr.mceFirst td.mceToolbar {
background: #e3eef7 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,12 +968,12 @@ abbr.required,
#timestampdiv input,
#namediv input,
#poststuff .inside .the-tagcloud {
border-color: #8CBDD5;
border-color: #dfdfdf;
}
/* menu */
#adminmenu * {
border-color: #BBD8E7;
border-color: #dfdfdf;
}
#adminmenu li.wp-menu-separator {
@ -984,20 +986,20 @@ abbr.required,
#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.gif) no-repeat scroll left -207px;
background: transparent url(../images/menu-bits-vs.gif) 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.gif) no-repeat scroll left -109px;
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
}
#adminmenu a.menu-top {
background: #EAF3FA url(../images/menu-bits.gif) repeat-x scroll left -379px;
background: #EAF3FA url(../images/menu-bits-vs.gif) repeat-x scroll left -379px;
}
#adminmenu .wp-submenu a {
background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
background: #FFFFFF url(../images/menu-bits-vs.gif) no-repeat scroll 0 -310px;
}
#adminmenu .wp-has-current-submenu ul li a {
@ -1010,8 +1012,8 @@ abbr.required,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu .menu-top .current {
background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x;
border-color: #6d6d6d;
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) 0px -1px 0px;
}
@ -1030,11 +1032,11 @@ abbr.required,
}
#adminmenu li.menu-top .current:hover {
border-color: #B5B5B5;
border-color: #6583C0;
}
#adminmenu .wp-submenu .current a.current {
background: transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px;
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll 0 -289px;
}
#adminmenu .wp-submenu a:hover {
@ -1213,7 +1215,7 @@ table.diff .diff-addedline ins {
#screen-options-wrap,
#contextual-help-wrap {
background-color: #f1f1f1;
background-color: #eae9e4;
border-color: #dfdfdf;
}
@ -1322,7 +1324,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
.meta-box-sortables .postbox:hover .handlediv {
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px;
background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
}
#major-publishing-actions {
@ -1335,7 +1337,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
.tablenav .tablenav-pages a {
border-color: #e3e3e3;
background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
background: #eee url('../images/menu-bits-vs.gif') repeat-x scroll left -379px;
}
.tablenav .tablenav-pages a:hover {
@ -1417,18 +1419,24 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#favorite-first {
background: #797979 url(../images/fav.png) repeat-x 0 center;
border-color: #777 !important;
border-bottom-color: #666 !important;
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;
}
#favorite-inside {
border-color: #797979;
background-color: #797979;
border-color: #5b86ac;
background-color: #5580a6;
}
#favorite-toggle {
background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px;
background: transparent url(../images/fav-arrow-vs.gif) no-repeat 0 -4px;
}
#favorite-actions a {
@ -1533,7 +1541,23 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#header-logo {
background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
background: transparent url(../images/wp-logo-vs.gif) 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;
}
input[readonly] {
@ -1543,11 +1567,11 @@ input[readonly] {
.popular-tags,
.feature-filter {
background-color: #FFFFFF;
border-color: #DFDFDF;
border-color: #dfdfdf;
}
#theme-information .action-button {
border-top-color: #DFDFDF;
border-top-color: #dfdfdf;
}
.theme-listing br.line {
@ -1566,10 +1590,15 @@ div.widgets-holder-wrap {
textarea,
input,
select {
border-color: #8CBDD5;
border-color: #dfdfdf;
}
* html input,
* html .widget {
border-color: #8CBDD5;
}
#dashboard_right_now .table {
background:#faf9f7 !important;
}

View File

@ -677,10 +677,6 @@ body.login {
color: #555;
}
#wphead h1 a:hover {
text-decoration: underline;
}
#user_info {
color: #999;
}
@ -1536,6 +1532,22 @@ fieldset.inline-edit-col-right .inline-edit-col {
background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
}
#wphead #site-visit-button {
background-color:#585858;
background-image: url(../images/visit-site-button-grad.gif);
color:#aaa;
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;
}
input[readonly] {
background-color: #eee;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 B

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

BIN
wp-admin/images/fav-vs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -841,8 +841,29 @@ div.comment-item:hover .row-actions {
padding: 12px 10px 5px;
}
#wphead h1 span {
#wphead #site-visit-button {
background-repeat:repeat-x;
background-position:0 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
cursor:pointer; /* to keep IE happy */
display:-moz-inline-stack; /* to keep FF2 happy */
display:inline-block;
font-size: 50%;
font-style:normal;
line-height:17px;
margin-left:5px;
padding:0 6px;
vertical-align:middle;
}
#wphead h1 a:hover {
text-decoration:none;
}
#wphead h1 a:hover #site-title {
text-decoration:underline;
}
/* side admin menu */
@ -1641,6 +1662,17 @@ table.form-table td .updated {
border-top-left-radius: 6px;
}
.postbox.closed h3 {
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.postbox table.form-table {
margin-bottom: 0;
}
@ -2909,10 +2941,10 @@ abbr.required {
}
#favorite-actions .slide-down {
background-image: url(images/fav-top.png);
/* background-image: url(images/fav-top.png);
background-repeat: repeat-x;
background-position: 0 top;
-moz-border-radius: 12px 12px 0 0;
*/ -moz-border-radius: 12px 12px 0 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-khtml-border-bottom-right-radius: 0;