Ticket #30108: 30108.5.diff
File 30108.5.diff, 12.1 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/css/ie.css
538 538 padding: 4.5454% 9.0909%; 539 539 } 540 540 541 .posted-on a:before,542 .byline a:before,543 .cat-links span + a:before,544 .tags-links span + a:before,545 .comments-link a:before,546 .entry-format a:before,547 .edit-link a:before,548 .full-size-link a:before {541 .posted-on:before, 542 .byline:before, 543 .cat-links:before, 544 .tags-links:before, 545 .comments-link:before, 546 .entry-format:before, 547 .edit-link:before, 548 .full-size-link:before { 549 549 top: 4px; 550 550 } 551 551 … … 649 649 padding-left: 5.5em; 650 650 } 651 651 652 .comment-metadata .edit-link a:before,653 .pingback .edit-link a:before {652 .comment-metadata .edit-link:before, 653 .pingback .edit-link:before { 654 654 top: 8px; 655 655 } 656 656 -
src/wp-content/themes/twentyfifteen/inc/customizer.php
327 327 .entry-summary a, 328 328 .page-content a, 329 329 .comment-content a, 330 .pingback .comment-body > a, 330 331 .author-description a, 332 .taxonomy-description a, 333 .textwidget a, 334 .entry-footer a:hover, 335 .entry-footer a:focus, 336 .comment-metadata a:hover, 337 .comment-metadata a:focus, 338 .pingback .edit-link a:hover, 339 .pingback .edit-link a:focus, 331 340 .comment-list .reply a:hover, 332 .comment-list .reply a:focus { 341 .comment-list .reply a:focus, 342 .site-info a:hover, 343 .site-info a:focus { 333 344 border-color: %4$s; 334 345 } 335 346 … … 367 378 .comment-navigation, 368 379 .comment-navigation a, 369 380 .widget, 370 .entry-content a:hover,371 .entry-content a:focus,372 .entry-summary a:hover,373 .entry-summary a:focus,374 .page-content a:hover,375 .page-content a:focus,376 .comment-content a:hover,377 .comment-content a:focus,378 .author-description a:hover,379 .author-description a:focus,380 381 .author-heading, 381 382 .entry-footer, 382 383 .entry-footer a, … … 386 387 .comment-author, 387 388 .comment-metadata, 388 389 .comment-metadata a, 389 .pingback .comment-edit-link, 390 .pingback .edit-link, 391 .pingback .edit-link a, 390 392 .post-password-form label, 391 393 .comment-form label, 392 394 .comment-notes, … … 405 407 406 408 /* Secondary Text Color */ 407 409 blockquote, 408 .entry-content a:hover, 409 .entry-content a:focus, 410 .entry-summary a:hover, 411 .entry-summary a:focus, 412 .page-content a:hover, 413 .page-content a:focus, 414 .comment-content a:hover, 415 .comment-content a:focus, 416 .author-description a:hover, 417 .author-description a:focus { 410 .logged-in-as a:hover, 411 .logged-in-as a:focus, 412 .comment-author a:hover, 413 .comment-author a:focus { 418 414 border-color: %4$s; /* Fallback for IE7 and IE8 */ 419 415 border-color: %5$s; 420 416 } -
src/wp-content/themes/twentyfifteen/rtl.css
276 276 margin: 0 0 1.6em 1.6em; 277 277 } 278 278 279 .posted-on a:before,280 .byline a:before,281 .cat-links span + a:before,282 .tags-links span + a:before,283 .comments-link a:before,284 .entry-format a:before,285 .edit-link a:before,286 .full-size-link a:before {279 .posted-on:before, 280 .byline:before, 281 .cat-links:before, 282 .tags-links:before, 283 .comments-link:before, 284 .entry-format:before, 285 .edit-link:before, 286 .full-size-link:before { 287 287 margin-right: auto; 288 288 margin-left: 2px; 289 289 } -
src/wp-content/themes/twentyfifteen/style.css
165 165 .comment-reply-title small a:before, 166 166 .comment-navigation .nav-next a:after, 167 167 .comment-navigation .nav-previous a:before, 168 .posted-on a:before,169 .byline a:before,170 .cat-links span + a:before,171 .tags-links span + a:before,172 .comments-link a:before,173 .entry-format a:before,174 .edit-link a:before,175 .full-size-link a:before,168 .posted-on:before, 169 .byline:before, 170 .cat-links:before, 171 .tags-links:before, 172 .comments-link:before, 173 .entry-format:before, 174 .edit-link:before, 175 .full-size-link:before, 176 176 .pagination .prev:before, 177 177 .pagination .next:before, 178 178 .image-navigation a:before, … … 1504 1504 opacity: 0.8; 1505 1505 } 1506 1506 1507 . widget_text > div> :last-child {1507 .textwidget > :last-child { 1508 1508 margin-bottom: 0; 1509 1509 } 1510 1510 1511 .textwidget a { 1512 border-bottom: 1px solid #333; 1513 } 1511 1514 1515 .textwidget a:hover, 1516 .textwidget a:focus { 1517 border-bottom: 0; 1518 } 1519 1520 1512 1521 /** 1513 1522 * 12.0 Content 1514 1523 */ … … 1700 1709 .entry-content a, 1701 1710 .entry-summary a, 1702 1711 .page-content a, 1703 .comment-content a { 1712 .comment-content a, 1713 .pingback .comment-body > a { 1704 1714 border-bottom: 1px solid #333; 1705 1715 } 1706 1716 … … 1711 1721 .page-content a:hover, 1712 1722 .page-content a:focus, 1713 1723 .comment-content a:hover, 1714 .comment-content a:focus { 1715 border-color: #707070; 1716 border-color: rgba(51, 51, 51, 0.7); 1717 color: #707070; 1718 color: rgba(51, 51, 51, 0.7); 1724 .comment-content a:focus, 1725 .pingback .comment-body > a:hover, 1726 .pingback .comment-body > a:focus { 1727 border-bottom: 0; 1719 1728 } 1720 1729 1721 1730 .entry-content .more-link { … … 1781 1790 1782 1791 .author-description a:hover, 1783 1792 .author-description a:focus { 1784 border-color: rgba(51, 51, 51, 0.7); 1785 color: rgba(51, 51, 51, 0.7); 1793 border-bottom: 0; 1786 1794 } 1787 1795 1788 1796 .author-description > :last-child { … … 1817 1825 1818 1826 .entry-footer a:hover, 1819 1827 .entry-footer a:focus { 1828 border-bottom: 1px solid #333; 1820 1829 color: #333; 1821 1830 } 1822 1831 … … 1835 1844 display: none; 1836 1845 } 1837 1846 1838 .sticky .posted-on, 1839 .sticky .posted-on + .byline:before { 1847 .sticky .posted-on { 1840 1848 display: none; 1841 1849 } 1842 1850 1843 .posted-on a:before,1844 .byline a:before,1845 .cat-links span + a:before,1846 .tags-links span + a:before,1847 .comments-link a:before,1848 .entry-format a:before,1849 .edit-link a:before,1850 .full-size-link a:before {1851 .posted-on:before, 1852 .byline:before, 1853 .cat-links:before, 1854 .tags-links:before, 1855 .comments-link:before, 1856 .entry-format:before, 1857 .edit-link:before, 1858 .full-size-link:before { 1851 1859 margin-right: 2px; 1852 1860 position: relative; 1853 1861 } … … 1862 1870 margin-right: 1em; 1863 1871 } 1864 1872 1865 .format-aside .entry-format a:before {1873 .format-aside .entry-format:before { 1866 1874 content: "\f101"; 1867 1875 } 1868 1876 1869 .format-image .entry-format a:before {1877 .format-image .entry-format:before { 1870 1878 content: "\f473"; 1871 1879 } 1872 1880 1873 .format-gallery .entry-format a:before {1881 .format-gallery .entry-format:before { 1874 1882 content: "\f103"; 1875 1883 } 1876 1884 1877 .format-video .entry-format a:before {1885 .format-video .entry-format:before { 1878 1886 content: "\f104"; 1879 1887 } 1880 1888 1881 .format-status .entry-format a:before {1889 .format-status .entry-format:before { 1882 1890 content: "\f105"; 1883 1891 } 1884 1892 1885 .format-quote .entry-format a:before {1893 .format-quote .entry-format:before { 1886 1894 content: "\f106"; 1887 1895 } 1888 1896 1889 .format-link .entry-format a:before {1897 .format-link .entry-format:before { 1890 1898 content: "\f107"; 1891 1899 } 1892 1900 1893 .format-chat .entry-format a:before {1901 .format-chat .entry-format:before { 1894 1902 content: "\f108"; 1895 1903 } 1896 1904 1897 .format-audio .entry-format a:before {1905 .format-audio .entry-format:before { 1898 1906 content: "\f109"; 1899 1907 } 1900 1908 1901 .posted-on a:before {1909 .posted-on:before { 1902 1910 content: "\f307"; 1903 1911 } 1904 1912 1905 .byline a:before {1913 .byline:before { 1906 1914 content: "\f304"; 1907 1915 } 1908 1916 1909 .cat-links span + a:before {1917 .cat-links:before { 1910 1918 content: "\f301"; 1911 1919 } 1912 1920 1913 .tags-links span + a:before {1921 .tags-links:before { 1914 1922 content: "\f302"; 1915 1923 } 1916 1924 1917 .comments-link a:before {1925 .comments-link:before { 1918 1926 content: "\f300"; 1919 1927 } 1920 1928 1921 .full-size-link a:before {1929 .full-size-link:before { 1922 1930 content: "\f402"; 1923 1931 } 1924 1932 1925 .edit-link a:before {1933 .edit-link:before { 1926 1934 content: "\f411"; 1927 1935 } 1928 1936 … … 1945 1953 padding-top: 0.4em; 1946 1954 } 1947 1955 1956 .taxonomy-description a { 1957 border-bottom: 1px solid #333; 1958 } 1959 1960 .taxonomy-description a:hover, 1961 .taxonomy-description a:focus { 1962 border-bottom: 0; 1963 } 1964 1948 1965 .taxonomy-description > :last-child { 1949 1966 margin-bottom: 0; 1950 1967 } … … 2138 2155 margin-bottom: 0.4em; 2139 2156 } 2140 2157 2158 .comment-author a:hover, 2159 .comment-author a:focus { 2160 border-bottom: 1px solid #707070; 2161 border-bottom: 1px solid rgba(51, 51, 51, 0.7); 2162 } 2163 2141 2164 .comment-author .avatar { 2142 2165 border-radius: 50%; 2143 2166 float: left; … … 2177 2200 .comment-metadata a:focus, 2178 2201 .pingback .edit-link a:hover, 2179 2202 .pingback .edit-link a:focus { 2203 border-bottom: 1px solid #333; 2180 2204 color: #333; 2181 2205 } 2182 2206 … … 2192 2216 margin-left: 1em; 2193 2217 } 2194 2218 2195 .pingback .edit-link a:before {2219 .pingback .edit-link:before { 2196 2220 top: 5px; 2197 2221 } 2198 2222 … … 2272 2296 margin-bottom: 2em; 2273 2297 } 2274 2298 2299 .logged-in-as a:hover, 2300 .logged-in-as a:focus { 2301 border-bottom: 1px solid #333; 2302 } 2303 2275 2304 .no-comments { 2276 2305 border-top: 1px solid #eaeaea; 2277 2306 border-top: 1px solid rgba(51, 51, 51, 0.1); … … 2337 2366 2338 2367 .site-info a:hover, 2339 2368 .site-info a:focus { 2369 border-bottom: 1px solid #333; 2340 2370 color: #333; 2341 2371 } 2342 2372 … … 3136 3166 top: 3px; 3137 3167 } 3138 3168 3139 .posted-on a:before,3140 .byline a:before,3141 .cat-links span + a:before,3142 .tags-links span + a:before,3143 .comments-link a:before,3144 .entry-format a:before,3145 .edit-link a:before,3146 .full-size-link a:before {3169 .posted-on:before, 3170 .byline:before, 3171 .cat-links:before, 3172 .tags-links:before, 3173 .comments-link:before, 3174 .entry-format:before, 3175 .edit-link:before, 3176 .full-size-link:before { 3147 3177 top: 3px; 3148 3178 } 3149 3179 … … 3222 3252 width: 42px; 3223 3253 } 3224 3254 3225 .comment-metadata .edit-link a:before {3255 .comment-metadata .edit-link:before { 3226 3256 top: 2px; 3227 3257 } 3228 3258 3229 .pingback .edit-link a:before {3259 .pingback .edit-link:before { 3230 3260 top: 6px; 3231 3261 } 3232 3262 … … 3666 3696 top: 0; 3667 3697 } 3668 3698 3669 .posted-on a:before,3670 .byline a:before,3671 .cat-links span + a:before,3672 .tags-links span + a:before,3673 .comments-link a:before,3674 .entry-format a:before,3675 .edit-link a:before,3676 .full-size-link a:before {3699 .posted-on:before, 3700 .byline:before, 3701 .cat-links:before, 3702 .tags-links:before, 3703 .comments-link:before, 3704 .entry-format:before, 3705 .edit-link:before, 3706 .full-size-link:before { 3677 3707 top: 4px; 3678 3708 } 3679 3709 … … 3747 3777 line-height: 2; 3748 3778 } 3749 3779 3750 .comment-metadata .edit-link a:before {3780 .comment-metadata .edit-link:before { 3751 3781 top: 8px; 3752 3782 } 3753 3783 3754 .pingback .edit-link a:before {3784 .pingback .edit-link:before { 3755 3785 top: 8px; 3756 3786 } 3757 3787 … … 4312 4342 padding: 5% 10%; 4313 4343 } 4314 4344 4315 .posted-on a:before,4316 .byline a:before,4317 .cat-links span + a:before,4318 .tags-links span + a:before,4319 .comments-link a:before,4320 .entry-format a:before,4321 .edit-link a:before,4322 .full-size-link a:before {4345 .posted-on:before, 4346 .byline:before, 4347 .cat-links:before, 4348 .tags-links:before, 4349 .comments-link:before, 4350 .entry-format:before, 4351 .edit-link:before, 4352 .full-size-link:before { 4323 4353 top: 0; 4324 4354 } 4325 4355 … … 4406 4436 width: 24px; 4407 4437 } 4408 4438 4409 .comment-metadata .edit-link a:before {4439 .comment-metadata .edit-link:before { 4410 4440 top: 3px; 4411 4441 } 4412 4442 4413 .pingback .edit-link a:before {4443 .pingback .edit-link:before { 4414 4444 top: 5px; 4415 4445 } 4416 4446 … … 4837 4867 top: 3px; 4838 4868 } 4839 4869 4840 .posted-on a:before,4841 .byline a:before,4842 .cat-links span + a:before,4843 .tags-links span + a:before,4844 .comments-link a:before,4845 .entry-format a:before,4846 .edit-link a:before,4847 .full-size-link a:before {4870 .posted-on:before, 4871 .byline:before, 4872 .cat-links:before, 4873 .tags-links:before, 4874 .comments-link:before, 4875 .entry-format:before, 4876 .edit-link:before, 4877 .full-size-link:before { 4848 4878 top: 3px; 4849 4879 } 4850 4880 … … 4923 4953 left: 6px; 4924 4954 } 4925 4955 4926 .comment-metadata .edit-link a:before {4956 .comment-metadata .edit-link:before { 4927 4957 top: 6px; 4928 4958 } 4929 4959 4930 .pingback .edit-link a:before {4960 .pingback .edit-link:before { 4931 4961 top: 6px; 4932 4962 } 4933 4963 … … 5349 5379 top: 0; 5350 5380 } 5351 5381 5352 .posted-on a:before,5353 .byline a:before,5354 .cat-links span + a:before,5355 .tags-links span + a:before,5356 .comments-link a:before,5357 .entry-format a:before,5358 .edit-link a:before,5359 .full-size-link a:before {5382 .posted-on:before, 5383 .byline:before, 5384 .cat-links:before, 5385 .tags-links:before, 5386 .comments-link:before, 5387 .entry-format:before, 5388 .edit-link:before, 5389 .full-size-link:before { 5360 5390 top: 4px; 5361 5391 } 5362 5392 … … 5430 5460 top: 8px; 5431 5461 } 5432 5462 5433 .comment-metadata .edit-link a:before {5463 .comment-metadata .edit-link:before { 5434 5464 top: 8px; 5435 5465 } 5436 5466 5437 .pingback .edit-link a:before {5467 .pingback .edit-link:before { 5438 5468 top: 8px; 5439 5469 } 5440 5470