Ticket #12586: 12586.2.diff
File 12586.2.diff, 5.9 KB (added by , 15 years ago) |
---|
-
wp-admin/admin-header.php
104 104 } 105 105 ?> 106 106 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> 108 108 109 109 <?php do_action('in_admin_header'); ?> 110 110 -
wp-admin/css/colors-fresh.dev.css
123 123 background-color: #ccc; 124 124 } 125 125 /* #upload-menu li a.upload-tab-link, */ 126 .login #backtoblog a:hover,127 126 #plugin-information .action-button a, 128 127 #plugin-information .action-button a:hover, 129 128 #plugin-information .action-button a:visited { … … 577 576 color: #d54e21 !important; 578 577 } 579 578 580 #footer ,581 #footer-upgrade { 582 b ackground: #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; 584 583 } 585 584 586 585 #media-items, … … 699 698 } 700 699 701 700 .login #backtoblog a { 702 color: # ccc;701 color: #464646; 703 702 } 704 703 705 704 #wphead { 706 background-color: #464646; 705 background: url(../images/admin-header-footer.png) top left repeat-x; 706 border-color: #fff; 707 707 } 708 708 709 709 body.login { 710 b order-top-color: #464646;710 background: url(../images/login-header.png) top left repeat-x; 711 711 } 712 712 713 713 #wphead h1 a { 714 color: # fff;714 color: #464646; 715 715 } 716 716 717 717 #user_info { … … 722 722 #user_info a:visited, 723 723 #footer a:link, 724 724 #footer a:visited { 725 color: # ccc;725 color: #222; 726 726 text-decoration: none; 727 727 } 728 728 729 729 #user_info a:hover, 730 730 #footer a:hover { 731 color: # fff;731 color: #000; 732 732 text-decoration: underline !important; 733 733 } 734 734 … … 1479 1479 } 1480 1480 1481 1481 #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; 1485 1484 } 1486 1485 1487 1486 #favorite-inside { 1488 border-color: # 797979;1489 background-color: # 797979;1487 border-color: #cfcfcf; 1488 background-color: #fff; 1490 1489 } 1491 1490 1492 1491 #favorite-toggle { … … 1494 1493 } 1495 1494 1496 1495 #favorite-actions a { 1497 color: # ddd;1496 color: #6d6d6d; 1498 1497 } 1499 1498 1500 1499 #favorite-actions a:hover { 1501 color: # fff;1500 color: #464646; 1502 1501 } 1503 1502 1504 1503 #favorite-inside a:hover { 1505 1504 text-decoration: underline; 1506 1505 } 1507 1506 1508 #favorite-actions .slide-down {1509 border-bottom-color: #626262;1510 }1511 1512 1507 #screen-meta a.show-settings { 1513 1508 background-color: transparent; 1514 1509 text-shadow: rgba(255,255,255,0.7) 0 1px 0; … … 1585 1580 background: transparent url(../images/wp-logo.gif) no-repeat scroll center center; 1586 1581 } 1587 1582 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 1604 1583 .popular-tags, 1605 1584 .feature-filter { 1606 1585 background-color: #fff; -
wp-admin/css/wp-admin.dev.css
874 874 875 875 #wphead { 876 876 height: 46px; 877 border-bottom: 1px; 878 border-style: solid; 877 879 } 878 880 879 881 #wphead a, … … 902 904 padding: 12px 10px 5px; 903 905 } 904 906 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,919 907 #wphead #privacy-on-link { 920 908 font-size: 50%; 921 909 font-style: normal; … … 1269 1257 /* Admin Footer */ 1270 1258 #footer { 1271 1259 margin-top: -45px; 1260 border-top: 1px; 1261 border-style: solid; 1272 1262 } 1273 1263 1274 1264 #footer, … … 1352 1342 width: 10px; 1353 1343 } 1354 1344 1355 input.large-text,1356 1345 textarea.large-text { 1357 1346 width: 99%; 1358 1347 } … … 3127 3116 -khtml-border-bottom-left-radius: 0; 3128 3117 border-bottom-right-radius: 0; 3129 3118 border-bottom-left-radius: 0; 3130 border-bottom-width: 1px; 3131 border-bottom-style: solid; 3119 border-bottom: none; 3132 3120 } 3133 3121 3134 3122 #utc-time, #local-time { -
wp-admin/css/login.dev.css
1 1 * { margin: 0; padding: 0; } 2 2 3 3 body { 4 border-top-width: 30px; 5 border-top-style: solid; 4 padding-top: 30px; 6 5 font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; 7 6 } 8 7 … … 83 82 84 83 #backtoblog a { 85 84 position: absolute; 86 top: 7px;85 top: 8px; 87 86 left: 15px; 88 87 text-decoration: none; 89 88 }