Ticket #25053: 25053.diff
File 25053.diff, 4.1 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/rtl.css
429 429 padding: 36px 0 0 10px; 430 430 } 431 431 432 #featured-content .hentry {432 .featured-content .hentry { 433 433 float: right; 434 434 } 435 435 } … … 611 611 margin: 0 -27.31707317% 0 0; 612 612 } 613 613 614 #featured-content {614 .featured-content { 615 615 padding-right: 222px; 616 616 padding-left: 0; 617 617 } -
wp-content/themes/twentyfourteen/inc/customizer.php
203 203 .secondary-navigation a:hover, 204 204 #secondary .current_page_item > a, 205 205 #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, 209 208 .widget-area a:hover { 210 209 color: ' . $accent_much_lighter . '; 211 210 } -
wp-content/themes/twentyfourteen/style.css
1181 1181 /* =Featured Content 1182 1182 ----------------------------------------------- */ 1183 1183 1184 #featured-content {1184 .featured-content { 1185 1185 background: #000; 1186 1186 background-attachment: fixed; 1187 1187 background-image: -webkit-linear-gradient(135deg, #4d4d4d 12.5%, #000 12.5%, #000 50%, #4d4d4d 50%, #4d4d4d 62.5%, #000 62.5%); … … 1192 1192 box-sizing: border-box; 1193 1193 width: 100%; 1194 1194 } 1195 #featured-content .hentry {1195 .featured-content .hentry { 1196 1196 color: #fff; 1197 1197 margin: 0; 1198 padding: 0;1199 position: relative;1200 1198 width: 100%; 1201 1199 } 1202 1200 .attachment-featured-featured { … … 1207 1205 .attachment-featured-featured:hover img { 1208 1206 opacity: 0.85; 1209 1207 } 1210 #featured-content .entry-wrap {1208 .featured-content .entry-wrap { 1211 1209 background-color: #000; 1212 1210 overflow: hidden; 1213 1211 padding: 12px 10px; 1214 1212 } 1215 #featured-content .entry-meta a, 1216 #featured-content .entry-title a { 1213 .featured-content a { 1217 1214 color: #fff; 1218 1215 } 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; 1222 1218 } 1223 #featured-content .entry-meta {1219 .featured-content .entry-meta { 1224 1220 font-size: 11px; 1225 1221 font-weight: 700; 1226 1222 line-height: 1.0909090909; 1227 1223 } 1228 #featured-content .cat-links {1224 .featured-content .cat-links { 1229 1225 font-weight: 700; 1230 1226 } 1231 #featured-content .entry-title {1227 .featured-content .entry-title { 1232 1228 font-size: 18px; 1233 1229 font-weight: 300; 1234 1230 line-height: 1.3333333333; 1235 1231 margin-bottom: 0; 1232 overflow: hidden; 1233 text-overflow: ellipsis; 1236 1234 text-transform: uppercase; 1235 white-space: nowrap; 1237 1236 } 1238 #featured-content .entry-summary {1237 .featured-content .entry-summary { 1239 1238 background-color: transparent; 1240 1239 color: rgba(255, 255, 255, 0.75); 1241 padding-bottom: 12px;1242 }1243 #featured-content .entry-summary p {1244 1240 font-size: 11px; 1245 1241 line-height: 1.6363636363; 1246 margin-top: 9px; 1247 margin-bottom: 0; 1242 padding: 9px 0 12px; 1248 1243 } 1249 #featured-content .more-link {1250 color: #5FF23 D;1244 .featured-content .more-link { 1245 color: #5FF23d; 1251 1246 font-size: 11px; 1252 1247 } 1253 1248 … … 2343 2338 #secondary { 2344 2339 padding: 48px 30px 0; 2345 2340 } 2346 #featured-content .hentry {2341 .featured-content .hentry { 2347 2342 float: left; 2348 2343 width: 50%; 2349 2344 } 2350 #featured-content .hentry:nth-child( 2n+1 ) {2345 .featured-content .hentry:nth-child( 2n+1 ) { 2351 2346 clear: both; 2352 2347 } 2353 #featured-content .entry-wrap {2348 .featured-content .entry-wrap { 2354 2349 height: 96px; 2355 2350 } 2356 2351 .full-width .site-content { … … 2447 2442 .content-sidebar { 2448 2443 padding-top: 72px; 2449 2444 } 2450 #featured-content .hentry {2445 .featured-content .hentry { 2451 2446 width: 33.3333333%; 2452 2447 } 2453 #featured-content .hentry:nth-child( 2n+1 ) {2448 .featured-content .hentry:nth-child( 2n+1 ) { 2454 2449 clear: none; 2455 2450 } 2456 #featured-content .hentry:nth-child( 3n+1 ) {2451 .featured-content .hentry:nth-child( 3n+1 ) { 2457 2452 clear: both; 2458 2453 } 2459 2454 }