Make WordPress Core

Changeset 24239


Ignore:
Timestamp:
05/10/2013 09:38:48 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: minor CSS fixes for comment spacing and property ordering.

Location:
trunk/wp-content/themes/twentythirteen
Files:
4 edited

Legend:

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

    r24153 r24239  
    1010
    1111body {
    12     font-family: "Source Sans Pro", Helvetica, sans-serif;
    1312    color: #141412;
     13    font-family: "Source Sans Pro",Helvetica,sans-serif;
    1414    line-height: 1.5;
    1515    text-rendering: optimizeLegibility;
     
    336336.wp-caption-dd {
    337337    color: #220e10;
     338    font-size: 18px;
    338339    font-style: italic;
    339340    font-weight: 300;
    340     font-size: 18px;
    341341    line-height: 1.5;
    342342    margin-bottom: 24px;
  • trunk/wp-content/themes/twentythirteen/css/ie.css

    r24223 r24239  
    6161
    6262.format-image .entry-content .size-full {
     63    margin: 0;
    6364    max-width: 604px;
    64     margin: 0;
    6565}
    6666
     
    227227
    228228.ie7 .nav-menu li ul ul {
     229    left: 100%;
    229230    top: 0;
    230     left: 100%;
    231231}
    232232
     
    236236    border: 2px solid #c3c0ab;
    237237    cursor: text;
     238    height: 28px;
    238239    outline: 0;
    239240    width: 150px;
    240     height: 28px;
    241241}
    242242
  • trunk/wp-content/themes/twentythirteen/rtl.css

    r24223 r24239  
    7070    padding-right: 0;
    7171}
     72
    7273.assistive-text:focus {
    7374    left: auto;
     
    8586 * ----------------------------------------------------------------------------
    8687 */
     88
    8789.site-header > a:first-child {
    8890    display: inherit;
     
    140142
    141143.menu-toggle {
    142     padding-left: auto;
     144    padding-left: 0;
    143145    padding-right: 20px;
    144146}
     
    180182
    181183.featured-post:before {
    182     margin-right: auto;
    183184    margin-left: 2px;
     185    margin-right: auto;
    184186}
    185187
     
    277279    background-position: right top;
    278280    float: left;
    279     padding-left: auto;
     281    padding-left: 0;
    280282    padding-right: 35px;
    281283}
    282284
    283285.format-chat .entry-meta .date a:before {
    284     margin-right: auto;
    285286    margin-left: 4px;
     287    margin-right: auto;
    286288}
    287289
     
    310312.format-status .entry-content,
    311313.format-status .entry-meta {
    312     padding-left: auto;
     314    padding-left: 0;
    313315    padding-right: 35px;
    314316}
     
    349351.format-quote .quote:before {
    350352    content: '\201D';
     353    padding-left: 25px;
    351354    padding-right: 0;
    352     padding-left: 25px;
    353355    left: auto;
    354356    right: -15px;
     
    590592.site-footer .widget {
    591593    float: right;
    592     margin-right: auto;
    593594    margin-left: 20px;
     595    margin-right: auto;
    594596}
    595597
     
    627629
    628630    .main-navigation .searchform {
     631        left: 20px;
    629632        right: auto;
    630         left: 20px;
    631633    }
    632634
     
    674676    .sidebar .format-status .entry-content,
    675677    .sidebar .format-status .entry-meta {
    676         padding-left: auto;
     678        padding-left: 0;
    677679        padding-right: 35px;
    678680    }
     
    709711    #content .format-status .entry-content,
    710712    #content .format-status .entry-met {
    711         padding-left: auto;
     713        padding-left: 0;
    712714        padding-right: 35px;
    713715    }
    714716
    715717    .menu-toggle:after {
    716         padding-left: auto;
     718        padding-left: 0;
    717719        padding-right: 8px;
    718720    }
     
    731733
    732734    #content .featured-gallery {
    733         padding-left: auto;
     735        padding-left: 0;
    734736        padding-right: 24px;
    735737    }
     
    748750        background: none;
    749751        float: none;
    750         padding-left: auto;
     752        padding-left: 0;
    751753        padding-right: 0;
    752754    }
  • trunk/wp-content/themes/twentythirteen/style.css

    r24224 r24239  
    320320
    321321img {
     322    -ms-interpolation-mode: bicubic;
    322323    border: 0;
    323     -ms-interpolation-mode: bicubic;
    324324    vertical-align: middle;
    325325}
     
    467467@font-face {
    468468    font-family: Genericons;
     469    font-style: normal;
     470    font-weight: normal;
    469471    src: url(fonts/genericons-regular-webfont.eot);
    470472    src: url(fonts/genericons-regular-webfont.eot?#iefix) format("embedded-opentype"),
     
    472474         url(fonts/genericons-regular-webfont.ttf) format("truetype"),
    473475         url(fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
    474     font-weight: normal;
    475     font-style: normal;
    476476}
    477477
     
    541541/* Assistive text */
    542542.screen-reader-text {
     543    clip: rect(1px, 1px, 1px, 1px);
    543544    position: absolute !important;
    544     clip: rect(1px, 1px, 1px, 1px);
    545545}
    546546
     
    554554    font-size: 14px;
    555555    font-weight: bold;
     556    height: auto;
    556557    line-height: normal;
    557558    padding: 15px 23px 14px;
    558559    position: absolute;
     560    left: 5px;
    559561    top: 5px;
    560     left: 5px;
    561562    text-decoration: none;
    562     height: auto;
    563563    width: auto;
    564564    z-index: 100000; /* Above WP toolbar */
     
    594594    background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
    595595    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
    596     display: inline-block;
    597     padding: 11px 24px 10px;
    598     color: #fff;
    599     text-decoration: none;
    600596    border: none;
    601597    border-bottom: 3px solid #b93207;
    602598    border-radius: 2px;
     599    color: #fff;
     600    display: inline-block;
     601    padding: 11px 24px 10px;
     602    text-decoration: none;
    603603}
    604604
     
    813813    margin: 0 auto;
    814814    max-width: 1080px;
     815    min-height: 230px;
    815816    padding: 0 20px;
    816     min-height: 230px;
     817    text-decoration: none;
    817818    width: 100%;
    818     text-decoration: none;
    819819}
    820820
     
    886886    padding: 0;
    887887    position: absolute;
     888    left: -2px;
    888889    top: 45px;
    889     left: -2px;
    890890    z-index: 99999;
    891891}
     
    950950    cursor: pointer;
    951951    height: 37px;
    952     -webkit-transition: width 400ms ease, background 400ms ease;
    953     transition:         width 400ms ease, background 400ms ease;
    954952    margin: 3px 0;
    955953    padding: 0 0 0 34px;
    956954    position: relative;
     955    -webkit-transition: width 400ms ease, background 400ms ease;
     956    transition:         width 400ms ease, background 400ms ease;
    957957    width: 0;
    958958}
     
    10651065    content: "\f300";
    10661066    margin-right: 2px;
     1067    position: relative;
    10671068    top: -1px;
    1068     position: relative;
    10691069}
    10701070
    10711071.entry-meta .author a:before {
    10721072    content: "\f304";
     1073    position: relative;
    10731074    top: -1px;
    1074     position: relative;
    10751075}
    10761076
     
    10811081.tags-links a:first-child:before {
    10821082    content: "\f302";
     1083    position: relative;
    10831084    top: -1px;
    1084     position: relative;
    10851085}
    10861086
    10871087.edit-link a:before {
    10881088    content: "\f411";
     1089    position: relative;
    10891090    top: -1px;
    1090     position: relative;
    10911091}
    10921092
     
    16601660
    16611661.format-quote .entry-content {
    1662     position: relative;
    16631662    font-size: 28px;
    16641663    font-style: italic;
    16651664    font-weight: 300;
    16661665    margin: 0 auto;
     1666    position: relative;
    16671667}
    16681668
     
    17091709    padding-right: 25px;
    17101710    position: absolute;
     1711    left: -15px;
    17111712    top: -3px;
    1712     left: -15px;
    17131713}
    17141714
     
    17751775    font-style: italic;
    17761776    font-weight: 300;
     1777    padding-bottom: 30px;
    17771778    padding-top: 40px;
    1778     padding-bottom: 30px;
    17791779    position: relative;
    17801780}
     
    21842184
    21852185.error404 .page-title:before {
     2186    color: #e8e5ce;
    21862187    content: "\f423";
    2187     color: #e8e5ce;
    21882188    font-size: 964px;
    21892189    line-height: 0.6;
     
    25222522.widget {
    25232523    background-color: rgba(247, 245, 231, 0.7);
     2524    font-size: 14px;
    25242525    -webkit-hyphens: auto;
    25252526    -moz-hyphens:    auto;
    25262527    -ms-hyphens:     auto;
    25272528    hyphens:         auto;
    2528     font-size: 14px;
    25292529    margin: 0 0 24px;
    25302530    padding: 20px;
     
    26572657
    26582658.sidebar .site-footer .widget-area {
    2659     left: -158px;
    26602659    max-width: 724px;
    26612660    position: relative;
     2661    left: -158px;
    26622662}
    26632663
     
    28662866
    28672867    .site-main .widget-area {
     2868        float: none;
    28682869        margin: 0;
    2869         float: none;
    28702870        width: 100%;
    28712871    }
    28722872
    28732873    .sidebar .site-footer .widget-area {
     2874        max-width: 100%;
    28742875        left: 0;
    2875         max-width: 100%;
    28762876    }
    28772877}
     
    29282928    .sidebar .site-info,
    29292929    .sidebar .paging-navigation .nav-links {
     2930        padding-left: 20px;
    29302931        padding-right: 20px;
    2931         padding-left: 20px;
    29322932    }
    29332933
     
    32013201
    32023202    .site-header .home-link {
     3203        max-width: none;
    32033204        min-height: 0;
    3204         max-width: none;
    32053205    }
    32063206
Note: See TracChangeset for help on using the changeset viewer.