Make WordPress Core

Changeset 21334


Ignore:
Timestamp:
07/25/2012 06:13:41 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: CSS cleanup for old prefixes. See #21381.

Location:
trunk/wp-content/themes/twentytwelve
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/rtl.css

    r21261 r21334  
    1717/* =Repeatable patterns
    1818-------------------------------------------------------------- */
    19 
    20 /* Buttons */
    21 .menu-toggle,
    22 input#searchsubmit,
    23 li.bypostauthor cite span {
    24     background-image: -khtml-gradient(linear, right top, right bottom, from(#f4f4f4), to(#e6e6e6));
    25     background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e6e6e6));
    26 }
    27 .menu-toggle:hover,
    28 input#searchsubmit:hover,
    29 li.bypostauthor cite span:hover {
    30     background-image: -khtml-gradient(linear, right top, right bottom, from(#f9f9f9), to(#ebebeb));
    31     background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ebebeb));
    32 }
    33 .menu-toggle:active, .menu-toggle.toggled-on,
    34 input#searchsubmit:active,
    35 input#searchsubmit.toggled-on,
    36 li.bypostauthor cite span:active,
    37 li.bypostauthor cite span.toggled-on {
    38     background-image: -khtml-gradient(linear, right top, right bottom, from(#ebebeb), to(#e1e1e1));
    39     background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ebebeb), color-stop(100%, #e1e1e1));
    40 }
    4119
    4220/* Images */
     
    151129#comments article header h4 {
    152130    left: 0;
    153     background-image: -khtml-gradient(linear, right top, right bottom, from(#009cee), to(#0088d0));
    154     background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #009cee), color-stop(100%, #0088d0));
    155131    right: auto;
    156132}
     
    158134    margin-right: 5px;
    159135    margin-right: 0.357142857rem;
    160     background-image: -khtml-gradient(linear, right top, right bottom, from(#4aacd8), to(#21759b));
    161     background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #4aacd8), color-stop(100%, #21759b));
    162136    margin-left: auto;
    163137}
  • trunk/wp-content/themes/twentytwelve/style.css

    r21331 r21334  
    193193    background-color: #e6e6e6;
    194194    background-repeat: repeat-x;
    195     background-image: -khtml-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e6e6e6));
    196195    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    197196    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    198     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e6e6e6));
    199197    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    200198    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    201199    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    202200    border: 1px solid #d2d2d2;
    203     -webkit-border-radius: 3px;
    204     -moz-border-radius: 3px;
    205201    border-radius: 3px;
    206     -webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    207     -moz-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    208202    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    209203}
     
    220214    background-color: #ebebeb;
    221215    background-repeat: repeat-x;
    222     background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ebebeb));
    223216    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    224217    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    225     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ebebeb));
    226218    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    227219    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
     
    235227    background-color: #e1e1e1;
    236228    background-repeat: repeat-x;
    237     background-image: -khtml-gradient(linear, left top, left bottom, from(#ebebeb), to(#e1e1e1));
    238229    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    239230    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    240     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #e1e1e1));
    241231    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    242232    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    243233    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    244     -webkit-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    245     -moz-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    246234    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    247235    border: none;
     
    252240    background-color: #21759b;
    253241    background-repeat: repeat-x;
    254     background-image: -khtml-gradient(linear, left top, left bottom, from(#4aacd8), to(#21759b));
    255242    background-image: -moz-linear-gradient(top, #4aacd8, #21759b);
    256243    background-image: -ms-linear-gradient(top, #4aacd8, #21759b);
    257     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4aacd8), color-stop(100%, #21759b));
    258244    background-image: -webkit-linear-gradient(top, #4aacd8, #21759b);
    259245    background-image: -o-linear-gradient(top, #4aacd8, #21759b);
     
    269255    font-family: inherit;
    270256    border: 1px solid #ccc;
    271     -webkit-border-radius: 3px;
    272     -moz-border-radius: 3px;
    273257    border-radius: 3px;
    274258}
     
    320304img.wp-post-image {
    321305    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    322     -webkit-border-radius: 3px;
    323     -moz-border-radius: 3px;
    324306    border-radius: 3px;
    325     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    326     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    327307    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    328308}
     
    497477        margin-bottom: 48px;
    498478        margin-bottom: 3.428571429rem;
    499         -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    500         -moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    501479        box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    502480    }
     
    11731151    color: #848484;
    11741152    background-color: #ebebeb;
    1175     -webkit-border-radius: 3px;
    1176     -moz-border-radius: 3px;
    11771153    border-radius: 3px;
    11781154}
     
    12971273    background-color: #0088d0;
    12981274    background-repeat: repeat-x;
    1299     background-image: -khtml-gradient(linear, left top, left bottom, from(#009cee), to(#0088d0));
    13001275    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    13011276    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    1302     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009cee), color-stop(100%, #0088d0));
    13031277    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    13041278    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    13051279    background-image: linear-gradient(top, #009cee, #0088d0);
    1306     -webkit-border-radius: 3px;
    1307     -moz-border-radius: 3px;
    13081280    border-radius: 3px;
    13091281    border: 1px solid #007cbd;
     
    13881360    padding: 0.714285714rem;
    13891361    border: 1px solid #d5d2ca;
    1390     -webkit-border-radius: 3px;
    1391     -moz-border-radius: 3px;
    13921362    border-radius: 3px;
    13931363    width: 96%;
Note: See TracChangeset for help on using the changeset viewer.