Changeset 25758
- Timestamp:
- 10/10/2013 03:35:27 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php
r25754 r25758 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 . '; -
trunk/src/wp-content/themes/twentyfourteen/rtl.css
r25756 r25758 447 447 } 448 448 449 #featured-content .hentry {449 .featured-content .hentry { 450 450 float: right; 451 451 } … … 629 629 } 630 630 631 #featured-content {631 .featured-content { 632 632 padding-right: 222px; 633 633 padding-left: 0; -
trunk/src/wp-content/themes/twentyfourteen/style.css
r25756 r25758 1183 1183 ----------------------------------------------- */ 1184 1184 1185 #featured-content {1185 .featured-content { 1186 1186 background: #000; 1187 1187 background-attachment: fixed; … … 1194 1194 width: 100%; 1195 1195 } 1196 #featured-content .hentry {1196 .featured-content .hentry { 1197 1197 color: #fff; 1198 1198 margin: 0; 1199 padding: 0;1200 position: relative;1201 1199 width: 100%; 1202 1200 } … … 1209 1207 opacity: 0.85; 1210 1208 } 1211 #featured-content .entry-wrap {1209 .featured-content .entry-wrap { 1212 1210 background-color: #000; 1213 1211 overflow: hidden; 1214 1212 padding: 12px 10px; 1215 1213 } 1216 #featured-content .entry-meta a, 1217 #featured-content .entry-title a { 1214 .featured-content a { 1218 1215 color: #fff; 1219 1216 } 1220 #featured-content .entry-meta a:hover, 1221 #featured-content .entry-title a:hover { 1222 color: #5FF23D; 1223 } 1224 #featured-content .entry-meta { 1217 .featured-content a:hover { 1218 color: #5FF23d; 1219 } 1220 .featured-content .entry-meta { 1225 1221 font-size: 11px; 1226 1222 font-weight: 700; 1227 1223 line-height: 1.0909090909; 1228 1224 } 1229 #featured-content .cat-links {1225 .featured-content .cat-links { 1230 1226 font-weight: 700; 1231 1227 } 1232 #featured-content .entry-title {1228 .featured-content .entry-title { 1233 1229 font-size: 18px; 1234 1230 font-weight: 300; 1235 1231 line-height: 1.3333333333; 1236 1232 margin-bottom: 0; 1233 overflow: hidden; 1234 text-overflow: ellipsis; 1237 1235 text-transform: uppercase; 1238 } 1239 #featured-content .entry-summary { 1236 white-space: nowrap; 1237 } 1238 .featured-content .entry-summary { 1240 1239 background-color: transparent; 1241 1240 color: rgba(255, 255, 255, 0.75); 1242 padding-bottom: 12px;1243 }1244 #featured-content .entry-summary p {1245 1241 font-size: 11px; 1246 1242 line-height: 1.6363636363; 1247 margin-top: 9px; 1248 margin-bottom: 0; 1249 } 1250 #featured-content .more-link { 1251 color: #5FF23D; 1243 padding: 9px 0 12px; 1244 } 1245 .featured-content .more-link { 1246 color: #5FF23d; 1252 1247 font-size: 11px; 1253 1248 } … … 2345 2340 padding: 48px 30px 0; 2346 2341 } 2347 #featured-content .hentry {2342 .featured-content .hentry { 2348 2343 float: left; 2349 2344 width: 50%; 2350 2345 } 2351 #featured-content .hentry:nth-child( 2n+1 ) {2346 .featured-content .hentry:nth-child( 2n+1 ) { 2352 2347 clear: both; 2353 2348 } 2354 #featured-content .entry-wrap {2349 .featured-content .entry-wrap { 2355 2350 height: 96px; 2356 2351 } … … 2449 2444 padding-top: 72px; 2450 2445 } 2451 #featured-content .hentry {2446 .featured-content .hentry { 2452 2447 width: 33.3333333%; 2453 2448 } 2454 #featured-content .hentry:nth-child( 2n+1 ) {2449 .featured-content .hentry:nth-child( 2n+1 ) { 2455 2450 clear: none; 2456 2451 } 2457 #featured-content .hentry:nth-child( 3n+1 ) {2452 .featured-content .hentry:nth-child( 3n+1 ) { 2458 2453 clear: both; 2459 2454 }
Note: See TracChangeset
for help on using the changeset viewer.