Ticket #54833: 54833.2.diff
File 54833.2.diff, 6.3 KB (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentyeleven/inc/theme-options.php
diff --git a/src/wp-content/themes/twentyeleven/inc/theme-options.php b/src/wp-content/themes/twentyeleven/inc/theme-options.php index 78be3b5aad..392230c7eb 100644
a b function twentyeleven_settings_field_layout() { 339 339 * @since Twenty Eleven 1.2 340 340 */ 341 341 function twentyeleven_theme_options_render_page() { 342 $theme_name = ''; 342 343 ?> 343 344 <div class="wrap"> 344 <?php screen_icon(); ?> 345 <?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?> 345 <?php 346 screen_icon(); 347 $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : 'Twenty Eleven'; 348 ?> 346 349 <h2> 347 350 <?php 348 351 /* translators: %s: Theme name. */ 349 352 printf( __( '%s Theme Options', 'twentyeleven' ), $theme_name ); 350 353 ?> 351 354 </h2> 352 <?php settings_errors(); ?> 353 355 <?php 356 settings_errors(); 357 ?> 354 358 <form method="post" action="options.php"> 355 359 <?php 356 360 settings_fields( 'twentyeleven_options' ); -
src/wp-content/themes/twentyfifteen/style.css
diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 66ee45694f..cb71a99084 100644
a b Use it to make something cool, have fun, and share what you've learned with othe 61 61 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint. 62 62 */ 63 63 64 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {64 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 65 65 border: 0; 66 66 font-family: inherit; 67 67 font-size: 100%; … … a.post-thumbnail:focus { 1686 1686 .entry-summary h1, 1687 1687 .page-content h1, 1688 1688 .comment-content h1 { 1689 font-size: 26px;1689 font-size: 32px; 1690 1690 font-size: 2.6rem; 1691 1691 line-height: 1.1538; 1692 1692 margin-top: 1.8462em; … … a.post-thumbnail:focus { 1697 1697 .entry-summary h2, 1698 1698 .page-content h2, 1699 1699 .comment-content h2 { 1700 font-size: 2 2px;1700 font-size: 28px; 1701 1701 font-size: 2.2rem; 1702 1702 line-height: 1.3636; 1703 1703 margin-top: 2.1818em; … … a.post-thumbnail:focus { 1708 1708 .entry-summary h3, 1709 1709 .page-content h3, 1710 1710 .comment-content h3 { 1711 font-size: 18px;1711 font-size: 24px; 1712 1712 font-size: 1.8rem; 1713 1713 line-height: 1.3333; 1714 1714 margin-top: 2.6667em; … … a.post-thumbnail:focus { 1716 1716 } 1717 1717 1718 1718 .entry-content h4, 1719 .entry-content h5,1720 .entry-content h6,1721 1719 .entry-summary h4, 1722 .entry-summary h5,1723 .entry-summary h6,1724 1720 .page-content h4, 1725 .page-content h5,1726 .page-content h6,1727 1721 .comment-content h4, 1728 .comment-content h5,1729 1722 .comment-content h6 { 1730 font-size: 15px;1731 font-size: 1. 5rem;1723 font-size: 22px; 1724 font-size: 1.25rem; 1732 1725 line-height: 1.2; 1733 1726 margin-top: 3.2em; 1734 1727 margin-bottom: 1.6em; 1735 1728 } 1736 1729 1737 1730 .entry-content h5, 1738 .entry-content h6,1739 1731 .entry-summary h5, 1740 .entry-summary h6,1741 1732 .page-content h5, 1733 .comment-content h5 { 1734 font-size: 20px; 1735 font-size: 1.25rem; 1736 line-height: 1.2; 1737 margin-top: 3.2em; 1738 margin-bottom: 1.6em; 1739 letter-spacing: 0.1em; 1740 text-transform: uppercase; 1741 } 1742 1743 .entry-content h6, 1744 .entry-summary h6, 1742 1745 .page-content h6, 1743 .comment-content h5,1744 1746 .comment-content h6 { 1747 font-size: 18px; 1748 font-size: 1.125rem; 1749 line-height: 1.2; 1750 margin-top: 3.2em; 1751 margin-bottom: 1.6em; 1745 1752 letter-spacing: 0.1em; 1746 1753 text-transform: uppercase; 1747 1754 } … … p > video { 3374 3381 } 3375 3382 3376 3383 .entry-content h5, 3377 .entry-content h6,3378 3384 .entry-summary h5, 3379 .entry-summary h6,3380 3385 .page-content h5, 3386 .comment-content h5 { 3387 font-size: 18px; 3388 font-size: 1.1257rem; 3389 line-height: 1.2353; 3390 margin-top: 3.2941em; 3391 margin-bottom: 1.6471em; 3392 } 3393 .entry-content h6, 3394 .entry-summary h6, 3381 3395 .page-content h6, 3382 .comment-content h5,3383 3396 .comment-content h6 { 3384 font-size: 1 7px;3385 font-size: 1 .7rem;3397 font-size: 16px; 3398 font-size: 1rem; 3386 3399 line-height: 1.2353; 3387 3400 margin-top: 3.2941em; 3388 3401 margin-bottom: 1.6471em; … … p > video { 3948 3961 } 3949 3962 3950 3963 .entry-content h5, 3951 .entry-content h6,3952 3964 .entry-summary h5, 3953 .entry-summary h6,3954 3965 .page-content h5, 3966 .comment-content h5 { 3967 font-size: 18px; 3968 font-size: 1.125rem; 3969 line-height: 1.2; 3970 margin-top: 3.2em; 3971 margin-bottom: 1.6em; 3972 letter-spacing: 0.1em; 3973 } 3974 3975 .entry-content h6, 3976 .entry-summary h6, 3955 3977 .page-content h6, 3956 .comment-content h 5,3957 .comment-content h6 {3958 font-size: 1 9px;3959 font-size: 1.9rem;3960 line-height: 1.2632;3961 margin- top: 3.3684em;3962 margin-bottom: 1.6842em;3978 .comment-content h6{ 3979 font-size: 16px; 3980 font-size: 1rem; 3981 line-height: 1.2; 3982 margin-top: 3.2em; 3983 margin-bottom: 1.6em; 3984 letter-spacing: 0.1em; 3963 3985 } 3964 3986 3965 3987 .entry-content .more-link:after, … … p > video { 4621 4643 } 4622 4644 4623 4645 .entry-content h5, 4624 .entry-content h6,4625 4646 .entry-summary h5, 4626 .entry-summary h6,4627 4647 .page-content h5, 4648 .comment-content h5 { 4649 font-size: 18px; 4650 font-size: 1.125rem; 4651 line-height: 1.2; 4652 margin-top: 3.2em; 4653 margin-bottom: 1.6em; 4654 } 4655 .entry-content h6, 4656 .entry-summary h6, 4628 4657 .page-content h6, 4629 .comment-content h5,4630 4658 .comment-content h6 { 4631 font-size: 1 5px;4632 font-size: 1 .5rem;4659 font-size: 16px; 4660 font-size: 1rem; 4633 4661 line-height: 1.2; 4634 4662 margin-top: 3.2em; 4635 4663 margin-bottom: 1.6em; 4664 letter-spacing: 0.1em; 4636 4665 } 4637 4666 4638 4667 .entry-content .more-link:after, … … p > video { 5759 5788 } 5760 5789 5761 5790 .entry-content h5, 5762 .entry-content h6,5763 5791 .entry-summary h5, 5764 .entry-summary h6,5765 5792 .page-content h5, 5766 .page-content h6, 5767 .comment-content h5, 5768 .comment-content h6 { 5793 .comment-content h5 { 5769 5794 font-size: 19px; 5770 5795 font-size: 1.9rem; 5771 5796 line-height: 1.2632; 5772 5797 margin-top: 3.3684em; 5773 5798 margin-bottom: 1.6842em; 5774 5799 } 5800 .entry-content h6, 5801 .entry-summary h6, 5802 .page-content h6, 5803 .comment-content h6 { 5804 font-size: 18px; 5805 font-size: 1.125rem; 5806 line-height: 1.2; 5807 margin-top: 3.2em; 5808 margin-bottom: 1.6em; 5809 letter-spacing: 0.1em; 5810 } 5775 5811 5776 5812 .entry-content .more-link:after, 5777 5813 .entry-summary .more-link:after {