Make WordPress Core

Ticket #30776: 30776.diff

File 30776.diff, 2.5 KB (added by valendesigns, 11 years ago)
  • src/wp-content/themes/twentyfifteen/style.css

    diff --git src/wp-content/themes/twentyfifteen/style.css src/wp-content/themes/twentyfifteen/style.css
    index f90dfba..dfcfe3c 100644
    Use it to make something cool, have fun, and share what you've learned with othe 
    3939 * 14.0 - Media
    4040 *    14.1 - Captions
    4141 *    14.2 - Galleries
    42  * 15.0 - Media Queries
    43  *    15.1 - Mobile Large
    44  *    15.2 - Tablet Small
    45  *    15.3 - Tablet Large
    46  *    15.4 - Desktop Small
    47  *    15.5 - Desktop Medium
    48  *    15.6 - Desktop Large
    49  *    15.7 - Desktop X-Large
     42 * 15.0 - Multisite
     43 * 16.0 - Media Queries
     44 *    16.1 - Mobile Large
     45 *    16.2 - Tablet Small
     46 *    16.3 - Tablet Large
     47 *    16.4 - Desktop Small
     48 *    16.5 - Desktop Medium
     49 *    16.6 - Desktop Large
     50 *    16.7 - Desktop X-Large
    5051 */
    5152
    5253
    p > video { 
    25622563
    25632564
    25642565/**
    2565  * 15.0 Media Queries
     2566 * 15.0 Multisite
     2567 */
     2568
     2569.site-content .mu_register {
     2570        margin: 0;
     2571        padding: 7.6923%;
     2572        width: 100%;
     2573}
     2574
     2575/**
     2576 * 16.0 Media Queries
    25662577 */
    25672578
    25682579/*
    p > video { 
    25802591}
    25812592
    25822593/**
    2583  * 15.1 Mobile Large 620px
     2594 * 16.1 Mobile Large 620px
    25842595 */
    25852596
    25862597@media screen and (min-width: 38.75em) {
    p > video { 
    27642775        .comment-content blockquote > ol {
    27652776                margin-left: 1.3333em;
    27662777        }
     2778       
     2779        .site-content .mu_register {
     2780                padding: 7.6923%;
     2781        }
    27672782}
    27682783
    27692784
    27702785/**
    2771  * 15.2 Tablet Small 740px
     2786 * 16.2 Tablet Small 740px
    27722787 */
    27732788
    27742789@media screen and (min-width: 46.25em) {
    p > video { 
    33653380
    33663381
    33673382/**
    3368  * 15.3 Tablet Large 880px
     3383 * 16.3 Tablet Large 880px
    33693384 */
    33703385
    33713386@media screen and (min-width: 55em) {
    p > video { 
    38863901
    38873902
    38883903/**
    3889  * 15.4 Desktop Small 955px
     3904 * 16.4 Desktop Small 955px
    38903905 */
    38913906
    38923907@media screen and (min-width: 59.6875em) {
    p > video { 
    45524567        .gallery {
    45534568                margin-bottom: 1.6em;
    45544569        }
     4570       
     4571        .site-content .mu_register {
     4572                padding: 8.3333%;
     4573        }
    45554574}
    45564575
    45574576
    45584577/**
    4559  * 15.5 Desktop Medium 1100px
     4578 * 16.5 Desktop Medium 1100px
    45604579 */
    45614580
    45624581@media screen and (min-width: 68.75em) {
    p > video { 
    50635082
    50645083
    50655084/**
    5066  * 15.6 Desktop Large 1240px
     5085 * 16.6 Desktop Large 1240px
    50675086 */
    50685087
    50695088@media screen and (min-width: 77.5em) {
    p > video { 
    55725591
    55735592
    55745593/**
    5575  * 15.7 Desktop X-Large 1403px
     5594 * 16.7 Desktop X-Large 1403px
    55765595 */
    55775596
    55785597@media screen and (min-width: 87.6875em) {
    p > video { 
    57285747                margin-top: 7.6923%;
    57295748                padding: 3.84615% 0;
    57305749        }
     5750       
     5751        .site-content .mu_register {
     5752                padding: 7.6923%;
     5753        }
    57315754}