Ticket #38394: 38394.3.diff
File 38394.3.diff, 6.6 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
51 51 .colors-dark .entry-footer .tags-links a:hover, 52 52 .colors-dark .post-navigation a:focus, 53 53 .colors-dark .post-navigation a:hover, 54 .colors-dark .pagination a:not(.prev):not(.next):focus, 55 .colors-dark .pagination a:not(.prev):not(.next):hover, 56 .colors-dark .comments-pagination a:not(.prev):not(.next):focus, 57 .colors-dark .comments-pagination a:not(.prev):not(.next):hover, 54 58 .colors-dark .logged-in-as a:focus, 55 59 .colors-dark .logged-in-as a:hover, 56 60 .colors-dark a:focus .nav-title, … … 102 106 .colors-dark .entry-footer .tags-links a:hover, 103 107 .colors-dark .post-navigation a:focus, 104 108 .colors-dark .post-navigation a:hover, 105 .colors-dark .pagination a: focus,106 .colors-dark .pagination a: hover,107 .colors-dark .comments-pagination a: focus,108 .colors-dark .comments-pagination a: hover,109 .colors-dark .pagination a:not(.prev):not(.next):focus, 110 .colors-dark .pagination a:not(.prev):not(.next):hover, 111 .colors-dark .comments-pagination a:not(.prev):not(.next):focus, 112 .colors-dark .comments-pagination a:not(.prev):not(.next):hover, 109 113 .colors-dark .logged-in-as a:focus, 110 114 .colors-dark .logged-in-as a:hover, 111 115 .colors-dark a:focus .nav-title, … … 459 463 .colors-dark .comment-reply-link, 460 464 .colors-dark a .nav-title, 461 465 .colors-dark .pagination a, 466 .colors-dark .comments-pagination a, 462 467 .colors-dark .widget .widget-title a, 463 468 .colors-dark .widget ul li a, 464 469 .colors-dark .site-footer .widget-area ul li a, … … 500 505 .colors-dark .wp_widget_tag_cloud a:focus, 501 506 .colors-dark .wp_widget_tag_cloud a:hover, 502 507 .colors-dark .entry-footer .edit-link a.post-edit-link:focus, 503 .colors-dark .entry-footer .edit-link a.post-edit-link:hover, 504 .colors-dark .prev.page-numbers:focus, 505 .colors-dark .prev.page-numbers:hover, 506 .colors-dark .next.page-numbers:focus, 507 .colors-dark .next.page-numbers:hover { 508 .colors-dark .entry-footer .edit-link a.post-edit-link:hover { 508 509 -webkit-box-shadow: none; 509 510 box-shadow: none; 510 511 } -
src/wp-content/themes/twentyseventeen/inc/color-patterns.php
70 70 .colors-custom .entry-footer .tags-links a:hover, 71 71 .colors-custom .post-navigation a:focus, 72 72 .colors-custom .post-navigation a:hover, 73 .colors-custom .pagination a:not(.prev):not(.next):focus, 74 .colors-custom .pagination a:not(.prev):not(.next):hover, 75 .colors-custom .comments-pagination a:not(.prev):not(.next):focus, 76 .colors-custom .comments-pagination a:not(.prev):not(.next):hover, 73 77 .colors-custom .logged-in-as a:focus, 74 78 .colors-custom .logged-in-as a:hover, 75 79 .colors-custom a:focus .nav-title, … … 180 184 .colors-custom .entry-footer .tags-links a:hover, 181 185 .colors-custom .post-navigation a:focus, 182 186 .colors-custom .post-navigation a:hover, 183 .colors-custom .pagination a: focus,184 .colors-custom .pagination a: hover,185 .colors-custom .comments-pagination a: focus,186 .colors-custom .comments-pagination a: hover,187 .colors-custom .pagination a:not(.prev):not(.next):focus, 188 .colors-custom .pagination a:not(.prev):not(.next):hover, 189 .colors-custom .comments-pagination a:not(.prev):not(.next):focus, 190 .colors-custom .comments-pagination a:not(.prev):not(.next):hover, 187 191 .colors-custom .logged-in-as a:focus, 188 192 .colors-custom .logged-in-as a:hover, 189 193 .colors-custom a:focus .nav-title, … … 476 480 .colors-custom .wp_widget_tag_cloud a:focus, 477 481 .colors-custom .wp_widget_tag_cloud a:hover, 478 482 .colors-custom .entry-footer .edit-link a.post-edit-link:focus, 479 .colors-custom .entry-footer .edit-link a.post-edit-link:hover, 480 .colors-custom .prev.page-numbers:focus, 481 .colors-custom .prev.page-numbers:hover, 482 .colors-custom .next.page-numbers:focus, 483 .colors-custom .next.page-numbers:hover { 483 .colors-custom .entry-footer .edit-link a.post-edit-link:hover { 484 484 -webkit-box-shadow: none !important; 485 485 box-shadow: none !important; 486 486 } -
src/wp-content/themes/twentyseventeen/style.css
1210 1210 .comment-reply-link, 1211 1211 a .nav-title, 1212 1212 .pagination a, 1213 .comments-pagination a, 1213 1214 .site-info a, 1214 1215 .widget .widget-title a, 1215 1216 .widget ul li a, … … 1256 1257 .entry-footer .tags-links a:hover, 1257 1258 .post-navigation a:focus, 1258 1259 .post-navigation a:hover, 1260 .pagination a:not(.prev):not(.next):focus, 1261 .pagination a:not(.prev):not(.next):hover, 1262 .comments-pagination a:not(.prev):not(.next):focus, 1263 .comments-pagination a:not(.prev):not(.next):hover, 1259 1264 .logged-in-as a:focus, 1260 1265 .logged-in-as a:hover, 1261 1266 a:focus .nav-title, … … 1359 1364 1360 1365 .main-navigation > div > ul { 1361 1366 border-top: 1px solid #eee; 1362 padding: 0.75em 3.375em;1367 padding: 0.75em 1.695em; 1363 1368 } 1364 1369 1365 1370 .js .main-navigation.toggled-on > div > ul { … … 1528 1533 margin-left: auto; 1529 1534 margin-right: auto; 1530 1535 max-width: 700px; 1531 padding-left: 3em;1532 padding-right: 3em;1536 padding-left: 2em; 1537 padding-right: 2em; 1533 1538 } 1534 1539 1535 1540 .wrap:after { … … 1871 1876 } 1872 1877 1873 1878 .page-numbers { 1874 padding: 0.5em 1em; 1879 display: none; 1880 padding: 0.5em 0.75em; 1875 1881 } 1876 1882 1877 1883 .page-numbers.current { 1878 1884 color: #767676; 1885 display: inline-block; 1879 1886 } 1880 1887 1888 .page-numbers.current .screen-reader-text { 1889 clip: auto; 1890 height: auto; 1891 overflow: auto; 1892 position: relative !important; 1893 width: auto; 1894 } 1895 1881 1896 .prev.page-numbers, 1882 1897 .next.page-numbers { 1883 1898 background-color: #ddd; 1884 1899 -webkit-border-radius: 2px; 1885 1900 border-radius: 2px; 1901 display: inline-block; 1886 1902 font-size: 24px; 1887 1903 font-size: 1.5rem; 1888 1904 line-height: 1; 1889 margin-top: -0.3em;1890 1905 padding: 0.25em 0.5em 0.4em; 1891 1906 } 1892 1907 … … 3199 3214 font-size: 0.875rem; 3200 3215 } 3201 3216 3217 .page-numbers.current { 3218 font-size: 16px; 3219 font-size: 1rem; 3220 } 3202 3221 3203 3222 /* Site Footer */ 3204 3223 … … 3254 3273 3255 3274 .wrap { 3256 3275 max-width: 1000px; 3276 padding-left: 3em; 3277 padding-right: 3em; 3257 3278 } 3258 3279 3259 3280 .has-sidebar:not(.error404) #primary { … … 3972 3993 width: 32px; 3973 3994 } 3974 3995 3996 /* Pagination */ 3997 3998 .page-numbers { 3999 display: inline-block; 4000 } 4001 4002 .page-numbers.current { 4003 font-size: 15px; 4004 font-size: 0.9375rem; 4005 } 4006 4007 .page-numbers.current .screen-reader-text { 4008 clip: rect(1px, 1px, 1px, 1px); 4009 height: 1px; 4010 overflow: hidden; 4011 position: absolute !important; 4012 width: 1px; 4013 } 4014 3975 4015 /* Comments */ 3976 4016 3977 4017 .comment-body {