wp/wp-content/themes/twentyfourteen/style.css
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     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 */
   345 }
   345 }
   346 
   346 
   347 fieldset {
   347 fieldset {
   348 	border: 1px solid rgba(0, 0, 0, 0.1);
   348 	border: 1px solid rgba(0, 0, 0, 0.1);
   349 	margin: 0 0 24px;
   349 	margin: 0 0 24px;
       
   350 	min-width: inherit;
   350 	padding: 11px 12px 0;
   351 	padding: 11px 12px 0;
   351 }
   352 }
   352 
   353 
   353 legend {
   354 legend {
   354 	white-space: normal;
   355 	white-space: normal;
  1036 
  1037 
  1037 .menu-toggle:focus {
  1038 .menu-toggle:focus {
  1038 	outline: 1px dotted;
  1039 	outline: 1px dotted;
  1039 }
  1040 }
  1040 
  1041 
       
  1042 .secondary-navigation .customize-partial-edit-shortcut button,
       
  1043 .footer-sidebar .widget:first-child .customize-partial-edit-shortcut button {
       
  1044 	left: 0;
       
  1045 }
  1041 
  1046 
  1042 /**
  1047 /**
  1043  * 6.0 Content
  1048  * 6.0 Content
  1044  * -----------------------------------------------------------------------------
  1049  * -----------------------------------------------------------------------------
  1045  */
  1050  */
  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);
  1619 	opacity: 1;
  1657 	opacity: 1;
  1620 }
  1658 }
  1621 
  1659 
  1622 .gallery-columns-7 .gallery-caption,
  1660 .gallery-columns-7 .gallery-caption,
  1623 .gallery-columns-8 .gallery-caption,
  1661 .gallery-columns-8 .gallery-caption,
  1624 .gallery-columns-9 .gallery-caption {
  1662 .gallery-columns-9 .gallery-caption,
       
  1663 .widget-area .gallery-columns-2 .gallery-caption,
       
  1664 .widget-area .gallery-columns-3 .gallery-caption,
       
  1665 .widget-area .gallery-columns-4 .gallery-caption,
       
  1666 .widget-area .gallery-columns-5 .gallery-caption,
       
  1667 .widget-area .gallery-columns-6 .gallery-caption,
       
  1668 .widget-area .gallery-columns-7 .gallery-caption,
       
  1669 .widget-area .gallery-columns-8 .gallery-caption,
       
  1670 .widget-area .gallery-columns-9 .gallery-caption {
  1625 	display: none;
  1671 	display: none;
  1626 }
  1672 }
  1627 
  1673 
  1628 
  1674 
  1629 /**
  1675 /**
  2138 #comment-nav-above {
  2184 #comment-nav-above {
  2139 	margin-top: 36px;
  2185 	margin-top: 36px;
  2140 	margin-bottom: 0;
  2186 	margin-bottom: 0;
  2141 }
  2187 }
  2142 
  2188 
       
  2189 .comment-form #wp-comment-cookies-consent {
       
  2190 	margin: 0 10px 0 0;
       
  2191 }
       
  2192 
       
  2193 .comment-form .comment-form-cookies-consent label {
       
  2194 	display: inline;
       
  2195 }
  2143 
  2196 
  2144 /**
  2197 /**
  2145  * 7.0 Sidebars
  2198  * 7.0 Sidebars
  2146  * -----------------------------------------------------------------------------
  2199  * -----------------------------------------------------------------------------
  2147  */
  2200  */
  2519 .widget_links li,
  2572 .widget_links li,
  2520 .widget_meta li,
  2573 .widget_meta li,
  2521 .widget_nav_menu li,
  2574 .widget_nav_menu li,
  2522 .widget_pages li,
  2575 .widget_pages li,
  2523 .widget_recent_comments li,
  2576 .widget_recent_comments li,
  2524 .widget_recent_entries li {
  2577 .widget_recent_entries li,
       
  2578 .widget_text li {
  2525 	border-top: 1px solid rgba(255, 255, 255, 0.2);
  2579 	border-top: 1px solid rgba(255, 255, 255, 0.2);
  2526 	padding: 8px 0 9px;
  2580 	padding: 8px 0 9px;
  2527 }
  2581 }
  2528 
  2582 
  2529 .widget_archive li:first-child,
  2583 .widget_archive li:first-child,
  2531 .widget_links li:first-child,
  2585 .widget_links li:first-child,
  2532 .widget_meta li:first-child,
  2586 .widget_meta li:first-child,
  2533 .widget_nav_menu li:first-child,
  2587 .widget_nav_menu li:first-child,
  2534 .widget_pages li:first-child,
  2588 .widget_pages li:first-child,
  2535 .widget_recent_comments li:first-child,
  2589 .widget_recent_comments li:first-child,
  2536 .widget_recent_entries li:first-child {
  2590 .widget_recent_entries li:first-child,
       
  2591 .widget_text li {
  2537 	border-top: 0;
  2592 	border-top: 0;
  2538 }
  2593 }
  2539 
  2594 
  2540 .widget_categories li ul,
  2595 .widget_categories li ul,
  2541 .widget_nav_menu li ul,
  2596 .widget_nav_menu li ul,
  2544 	margin-top: 9px;
  2599 	margin-top: 9px;
  2545 }
  2600 }
  2546 
  2601 
  2547 .widget_categories li li:last-child,
  2602 .widget_categories li li:last-child,
  2548 .widget_nav_menu li li:last-child,
  2603 .widget_nav_menu li li:last-child,
  2549 .widget_pages li li:last-child {
  2604 .widget_pages li li:last-child,
       
  2605 .widget_text li li:last-child {
  2550 	padding-bottom: 0;
  2606 	padding-bottom: 0;
       
  2607 }
       
  2608 
       
  2609 .tagcloud ul {
       
  2610 	list-style-type: none;
       
  2611 }
       
  2612 
       
  2613 .tagcloud ul li {
       
  2614 	display: inline-block;
  2551 }
  2615 }
  2552 
  2616 
  2553 /* Recent Posts Widget */
  2617 /* Recent Posts Widget */
  2554 
  2618 
  2555 .widget_recent_entries .post-date {
  2619 .widget_recent_entries .post-date {
  2580 
  2644 
  2581 /* Text Widget */
  2645 /* Text Widget */
  2582 
  2646 
  2583 .widget_text > div > :last-child {
  2647 .widget_text > div > :last-child {
  2584 	margin-bottom: 0;
  2648 	margin-bottom: 0;
       
  2649 }
       
  2650 
       
  2651 .widget_text ul,
       
  2652 .widget_text ol {
       
  2653 	margin: 0 0 12px 10px;
       
  2654 }
       
  2655 
       
  2656 .widget_text li > ul,
       
  2657 .widget_text li > ol {
       
  2658 	margin-bottom: 0;
       
  2659 }
       
  2660 
       
  2661 .widget_text ul {
       
  2662 	list-style: disc inside;
       
  2663 }
       
  2664 
       
  2665 .widget_text ol {
       
  2666 	list-style: decimal inside;
  2585 }
  2667 }
  2586 
  2668 
  2587 
  2669 
  2588 /**
  2670 /**
  2589  * 7.2 Content Sidebar Widgets
  2671  * 7.2 Content Sidebar Widgets
  2709 .content-sidebar .widget_pages li,
  2791 .content-sidebar .widget_pages li,
  2710 .content-sidebar .widget_recent_comments li,
  2792 .content-sidebar .widget_recent_comments li,
  2711 .content-sidebar .widget_recent_entries li,
  2793 .content-sidebar .widget_recent_entries li,
  2712 .content-sidebar .widget_categories li ul,
  2794 .content-sidebar .widget_categories li ul,
  2713 .content-sidebar .widget_nav_menu li ul,
  2795 .content-sidebar .widget_nav_menu li ul,
  2714 .content-sidebar .widget_pages li ul {
  2796 .content-sidebar .widget_pages li ul,
       
  2797 .content-sidebar .widget_text li ul {
  2715 	border-color: rgba(0, 0, 0, 0.1);
  2798 	border-color: rgba(0, 0, 0, 0.1);
  2716 }
  2799 }
  2717 
  2800 
  2718 /* Calendar Widget */
  2801 /* Calendar Widget */
  2719 
  2802 
  2838 
  2921 
  2839 .site-info a:hover {
  2922 .site-info a:hover {
  2840 	color: #41a62a;
  2923 	color: #41a62a;
  2841 }
  2924 }
  2842 
  2925 
       
  2926 .site-info span[role=separator] {
       
  2927 	padding: 0 0.25em 0 0.5em;
       
  2928 }
       
  2929 
       
  2930 .site-info span[role=separator]::before {
       
  2931 	content: '\002f';
       
  2932 }
  2843 
  2933 
  2844 /**
  2934 /**
  2845  * 9.0 Featured Content
  2935  * 9.0 Featured Content
  2846  * -----------------------------------------------------------------------------
  2936  * -----------------------------------------------------------------------------
  2847  */
  2937  */
  3085 
  3175 
  3086 @viewport {
  3176 @viewport {
  3087 	width: device-width;
  3177 	width: device-width;
  3088 }
  3178 }
  3089 
  3179 
       
  3180 /* Adjust positioning of edit shortcuts, override style in customize-preview.css */
       
  3181 @media screen and (max-width:800px) {
       
  3182 	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
       
  3183 		padding-left: 8px;
       
  3184 	}
       
  3185 
       
  3186 	.site-header .customize-partial-edit-shortcut button {
       
  3187 		top: 10px;
       
  3188 	}
       
  3189 }
       
  3190 
       
  3191 
  3090 @media screen and (max-width: 400px) {
  3192 @media screen and (max-width: 400px) {
  3091 	.list-view .site-content .post-thumbnail {
  3193 	.list-view .site-content .post-thumbnail {
  3092 		background: none;
  3194 		background: none;
  3093 		width: auto;
  3195 		width: auto;
  3094 		z-index: 2;
  3196 		z-index: 2;
  3156 
  3258 
  3157 	.error404 .page-header {
  3259 	.error404 .page-header {
  3158 		border-bottom: 0;
  3260 		border-bottom: 0;
  3159 		margin: 0 auto 24px;
  3261 		margin: 0 auto 24px;
  3160 		padding: 0 10px;
  3262 		padding: 0 10px;
       
  3263 	}
       
  3264 }
       
  3265 
       
  3266 /* Adjust positioning of edit shortcuts, override style in customize-preview.css */
       
  3267 @media screen and (max-width:320px) {
       
  3268 	.site-header .customize-partial-edit-shortcut button {
       
  3269 		left: -32px;
       
  3270 	}
       
  3271 
       
  3272 	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
       
  3273 		padding-left: 28px;
  3161 	}
  3274 	}
  3162 }
  3275 }
  3163 
  3276 
  3164 @media screen and (min-width: 401px) {
  3277 @media screen and (min-width: 401px) {
  3165 	a.post-thumbnail:hover img {
  3278 	a.post-thumbnail:hover img {
  3943 	.primary-sidebar .widget_links li,
  4056 	.primary-sidebar .widget_links li,
  3944 	.primary-sidebar .widget_meta li,
  4057 	.primary-sidebar .widget_meta li,
  3945 	.primary-sidebar .widget_nav_menu li,
  4058 	.primary-sidebar .widget_nav_menu li,
  3946 	.primary-sidebar .widget_pages li,
  4059 	.primary-sidebar .widget_pages li,
  3947 	.primary-sidebar .widget_recent_comments li,
  4060 	.primary-sidebar .widget_recent_comments li,
  3948 	.primary-sidebar .widget_recent_entries li {
  4061 	.primary-sidebar .widget_recent_entries li,
       
  4062 	.primary-sidebar .widget_text li {
  3949 		border-top: 0;
  4063 		border-top: 0;
  3950 		padding: 0 0 6px;
  4064 		padding: 0 0 6px;
  3951 	}
  4065 	}
  3952 
  4066 
  3953 	.footer-sidebar .widget_archive li:last-child,
  4067 	.footer-sidebar .widget_archive li:last-child,
  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 {