Changeset 25216
- Timestamp:
- 09/02/2013 10:02:15 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/comments.php
r25087 r25216 41 41 'style' => 'ol', 42 42 'short_ping' => true, 43 'avatar_size'=> 42, 43 44 ) ); 44 45 ?> -
trunk/src/wp-content/themes/twentyfourteen/style.css
r25215 r25216 1769 1769 margin: 0 0 4.8rem 0; 1770 1770 } 1771 .comment-metadata,1772 1771 .comment-author { 1773 1772 font-size: 14px; 1774 1773 font-size: 1.4rem; 1775 1774 line-height: 1.7142857142; 1775 text-transform: uppercase; 1776 } 1777 .comment-metadata, 1778 .comment-list .reply { 1779 font-size: 12px; 1780 font-size: 1.2rem; 1781 line-height: 2; 1782 text-transform: uppercase; 1776 1783 } 1777 1784 .comment-author .fn { … … 1793 1800 color: #24890d; 1794 1801 text-decoration: none; 1795 }1796 .comment-edit-link:before {1797 color: rgba(0, 0, 0, 0.2);1798 content: '\007c\0020';1799 1802 } 1800 1803 .comments-area article, … … 1825 1828 padding: 0.2rem; 1826 1829 position: absolute; 1827 top: 3px; 1828 top: 0.3rem; 1830 top: 0; 1829 1831 left: 0; 1830 width: 22px;1831 width: 2.2rem;1832 height: 22px;1833 height: 2.2rem;1832 width: 18px; 1833 width: 1.8rem; 1834 height: 18px; 1835 height: 1.8rem; 1834 1836 } 1835 1837 .bypostauthor .avatar { 1836 1838 background-color: #24890d; 1837 1839 } 1840 .says { 1841 display: none; 1842 } 1838 1843 .comment-author .fn { 1839 1844 font-style: normal; 1840 1845 } 1841 .comment-author .avatar {1842 position: absolute;1843 top: 2px;1844 top: 0.2rem;1845 left: 2px;1846 left: 0.2rem;1847 width: 22px;1848 width: 2.2rem;1849 height: 22px;1850 height: 2.2rem;1851 }1852 1846 .comment-metadata, 1853 .comment-content { 1847 .comment-content, 1848 .comment-list .reply { 1854 1849 padding-left: 36px; 1855 1850 padding-left: 3.6rem; 1851 } 1852 .comment-edit-link:before, 1853 .comment-reply-link:before, 1854 .comment-reply-login:before { 1855 display: inline-block; 1856 -webkit-font-smoothing: antialiased; 1857 font: normal 16px/1 'Genericons'; 1858 font-size:1.6rem; 1859 vertical-align: top; 1860 } 1861 .comment-edit-link { 1862 margin-left: 10px; 1863 margin-left: 1.0rem; 1864 } 1865 .comment-edit-link:before { 1866 content: "\f411"; 1867 margin: 3px 2px 0 0; 1868 margin: 0.3rem 0.2rem 0 0; 1869 } 1870 .comment-reply-link:before, 1871 .comment-reply-login:before { 1872 content: "\f412"; 1873 margin: 3px 3px 0 0; 1874 margin: 0.3rem 0.3rem 0 0; 1856 1875 } 1857 1876 .comment-content a { … … 1881 1900 } 1882 1901 .comment .comment-respond { 1883 margin-left: 47px;1884 margin-left: 4.7rem;1902 margin-left: 36px; 1903 margin-left: 3.6rem; 1885 1904 } 1886 1905 .comment-respond h3 { … … 2528 2547 } 2529 2548 .comment-author .avatar { 2530 width: 32px;2531 width: 3.2rem;2532 height: 32px;2533 height: 3.2rem;2549 width: 42px; 2550 width: 4.2rem; 2551 height: 42px; 2552 height: 4.2rem; 2534 2553 } 2535 2554 .comment-author, 2536 2555 .comment-metadata, 2537 .comment-content { 2556 .comment-content, 2557 .comment-list .reply { 2538 2558 padding-left: 60px; 2539 2559 padding-left: 6.0rem; … … 2557 2577 padding-left: 9.12778904%; 2558 2578 } 2579 .comment .comment-respond { 2580 margin-left: 60px; 2581 margin-left: 6.0rem; 2582 } 2559 2583 .image-navigation .previous-image, 2560 2584 .image-navigation .next-image, … … 2639 2663 .no-comments, 2640 2664 .comment-respond, 2641 .comments-area article,2642 .comment-list .trackback,2643 .comment-list .pingback,2644 2665 .post-navigation [rel="prev"], 2645 2666 .post-navigation [rel="next"] { … … 2647 2668 padding-left: 17.06896551%; 2648 2669 } 2670 .comments-area article, 2671 .comment-list .trackback, 2672 .comment-list .pingback { 2673 padding-right: 11.25%; 2674 padding-left: 15.46875%; 2675 } 2649 2676 .comment-respond { 2650 2677 padding-right: 13.8900862%; 2651 2678 } 2679 .comment .comment-respond { 2680 margin-left: 50px; 2681 margin-left: 5.0rem; 2682 } 2652 2683 .comment-list, 2653 2684 .full-width .comment-list { 2654 margin-left: - 70px;2655 margin-left: - 7.0rem;2685 margin-left: -60px; 2686 margin-left: -6.0rem; 2656 2687 } 2657 2688 .comment-navigation { … … 2848 2879 padding-left: 9.19765166%; 2849 2880 } 2881 .comment .comment-respond { 2882 margin-left: 60px; 2883 margin-left: 6.0rem; 2884 } 2850 2885 .image-navigation .previous-image, 2851 2886 .image-navigation .next-image, … … 2906 2941 .no-comments, 2907 2942 .comment-respond, 2908 .comments-area article,2909 .comment-list .trackback,2910 .comment-list .pingback,2911 2943 .post-navigation [rel="prev"], 2912 2944 .post-navigation [rel="next"] { … … 2914 2946 padding-left: 16.77524429%; 2915 2947 } 2948 .comments-area article, 2949 .comment-list .trackback, 2950 .comment-list .pingback { 2951 padding-right: 11.27596439%; 2952 padding-left: 15.2818991%; 2953 } 2916 2954 .comment-respond { 2917 2955 padding-right: 13.73697916%; 2918 2956 } 2957 .comment .comment-respond { 2958 margin-left: 50px; 2959 margin-left: 5.0rem; 2960 } 2919 2961 .comment-list, 2920 2962 .full-width .comment-list { 2921 margin-left: - 70px;2922 margin-left: - 7.0rem;2963 margin-left: -60px; 2964 margin-left: -6.0rem; 2923 2965 } 2924 2966 .comment-navigation {
Note: See TracChangeset
for help on using the changeset viewer.