Make WordPress Core

Ticket #25053: 25053.diff

File 25053.diff, 4.1 KB (added by obenland, 11 years ago)
  • wp-content/themes/twentyfourteen/rtl.css

     
    429429                padding: 36px 0 0 10px;
    430430        }
    431431
    432         #featured-content .hentry {
     432        .featured-content .hentry {
    433433                float: right;
    434434        }
    435435}
     
    611611                margin: 0 -27.31707317% 0 0;
    612612        }
    613613
    614         #featured-content {
     614        .featured-content {
    615615                padding-right: 222px;
    616616                padding-left: 0;
    617617        }
  • wp-content/themes/twentyfourteen/inc/customizer.php

     
    203203                .secondary-navigation a:hover,
    204204                #secondary .current_page_item > a,
    205205                #secondary .current-menu-item > a,
    206                 #featured-content .entry-meta a:hover,
    207                 #featured-content .entry-title a:hover,
    208                 #featured-content .more-link,
     206                .featured-content a:hover,
     207                .featured-content .more-link,
    209208                .widget-area a:hover {
    210209                        color: ' . $accent_much_lighter . ';
    211210                }
  • wp-content/themes/twentyfourteen/style.css

     
    11811181/* =Featured Content
    11821182----------------------------------------------- */
    11831183
    1184 #featured-content {
     1184.featured-content {
    11851185        background: #000;
    11861186        background-attachment: fixed;
    11871187        background-image: -webkit-linear-gradient(135deg, #4d4d4d 12.5%, #000 12.5%, #000 50%, #4d4d4d 50%, #4d4d4d 62.5%, #000 62.5%);
     
    11921192        box-sizing:         border-box;
    11931193        width: 100%;
    11941194}
    1195 #featured-content .hentry {
     1195.featured-content .hentry {
    11961196        color: #fff;
    11971197        margin: 0;
    1198         padding: 0;
    1199         position: relative;
    12001198        width: 100%;
    12011199}
    12021200.attachment-featured-featured {
     
    12071205.attachment-featured-featured:hover img {
    12081206        opacity: 0.85;
    12091207}
    1210 #featured-content .entry-wrap {
     1208.featured-content .entry-wrap {
    12111209        background-color: #000;
    12121210        overflow: hidden;
    12131211        padding: 12px 10px;
    12141212}
    1215 #featured-content .entry-meta a,
    1216 #featured-content .entry-title a {
     1213.featured-content a {
    12171214        color: #fff;
    12181215}
    1219 #featured-content .entry-meta a:hover,
    1220 #featured-content .entry-title a:hover {
    1221         color: #5FF23D;
     1216.featured-content a:hover {
     1217        color: #5FF23d;
    12221218}
    1223 #featured-content .entry-meta {
     1219.featured-content .entry-meta {
    12241220        font-size: 11px;
    12251221        font-weight: 700;
    12261222        line-height: 1.0909090909;
    12271223}
    1228 #featured-content .cat-links {
     1224.featured-content .cat-links {
    12291225        font-weight: 700;
    12301226}
    1231 #featured-content .entry-title {
     1227.featured-content .entry-title {
    12321228        font-size: 18px;
    12331229        font-weight: 300;
    12341230        line-height: 1.3333333333;
    12351231        margin-bottom: 0;
     1232        overflow: hidden;
     1233        text-overflow: ellipsis;
    12361234        text-transform: uppercase;
     1235        white-space: nowrap;
    12371236}
    1238 #featured-content .entry-summary {
     1237.featured-content .entry-summary {
    12391238        background-color: transparent;
    12401239        color: rgba(255, 255, 255, 0.75);
    1241         padding-bottom: 12px;
    1242 }
    1243 #featured-content .entry-summary p {
    12441240        font-size: 11px;
    12451241        line-height: 1.6363636363;
    1246         margin-top: 9px;
    1247         margin-bottom: 0;
     1242        padding: 9px 0 12px;
    12481243}
    1249 #featured-content .more-link {
    1250         color: #5FF23D;
     1244.featured-content .more-link {
     1245        color: #5FF23d;
    12511246        font-size: 11px;
    12521247}
    12531248
     
    23432338        #secondary {
    23442339                padding: 48px 30px 0;
    23452340        }
    2346         #featured-content .hentry {
     2341        .featured-content .hentry {
    23472342                float: left;
    23482343                width: 50%;
    23492344        }
    2350         #featured-content .hentry:nth-child( 2n+1 ) {
     2345        .featured-content .hentry:nth-child( 2n+1 ) {
    23512346                clear: both;
    23522347        }
    2353         #featured-content .entry-wrap {
     2348        .featured-content .entry-wrap {
    23542349                height: 96px;
    23552350        }
    23562351        .full-width .site-content {
     
    24472442        .content-sidebar {
    24482443                padding-top: 72px;
    24492444        }
    2450         #featured-content .hentry {
     2445        .featured-content .hentry {
    24512446                width: 33.3333333%;
    24522447        }
    2453         #featured-content .hentry:nth-child( 2n+1 ) {
     2448        .featured-content .hentry:nth-child( 2n+1 ) {
    24542449                clear: none;
    24552450        }
    2456         #featured-content .hentry:nth-child( 3n+1 ) {
     2451        .featured-content .hentry:nth-child( 3n+1 ) {
    24572452                clear: both;
    24582453        }
    24592454}