Ticket #54199: 54199.patch
File 54199.patch, 3.6 KB (added by , 3 years ago) |
---|
-
style.css
1760 1760 } 1761 1761 1762 1762 .entry-content h1, 1763 .entry-summary h1,1764 .comment-content h1,1765 .textwidget h1 {1766 font-size: 28px;1767 font-size: 1.75rem;1768 line-height: 1.25;1769 margin-top: 2em;1770 margin-bottom: 1em;1771 }1772 1773 1763 .entry-content h2, 1774 .entry-summary h2,1775 .comment-content h2,1776 .textwidget h2 {1777 font-size: 23px;1778 font-size: 1.4375rem;1779 line-height: 1.2173913043;1780 margin-top: 2.4347826087em;1781 margin-bottom: 1.2173913043em;1782 }1783 1784 1764 .entry-content h3, 1785 .entry-summary h3,1786 .comment-content h3,1787 .textwidget h3 {1788 font-size: 19px;1789 font-size: 1.1875rem;1790 line-height: 1.1052631579;1791 margin-top: 2.9473684211em;1792 margin-bottom: 1.4736842105em;1793 }1794 1795 1765 .entry-content h4, 1796 1766 .entry-content h5, 1797 1767 .entry-content h6, 1798 .entry-summary h4,1799 .entry-summary h5,1800 .entry-summary h6,1801 .comment-content h4,1802 .comment-content h5,1803 .comment-content h6,1804 .textwidget h4,1805 .textwidget h5,1806 .textwidget h6 {1807 font-size: 16px;1808 font-size: 1rem;1809 line-height: 1.3125;1810 margin-top: 3.5em;1811 margin-bottom: 1.75em;1812 }1813 1814 .entry-content h4,1815 .entry-summary h4,1816 .comment-content h4,1817 .textwidget h4 {1818 letter-spacing: 0.140625em;1819 text-transform: uppercase;1820 }1821 1822 .entry-content h6,1823 .entry-summary h6,1824 .comment-content h6,1825 .textwidget h6 {1826 font-style: italic;1827 }1828 1829 .entry-content h1,1830 .entry-content h2,1831 .entry-content h3,1832 .entry-content h4,1833 .entry-content h5,1834 .entry-content h6,1835 1768 .entry-summary h1, 1836 1769 .entry-summary h2, 1837 1770 .entry-summary h3, … … 3512 3445 3513 3446 .entry-content h1, 3514 3447 .entry-summary h1, 3515 .comment-content h1 { 3516 font-size: 33px; 3517 font-size: 2.0625rem; 3518 line-height: 1.2727272727; 3519 margin-top: 1.696969697em; 3520 margin-bottom: 0.8484848485em; 3521 } 3522 3523 .entry-content h2, 3524 .entry-summary h2, 3525 .comment-content h2 { 3526 font-size: 28px; 3448 .comment-content h1, 3449 .textwidget h1 { 3450 font-size: 6rem; 3527 3451 font-size: 1.75rem; 3528 line-height: 1. 25;3452 line-height: 1.3; 3529 3453 margin-top: 2em; 3530 3454 margin-bottom: 1em; 3531 3455 } 3532 3533 .entry-content h 3,3534 .entry-summary h 3,3535 .comment-content h 3 {3536 font-size: 23px;3537 font-size: 1.4375rem;3538 line-height: 1. 2173913043;3456 3457 .entry-content h2, 3458 .entry-summary h2, 3459 .comment-content h2, 3460 .textwidget h2 { 3461 font-size: 3rem; 3462 line-height: 1.3; 3539 3463 margin-top: 2.4347826087em; 3540 3464 margin-bottom: 1.2173913043em; 3541 3465 } 3542 3466 3467 .entry-content h3, 3468 .entry-summary h3, 3469 .comment-content h3, 3470 .textwidget h3 { 3471 font-size: 2rem; 3472 line-height: 1.3; 3473 margin-top: 2.9473684211em; 3474 margin-bottom: 1.4736842105em; 3475 } 3476 3543 3477 .entry-content h4, 3544 3478 .entry-summary h4, 3545 .entry-intro h4, 3546 .comment-content h4 { 3547 letter-spacing: 0.131578947em; 3479 .comment-content h4, 3480 .textwidget h4, 3481 .entry-content h5, 3482 .entry-summary h5, 3483 .comment-content h5, 3484 .textwidget h5, 3485 .entry-content h6, 3486 .entry-summary h6, 3487 .comment-content h6, 3488 .textwidget h6 { 3489 line-height: 1.3; 3490 margin-top: 3.5em; 3491 margin-bottom: 1.75em; 3548 3492 } 3549 3493 3550 3494 .entry-content h4, 3495 .entry-summary h4, 3496 .comment-content h4, 3497 .textwidget h4 { 3498 font-size: 1.5rem; 3499 } 3500 3551 3501 .entry-content h5, 3552 .entry-content h6,3553 .entry-summary h4,3554 3502 .entry-summary h5, 3555 .entry-summary h6,3556 .comment-content h4,3557 3503 .comment-content h5, 3558 .comment-content h6 { 3559 font-size: 19px; 3560 font-size: 1.1875rem; 3561 line-height: 1.1052631579; 3562 margin-top: 2.9473684211em; 3563 margin-bottom: 1.473684211em; 3504 .textwidget h5 { 3505 font-size: 1.25rem; 3564 3506 } 3507 3508 .entry-content h6, 3509 .entry-summary h6, 3510 .comment-content h6, 3511 .textwidget h6 { 3512 font-size: 1rem; 3513 } 3565 3514 3566 3515 .author-info { 3567 3516 border-bottom-width: 0;