Make WordPress Core

Ticket #8313: 8313.diff

File 8313.diff, 15.9 KB (added by iammattthomas, 18 years ago)

Fixes #8313

  • wp-includes/js/thickbox/thickbox.css

     
    33/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
    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}
    1414
     
    4949        z-index: 102;
    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
    5862* html #TB_window { /* ie6 hack */
     
    120124        top: 50%;
    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;
    126130}
     
    154158        border:none;
    155159        margin-bottom:-1px;
    156160        _margin-bottom:1px;
    157 }
     161}
     162 No newline at end of file
  • wp-admin/wp-admin.css

     
    183183}
    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
    189189.submit {
     
    332332.button-secondary,
    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;
    338338        line-height: 16px;
     
    386386}
    387387
    388388#wpcontent select {
    389         font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
     389        font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    390390        padding: 2px;
    391391        border-width: 1px;
    392392        border-style: solid;
     
    502502}
    503503
    504504#ed_toolbar input {
    505         margin: 3px 2px 4px;
     505        margin: 3px 1px 4px;
    506506        line-height: 18px;
    507507        display: inline-block;
    508508        border-width: 1px;
    509509        border-style: solid;
    510510        min-width: 26px;
    511511        padding: 2px 4px;
    512         font-size: 13px;
     512        font-size: 12px;
    513513        -moz-border-radius: 3px;
    514514        -khtml-border-radius: 3px;
    515515        -webkit-border-radius: 3px;
     
    684684}
    685685
    686686#your-profile legend {
    687         font-family: Georgia, "Times New Roman", Times, serif;
     687        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    688688        font-size: 22px;
    689689}
    690690
     
    782782.tablenav .displaying-num {
    783783        margin-right: 10px;
    784784        font-size: 12px;
    785         font-family: Georgia, "Times New Roman", Times, serif;
     785        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    786786        font-style: italic;
    787787}
    788788
     
    873873}
    874874
    875875#wphead h1 {
    876         font: normal 22px Georgia, "Times New Roman", Times, serif;
     876        font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    877877        padding: 10px 10px 5px;
    878878        margin: 0;
    879879        float: left;
     
    881881}
    882882
    883883#wphead h1.long-title {
    884         font: normal 18px Georgia, "Times New Roman", Times, serif;
     884        font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    885885        padding: 12px 10px 5px;
    886886}
    887887
     
    911911}
    912912
    913913#adminmenu .wp-submenu a {
    914         font: normal 11px/18px "Lucida Grande", Verdana, Arial, sans-serif;
     914        font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    915915}
    916916
    917917#adminmenu .wp-submenu li.current,
     
    923923       
    924924#adminmenu a.menu-top,
    925925#adminmenu .wp-submenu-head {
    926         font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
     926        font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    927927}
    928928
    929929.folded #adminmenu,
     
    12081208
    12091209#footer {
    12101210        word-spacing: .3em;
    1211         font-size: 11px;
     1211        font-size: 12px;
    12121212        margin-top: -47px;
    12131213}
    12141214
    1215 #footer #footer-thankyou, #footer #footer-upgrade {
    1216         font-size: 13px;
     1215#footer #footer-thankyou, #footer #footer-upgrade, #footer #footer-thankyou a, #footer #footer-upgrade a {
     1216        font-size: 12px;
    12171217        word-spacing: 0;
    1218         font-family: Georgia, "Times New Roman", Times, serif;
     1218        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    12191219        font-style: italic;
    12201220}
    12211221
     
    12291229        padding: 15px;
    12301230}
    12311231
    1232 #footer p a {
     1232#footer a {
    12331233        text-decoration: none;
     1234        font-size: 11px;
    12341235}
    12351236
    12361237#footer p a:hover {
     
    12581259
    12591260.form-table th, .form-wrap label {
    12601261        font-weight: normal;
    1261         text-shadow: #fff 0 1px 0;
     1262        text-shadow: rgba(255,255,255,1) 0 1px 0;
    12621263}
    12631264
    12641265.form-table th,
     
    13831384
    13841385.setting-description, .form-wrap p {
    13851386        font-style: italic;
    1386         font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     1387        font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    13871388}
    13881389
    13891390.form-wrap .form-field {
     
    15691570.howto {
    15701571        font-style: italic;
    15711572        display: block;
    1572         font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     1573        font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    15731574}
    15741575
    15751576.ac_results {
     
    16661667        background-image: url("images/postbox-bg.gif");
    16671668        background-position: left top;
    16681669        background-repeat: repeat-x;
     1670        -moz-border-radius: 6px 6px 0 0;
     1671        -webkit-border-top-right-radius: 6px;
     1672        -webkit-border-top-left-radius: 6px;
     1673        -khtml-border-top-right-radius: 6px;
     1674        -khtml-border-top-left-radius: 6px;
     1675        border-top-right-radius: 6px;
     1676        border-top-left-radius: 6px;
    16691677}
    16701678
    16711679.postbox table.form-table {
     
    21922200        line-height: 2;
    21932201        margin: 0;
    21942202        padding: 4px 8px;
    2195         font: 18px "Lucida Grande", Verdana, Arial, sans-serif;
     2203        font: 18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    21962204}
    21972205
    21982206#wp_editbtns {
     
    25022510#contextual-help-link-wrap {
    25032511        float: right;
    25042512        background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
    2505         font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    2506         height: 23px;
     2513        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     2514        height: 22px;
    25072515        padding: 0;
    25082516        margin: 0 6px 0 0;
    25092517}
     
    27232731
    27242732.inline-edit-row fieldset span.title,
    27252733.inline-edit-row fieldset span.checkbox-title {
    2726         font-family: Georgia, serif;
     2734        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    27272735        font-style: italic;
    27282736}
    27292737
     
    27822790.inline-edit-row .catshow,
    27832791.inline-edit-row .cathide,
    27842792.inline-edit-row #bulk-titles div {
    2785         font-family: "Lucida Grande", Verdana, Arial, sans-serif;
     2793        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    27862794        font-style: normal;
    27872795        font-size: 11px;
    27882796}
     
    28532861#wpbody-content .media-upload-form label {
    28542862        display: block;
    28552863        font-size: 13px;
    2856         font-weight: bold;
    28572864        margin: 0.5em;
    28582865}
    28592866
     
    30483055#utc-time, #local-time {
    30493056        padding-left: 25px;
    30503057        font-style: italic;
    3051         font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
     3058        font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    30523059}
    30533060
    30543061ul#dismissed-updates {
    30553062        display: none;
    30563063}
    3057 ul.core-updates li {
    3058         padding: 12px;
    3059 }
    30603064form.upgrade {
    30613065        margin-top: 8px;
    30623066}
     
    30743078        border-radius: 6px;
    30753079}
    30763080
    3077 #flash-upload-ui {
    3078         padding: 20px 12px 0;
    3079 }
    3080 
    30813081br.clear {
    30823082        height: 2px;
    30833083        line-height: 2px;
     
    31343134.widefat th,
    31353135.widefat td {
    31363136        overflow: hidden;
     3137}
     3138
     3139.widefat th {
    31373140        text-shadow: rgba(255,255,255,0.8) 0 1px 0;
    31383141}
    31393142
  • wp-admin/css/global.css

     
    162162
    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
    168168p {
     
    193193textarea,
    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;
    199199}
     
    379379
    380380.updated p,
    381381.error p {
    382         margin: 0.6em 0;
     382        margin: 0.5em 0;
    383383}
    384384
    385385.wrap .updated,
    386386.wrap .error {
    387         margin: 0 0 12px;
     387        margin: 5px 0 12px;
    388388}
    389389
    390390.wrap h2 {
    391         font: italic normal normal 24px/29px Georgia, "Times New Roman", Times, serif;
     391        font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    392392        margin: 0;
    393393        padding: 12px 15px 1px 0;
     394        text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    394395}
    395396
    396397.wrap h2.long-header {
  • wp-admin/css/colors-fresh.css

     
    102102}
    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,
    108107#dragHelper li.widget-list-control-item h4.widget-title a,
     
    204203        border-right-color: #99d;
    205204}
    206205
     206#media-upload {
     207        background: #fff;
     208}
    207209#media-upload .slidetoggle {
    208210        border-top-color: #dfdfdf;
    209211}
     
    294296
    295297.button,
    296298.submit input {
    297         border-color: #DCDCDC;
     299        border-color: #bbb;
    298300        color: #464646;
    299301}
    300302
     303.button:hover,
     304.submit input:hover {
     305        color: #000;
     306        border-color: #666;
     307}
     308
    301309.button,
    302310.submit input,
    303311.button-secondary {
    304312        background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
    305313}
    306314
    307 .button-secondary,
    308 .submit .button-secondary {
    309         border-color: #CFE1EF;
    310         color: #464646;
     315.button:active,
     316.submit input:active,
     317.button-secondary:active {
     318        background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
    311319}
    312320
    313321.button-primary,
    314322.submit .button-primary,
    315323#login form .submit input {
    316         border-color: #21759B;
     324        border-color: #298cba;
    317325        font-weight: bold;
    318326        color: #FFF;
    319327        background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
    320328}
    321329
     330.button-primary:active, #login form .submit input:active {
     331        background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
     332}
     333
    322334.button[disabled],
    323335.button:disabled,
    324336.button-primary[disabled],
     
    328340a.button.disabled {
    329341        background: #ddd;
    330342        color: #888;
     343        text-shadow: rgba(255,255,255,0.6) 0 1px 0;
     344        border-color: #ccc;
    331345}
    332346
    333 .button:hover,
    334 .submit input:hover,
    335 #postcustomstuff .submit input:hover {
    336         border-color: #535353;
    337 }
    338 
    339347a:active,
    340348a:focus {
    341         color: #d54e21 !important;
     349        color: #d54e21;
    342350}
    343351
    344352a:hover,
    345 .button:hover,
    346353#wphead #viewsite a:hover,
    347354#adminmenu a:hover,
    348355#adminmenu ul.wp-submenu a:hover,
     
    362369        border-color: #dfdfdf;
    363370}
    364371
    365 .button-secondary:hover,
    366 #login form .submit input:hover {
    367         border-color: #328ab2;
    368 }
    369 
    370372.button-primary:hover, #login form .submit input:hover {
    371         color: #EAF2FA;
     373        border-color: #13455b !important;
     374        color: #EAF2FA !important;
    372375}
    373376
    374377#side-info-column #category-tabs .ui-tabs-selected a {
     
    506509}
    507510
    508511div#media-upload-header {
    509         background-color: #f1f1f1;
     512        background-color: #f9f9f9;
    510513        border-bottom-color: #dfdfdf;
    511514}
    512515
     
    735738        color: #999;
    736739}
    737740
    738 #user_info a:hover {
     741#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited {
     742        color: #ccc;
     743        text-decoration: none;
     744}
     745
     746#user_info a:hover, #footer a:hover {
    739747        color: #fff;
    740748        text-decoration: underline !important;
    741749}
    742750
    743 #user_info a:active {
     751#user_info a:active, #footer a:active {
    744752        color: #ccc !important;
    745753}
    746754
    747 #user_info a, #user_info a:visited {
    748         color: #ccc;
    749         text-decoration: none;
    750 }
    751 
    752 
    753755div#media-upload-error,
    754756.file-error,
    755757abbr.required,
     
    12361238
    12371239/* edit image */
    12381240#sidemenu a {
    1239         background-color: #f1f1f1;
    1240         border-color: #f1f1f1;
     1241        background-color: #f9f9f9;
     1242        border-color: #f9f9f9;
    12411243        border-bottom-color: #dfdfdf;
    12421244}
    12431245
     
    14001402form p.submit a.cancel {
    14011403        border-color: red;
    14021404        color: red;
     1405        text-shadow: none;
    14031406}
    14041407
    14051408form p.submit a.cancel:hover {
     
    14701473}
    14711474
    14721475#favorite-actions a {
    1473         color: #eee;
     1476        color: #ddd;
    14741477}
    14751478
     1479#favorite-actions a:hover {
     1480        color: #fff;
     1481}
     1482
    14761483#favorite-inside a:hover {
    1477         color: #fff;
    14781484        text-decoration: underline;
    14791485}
    14801486
  • wp-admin/css/login.css

     
    33body {
    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
    99form {
     
    2525form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
    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;
    3131        font-size: 12px;
  • wp-admin/css/media.css

     
    4343}
    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;
    4849}
     
    232233
    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;
    237239}
  • wp-admin/css/dashboard.css

     
    8989        font-size: 1em;
    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
    9595/* Right Now */
    9696
    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
    103102#dashboard_right_now .inside {
     
    106105
    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
    113114#dashboard_right_now .table {
     
    135136#dashboard_right_now td.b {
    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}
    141142
     
    175176        padding: 6px 10px 12px;
    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
    189183#dashboard_right_now a.button {
     
    275269
    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
    286280#dashboard_quick_press h4 label {
     
    334328}
    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}
    340334
     
    369363}
    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
    375369.rss-widget cite {
     
    399393
    400394#dashboard_plugins p {
    401395        margin: 0 0 1em;
    402         line-height: 1.5em;
     396        line-height: 1.4em;
    403397}