Make WordPress Core

Ticket #28237: 28237.diff

File 28237.diff, 1.6 KB (added by rclations, 10 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    863863        font-weight: 700;
    864864        line-height: 48px;
    865865        margin: 0;
     866        overflow: hidden;
     867        text-overflow: ellipsis;
     868        white-space: nowrap;
    866869}
    867870
     871.site-title,
    868872.site-title a,
    869873.site-title a:hover {
    870874        color: #fff;
     
    30013005}
    30023006
    30033007@media screen and (max-width: 400px) {
     3008        .list-view .site-title {
     3009                max-width: 71%;
     3010        }
     3011
    30043012        .list-view .site-content .post-thumbnail {
    30053013                background: none;
    30063014                width: auto;
     
    30753083}
    30763084
    30773085@media screen and (min-width: 401px) {
     3086        .list-view .site-title {
     3087                max-width: 77%;
     3088        }
     3089       
    30783090        a.post-thumbnail:hover img {
    30793091                opacity: 0.85;
    30803092        }
     
    32033215}
    32043216
    32053217@media screen and (min-width: 594px) {
     3218        .list-view .site-title {
     3219                max-width: 85%;
     3220        }
     3221
    32063222        .site-content .entry-header {
    32073223                padding-right: 30px;
    32083224                padding-left: 30px;
     
    32183234                padding: 0 30px;
    32193235        }
    32203236
     3237        .list-view .site-title {
     3238                max-width: 89%;
     3239        }
     3240       
    32213241        .search-toggle {
    32223242                margin-right: 18px;
    32233243        }
     
    33523372        .header-main {
    33533373                padding-right: 0;
    33543374        }
    3355 
     3375       
     3376        .list-view .site-title {
     3377                max-width: 93%;
     3378        }
     3379       
    33563380        .search-toggle {
    33573381                margin-right: 0;
    33583382        }
     
    36003624}
    36013625
    36023626@media screen and (min-width: 1008px) {
     3627        .list-view .site-title {
     3628                max-width: 95%;
     3629        }
     3630
    36033631        .search-box-wrapper {
    36043632                padding-left: 182px;
    36053633        }
     
    41214149                display: none;
    41224150        }
    41234151
     4152        .site-title,
    41244153        .site-title a,
    41254154        .entry-meta,
    41264155        .entry-meta a,