Make WordPress Core

Ticket #30776: 30776-1.diff

File 30776-1.diff, 2.8 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..f0845aa 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        background-color: #fff;
     2571        margin: 0;
     2572        padding: 7.6923%;
     2573        width: auto;
     2574}
     2575
     2576/**
     2577 * 16.0 Media Queries
    25662578 */
    25672579
    25682580/*
    p > video { 
    25802592}
    25812593
    25822594/**
    2583  * 15.1 Mobile Large 620px
     2595 * 16.1 Mobile Large 620px
    25842596 */
    25852597
    25862598@media screen and (min-width: 38.75em) {
    p > video { 
    27642776        .comment-content blockquote > ol {
    27652777                margin-left: 1.3333em;
    27662778        }
     2779       
     2780        .site-content .mu_register {
     2781                box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
     2782                margin: 7.6923%;
     2783        }
    27672784}
    27682785
    27692786
    27702787/**
    2771  * 15.2 Tablet Small 740px
     2788 * 16.2 Tablet Small 740px
    27722789 */
    27732790
    27742791@media screen and (min-width: 46.25em) {
    p > video { 
    33653382
    33663383
    33673384/**
    3368  * 15.3 Tablet Large 880px
     3385 * 16.3 Tablet Large 880px
    33693386 */
    33703387
    33713388@media screen and (min-width: 55em) {
    p > video { 
    38863903
    38873904
    38883905/**
    3889  * 15.4 Desktop Small 955px
     3906 * 16.4 Desktop Small 955px
    38903907 */
    38913908
    38923909@media screen and (min-width: 59.6875em) {
    p > video { 
    45524569        .gallery {
    45534570                margin-bottom: 1.6em;
    45544571        }
     4572       
     4573        .site-content .mu_register {
     4574                margin: 8.3333%;
     4575                padding: 8.3333%;
     4576        }
    45554577}
    45564578
    45574579
    45584580/**
    4559  * 15.5 Desktop Medium 1100px
     4581 * 16.5 Desktop Medium 1100px
    45604582 */
    45614583
    45624584@media screen and (min-width: 68.75em) {
    p > video { 
    50635085
    50645086
    50655087/**
    5066  * 15.6 Desktop Large 1240px
     5088 * 16.6 Desktop Large 1240px
    50675089 */
    50685090
    50695091@media screen and (min-width: 77.5em) {
    p > video { 
    55725594
    55735595
    55745596/**
    5575  * 15.7 Desktop X-Large 1403px
     5597 * 16.7 Desktop X-Large 1403px
    55765598 */
    55775599
    55785600@media screen and (min-width: 87.6875em) {
    p > video { 
    56145636        .entry-footer,
    56155637        .page-header,
    56165638        .page-content,
    5617         .comments-area {
     5639        .comments-area,
     5640        .site-content .mu_register {
    56185641                background: none !important; /* Make sure color schemes dont't affect to print */
    56195642        }
    56205643
    p > video { 
    57285751                margin-top: 7.6923%;
    57295752                padding: 3.84615% 0;
    57305753        }
     5754       
     5755        .site-content .mu_register {
     5756                padding: 7.6923%;
     5757        }
    57315758}