2 Theme Name: Twenty Fourteen |
2 Theme Name: Twenty Fourteen |
3 Theme URI: https://wordpress.org/themes/twentyfourteen/ |
3 Theme URI: https://wordpress.org/themes/twentyfourteen/ |
4 Author: the WordPress team |
4 Author: the WordPress team |
5 Author URI: https://wordpress.org/ |
5 Author URI: https://wordpress.org/ |
6 Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier. |
6 Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier. |
7 Version: 1.4 |
7 Version: 2.2 |
8 License: GNU General Public License v2 or later |
8 License: GNU General Public License v2 or later |
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html |
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html |
10 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready |
10 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready |
11 Text Domain: twentyfourteen |
11 Text Domain: twentyfourteen |
12 |
12 |
13 This theme, like WordPress, is licensed under the GPL. |
13 This theme, like WordPress, is licensed under the GPL. |
14 Use it to make something cool, have fun, and share what you've learned with others. |
14 Use it to make something cool, have fun, and share what you've learned with others. |
15 */ |
15 */ |
1340 white-space: nowrap; |
1345 white-space: nowrap; |
1341 } |
1346 } |
1342 |
1347 |
1343 /* Mediaelements */ |
1348 /* Mediaelements */ |
1344 |
1349 |
1345 .hentry .mejs-container { |
1350 .hentry .mejs-container, |
|
1351 .widget .mejs-container { |
1346 margin: 12px 0 18px; |
1352 margin: 12px 0 18px; |
1347 } |
1353 } |
1348 |
1354 |
1349 .hentry .mejs-mediaelement, |
1355 .hentry .mejs-mediaelement, |
1350 .hentry .mejs-container .mejs-controls { |
1356 .widget .mejs-mediaelement, |
|
1357 .hentry .mejs-container .mejs-controls, |
|
1358 .widget .mejs-container .mejs-controls { |
1351 background: #000; |
1359 background: #000; |
1352 } |
1360 } |
1353 |
1361 |
1354 .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, |
1362 .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, |
1355 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { |
1363 .widget .mejs-controls .mejs-time-rail .mejs-time-loaded, |
|
1364 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, |
|
1365 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { |
1356 background: #fff; |
1366 background: #fff; |
1357 } |
1367 } |
1358 |
1368 |
1359 .hentry .mejs-controls .mejs-time-rail .mejs-time-current { |
1369 .hentry .mejs-controls .mejs-time-rail .mejs-time-current, |
|
1370 .widget .mejs-controls .mejs-time-rail .mejs-time-current { |
1360 background: #24890d; |
1371 background: #24890d; |
1361 } |
1372 } |
1362 |
1373 |
1363 .hentry .mejs-controls .mejs-time-rail .mejs-time-total, |
1374 .hentry .mejs-controls .mejs-time-rail .mejs-time-total, |
1364 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { |
1375 .widget .mejs-controls .mejs-time-rail .mejs-time-total, |
|
1376 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, |
|
1377 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { |
1365 background: rgba(255, 255, 255, .33); |
1378 background: rgba(255, 255, 255, .33); |
1366 } |
1379 } |
1367 |
1380 |
1368 .hentry .mejs-container .mejs-controls .mejs-time { |
1381 .hentry .mejs-container .mejs-controls .mejs-time, |
|
1382 .widget .mejs-container .mejs-controls .mejs-time { |
1369 padding-top: 9px; |
1383 padding-top: 9px; |
1370 } |
1384 } |
1371 |
1385 |
1372 .hentry .mejs-controls .mejs-time-rail span, |
1386 .hentry .mejs-controls .mejs-time-rail span, |
|
1387 .widget .mejs-controls .mejs-time-rail span, |
1373 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, |
1388 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, |
1374 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { |
1389 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, |
|
1390 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, |
|
1391 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { |
1375 border-radius: 0; |
1392 border-radius: 0; |
1376 } |
1393 } |
1377 |
1394 |
1378 .hentry .mejs-overlay-loading { |
1395 .hentry .mejs-overlay-loading, |
|
1396 .widget .mejs-overlay-loading { |
1379 background: transparent; |
1397 background: transparent; |
1380 } |
1398 } |
1381 |
1399 |
1382 .hentry .mejs-overlay-button { |
1400 .hentry .mejs-overlay-button, |
|
1401 .widget .mejs-overlay-button { |
1383 background-color: #fff; |
1402 background-color: #fff; |
1384 background-image: none; |
1403 background-image: none; |
1385 border-radius: 2px; |
1404 border-radius: 2px; |
1386 box-shadow: 1px 1px 1px rgba(0,0,0,.8); |
1405 box-shadow: 1px 1px 1px rgba(0,0,0,.8); |
1387 color: #000; |
1406 color: #000; |
1388 height: 36px; |
1407 height: 36px; |
1389 margin-left: -24px; |
1408 margin: -28px 0 0 -24px; /* Keep centered on video (container includes visible controls bar) */ |
1390 width: 48px; |
1409 width: 48px; |
1391 } |
1410 } |
1392 |
1411 |
1393 .hentry .mejs-overlay-button:before { |
1412 .hentry .mejs-overlay-button:before, |
|
1413 .widget .mejs-overlay-button:before { |
1394 -webkit-font-smoothing: antialiased; |
1414 -webkit-font-smoothing: antialiased; |
1395 content: '\f452'; |
1415 content: '\f452'; |
1396 display: inline-block; |
1416 display: inline-block; |
1397 font: normal 32px/1.125 Genericons; |
1417 font: normal 32px/1.125 Genericons; |
1398 position: absolute; |
1418 position: absolute; |
1399 top: 1px; |
1419 top: 1px; |
1400 left: 10px; |
1420 left: 10px; |
1401 } |
1421 } |
1402 |
1422 |
1403 .hentry .mejs-controls .mejs-button button:focus { |
1423 .hentry .mejs-controls .mejs-button button:focus, |
|
1424 .widget .mejs-controls .mejs-button button:focus { |
1404 outline: none; |
1425 outline: none; |
1405 } |
1426 } |
1406 |
1427 |
1407 .hentry .mejs-controls .mejs-button button { |
1428 .hentry .mejs-controls .mejs-button button, |
|
1429 .widget .mejs-controls .mejs-button button { |
1408 -webkit-font-smoothing: antialiased; |
1430 -webkit-font-smoothing: antialiased; |
1409 background: none; |
1431 background: none; |
1410 color: #fff; |
1432 color: #fff; |
1411 display: inline-block; |
1433 display: inline-block; |
1412 font: normal 16px/1 Genericons; |
1434 font: normal 16px/1 Genericons; |
1413 } |
1435 } |
1414 |
1436 |
1415 .hentry .mejs-playpause-button.mejs-play button:before { |
1437 .hentry .mejs-playpause-button.mejs-play button:before, |
|
1438 .widget .mejs-playpause-button.mejs-play button:before { |
1416 content: '\f452'; |
1439 content: '\f452'; |
1417 } |
1440 } |
1418 |
1441 |
1419 .hentry .mejs-playpause-button.mejs-pause button:before { |
1442 .hentry .mejs-playpause-button.mejs-pause button:before, |
|
1443 .widget .mejs-playpause-button.mejs-pause button:before { |
1420 content: '\f448'; |
1444 content: '\f448'; |
1421 } |
1445 } |
1422 |
1446 |
1423 .hentry .mejs-volume-button.mejs-mute button:before { |
1447 .hentry .mejs-volume-button.mejs-mute button:before, |
|
1448 .widget .mejs-volume-button.mejs-mute button:before { |
1424 content: '\f109'; |
1449 content: '\f109'; |
1425 font-size: 20px; |
1450 font-size: 20px; |
1426 position: absolute; |
1451 position: absolute; |
1427 top: -2px; |
1452 top: -2px; |
1428 left: 0; |
1453 left: 0; |
1429 } |
1454 } |
1430 |
1455 |
|
1456 .widget .mejs-volume-button.mejs-unmute button:before, |
1431 .hentry .mejs-volume-button.mejs-unmute button:before { |
1457 .hentry .mejs-volume-button.mejs-unmute button:before { |
1432 content: '\f109'; |
1458 content: '\f109'; |
1433 left: 0; |
1459 left: 0; |
1434 position: absolute; |
1460 position: absolute; |
1435 top: 0; |
1461 top: 0; |
1436 } |
1462 } |
1437 |
1463 |
1438 .hentry .mejs-fullscreen-button button:before { |
1464 .hentry .mejs-fullscreen-button button:before, |
|
1465 .widget .mejs-fullscreen-button button:before { |
1439 content: '\f474'; |
1466 content: '\f474'; |
1440 } |
1467 } |
1441 |
1468 |
1442 .hentry .mejs-fullscreen-button.mejs-unfullscreen button:before { |
1469 .hentry .mejs-fullscreen-button.mejs-unfullscreen button:before, |
|
1470 .widget .mejs-fullscreen-button.mejs-unfullscreen button:before { |
1443 content: '\f406'; |
1471 content: '\f406'; |
1444 } |
1472 } |
1445 |
1473 |
1446 .hentry .mejs-overlay:hover .mejs-overlay-button { |
1474 .hentry .mejs-overlay:hover .mejs-overlay-button, |
|
1475 .widget .mejs-overlay:hover .mejs-overlay-button { |
1447 background-color: #24890d; |
1476 background-color: #24890d; |
1448 color: #fff; |
1477 color: #fff; |
1449 } |
1478 } |
1450 |
1479 |
1451 .hentry .mejs-controls .mejs-button button:hover { |
1480 .hentry .mejs-controls .mejs-button button:hover, |
|
1481 .widget .mejs-controls .mejs-button button:hover { |
1452 color: #41a62a; |
1482 color: #41a62a; |
1453 } |
1483 } |
1454 |
1484 |
1455 .content-sidebar .wp-playlist-item .wp-playlist-caption { |
1485 .content-sidebar .wp-playlist-item .wp-playlist-caption { |
1456 color: #000; |
1486 color: #000; |
1580 } |
1610 } |
1581 |
1611 |
1582 .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), |
1612 .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), |
1583 .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), |
1613 .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), |
1584 .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), |
1614 .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), |
1585 .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { |
1615 .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1), |
|
1616 .widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1), |
|
1617 .widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1), |
|
1618 .widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1), |
|
1619 .widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1), |
|
1620 .widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1), |
|
1621 .widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1), |
|
1622 .widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1), |
|
1623 .widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) { |
1586 clear: left; |
1624 clear: left; |
1587 } |
1625 } |
1588 |
1626 |
1589 .gallery-caption { |
1627 .gallery-caption { |
1590 background-color: rgba(0, 0, 0, 0.7); |
1628 background-color: rgba(0, 0, 0, 0.7); |
3963 .primary-sidebar .widget_links li:last-child, |
4077 .primary-sidebar .widget_links li:last-child, |
3964 .primary-sidebar .widget_meta li:last-child, |
4078 .primary-sidebar .widget_meta li:last-child, |
3965 .primary-sidebar .widget_nav_menu li:last-child, |
4079 .primary-sidebar .widget_nav_menu li:last-child, |
3966 .primary-sidebar .widget_pages li:last-child, |
4080 .primary-sidebar .widget_pages li:last-child, |
3967 .primary-sidebar .widget_recent_comments li:last-child, |
4081 .primary-sidebar .widget_recent_comments li:last-child, |
3968 .primary-sidebar .widget_recent_entries li:last-child { |
4082 .primary-sidebar .widget_recent_entries li:last-child, |
|
4083 .primary-sidebar .widget_text li:last-child { |
3969 padding: 0; |
4084 padding: 0; |
3970 } |
4085 } |
3971 |
4086 |
3972 .footer-sidebar .widget_categories li ul, |
4087 .footer-sidebar .widget_categories li ul, |
3973 .footer-sidebar .widget_nav_menu li ul, |
4088 .footer-sidebar .widget_nav_menu li ul, |
3974 .footer-sidebar .widget_pages li ul, |
4089 .footer-sidebar .widget_pages li ul, |
3975 .primary-sidebar .widget_categories li ul, |
4090 .primary-sidebar .widget_categories li ul, |
3976 .primary-sidebar .widget_nav_menu li ul, |
4091 .primary-sidebar .widget_nav_menu li ul, |
3977 .primary-sidebar .widget_pages li ul { |
4092 .primary-sidebar .widget_pages li ul, |
|
4093 .primary-sidebar .widget_text li ul { |
3978 border-top: 0; |
4094 border-top: 0; |
3979 margin-top: 6px; |
4095 margin-top: 6px; |
3980 } |
4096 } |
3981 |
4097 |
3982 #supplementary { |
4098 #supplementary { |