Make WordPress Core

Changeset 14201


Ignore:
Timestamp:
04/23/2010 06:49:58 PM (16 years ago)
Author:
iammattthomas
Message:

In twentyten, fix Firefox print style, make print styles use full page width, and style form inputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/style.css

    r14115 r14201  
    44Description: The 2010 default theme for WordPress.
    55Author: the WordPress team
    6 Version: 0.9
     6Version: 1.0
    77Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
    88*/
     
    135135.reply,
    136136.widget_search label,
    137 .widget-title
     137.widget-title,
     138input[type=submit]
    138139{
    139140    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
     
    296297}
    297298input[type="text"], textarea {
    298     padding: 0 0 0 3px;
     299    padding: 2px;
     300    background: #f9f9f9;
     301    border: 1px solid #ccc;
     302    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
     303    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
     304    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    299305}
    300306a:link {
     
    388394    left:0;
    389395    float:left;
     396    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
     397    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    390398    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    391     -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    392     box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    393399    z-index: 99999;
    394400}
     
    975981
    976982/* Comments form */
     983input[type=submit] {
     984    color: #333;
     985}
    977986#respond {
    978987    overflow: hidden;
     
    984993#respond .comment-notes {
    985994    margin-bottom: 1em;
     995}
     996.form-allowed-tags {
     997    line-height: 1em;
    986998}
    987999.children #respond {
     
    10311043#respond .form-submit input {
    10321044    width: auto;
     1045    font-size: 14px;
    10331046}
    10341047#respond dl {
     
    12251238        float: none;
    12261239        margin: 0;
     1240        padding:0;
     1241        line-height: 1.4em;
    12271242    }
    12281243    #site-title {
     
    12351250    .entry-title {
    12361251        font-size: 21pt;
    1237         line-height: 1.4em;
    12381252    }
    12391253    #access,
     
    12471261        display: none !important;
    12481262    }
    1249     #branding img.wp-post-image {
    1250         display: block !important;
    1251     margin-left: -104pt;
    1252     margin-top: 20pt;
    1253     border: none;
    1254     margin-bottom: -24pt;
    1255     }
    12561263    #container, #header, #footer {
    1257         margin: 0 0 0 24%;
    1258         width: 70%;
     1264        width: 100%;
     1265        margin: 0;
    12591266    }
    12601267    #content {
     
    12831290    }
    12841291    #main {
    1285         margin: 0;
    1286         width: auto;
    1287         padding: 0;
     1292        display:inline;
    12881293    }
    12891294    .home .sticky {
Note: See TracChangeset for help on using the changeset viewer.