Make WordPress Core

Ticket #28237: 28237.6.diff

File 28237.6.diff, 2.3 KB (added by schoenwaldnils, 10 years ago)
  • src/wp-content/themes/twentyfourteen/style.css

     
    861861        float: left;
    862862        font-size: 18px;
    863863        font-weight: 700;
    864         line-height: 48px;
     864        line-height: 24px;
     865        padding: 12px 96px 12px 0;
    865866        margin: 0;
    866867        overflow: hidden;
    867         text-overflow: ellipsis;
    868         white-space: nowrap;
    869868}
    870869
    871870.site-title,
     
    874873        color: #fff;
    875874}
    876875
     876.site-title a {
     877        display: block;
     878}
     879
    877880/* Search in the header */
    878881
    879882.search-toggle {
     
    880883        background-color: #24890d;
    881884        cursor: pointer;
    882885        float: right;
    883         height: 48px;
    884         margin-right: 38px;
     886        height: 100%;
     887        margin-right: 0;
    885888        text-align: center;
    886889        width: 48px;
     890        position: absolute;
     891        top: 0;
     892        right: 0;
    887893}
    888894
    889895.search-toggle:hover,
     
    895901        color: #fff;
    896902        content: "\f400";
    897903        font-size: 20px;
    898         margin-top: 14px;
     904        position: absolute;
     905        top: 50%;
     906        left: 50%;
     907        margin-top: -10px;
     908        margin-left: -9px;
    899909}
    900910
    901911.search-toggle .screen-reader-text {
     
    975985}
    976986
    977987.primary-navigation.toggled-on {
    978         padding: 72px 0 36px;
     988        padding: 24px 0 36px;
     989        clear: both;
    979990}
    980991
    981992.primary-navigation .nav-menu {
     
    10131024        padding: 0;
    10141025        position: absolute;
    10151026        top: 0;
    1016         right: 0;
     1027        right: 48px;
    10171028        text-align: center;
    10181029        width: 48px;
    10191030}
     
    30803091}
    30813092
    30823093@media screen and (max-width: 400px) {
    3083         .site-title {
    3084                 max-width: 71%;
    3085         }
    3086 
    30873094        .list-view .site-content .post-thumbnail {
    30883095                background: none;
    30893096                width: auto;
     
    31583165}
    31593166
    31603167@media screen and (min-width: 401px) {
    3161         .site-title {
    3162                 max-width: 77%;
    3163         }
    3164 
    31653168        a.post-thumbnail:hover img {
    31663169                opacity: 0.85;
    31673170        }
     
    32913294
    32923295@media screen and (min-width: 594px) {
    32933296        .site-title {
    3294                 max-width: 85%;
     3297                line-height: 48px;
     3298                padding: 0;
    32953299        }
    3296 
     3300       
    32973301        .site-content .entry-header {
    32983302                padding-right: 30px;
    32993303                padding-left: 30px;
     
    33093313                padding: 0 30px;
    33103314        }
    33113315
    3312         .site-title {
    3313                 max-width: 89%;
    3314         }
    3315 
    3316         .search-toggle {
    3317                 margin-right: 18px;
    3318         }
    3319 
    33203316        .search-box .search-field {
    33213317                width: 50%;
    33223318        }
     
    34473443        .header-main {
    34483444                padding-right: 0;
    34493445        }
    3450 
    3451         .site-title {
    3452                 max-width: 93%;
    3453         }
    3454 
     3446       
    34553447        .search-toggle {
     3448                position: relative;
     3449                right: 0;
    34563450                margin-right: 0;
    34573451        }
    34583452