Make WordPress Core

Ticket #12586: 12586.2.2.diff

File 12586.2.2.diff, 5.9 KB (added by johnonolan, 15 years ago)
  • wp-admin/admin-header.php

     
    104104}
    105105?>
    106106
    107 <img id="header-logo" src="<?php echo esc_url( includes_url( '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 esc_attr_e('Visit Site') ?>"><span id="site-title"><?php echo $blog_name ?></span> <em id="site-visit-button"><?php _e('Visit Site') ?></em></a><?php if ( current_user_can('manage_options') && ! get_option('blog_public') ) { ?> <a id="privacy-on-link" href="options-privacy.php" title="<?php esc_attr_e('Your site is asking search engines not to index its content') ?>"><?php _e('Search Engines Blocked') ?></a><?php } ?></h1>
     107<img id="header-logo" src="<?php echo esc_url( includes_url( '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 esc_attr_e('Visit Site') ?>"><span id="site-title"><?php echo $blog_name ?></span></a><?php if ( current_user_can('manage_options') && ! get_option('blog_public') ) { ?> <a id="privacy-on-link" href="options-privacy.php" title="<?php esc_attr_e('Your site is asking search engines not to index its content') ?>"><?php _e('Search Engines Blocked') ?></a><?php } ?></h1>
    108108
    109109<?php do_action('in_admin_header'); ?>
    110110
  • wp-admin/css/colors-fresh.dev.css

     
    123123        background-color: #ccc;
    124124}
    125125/* #upload-menu li a.upload-tab-link, */
    126 .login #backtoblog a:hover,
    127126#plugin-information .action-button a,
    128127#plugin-information .action-button a:hover,
    129128#plugin-information .action-button a:visited {
     
    577576        color: #d54e21 !important;
    578577}
    579578
    580 #footer,
    581 #footer-upgrade {
    582         background: #464646;
    583         color: #999;
     579#footer {
     580        background: url(../images/admin-header-footer.png) top left repeat-x;
     581        border-color: #d4d4d4;
     582        color: #777;
    584583}
    585584
    586585#media-items,
     
    699698}
    700699
    701700.login #backtoblog a {
    702         color: #ccc;
     701        color: #464646;
    703702}
    704703
    705704#wphead {
    706         background-color: #464646;
     705        background: url(../images/admin-header-footer.png) top left repeat-x;
     706        border-color: #fff;
    707707}
    708708
    709709body.login {
    710         border-top-color: #464646;
     710        background: url(../images/login-header.png) top left repeat-x;
    711711}
    712712
    713713#wphead h1 a {
    714         color: #fff;
     714        color: #464646;
    715715}
    716716
    717717#user_info {
     
    722722#user_info a:visited,
    723723#footer a:link,
    724724#footer a:visited {
    725         color: #ccc;
     725        color: #222;
    726726        text-decoration: none;
    727727}
    728728
    729729#user_info a:hover,
    730730#footer a:hover {
    731         color: #fff;
     731        color: #000;
    732732        text-decoration: underline !important;
    733733}
    734734
     
    14791479}
    14801480
    14811481#favorite-first {
    1482         background: #797979 url(../images/fav.png) repeat-x left center;
    1483         border-color: #777 !important;
    1484         border-bottom-color: #666 !important;
     1482        border-color: #cfcfcf;
     1483        background-color: #fff;
    14851484}
    14861485
    14871486#favorite-inside {
    1488         border-color: #797979;
    1489         background-color: #797979;
     1487        border-color: #cfcfcf;
     1488        background-color: #fff;
    14901489}
    14911490
    14921491#favorite-toggle {
     
    14941493}
    14951494
    14961495#favorite-actions a {
    1497         color: #ddd;
     1496        color: #6d6d6d;
    14981497}
    14991498
    15001499#favorite-actions a:hover {
    1501         color: #fff;
     1500        color: #464646;
    15021501}
    15031502
    15041503#favorite-inside a:hover {
    15051504        text-decoration: underline;
    15061505}
    15071506
    1508 #favorite-actions .slide-down {
    1509         border-bottom-color: #626262;
    1510 }
    1511 
    15121507#screen-meta a.show-settings {
    15131508        background-color: transparent;
    15141509        text-shadow: rgba(255,255,255,0.7) 0 1px 0;
     
    15851580        background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
    15861581}
    15871582
    1588 #wphead #site-visit-button {
    1589         background-color: #585858;
    1590         background-image: url(../images/visit-site-button-grad.gif);
    1591         color: #aaa;
    1592         text-shadow: #3F3F3F 0 -1px 0;
    1593 }
    1594 
    1595 #wphead a:hover #site-visit-button {
    1596         color: #fff;
    1597 }
    1598 
    1599 #wphead a:focus #site-visit-button,
    1600 #wphead a:active #site-visit-button {
    1601         background-position:0 -27px;
    1602 }
    1603 
    16041583.popular-tags,
    16051584.feature-filter {
    16061585        background-color: #fff;
  • wp-admin/css/wp-admin.dev.css

     
    874874
    875875#wphead {
    876876        height: 46px;
     877        border-bottom: 1px;
     878        border-style: solid;
    877879}
    878880
    879881#wphead a,
     
    902904        padding: 12px 10px 5px;
    903905}
    904906
    905 #wphead #site-visit-button {
    906         background-repeat: repeat-x;
    907         background-position: 0 0;
    908         -moz-border-radius: 3px;
    909         -webkit-border-radius: 3px;
    910         -khtml-border-radius: 3px;
    911         border-radius: 3px;
    912         cursor: pointer; /* to keep IE happy */
    913         display: -moz-inline-stack; /* to keep FF2 happy */
    914         display: inline-block;
    915         margin-left: 5px;
    916 }
    917 
    918 #wphead #site-visit-button,
    919907#wphead #privacy-on-link {
    920908        font-size: 50%;
    921909        font-style: normal;
     
    12691257/* Admin Footer */
    12701258#footer {
    12711259        margin-top: -45px;
     1260        border-top: 1px;
     1261        border-style: solid;
    12721262}
    12731263
    12741264#footer,
     
    31273116        -khtml-border-bottom-left-radius: 0;
    31283117        border-bottom-right-radius: 0;
    31293118        border-bottom-left-radius: 0;
    3130         border-bottom-width: 1px;
    3131         border-bottom-style: solid;
     3119        border-bottom: none;
    31323120}
    31333121
    31343122#utc-time, #local-time {
  • wp-admin/css/login.dev.css

     
    11* { margin: 0; padding: 0; }
    22
    33body {
    4         border-top-width: 30px;
    5         border-top-style: solid;
     4        padding-top: 30px;
    65        font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    76}
    87
     
    8382
    8483#backtoblog a {
    8584        position: absolute;
    86         top: 7px;
     85        top: 8px;
    8786        left: 15px;
    8887        text-decoration: none;
    8988}