Ticket #24287: 24287.1.diff
| File 24287.1.diff, 5.8 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/rtl.css
76 76 77 77 78 78 /** 79 * 2.0 Repeatable patterns80 * ----------------------------------------------------------------------------81 */82 83 .genericon:after,84 .menu-toggle:before,85 .featured-post:after,86 .date a:after,87 .entry-meta .author a:after,88 .format-audio .entry-content:after,89 .comments-link a:after,90 .tags-links a:first-child:after,91 .categories-links a:first-child:after,92 .edit-link a:after,93 .attachment .entry-title:after,94 .attachment-meta:after,95 .attachment-meta a:after,96 .comment-awaiting-moderation:after,97 .comment-reply-link:after,98 #reply-title small a:after,99 .bypostauthor > .comment-body .fn:after,100 .error404 .page-title:after {101 -webkit-font-smoothing: antialiased;102 display: inline-block;103 font: normal 16px/1 Genericons;104 vertical-align: text-bottom;105 }106 107 108 /**109 79 * 4.0 Header 110 80 * ---------------------------------------------------------------------------- 111 81 */ … … 169 139 } 170 140 171 141 .menu-toggle { 172 padding-left: auto; 173 padding-right: 20px; 142 padding: 12px 20px 12px 0; 174 143 } 175 144 176 145 … … 209 178 } 210 179 211 180 .featured-post:before { 212 content: normal;213 181 margin-right: auto; 214 }215 216 .featured-post:after {217 content: "\f308";218 182 margin-left: 2px; 219 183 } 220 184 221 185 .entry-meta .date a:before { 222 content: normal;186 margin-left: 2px; 223 187 } 224 188 225 .entry-meta .date a:after {226 content: "\f303";227 }228 229 189 .comments-link a:before { 230 content: normal;231 margin-left: auto;232 top: auto;233 }234 235 .comments-link a:after {236 content: "\f300";237 190 margin-left: 2px; 238 top: -1px; 239 position: relative; 191 margin-right: auto; 240 192 } 241 193 242 .entry-meta .author a:before {243 content: normal;244 top: auto;245 }246 247 .entry-meta .author a:after {248 content: "\f304";249 top: -1px;250 position: relative;251 }252 253 .categories-links a:first-child:before {254 content: normal;255 }256 257 .categories-links a:first-child:after {258 content: "\f301";259 }260 261 194 .tags-links a:first-child:before { 262 content: normal; 263 top: auto; 195 margin-left: 2px; 264 196 } 265 197 266 .tags-links a:first-child:after {267 content: "\f302";268 top: -1px;269 position: relative;270 }271 272 198 .edit-link a:before { 273 content: normal; 274 top: auto; 199 margin-left: 2px; 275 200 } 276 201 277 .edit-link a:after {278 content: "\f411";279 top: -1px;280 position: relative;281 }282 283 202 .page-links .page-links-title { 284 203 margin-left: 20px; 285 204 margin-right: auto; … … 362 281 } 363 282 364 283 .format-chat .entry-meta .date a:before { 365 content: normal;366 284 margin-right: auto; 285 margin-left: 4px; 367 286 } 368 287 369 .format-chat .entry-meta .date a:after {370 content: "\f108";371 margin-left: 2px;372 }373 374 288 .blog .format-gallery .gallery-item, 375 289 .archive .format-gallery .gallery-item, 376 290 .search .format-gallery .gallery-item { … … 427 341 right: 64px; 428 342 } 429 343 430 .format-status .entry-meta .date a:before {431 content: normal;432 }433 434 .format-status .entry-meta .date a:after {435 content: "\f105";436 }437 438 344 .format-quote .quote { 439 345 padding-left: 0; 440 346 padding-right: 75px; … … 459 365 } 460 366 461 367 .attachment .entry-title:before { 462 content: normal; 463 font-size: inherit; 368 margin-left: 10px; 464 369 margin-right: auto; 465 370 } 466 371 467 .attachment .entry-title:after {468 content: "\f416";469 font-size: 32px;470 margin-left: 10px;471 }472 473 372 .attachment .entry-meta { 474 373 float: left; 475 374 } 476 375 477 .attachment-meta:before,478 .full-size-link a:before {479 content: normal;480 }481 482 .attachment-meta:after {483 content: "\f307";484 }485 486 .full-size-link a:after {487 content: "\f402";488 }489 490 .full-size-link:after {491 content: normal;492 }493 494 376 .image-navigation .nav-previous { 495 377 left: auto; 496 378 right: 0; … … 612 494 margin-right: auto; 613 495 } 614 496 615 .bypostauthor > .comment-body .fn:before {616 content: normal;617 vertical-align: inherit;618 }619 620 .bypostauthor > .comment-body .fn:after {621 content: "\f408";622 vertical-align: text-top;623 }624 625 497 .comment-list .edit-link { 626 498 margin-left: auto; 627 499 margin-right: 20px; … … 635 507 } 636 508 637 509 .comment-awaiting-moderation:before { 638 content: normal;510 margin-left: 5px; 639 511 margin-right: auto; 640 top: auto;641 512 } 642 513 643 .comment-awaiting-moderation:after {644 content: "\f414";645 margin-left: 5px;646 position: relative;647 top: -2px;648 }649 650 514 .comment-reply-link:before { 651 content: normal; 515 /* TODO change to flipped glyph */ 516 margin-left: 3px; 652 517 margin-right: auto; 653 518 } 654 519 655 .comment-reply-link:after {656 content: "\f412";657 margin-left: 3px;658 }659 660 520 #reply-title small a { 661 521 float: left; 662 height: auto;663 overflow: visible;664 width: auto;665 522 } 666 523 667 #reply-title small a:before {668 content: normal;669 }670 671 524 #commentform [for="author"], 672 525 #commentform [for="email"], 673 526 #commentform [for="url"], … … 854 707 padding-right: 35px; 855 708 } 856 709 857 .menu-toggle:before {858 content: "\f502";859 font-size: 12px;860 padding-right: 8px;861 vertical-align: -webkit-calc(-4px);862 vertical-align: calc(-4px);863 }864 865 710 .menu-toggle:after { 866 content: normal;867 font-size: 12px;868 711 padding-left: auto; 869 vertical-align: baseline;712 padding-right: 8px; 870 713 } 871 714 872 .toggled-on .menu-toggle:before {873 content: "\f500";874 vertical-align: -webkit-calc(2px);875 vertical-align: calc(2px);876 }877 878 .toggled-on .menu-toggle:after {879 content: normal;880 vertical-align: baseline;881 }882 883 715 .toggled-on .nav-menu, 884 716 .toggled-on .nav-menu > ul { 885 717 margin-left: auto; -
wp-content/themes/twentythirteen/css/ie.css
10 10 .menu-toggle:after:hover, 11 11 .date a:before:hover, 12 12 .entry-meta .author a:before:hover, 13 .format-audio .entry- content:before:hover,13 .format-audio .entry-media:before:hover, 14 14 .comments-link a:before:hover, 15 15 .tags-links a:first-child:before:hover, 16 16 .categories-links a:first-child:before:hover,