Ticket #30108: 30108.6.diff
File 30108.6.diff, 16.5 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/custom-header.php
227 227 color: %1$s; 228 228 } 229 229 230 .secondary-toggle:focus { 231 outline-color: %1$s; 230 .site-title a { 231 outline-color: %1$s; /* Fallback for IE7 and IE8 */ 232 outline-color: %2$s; 232 233 } 233 234 234 .secondary-toggle:hover { 235 .secondary-toggle { 236 border-color: %1$s; /* Fallback for IE7 and IE8 */ 237 border-color: %3$s; 238 } 239 240 .secondary-toggle:hover, 241 .secondary-toggle:focus { 242 border-color: %1$s; /* Fallback for IE7 and IE8 */ 235 243 border-color: %4$s; 236 244 } 237 245 … … 244 252 color: %1$s; 245 253 } 246 254 247 .dropdown-toggle:focus {248 outline-color: %1$s;249 }250 251 255 .widget button, 252 256 .widget input[type="button"], 253 257 .widget input[type="reset"], … … 256 260 background-color: %1$s; 257 261 } 258 262 263 .textwidget a { 264 border-color: %1$s; 265 } 266 259 267 .main-navigation .menu-item-description, 260 268 .main-navigation a:hover, 261 269 .main-navigation a:focus, … … 274 282 } 275 283 276 284 .widget_calendar tbody a:hover, 277 .widget_calendar tbody a:focus { 285 .widget_calendar tbody a:focus, 286 .widget button:hover, 287 .widget input[type="button"]:hover, 288 .widget input[type="reset"]:hover, 289 .widget input[type="submit"]:hover, 290 .widget button:focus, 291 .widget input[type="button"]:focus, 292 .widget input[type="reset"]:focus, 293 .widget input[type="submit"]:focus { 278 294 background-color: %1$s; /* Fallback for IE7 and IE8 */ 279 295 background-color: %2$s; 280 296 } … … 283 299 border-color: %2$s; 284 300 } 285 301 302 .sidebar a:focus { 303 outline-color: %1$s; /* Fallback for IE7 and IE8 */ 304 outline-color: %2$s; 305 } 306 286 307 .main-navigation ul, 287 308 .main-navigation li, 288 309 .secondary-toggle, … … 313 334 border-color: %1$s; /* Fallback for IE7 and IE8 */ 314 335 border-color: %4$s; 315 336 } 337 338 .dropdown-toggle:focus, 339 .widget button:focus, 340 .widget input[type="button"]:focus, 341 .widget input[type="reset"]:focus, 342 .widget input[type="submit"]:focus { 343 outline-color: %1$s; /* Fallback for IE7 and IE8 */ 344 outline-color: %4$s; 345 } 316 346 } 317 347 '; 318 348 -
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 .comment-metadata a:hover, 336 .pingback .edit-link a:hover, 331 337 .comment-list .reply a:hover, 332 . comment-list .reply a:focus{338 .site-info a:hover { 333 339 border-color: %4$s; 334 340 } 335 341 … … 367 373 .comment-navigation, 368 374 .comment-navigation a, 369 375 .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 376 .author-heading, 381 377 .entry-footer, 382 378 .entry-footer a, … … 386 382 .comment-author, 387 383 .comment-metadata, 388 384 .comment-metadata a, 389 .pingback .comment-edit-link, 385 .pingback .edit-link, 386 .pingback .edit-link a, 390 387 .post-password-form label, 391 388 .comment-form label, 392 389 .comment-notes, … … 405 402 406 403 /* Secondary Text Color */ 407 404 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 { 405 .logged-in-as a:hover, 406 .comment-author a:hover { 418 407 border-color: %4$s; /* Fallback for IE7 and IE8 */ 419 408 border-color: %5$s; 420 409 } … … 467 456 } 468 457 469 458 /* Border Focus Color */ 459 a:focus, 460 button:focus, 461 input[type="button"]:focus, 462 input[type="reset"]:focus, 463 input[type="submit"]:focus { 464 outline-color: %4$s; /* Fallback for IE7 and IE8 */ 465 outline-color: %7$s; 466 } 467 470 468 input:focus, 471 textarea:focus { 469 textarea:focus, 470 .secondary-toggle:hover, 471 .secondary-toggle:focus { 472 472 border-color: %4$s; /* Fallback for IE7 and IE8 */ 473 473 border-color: %7$s; 474 474 } 475 475 476 476 /* Sidebar Link Color */ 477 .secondary-toggle:hover {478 border-color: %8$s;479 }480 481 477 .secondary-toggle:before { 482 478 color: %8$s; 483 479 } 484 480 485 .secondary-toggle:focus {486 outline-color: %8$s;487 }488 489 481 .site-title a, 490 482 .site-description { 491 483 color: %8$s; … … 554 546 color: %8$s; 555 547 } 556 548 557 .dropdown-toggle:focus {558 outline-color: %8$s;559 }560 561 549 /* Sidebar Text Color */ 562 550 .secondary a:hover, 563 551 .secondary a:focus, -
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
140 140 } 141 141 142 142 a:focus { 143 outline: thin dotted; 143 outline: 2px solid #c1c1c1; 144 outline: 2px solid rgba(51, 51, 51, 0.3); 144 145 } 145 146 146 147 a:hover, … … 165 166 .comment-reply-title small a:before, 166 167 .comment-navigation .nav-next a:after, 167 168 .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,169 .posted-on:before, 170 .byline:before, 171 .cat-links:before, 172 .tags-links:before, 173 .comments-link:before, 174 .entry-format:before, 175 .edit-link:before, 176 .full-size-link:before, 176 177 .pagination .prev:before, 177 178 .pagination .next:before, 178 179 .image-navigation a:before, … … 535 536 input[type="submit"]:focus { 536 537 background-color: #707070; 537 538 background-color: rgba(51, 51, 51, 0.7); 538 outline: 0;539 539 } 540 540 541 button:focus, 542 input[type="button"]:focus, 543 input[type="reset"]:focus, 544 input[type="submit"]:focus { 545 outline: 2px solid #c1c1c1; 546 outline: 2px solid rgba(51, 51, 51, 0.3); 547 } 548 541 549 input[type="checkbox"], 542 550 input[type="radio"] { 543 551 padding: 0; … … 715 723 } 716 724 717 725 .dropdown-toggle:focus { 718 outline : dotted thin #333;726 outline-width: 1px; 719 727 } 720 728 721 729 .dropdown-toggle.toggle-on:after { … … 876 884 left: 0; 877 885 } 878 886 879 .secondary-toggle:hover { 887 .secondary-toggle:hover, 888 .secondary-toggle:focus { 880 889 background-color: transparent; 890 border: 1px solid #c1c1c1; 881 891 border: 1px solid rgba(51, 51, 51, 0.3); 892 outline: 0; 882 893 } 883 894 884 .secondary-toggle:focus {885 background-color: transparent;886 border: 1px solid transparent;887 outline: dotted thin #333;888 }889 890 895 .secondary-toggle.toggled-on:before { 891 896 content: "\f405"; 892 897 font-size: 32px; 893 top: 1px;894 left: 0;898 top: 0; 899 left: -1px; 895 900 } 896 901 897 902 .post-navigation { … … 1504 1509 opacity: 0.8; 1505 1510 } 1506 1511 1507 . widget_text > div> :last-child {1512 .textwidget > :last-child { 1508 1513 margin-bottom: 0; 1509 1514 } 1510 1515 1516 .textwidget a { 1517 border-bottom: 1px solid #333; 1518 } 1511 1519 1520 .textwidget a:hover, 1521 .textwidget a:focus { 1522 border-bottom: 0; 1523 } 1524 1525 1512 1526 /** 1513 1527 * 12.0 Content 1514 1528 */ … … 1700 1714 .entry-content a, 1701 1715 .entry-summary a, 1702 1716 .page-content a, 1703 .comment-content a { 1717 .comment-content a, 1718 .pingback .comment-body > a { 1704 1719 border-bottom: 1px solid #333; 1705 1720 } 1706 1721 … … 1711 1726 .page-content a:hover, 1712 1727 .page-content a:focus, 1713 1728 .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); 1729 .comment-content a:focus, 1730 .pingback .comment-body > a:hover, 1731 .pingback .comment-body > a:focus { 1732 border-bottom: 0; 1719 1733 } 1720 1734 1721 1735 .entry-content .more-link { … … 1781 1795 1782 1796 .author-description a:hover, 1783 1797 .author-description a:focus { 1784 border-color: rgba(51, 51, 51, 0.7); 1785 color: rgba(51, 51, 51, 0.7); 1798 border-bottom: 0; 1786 1799 } 1787 1800 1788 1801 .author-description > :last-child { … … 1815 1828 color: rgba(51, 51, 51, 0.7); 1816 1829 } 1817 1830 1831 .entry-footer a:hover { 1832 border-bottom: 1px solid #333; 1833 } 1834 1818 1835 .entry-footer a:hover, 1819 1836 .entry-footer a:focus { 1820 1837 color: #333; … … 1835 1852 display: none; 1836 1853 } 1837 1854 1838 .sticky .posted-on, 1839 .sticky .posted-on + .byline:before { 1855 .sticky .posted-on { 1840 1856 display: none; 1841 1857 } 1842 1858 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 {1859 .posted-on:before, 1860 .byline:before, 1861 .cat-links:before, 1862 .tags-links:before, 1863 .comments-link:before, 1864 .entry-format:before, 1865 .edit-link:before, 1866 .full-size-link:before { 1851 1867 margin-right: 2px; 1852 1868 position: relative; 1853 1869 } … … 1862 1878 margin-right: 1em; 1863 1879 } 1864 1880 1865 .format-aside .entry-format a:before {1881 .format-aside .entry-format:before { 1866 1882 content: "\f101"; 1867 1883 } 1868 1884 1869 .format-image .entry-format a:before {1885 .format-image .entry-format:before { 1870 1886 content: "\f473"; 1871 1887 } 1872 1888 1873 .format-gallery .entry-format a:before {1889 .format-gallery .entry-format:before { 1874 1890 content: "\f103"; 1875 1891 } 1876 1892 1877 .format-video .entry-format a:before {1893 .format-video .entry-format:before { 1878 1894 content: "\f104"; 1879 1895 } 1880 1896 1881 .format-status .entry-format a:before {1897 .format-status .entry-format:before { 1882 1898 content: "\f105"; 1883 1899 } 1884 1900 1885 .format-quote .entry-format a:before {1901 .format-quote .entry-format:before { 1886 1902 content: "\f106"; 1887 1903 } 1888 1904 1889 .format-link .entry-format a:before {1905 .format-link .entry-format:before { 1890 1906 content: "\f107"; 1891 1907 } 1892 1908 1893 .format-chat .entry-format a:before {1909 .format-chat .entry-format:before { 1894 1910 content: "\f108"; 1895 1911 } 1896 1912 1897 .format-audio .entry-format a:before {1913 .format-audio .entry-format:before { 1898 1914 content: "\f109"; 1899 1915 } 1900 1916 1901 .posted-on a:before {1917 .posted-on:before { 1902 1918 content: "\f307"; 1903 1919 } 1904 1920 1905 .byline a:before {1921 .byline:before { 1906 1922 content: "\f304"; 1907 1923 } 1908 1924 1909 .cat-links span + a:before {1925 .cat-links:before { 1910 1926 content: "\f301"; 1911 1927 } 1912 1928 1913 .tags-links span + a:before {1929 .tags-links:before { 1914 1930 content: "\f302"; 1915 1931 } 1916 1932 1917 .comments-link a:before {1933 .comments-link:before { 1918 1934 content: "\f300"; 1919 1935 } 1920 1936 1921 .full-size-link a:before {1937 .full-size-link:before { 1922 1938 content: "\f402"; 1923 1939 } 1924 1940 1925 .edit-link a:before {1941 .edit-link:before { 1926 1942 content: "\f411"; 1927 1943 } 1928 1944 … … 1945 1961 padding-top: 0.4em; 1946 1962 } 1947 1963 1964 .taxonomy-description a { 1965 border-bottom: 1px solid #333; 1966 } 1967 1968 .taxonomy-description a:hover, 1969 .taxonomy-description a:focus { 1970 border-bottom: 0; 1971 } 1972 1948 1973 .taxonomy-description > :last-child { 1949 1974 margin-bottom: 0; 1950 1975 } … … 2138 2163 margin-bottom: 0.4em; 2139 2164 } 2140 2165 2166 .comment-author a:hover { 2167 border-bottom: 1px solid #707070; 2168 border-bottom: 1px solid rgba(51, 51, 51, 0.7); 2169 } 2170 2141 2171 .comment-author .avatar { 2142 2172 border-radius: 50%; 2143 2173 float: left; … … 2174 2204 } 2175 2205 2176 2206 .comment-metadata a:hover, 2207 .pingback .edit-link a:hover{ 2208 border-bottom: 1px solid #333; 2209 } 2210 2211 .comment-metadata a:hover, 2177 2212 .comment-metadata a:focus, 2178 2213 .pingback .edit-link a:hover, 2179 2214 .pingback .edit-link a:focus { … … 2192 2227 margin-left: 1em; 2193 2228 } 2194 2229 2195 .pingback .edit-link a:before {2230 .pingback .edit-link:before { 2196 2231 top: 5px; 2197 2232 } 2198 2233 … … 2233 2268 .comment-list .reply a:focus { 2234 2269 border-color: #333; 2235 2270 color: #333; 2271 outline: 0; 2236 2272 } 2237 2273 2238 2274 .comment-form { … … 2272 2308 margin-bottom: 2em; 2273 2309 } 2274 2310 2311 .logged-in-as a:hover { 2312 border-bottom: 1px solid #333; 2313 } 2314 2275 2315 .no-comments { 2276 2316 border-top: 1px solid #eaeaea; 2277 2317 border-top: 1px solid rgba(51, 51, 51, 0.1); … … 2335 2375 color: rgba(51, 51, 51, 0.7); 2336 2376 } 2337 2377 2378 .site-info a:hover { 2379 border-bottom: 1px solid #333; 2380 } 2381 2338 2382 .site-info a:hover, 2339 2383 .site-info a:focus { 2340 2384 color: #333; … … 3136 3180 top: 3px; 3137 3181 } 3138 3182 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 {3183 .posted-on:before, 3184 .byline:before, 3185 .cat-links:before, 3186 .tags-links:before, 3187 .comments-link:before, 3188 .entry-format:before, 3189 .edit-link:before, 3190 .full-size-link:before { 3147 3191 top: 3px; 3148 3192 } 3149 3193 … … 3222 3266 width: 42px; 3223 3267 } 3224 3268 3225 .comment-metadata .edit-link a:before {3269 .comment-metadata .edit-link:before { 3226 3270 top: 2px; 3227 3271 } 3228 3272 3229 .pingback .edit-link a:before {3273 .pingback .edit-link:before { 3230 3274 top: 6px; 3231 3275 } 3232 3276 … … 3666 3710 top: 0; 3667 3711 } 3668 3712 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 {3713 .posted-on:before, 3714 .byline:before, 3715 .cat-links:before, 3716 .tags-links:before, 3717 .comments-link:before, 3718 .entry-format:before, 3719 .edit-link:before, 3720 .full-size-link:before { 3677 3721 top: 4px; 3678 3722 } 3679 3723 … … 3747 3791 line-height: 2; 3748 3792 } 3749 3793 3750 .comment-metadata .edit-link a:before {3794 .comment-metadata .edit-link:before { 3751 3795 top: 8px; 3752 3796 } 3753 3797 3754 .pingback .edit-link a:before {3798 .pingback .edit-link:before { 3755 3799 top: 8px; 3756 3800 } 3757 3801 … … 4312 4356 padding: 5% 10%; 4313 4357 } 4314 4358 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 {4359 .posted-on:before, 4360 .byline:before, 4361 .cat-links:before, 4362 .tags-links:before, 4363 .comments-link:before, 4364 .entry-format:before, 4365 .edit-link:before, 4366 .full-size-link:before { 4323 4367 top: 0; 4324 4368 } 4325 4369 … … 4406 4450 width: 24px; 4407 4451 } 4408 4452 4409 .comment-metadata .edit-link a:before {4453 .comment-metadata .edit-link:before { 4410 4454 top: 3px; 4411 4455 } 4412 4456 4413 .pingback .edit-link a:before {4457 .pingback .edit-link:before { 4414 4458 top: 5px; 4415 4459 } 4416 4460 … … 4837 4881 top: 3px; 4838 4882 } 4839 4883 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 {4884 .posted-on:before, 4885 .byline:before, 4886 .cat-links:before, 4887 .tags-links:before, 4888 .comments-link:before, 4889 .entry-format:before, 4890 .edit-link:before, 4891 .full-size-link:before { 4848 4892 top: 3px; 4849 4893 } 4850 4894 … … 4923 4967 left: 6px; 4924 4968 } 4925 4969 4926 .comment-metadata .edit-link a:before {4970 .comment-metadata .edit-link:before { 4927 4971 top: 6px; 4928 4972 } 4929 4973 4930 .pingback .edit-link a:before {4974 .pingback .edit-link:before { 4931 4975 top: 6px; 4932 4976 } 4933 4977 … … 5349 5393 top: 0; 5350 5394 } 5351 5395 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 {5396 .posted-on:before, 5397 .byline:before, 5398 .cat-links:before, 5399 .tags-links:before, 5400 .comments-link:before, 5401 .entry-format:before, 5402 .edit-link:before, 5403 .full-size-link:before { 5360 5404 top: 4px; 5361 5405 } 5362 5406 … … 5430 5474 top: 8px; 5431 5475 } 5432 5476 5433 .comment-metadata .edit-link a:before {5477 .comment-metadata .edit-link:before { 5434 5478 top: 8px; 5435 5479 } 5436 5480 5437 .pingback .edit-link a:before {5481 .pingback .edit-link:before { 5438 5482 top: 8px; 5439 5483 } 5440 5484