Make WordPress Core

Changeset 30995


Ignore:
Timestamp:
12/29/2014 09:57:27 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: add styles for multisite registration forms.

Props valendesigns, fixes #30776.

File:
1 edited

Legend:

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

    r30955 r30995  
    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
     
    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
     
    25812593
    25822594/**
    2583  * 15.1 Mobile Large 620px
     2595 * 16.1 Mobile Large 620px
    25842596 */
    25852597
     
    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
     
    33663383
    33673384/**
    3368  * 15.3 Tablet Large 880px
     3385 * 16.3 Tablet Large 880px
    33693386 */
    33703387
     
    38873904
    38883905/**
    3889  * 15.4 Desktop Small 955px
     3906 * 16.4 Desktop Small 955px
    38903907 */
    38913908
     
    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
     
    50645086
    50655087/**
    5066  * 15.6 Desktop Large 1240px
     5088 * 16.6 Desktop Large 1240px
    50675089 */
    50685090
     
    55735595
    55745596/**
    5575  * 15.7 Desktop X-Large 1403px
     5597 * 16.7 Desktop X-Large 1403px
    55765598 */
    55775599
     
    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    }
     
    57295752        padding: 3.84615% 0;
    57305753    }
    5731 }
     5754   
     5755    .site-content .mu_register {
     5756        padding: 7.6923%;
     5757    }
     5758}
Note: See TracChangeset for help on using the changeset viewer.