More blue colors
git-svn-id: https://develop.svn.wordpress.org/trunk@9979 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3bc272ae00
commit
76882ebc7a
@ -38,7 +38,7 @@ $time_format = get_option('time_format');
|
|||||||
|
|
||||||
wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback'));
|
wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback'));
|
||||||
|
|
||||||
wp_admin_css_color('classic', __('Blue'), admin_url("css/colors-classic.css"), array('#073447', '#6D6D6D', '#F1F1F1', '#DFDFDF'));
|
wp_admin_css_color('classic', __('Blue'), admin_url("css/colors-classic.css"), array('#073447', '#21759B', '#EAF3FA', '#BBD8E7'));
|
||||||
wp_admin_css_color('fresh', __('Gray'), admin_url("css/colors-fresh.css"), array('#464646', '#6D6D6D', '#F1F1F1', '#DFDFDF'));
|
wp_admin_css_color('fresh', __('Gray'), admin_url("css/colors-fresh.css"), array('#464646', '#6D6D6D', '#F1F1F1', '#DFDFDF'));
|
||||||
|
|
||||||
wp_enqueue_script( 'common' );
|
wp_enqueue_script( 'common' );
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
html {
|
html {
|
||||||
background-color: #f9f9f9;
|
background-color: #F5FCFD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.find-box-search {
|
.find-box-search {
|
||||||
@ -71,7 +71,7 @@ div.dashboard-widget,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.widefat {
|
.widefat {
|
||||||
border-color: #dfdfdf;
|
border-color: #BBD8E7;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,9 +117,10 @@ li.widget-list-control-item div.widget-control {
|
|||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff h3,
|
.metabox-holder .postbox h3,
|
||||||
.metabox-holder h3 {
|
#poststuff .postbox h3,
|
||||||
background-color: #dfdfdf;
|
#poststuff .stuffbox h3 {
|
||||||
|
background: #dfdfdf url("../images/blue-grad.png") repeat-x left top;
|
||||||
text-shadow: #fff 0 1px 0;
|
text-shadow: #fff 0 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -173,7 +174,7 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alternate, .alt {
|
.alternate, .alt {
|
||||||
background-color: #f9f9f9;
|
background-color: #EDFBFC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.available-theme a.screenshot {
|
.available-theme a.screenshot {
|
||||||
@ -434,7 +435,11 @@ ul#widget-list li.widget-list-item,
|
|||||||
|
|
||||||
.widefat td,
|
.widefat td,
|
||||||
.widefat th {
|
.widefat th {
|
||||||
border-color: #dfdfdf;
|
border-bottom-color: #BBD8E7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widefat th {
|
||||||
|
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat thead tr,
|
.widefat thead tr,
|
||||||
@ -446,7 +451,7 @@ h3.dashboard-widget-title span,
|
|||||||
h3.dashboard-widget-title small,
|
h3.dashboard-widget-title small,
|
||||||
.find-box-head {
|
.find-box-head {
|
||||||
color: #333;
|
color: #333;
|
||||||
background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
|
background: #dfdfdf url(../images/blue-grad.png) repeat-x scroll left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.dashboard-widget-title small a {
|
h3.dashboard-widget-title small a {
|
||||||
@ -464,7 +469,7 @@ h3.dashboard-widget-title small a:hover {
|
|||||||
#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, a {
|
||||||
color: #21759b;
|
color: #1C6280;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Because we don't want visited on these links */
|
/* Because we don't want visited on these links */
|
||||||
@ -625,7 +630,7 @@ li.widget-list-control-item h4,
|
|||||||
.postbox textarea,
|
.postbox textarea,
|
||||||
.stuffbox input[type="text"],
|
.stuffbox input[type="text"],
|
||||||
.stuffbox textarea {
|
.stuffbox textarea {
|
||||||
border-color: #dfdfdf;
|
border-color: #BBD8E7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metabox-holder .postbox,
|
.metabox-holder .postbox,
|
||||||
@ -1010,7 +1015,7 @@ abbr.required,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu a.menu-top {
|
#adminmenu a.menu-top {
|
||||||
background: #f1f1f1 url(../images/menu-bits.gif) repeat-x scroll left -379px;
|
background: #EAF3FA url(../images/menu-bits.gif) repeat-x scroll left -379px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-submenu a {
|
#adminmenu .wp-submenu a {
|
||||||
@ -1075,17 +1080,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: #F1F1F1;
|
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: #eaeaea;
|
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: #EAEAEA;
|
background-color: #BBD8E7;
|
||||||
border-color: #aaa;
|
border-color: #8CBDD5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu div.wp-submenu {
|
#adminmenu div.wp-submenu {
|
||||||
@ -1485,10 +1490,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
|||||||
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
|
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th {
|
|
||||||
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wphead h1 {
|
#wphead h1 {
|
||||||
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
|
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
|
||||||
}
|
}
|
||||||
|
@ -111,26 +111,16 @@ li.widget-list-control-item h4.widget-title a,
|
|||||||
#plugin-information .action-button a:visited {
|
#plugin-information .action-button a:visited {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
li.widget-list-control-item,
|
|
||||||
div.nav,
|
|
||||||
#dashboard-widgets p.dashboard-widget-links,
|
|
||||||
#replyhandle,
|
|
||||||
h3.info-box-title,
|
|
||||||
#screen-options-wrap,
|
|
||||||
#wpbody-content .describe tr {
|
|
||||||
background-color: #eaf3fa;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
li.widget-list-control-item div.widget-control {
|
li.widget-list-control-item div.widget-control {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
#poststuff h3,
|
.metabox-holder .postbox h3,
|
||||||
.metabox-holder h3 {
|
#poststuff .postbox h3,
|
||||||
background-color: #dfdfdf;
|
#poststuff .stuffbox h3 {
|
||||||
|
background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;
|
||||||
text-shadow: #fff 0 1px 0;
|
text-shadow: #fff 0 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -457,6 +447,10 @@ ul#widget-list li.widget-list-item,
|
|||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widefat th {
|
||||||
|
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.widefat thead tr,
|
.widefat thead tr,
|
||||||
.widefat tfoot tr,
|
.widefat tfoot tr,
|
||||||
.thead,
|
.thead,
|
||||||
@ -693,40 +687,7 @@ li.widget-list-control-item h4,
|
|||||||
border-top-color: #ccc;
|
border-top-color: #ccc;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
#upload-files a.file-link {
|
|
||||||
background-color: #d1e2ef;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upload-file-view a img {
|
|
||||||
border-bottom-color: #69c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upload-menu li #current-tab-nav,
|
|
||||||
#upload-file {
|
|
||||||
background-color: #f9fcfe;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upload-menu li span a.page-numbers {
|
|
||||||
color: #00019b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upload-menu li.current {
|
|
||||||
border-right-color: #448abd;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upload-menu li.current a.upload-tab-link,
|
|
||||||
#upload-menu li a:hover {
|
|
||||||
background-color: #f9fcfe;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upload-menu,
|
|
||||||
#upload-menu li {
|
|
||||||
border-top-color: #247fab;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
.login #backtoblog a {
|
.login #backtoblog a {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
@ -1133,7 +1094,7 @@ abbr.required,
|
|||||||
|
|
||||||
.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: #eaeaea;
|
background-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
|
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
|
||||||
@ -1538,10 +1499,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
|||||||
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
|
text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat th {
|
|
||||||
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wphead h1 {
|
#wphead h1 {
|
||||||
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
|
text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
|
||||||
}
|
}
|
||||||
|
@ -137,6 +137,7 @@ header( 'Content-Type: application/x-javascript; charset=UTF-8' );
|
|||||||
{ "url" : "images/align-none.png" },
|
{ "url" : "images/align-none.png" },
|
||||||
{ "url" : "images/align-right.png" },
|
{ "url" : "images/align-right.png" },
|
||||||
{ "url" : "images/archive-link.png" },
|
{ "url" : "images/archive-link.png" },
|
||||||
|
{ "url" : "images/blue-grad.png" },
|
||||||
{ "url" : "images/browse-happy.gif" },
|
{ "url" : "images/browse-happy.gif" },
|
||||||
{ "url" : "images/bubble_bg.gif" },
|
{ "url" : "images/bubble_bg.gif" },
|
||||||
{ "url" : "images/bubble_bg-rtl.gif" },
|
{ "url" : "images/bubble_bg-rtl.gif" },
|
||||||
@ -174,7 +175,6 @@ header( 'Content-Type: application/x-javascript; charset=UTF-8' );
|
|||||||
{ "url" : "images/menu-dark.gif" },
|
{ "url" : "images/menu-dark.gif" },
|
||||||
{ "url" : "images/menu-dark-rtl.gif" },
|
{ "url" : "images/menu-dark-rtl.gif" },
|
||||||
{ "url" : "images/no.png" },
|
{ "url" : "images/no.png" },
|
||||||
{ "url" : "images/postbox-bg.gif" },
|
|
||||||
{ "url" : "images/required.gif" },
|
{ "url" : "images/required.gif" },
|
||||||
{ "url" : "images/resize.gif" },
|
{ "url" : "images/resize.gif" },
|
||||||
{ "url" : "images/screen-options-left.gif" },
|
{ "url" : "images/screen-options-left.gif" },
|
||||||
|
BIN
wp-admin/images/blue-grad.png
Normal file
BIN
wp-admin/images/blue-grad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 B |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 250 B |
@ -1624,9 +1624,6 @@ table.form-table td .updated {
|
|||||||
.metabox-holder .postbox h3,
|
.metabox-holder .postbox h3,
|
||||||
#poststuff .postbox h3,
|
#poststuff .postbox h3,
|
||||||
#poststuff .stuffbox h3 {
|
#poststuff .stuffbox h3 {
|
||||||
background-image: url("images/postbox-bg.gif");
|
|
||||||
background-position: left top;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
-moz-border-radius: 6px 6px 0 0;
|
-moz-border-radius: 6px 6px 0 0;
|
||||||
-webkit-border-top-right-radius: 6px;
|
-webkit-border-top-right-radius: 6px;
|
||||||
-webkit-border-top-left-radius: 6px;
|
-webkit-border-top-left-radius: 6px;
|
||||||
|
@ -308,7 +308,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20081128' );
|
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20081128' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'gte IE 6' );
|
$styles->add_data( 'ie', 'conditional', 'gte IE 6' );
|
||||||
|
|
||||||
$styles->add( 'colors', true, array(), '20081129' ); // Register "meta" stylesheet for admin colors
|
$styles->add( 'colors', true, array(), '20081130' ); // Register "meta" stylesheet for admin colors
|
||||||
$styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081129'); // for login.php. Is there a better way?
|
$styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081129'); // for login.php. Is there a better way?
|
||||||
$styles->add_data( 'colors-fresh', 'rtl', true );
|
$styles->add_data( 'colors-fresh', 'rtl', true );
|
||||||
$styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20081129');
|
$styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20081129');
|
||||||
|
Loading…
Reference in New Issue
Block a user