Make WordPress Core

Changeset 9797


Ignore:
Timestamp:
11/19/2008 10:51:24 PM (16 years ago)
Author:
markjaquith
Message:

Whole bunch of font/color/shadow updates from Matt Thomas. fixes #8157

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-fresh.css

    r9796 r9797  
    130130}
    131131
     132.form-table th, .form-wrap label {
     133    color: #222;
     134}
     135
     136.setting-description, .form-wrap p {
     137    color: #999;
     138}
     139
    132140.form-table tr,
    133141.form-wrap .form-field {
    134     background-color: #f9f9f9;
     142    background-color: #f3f3f3;
    135143}
    136144
     
    297305}
    298306
     307#wpcontent select {
     308    background: url(../images/white-grad.png) repeat-x scroll left top;
     309    color: #555;
     310}
     311
    299312.button-secondary,
    300313.submit .button-secondary {
     
    306319.submit .button-primary {
    307320    border-color: #21759B;
     321    font-weight: bold;
    308322    color: #FFF;
    309323    background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
     
    344358div.dashboard-widget-submit input:hover,
    345359#media-upload a.del-link:hover,
    346 .ui-tabs-nav a:hover,
    347 #user_info a:hover {
     360.ui-tabs-nav a:hover {
    348361    color: #d54e21;
    349362}
     
    360373
    361374.button-primary:hover {
    362     border-color: #156079;
    363     background-image: inherit;
     375    color: #EAF2FA;
    364376}
    365377
     
    720732}
    721733
     734#user_info a:hover {
     735    color: #fff;
     736    text-decoration: underline !important;
     737}
     738
     739#user_info a:active {
     740    color: #ccc !important;
     741}
     742
    722743#user_info a, #user_info a:visited {
    723744    color: #ccc;
     
    10521073    border-color: #6d6d6d;
    10531074    color: #fff;
    1054     text-shadow: #666 0px -1px 0px;
    10551075}
    10561076
     
    10871107    background-image: none;
    10881108    border-color: #e3e3e3;
    1089     text-shadow: #fff 0px 1px 0px;
    10901109}
    10911110
     
    13421361
    13431362.tablenav .tablenav-pages a:hover {
    1344     color: #fff;
    1345     background-color: #d54e21;
     1363    color: #d54e21;
    13461364    border-color: #d54321;
    13471365}
     
    14341452
    14351453#favorite-first {
    1436     border-color: #464646;
    14371454    background: #797979 url(../images/fav.png) repeat-x 0 center;
     1455    border-color: #777 !important;
     1456    border-bottom-color: #666 !important;
    14381457}
    14391458
     
    14521471
    14531472#favorite-inside a:hover {
    1454     background-color: #8f8f8f;
    14551473    color: #fff;
     1474    text-decoration: underline;
    14561475}
    14571476
  • trunk/wp-admin/css/dashboard.css

    r9777 r9797  
    133133}
    134134
    135 #dashboard_right_now .b,
    136 #dashboard_right_now .b a {
    137     color: #2583ad;
    138 }
    139 
    140135#dashboard_right_now td.b {
    141136    padding-right: 6px;
     
    149144}
    150145
     146#dashboard_right_now td.b a:hover {
     147    color: #d54e21;
     148}
     149
    151150#dashboard_right_now .t {
    152151    font-size: 12px;
     
    186185#dashboard_right_now .versions .b {
    187186    font-style: normal;
    188     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    189     font-size: 12px;
    190187}
    191188
  • trunk/wp-admin/css/global.css

    r9777 r9797  
    251251    padding: 0;
    252252    white-space: nowrap;
    253     font-size: 12px;
     253    font-size: 11px;
    254254    float: left;
    255255}
  • trunk/wp-admin/wp-admin.css

    r9796 r9797  
    149149}
    150150
    151 .code {
    152     font-family: "Courier New", Courier, monospace;
     151.code, code {
     152    font-family: Consolas, Monaco, Courier, monospace;
    153153}
    154154
     
    156156    padding: 1px 3px;
    157157    margin: 0 1px;
    158     font-size: 12px;
     158    font-size: 11px;
    159159}
    160160
     
    354354}
    355355
     356.submit input,
     357.button,
     358.button-primary,
     359.button-secondary,
     360.button-highlighted,
     361#postcustomstuff .submit input {
     362    text-shadow: rgba(255,255,255,1) 0 1px 0;
     363}
     364
     365.button-primary,
     366.submit .button-primary {
     367    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
     368}
     369
    356370a.button {
    357371    padding: 4px 8px;
     
    376390
    377391#wpcontent select {
    378     font: 12px/20px "Lucida Grande", Verdana, Arial, sans-serif;
    379     padding: 2px;
     392    font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
     393    padding: 0 0 0 4px;
    380394    border-width: 1px;
    381395    border-style: solid;
     
    740754    clear: both;
    741755    height: 30px;
    742     margin: 6px 6px 4px;
     756    margin: 6px 0 4px;
    743757    vertical-align: middle;
    744758}
     
    751765    line-height: 30px;
    752766    font-size: 11px;
    753     margin: 0 8px 0 0;
    754767}
    755768
     
    864877    margin: 0;
    865878    float: left;
     879    text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
    866880}
    867881
     
    904918#adminmenu .wp-submenu li.current a:hover {
    905919    font-weight: bold;
     920    text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    906921}
    907922   
    908923#adminmenu a.menu-top,
    909924#adminmenu .wp-submenu-head {
    910     font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
     925    font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
    911926}
    912927
     
    10991114
    11001115#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
    1101 #adminmenu li.menu-top > a.current {
     1116#adminmenu .menu-top .current {
     1117    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    11021118}
    11031119
     
    11971213
    11981214#footer #footer-thankyou, #footer #footer-upgrade {
    1199     font-size: 12px;
     1215    font-size: 13px;
    12001216    word-spacing: 0;
    12011217    font-family: Georgia, "Times New Roman", Times, serif;
     
    12401256}
    12411257
     1258.form-table th, .form-wrap label {
     1259    font-weight: normal;
     1260    text-shadow: #fff 0 1px 0;
     1261}
     1262
    12421263.form-table th,
    12431264#wpbody-content .describe th {
     
    12651286    display: block;
    12661287    clear: both;
     1288    margin-top: 12px;
    12671289}
    12681290
     
    12761298    vertical-align: bottom;
    12771299    float: left;
    1278     margin: -8px 3px 12px;
     1300    margin: -8px 3px 8px;
    12791301}
    12801302
     
    13451367    display: block;
    13461368    padding: 2px;
    1347     font-weight: bold;
     1369    font-size: 12px;
    13481370}
    13491371
     
    13571379.form-wrap p {
    13581380    margin: 2px 0 5px;
     1381}
     1382
     1383.setting-description, .form-wrap p {
    13591384    font-style: italic;
     1385    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
    13601386}
    13611387
     
    15481574    font-style: italic;
    15491575    display: block;
     1576    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
    15501577}
    15511578
     
    24692496
    24702497#screen-meta-links {
    2471     margin: 0 20px 0 0;
     2498    margin: 0 9px 0 0;
    24722499}
    24732500
     
    24832510    height: 23px;
    24842511    padding: 0;
    2485     margin: -1px 10px 0 0;
     2512    margin: -1px 6px 0 0;
    24862513}
    24872514
     
    24892516    text-decoration: none;
    24902517    z-index: 1;
    2491     padding: 0 18px 0 8px;
    2492     height: 23px;
    2493     line-height: 23px;
    2494     font-size: 11px;
     2518    padding: 0 16px 0 6px;
     2519    height: 22px;
     2520    line-height: 22px;
     2521    font-size: 10px;
    24952522    display: block;
    24962523    background-repeat: no-repeat;
    2497     background-position: right top;
     2524    background-position: right bottom;
    24982525    background-color: transparent;
     2526    border-top-color: #dfdfdf;
     2527    border-top-width: 1px;
     2528    border-top-style: solid;
     2529    text-shadow: rgba(255,255,255,0.7) 0 1px 0;
    24992530}
    25002531
     
    25202551    border-width: 0 1px 1px;
    25212552    margin: 0 15px;
    2522     -moz-border-radius: 0 0 4px 4px;
     2553    -moz-border-radius: 0 0 0 4px;
    25232554    -webkit-border-bottom-left-radius: 4px;
    2524     -webkit-border-bottom-right-radius: 4px;
    25252555    -khtml-border-bottom-left-radius: 4px;
    2526     -khtml-border-bottom-right-radius: 4px;
    25272556    border-bottom-left-radius: 4px;
    2528     border-bottom-right-radius: 4px;
    25292557}
    25302558
     
    29612989    min-width: 130px;
    29622990    position: relative;
    2963    
    29642991}
    29652992
     
    29763003
    29773004#favorite-inside {
    2978     margin: 0 0 0 1px;
    2979     padding: 0 0 6px;
     3005    margin: 0 0 0 0px;
     3006    padding: 0 1px 6px 1px;
    29803007    border-width: 1px;
    29813008    border-style: solid;
     
    29963023    text-decoration: none;
    29973024    font-size: 11px;
     3025    text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    29983026}
    29993027
     
    30283056    padding-left: 25px;
    30293057    font-style: italic;
    3030 }
    3031 
    3032 .setting-description {
    3033     font-style: italic;
    3034 }
     3058    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     3059}
     3060
    30353061ul#dismissed-updates {
    30363062    display: none;
     
    31163142.widefat td {
    31173143    overflow: hidden;
    3118 }
    3119 
     3144    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
     3145}
     3146
  • trunk/wp-includes/script-loader.php

    r9789 r9797  
    301301    $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
    302302
    303     $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081119b' );
     303    $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20081119c' );
    304304    $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
    305305
     
    308308
    309309    $styles->add( 'colors', true, array(), '20081118' ); // Register "meta" stylesheet for admin colors
    310     $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081119'); // for login.php.  Is there a better way?
     310    $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081119b'); // for login.php.  Is there a better way?
    311311    $styles->add_data( 'colors-fresh', 'rtl', true );
    312312
    313     $styles->add( 'global', '/wp-admin/css/global.css', array(), '20081119' );
     313    $styles->add( 'global', '/wp-admin/css/global.css', array(), '20081119b' );
    314314    $styles->add( 'media', '/wp-admin/css/media.css', array(), '20080709' );
    315315    $styles->add( 'widgets', '/wp-admin/css/widgets.css' );
    316     $styles->add( 'dashboard', '/wp-admin/css/dashboard.css', array(), '20081119' );
     316    $styles->add( 'dashboard', '/wp-admin/css/dashboard.css', array(), '20081119b' );
    317317    $styles->add( 'install', '/wp-admin/css/install.css', array(), '20080708' );
    318318    $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css' );
Note: See TracChangeset for help on using the changeset viewer.