New WordPress badge for welcome panel and about screens. props chexee, ocean90. see #11651.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3c0ea09535
commit
22cf9f0fe4
File diff suppressed because one or more lines are too long
|
@ -2151,21 +2151,20 @@ div.widgets-sortables,
|
|||
|
||||
.wp-badge {
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 #0c3d57;
|
||||
border-color: #2B5173;
|
||||
text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
|
||||
|
||||
-moz-box-shadow: inset 0 0 0 1px #5F8CA8;
|
||||
-webkit-box-shadow: inset 0 0 0 1px #5F8CA8;
|
||||
box-shadow: inset 0 0 0 1px #5F8CA8;
|
||||
-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.34);
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.34);
|
||||
box-shadow: 0 0 5px rgba(0,0,0, 0.34);
|
||||
|
||||
background-color: #378aac;
|
||||
background-image: url(../images/wp-badge.png);
|
||||
background-image: url(../images/wp-badge.png), -ms-linear-gradient(top, #378aac, #165d84); /* IE10 */
|
||||
background-image: url(../images/wp-badge.png), -moz-linear-gradient(top, #378aac, #165d84); /* Firefox */
|
||||
background-image: url(../images/wp-badge.png), -o-linear-gradient(top, #378aac, #165d84); /* Opera */
|
||||
background-image: url(../images/wp-badge.png), -webkit-gradient(linear, left top, left bottom, from(#378aac), to(#165d84)); /* old Webkit */
|
||||
background-image: url(../images/wp-badge.png), -webkit-linear-gradient(top, #378aac, #165d84); /* new Webkit */
|
||||
background-image: url(../images/wp-badge.png), linear-gradient(top, #378aac, #165d84); /* proposed W3C Markup */
|
||||
background-color: #72a7cf;
|
||||
background-image: url(../images/wp-badge.png?ver=20111110);
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -ms-radial-gradient(center, #90c5ee, #72a7cf); /* IE10 */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -moz-radial-gradient(center, #90c5ee, #72a7cf); /* Firefox */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -o-radial-gradient(center, #90c5ee, #72a7cf); /* Opera */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -webkit-gradient(radial, center center, center center, from(#90c5ee), to(#72a7cf)); /* old Webkit */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -webkit-radial-gradient(center, #90c5ee, #72a7cf); /* new Webkit */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), radial-gradient(center, #90c5ee, #72a7cf); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
.about-wrap h2 .nav-tab {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1777,21 +1777,20 @@ div.widgets-sortables,
|
|||
|
||||
.wp-badge {
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 #0c3d57;
|
||||
border-color: #2B5173;
|
||||
text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
|
||||
|
||||
-moz-box-shadow: inset 0 0 0 1px #5F8CA8;
|
||||
-webkit-box-shadow: inset 0 0 0 1px #5F8CA8;
|
||||
box-shadow: inset 0 0 0 1px #5F8CA8;
|
||||
-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.34);
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.34);
|
||||
box-shadow: 0 0 5px rgba(0,0,0, 0.34);
|
||||
|
||||
background-color: #378aac;
|
||||
background-image: url(../images/wp-badge.png);
|
||||
background-image: url(../images/wp-badge.png), -ms-linear-gradient(top, #378aac, #165d84); /* IE10 */
|
||||
background-image: url(../images/wp-badge.png), -moz-linear-gradient(top, #378aac, #165d84); /* Firefox */
|
||||
background-image: url(../images/wp-badge.png), -o-linear-gradient(top, #378aac, #165d84); /* Opera */
|
||||
background-image: url(../images/wp-badge.png), -webkit-gradient(linear, left top, left bottom, from(#378aac), to(#165d84)); /* old Webkit */
|
||||
background-image: url(../images/wp-badge.png), -webkit-linear-gradient(top, #378aac, #165d84); /* new Webkit */
|
||||
background-image: url(../images/wp-badge.png), linear-gradient(top, #378aac, #165d84); /* proposed W3C Markup */
|
||||
background-color: #72a7cf;
|
||||
background-image: url(../images/wp-badge.png?ver=20111110);
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -ms-radial-gradient(center, #90c5ee, #72a7cf); /* IE10 */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -moz-radial-gradient(center, #90c5ee, #72a7cf); /* Firefox */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -o-radial-gradient(center, #90c5ee, #72a7cf); /* Opera */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -webkit-gradient(radial, center center, center center, from(#90c5ee), to(#72a7cf)); /* old Webkit */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), -webkit-radial-gradient(center, #90c5ee, #72a7cf); /* new Webkit */
|
||||
background-image: url(../images/wp-badge.png?ver=20111110), radial-gradient(center, #90c5ee, #72a7cf); /* proposed W3C Markup */
|
||||
}
|
||||
|
||||
.about-wrap h2 .nav-tab {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4736,13 +4736,11 @@ input.button-highlighted,
|
|||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 20px;
|
||||
background-position: center 20px, center center;
|
||||
}
|
||||
.about-wrap .wp-badge {
|
||||
position: absolute;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.7 KiB |
|
@ -431,13 +431,13 @@ function wp_default_styles( &$styles ) {
|
|||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111108a' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111110' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
$colors_version = '20111107';
|
||||
$colors_version = '20111110';
|
||||
|
||||
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||
$styles->add( 'colors', true, array('wp-admin'), $colors_version );
|
||||
|
|
Loading…
Reference in New Issue