Make WordPress Core

Changeset 25503


Ignore:
Timestamp:
09/19/2013 05:41:28 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: clean up vendor prefixes. Props iamtakashi, fixes #25305.

File:
1 edited

Legend:

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

    r25502 r25503  
    3939    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    4040    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    41     -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    42     -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
     41    -webkit-text-size-adjust: 100%;
     42    -ms-text-size-adjust:     100%;
    4343}
    4444body {
     
    363363input[type="checkbox"],
    364364input[type="radio"] {
    365     box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
     365    -webkit-box-sizing: border-box;
     366    -moz-box-sizing:    border-box;
     367    box-sizing:         border-box;
    366368    padding: 0; /* Addresses excess padding in IE8/9 */
    367369}
    368370input[type="search"] {
    369371    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    370     -moz-box-sizing: content-box;
    371     -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    372     box-sizing: content-box;
     372    -webkit-box-sizing: content-box;
     373    -moz-box-sizing:    content-box;
     374    box-sizing:         content-box;
    373375}
    374376input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
     
    388390    border: 1px solid rgba(0, 0, 0, 0.1);
    389391    border-radius: 2px;
    390     -moz-box-sizing: border-box;
    391     box-sizing: border-box;
     392    -webkit-box-sizing: border-box;
     393    -moz-box-sizing:    border-box;
     394    box-sizing:         border-box;
    392395    color: #2b2b2b;
    393396}
     
    440443input[type="reset"],
    441444input[type="submit"] {
    442     -webkit-transition: all 0.2s ease-out;
    443     -moz-transition: all 0.2s ease-out;
    444     -ms-transition: all 0.2s ease-out;
    445     -o-transition: all 0.2s ease-out;
    446     transition: all 0.2s ease-out;
     445    -webkit-transition: all 200ms ease-out;
     446    transition:         all 200ms ease-out;
    447447}
    448448
     
    546546}
    547547.content-sidebar {
    548     -moz-box-sizing: border-box;
    549     box-sizing: border-box;
     548    -webkit-box-sizing: border-box;
     549    -moz-box-sizing:    border-box;
     550    box-sizing:         border-box;
    550551    padding: 36px 10px 0;
    551552    padding: 3.6rem 1.0rem 0;
     
    643644.search-toggle {
    644645    background-color: #24890d;
    645     -moz-box-sizing: border-box;
    646     box-sizing: border-box;
     646    -webkit-box-sizing: border-box;
     647    -moz-box-sizing:    border-box;
     648    box-sizing:         border-box;
    647649    color: #fff;
    648650    display: block;
     
    685687}
    686688.search-box-wrapper {
    687     -moz-box-sizing: border-box;
    688     box-sizing: border-box;
     689    -webkit-box-sizing: border-box;
     690    -moz-box-sizing:    border-box;
     691    box-sizing:         border-box;
    689692    position: absolute;
    690693    width: 100%;
     
    729732}
    730733.primary-navigation li {
    731     -moz-box-sizing: border-box;
    732     box-sizing: border-box;
     734    -webkit-box-sizing: border-box;
     735    -moz-box-sizing:    border-box;
     736    box-sizing:         border-box;
    733737    display: inline-block;
    734738    height: 48px;
     
    836840.mobile-navigation {
    837841    background-color: #000;
    838     -moz-box-sizing: border-box;
    839     box-sizing: border-box;
     842    -webkit-box-sizing: border-box;
     843    -moz-box-sizing:    border-box;
     844    box-sizing:         border-box;
    840845    font-size: 14px;
    841846    font-size: 1.4rem;
     
    11591164}
    11601165.site .tag-links a {
    1161     -webkit-transition: all 0s ease-out;
    1162     -moz-transition: all 0s ease-out;
    1163     -ms-transition: all 0s ease-out;
    1164     -o-transition: all 0s ease-out;
    1165     transition: all 0s ease-out;
     1166    -webkit-transition: all 0ms ease-out;
     1167    transition:         all 0ms ease-out;
    11661168}
    11671169.tag-links a {
     
    12761278    background: #000 url(images/pattern-dark.png) repeat 0 0;
    12771279    background-size: 5px 5px;
    1278     -moz-box-sizing: border-box;
    1279     box-sizing: border-box;
     1280    -webkit-box-sizing: border-box;
     1281    -moz-box-sizing:    border-box;
     1282    box-sizing:         border-box;
    12801283    width: 100%;
    12811284}
     
    13541357    border-top: 1px solid rgba(0, 0, 0, 0.1);
    13551358    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    1356     -moz-box-sizing: border-box;
    1357     box-sizing: border-box;
     1359    -webkit-box-sizing: border-box;
     1360    -moz-box-sizing:    border-box;
     1361    box-sizing:         border-box;
    13581362    clear: both;
    13591363    padding: 23px 10px 0;
     
    15481552}
    15491553.wp-caption-text {
    1550     -moz-box-sizing: border-box;
    1551     box-sizing: border-box;
     1554    -webkit-box-sizing: border-box;
     1555    -moz-box-sizing:    border-box;
     1556    box-sizing:         border-box;
    15521557    font-size: 12px;
    15531558    font-size: 1.2rem;
     
    17221727.image-navigation .next-image  {
    17231728    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    1724     -moz-box-sizing: border-box;
    1725     box-sizing: border-box;
     1729    -webkit-box-sizing: border-box;
     1730    -moz-box-sizing:    border-box;
     1731    box-sizing:         border-box;
    17261732    float: none;
    17271733    padding: 11px 10px;
     
    22942300
    22952301.site-footer .widget-area {
    2296     -moz-box-sizing: border-box;
    2297     box-sizing: border-box;
     2302    -webkit-box-sizing: border-box;
     2303    -moz-box-sizing:    border-box;
     2304    box-sizing:         border-box;
    22982305}
    22992306.site-footer .widget {
Note: See TracChangeset for help on using the changeset viewer.