Make WordPress Core

Changeset 9842


Ignore:
Timestamp:
11/22/2008 08:03:25 AM (16 years ago)
Author:
azaozz
Message:

Visual design fixes from iammattthomas, fixes #8313

Location:
trunk
Files:
2 added
7 edited

Legend:

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

    r9837 r9842  
    103103
    104104li.widget-list-control-item h4.widget-title a:hover,
    105 #footer a,
    106105#upload-menu li a.upload-tab-link,
    107106li.widget-list-control-item h4.widget-title a,
     
    208207}
    209208
     209#media-upload {
     210    background: #fff;
     211}
    210212#media-upload .slidetoggle {
    211213    border-top-color: #dfdfdf;
     
    298300.button,
    299301.submit input {
    300     border-color: #DCDCDC;
     302    border-color: #bbb;
    301303    color: #464646;
     304}
     305
     306.button:hover,
     307.submit input:hover {
     308    color: #000;
     309    border-color: #666;
    302310}
    303311
     
    308316}
    309317
    310 .button-secondary,
    311 .submit .button-secondary {
    312     border-color: #CFE1EF;
    313     color: #464646;
     318.button:active,
     319.submit input:active,
     320.button-secondary:active {
     321    background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
    314322}
    315323
     
    317325.submit .button-primary,
    318326#login form .submit input {
    319     border-color: #21759B;
     327    border-color: #298cba;
    320328    font-weight: bold;
    321329    color: #FFF;
    322330    background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
     331}
     332
     333.button-primary:active, #login form .submit input:active {
     334    background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
    323335}
    324336
     
    332344    background: #ddd;
    333345    color: #888;
    334 }
    335 
    336 .button:hover,
    337 .submit input:hover,
    338 #postcustomstuff .submit input:hover {
    339     border-color: #535353;
     346    text-shadow: rgba(255,255,255,0.6) 0 1px 0;
     347    border-color: #ccc;
    340348}
    341349
    342350a:active,
    343351a:focus {
    344     color: #d54e21 !important;
     352    color: #d54e21;
    345353}
    346354
    347355a:hover,
    348 .button:hover,
    349356#wphead #viewsite a:hover,
    350357#adminmenu a:hover,
     
    366373}
    367374
    368 .button-secondary:hover,
    369 #login form .submit input:hover {
    370     border-color: #328ab2;
    371 }
    372 
    373375.button-primary:hover, #login form .submit input:hover {
    374     color: #EAF2FA;
     376    border-color: #13455b !important;
     377    color: #EAF2FA !important;
    375378}
    376379
     
    510513
    511514div#media-upload-header {
    512     background-color: #f1f1f1;
     515    background-color: #f9f9f9;
    513516    border-bottom-color: #dfdfdf;
    514517}
     
    739742}
    740743
    741 #user_info a:hover {
     744#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited {
     745    color: #ccc;
     746    text-decoration: none;
     747}
     748
     749#user_info a:hover, #footer a:hover {
    742750    color: #fff;
    743751    text-decoration: underline !important;
    744752}
    745753
    746 #user_info a:active {
     754#user_info a:active, #footer a:active {
    747755    color: #ccc !important;
    748756}
    749 
    750 #user_info a, #user_info a:visited {
    751     color: #ccc;
    752     text-decoration: none;
    753 }
    754 
    755757
    756758div#media-upload-error,
     
    12421244/* edit image */
    12431245#sidemenu a {
    1244     background-color: #f1f1f1;
    1245     border-color: #f1f1f1;
     1246    background-color: #f9f9f9;
     1247    border-color: #f9f9f9;
    12461248    border-bottom-color: #dfdfdf;
    12471249}
     
    14061408    border-color: red;
    14071409    color: red;
     1410    text-shadow: none;
    14081411}
    14091412
     
    14761479
    14771480#favorite-actions a {
    1478     color: #eee;
     1481    color: #ddd;
    14791482    text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    14801483}
    14811484
     1485#favorite-actions a:hover {
     1486    color: #fff;
     1487}
     1488
    14821489#favorite-inside a:hover {
    1483     color: #fff;
    14841490    text-decoration: underline;
    14851491}
  • trunk/wp-admin/css/dashboard.css

    r9797 r9842  
    9090    font-weight: normal;
    9191    font-style: italic;
    92     font-family: Georgia, serif;
     92    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    9393}
    9494
     
    9797#dashboard_right_now p.sub,
    9898#dashboard_right_now .table, #dashboard_right_now .versions {
    99     margin: -10px;
    100     font-family: Georgia, serif;
     99    margin: -12px;
    101100}
    102101
     
    107106#dashboard_right_now p.sub {
    108107    font-style: italic;
     108    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    109109    padding: 5px 10px 15px;
    110110    color: #777;
     111    font-size: 13px;
    111112}
    112113
     
    136137    padding-right: 6px;
    137138    text-align: right;
    138     font-family: Georgia, "Times New Roman", Times, serif;
     139    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    139140    font-size: 14px;
    140141}
     
    176177}
    177178
    178 #dashboard_right_now .versions,
    179 #dashboard_right_now .versions p {
    180     font-style: italic;
    181     font-size: 13px;
    182 }
    183 
    184 #dashboard_right_now .versions a,
    185179#dashboard_right_now .versions .b {
    186     font-style: normal;
     180    font-weight: bold;
    187181}
    188182
     
    276270#dashboard_quick_press h4 {
    277271    float: left;
    278     width: 5em;
     272    width: 5.5em;
    279273    clear: both;
    280274    font-weight: normal;
    281     font-style: italic;
    282     font-family: Georgia, serif;
    283275    text-align: right;
     276    padding-top: 5px;
     277    font-size: 12px;
    284278}
    285279
     
    335329
    336330#dashboard_recent_drafts h4 abbr {
    337     font-family: Georgia, serif;
     331    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    338332    color: #999;
    339333}
     
    370364
    371365.rss-widget span.rss-date {
    372     font-family: Georgia, serif;
     366    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    373367}
    374368
     
    400394#dashboard_plugins p {
    401395    margin: 0 0 1em;
    402     line-height: 1.5em;
    403 }
     396    line-height: 1.4em;
     397}
  • trunk/wp-admin/css/global.css

    r9839 r9842  
    163163body,
    164164td {
    165     font: 13px "Lucida Grande", Verdana, Arial, sans-serif;
     165    font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    166166}
    167167
     
    194194input,
    195195select {
    196     font: 13px/19px "Lucida Grande", Verdana, Arial, sans-serif;
     196    font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    197197    margin: 1px;
    198198    padding: 3px;
     
    384384.updated p,
    385385.error p {
    386     margin: 0.6em 0;
     386    margin: 0.5em 0;
    387387}
    388388
    389389.wrap .updated,
    390390.wrap .error {
    391     margin: 0 0 12px;
     391    margin: 5px 0 12px;
    392392}
    393393
    394394.wrap h2 {
    395     font: italic normal normal 24px/29px Georgia, "Times New Roman", Times, serif;
     395    font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    396396    margin: 0;
    397397    padding: 12px 15px 1px 0;
     398    text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    398399}
    399400
  • trunk/wp-admin/css/login.css

    r9810 r9842  
    44    border-top-width: 30px;
    55    border-top-style: solid;
    6     font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     6    font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    77}
    88
     
    2626
    2727#login form .submit input {
    28     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     28    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    2929    padding: 3px 10px;
    3030    border: none;
  • trunk/wp-admin/css/media.css

    r9674 r9842  
    4444
    4545.media-upload-form label.form-help, td.help {
     46    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    4647    font-style: italic;
    4748    font-weight: normal;
     
    233234#media-upload p.help,
    234235#media-upload label.help {
     236    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    235237    font-style: italic;
    236238    font-weight: normal;
  • trunk/wp-admin/wp-admin.css

    r9839 r9842  
    184184
    185185.quicktags, .search {
    186     font: 12px Georgia, "Times New Roman", Times, serif;
     186    font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    187187}
    188188
     
    333333.button-highlighted,
    334334#postcustomstuff .submit input {
    335     font-family: "Lucida Grande", Verdana, Arial, sans-serif;
     335    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    336336    text-decoration: none;
    337337    font-size: 11px !important;
     
    374374
    375375#wpcontent select {
    376     font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
     376    font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    377377    padding: 2px;
    378378    border-width: 1px;
     
    490490
    491491#ed_toolbar input {
    492     margin: 3px 2px 4px;
     492    margin: 3px 1px 4px;
    493493    line-height: 18px;
    494494    display: inline-block;
     
    497497    min-width: 26px;
    498498    padding: 2px 4px;
    499     font-size: 13px;
     499    font-size: 12px;
    500500    -moz-border-radius: 3px;
    501501    -khtml-border-radius: 3px;
     
    672672
    673673#your-profile legend {
    674     font-family: Georgia, "Times New Roman", Times, serif;
     674    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    675675    font-size: 22px;
    676676}
     
    770770    margin-right: 10px;
    771771    font-size: 12px;
    772     font-family: Georgia, "Times New Roman", Times, serif;
     772    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    773773    font-style: italic;
    774774}
     
    861861
    862862#wphead h1 {
    863     font: normal 22px Georgia, "Times New Roman", Times, serif;
     863    font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    864864    padding: 10px 10px 5px;
    865865    margin: 0;
     
    868868
    869869#wphead h1.long-title {
    870     font: normal 18px Georgia, "Times New Roman", Times, serif;
     870    font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    871871    padding: 12px 10px 5px;
    872872}
     
    898898
    899899#adminmenu .wp-submenu a {
    900     font: normal 11px/18px "Lucida Grande", Verdana, Arial, sans-serif;
     900    font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    901901}
    902902
     
    909909#adminmenu a.menu-top,
    910910#adminmenu .wp-submenu-head {
    911     font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
     911    font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    912912}
    913913
     
    11891189#footer {
    11901190    word-spacing: .3em;
    1191     font-size: 11px;
     1191    font-size: 12px;
    11921192    margin-top: -47px;
    11931193}
    11941194
    1195 #footer #footer-thankyou, #footer #footer-upgrade {
    1196     font-size: 13px;
     1195#footer #footer-thankyou, #footer #footer-upgrade, #footer #footer-thankyou a, #footer #footer-upgrade a {
     1196    font-size: 12px;
    11971197    word-spacing: 0;
    1198     font-family: Georgia, "Times New Roman", Times, serif;
     1198    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    11991199    font-style: italic;
    12001200}
     
    12101210}
    12111211
    1212 #footer p a {
     1212#footer a {
    12131213    text-decoration: none;
     1214    font-size: 11px;
    12141215}
    12151216
     
    12401241.form-wrap label {
    12411242    font-weight: normal;
     1243    text-shadow: rgba(255,255,255,1) 0 1px 0;
    12421244}
    12431245
     
    13641366.setting-description, .form-wrap p {
    13651367    font-style: italic;
    1366     font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     1368    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    13671369}
    13681370
     
    15501552    font-style: italic;
    15511553    display: block;
    1552     font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     1554    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    15531555}
    15541556
     
    16461648    background-position: left top;
    16471649    background-repeat: repeat-x;
     1650    -moz-border-radius: 6px 6px 0 0;
     1651    -webkit-border-top-right-radius: 6px;
     1652    -webkit-border-top-left-radius: 6px;
     1653    -khtml-border-top-right-radius: 6px;
     1654    -khtml-border-top-left-radius: 6px;
     1655    border-top-right-radius: 6px;
     1656    border-top-left-radius: 6px;
    16481657}
    16491658
     
    21722181    margin: 0;
    21732182    padding: 4px 8px;
    2174     font: 18px "Lucida Grande", Verdana, Arial, sans-serif;
     2183    font: 18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    21752184}
    21762185
     
    24822491    float: right;
    24832492    background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
    2484     font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    2485     height: 23px;
     2493    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     2494    height: 22px;
    24862495    padding: 0;
    24872496    margin: 0 6px 0 0;
     
    27012710.inline-edit-row fieldset span.title,
    27022711.inline-edit-row fieldset span.checkbox-title {
    2703     font-family: Georgia, serif;
     2712    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    27042713    font-style: italic;
    27052714}
     
    27602769.inline-edit-row .cathide,
    27612770.inline-edit-row #bulk-titles div {
    2762     font-family: "Lucida Grande", Verdana, Arial, sans-serif;
     2771    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    27632772    font-style: normal;
    27642773    font-size: 11px;
     
    28312840    display: block;
    28322841    font-size: 13px;
    2833     font-weight: bold;
    28342842    margin: 0.5em;
    28352843}
     
    30253033    padding-left: 25px;
    30263034    font-style: italic;
    3027     font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     3035    font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    30283036}
    30293037
    30303038ul#dismissed-updates {
    30313039    display: none;
    3032 }
    3033 ul.core-updates li {
    3034     padding: 12px;
    30353040}
    30363041form.upgrade {
     
    30513056}
    30523057
    3053 #flash-upload-ui {
    3054     padding: 20px 12px 0;
    3055 }
    3056 
    30573058br.clear {
    30583059    height: 2px;
     
    31133114}
    31143115
     3116.widefat th {
     3117    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
     3118}
     3119
  • trunk/wp-includes/js/thickbox/thickbox.css

    r8083 r9842  
    44/* ----------------------------------------------------------------------------------------------------------------*/
    55#TB_window {
    6     font: 12px Arial, Helvetica, sans-serif;
     6    font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
    77    color: #333333;
    88}
    99
    1010#TB_secondLine {
    11     font: 10px Arial, Helvetica, sans-serif;
     11    font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
    1212    color:#666666;
    1313}
     
    5050    color:#000000;
    5151    display:none;
    52     border: 4px solid #525252;
    5352    text-align:left;
    5453    top:50%;
    5554    left:50%;
     55    border: 1px solid #555;
     56    -moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
     57    -webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
     58    -khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
     59    box-shadow: rgba(0,0,0,1) 0 4px 30px;
    5660}
    5761
     
    121125    left: 50%;
    122126    background-color: #E8E8E8;
    123     border: 4px solid #525252;
     127    border: 1px solid #555;
    124128    margin: -45px 0pt 0pt -125px;
    125129    padding: 40px 15px 15px;
Note: See TracChangeset for help on using the changeset viewer.