Changeset 25749
- Timestamp:
- 10/09/2013 09:41:54 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/editor-style.css
r25217 r25749 152 152 line-height: 1.6; 153 153 margin-bottom: 24px; 154 max-width: 100%; 155 overflow: auto; 154 156 padding: 12px; 155 overflow: auto;156 max-width: 100%;157 157 } 158 158 … … 386 386 387 387 .mceTemp + ul, 388 .mceTemp + ol 388 .mceTemp + ol { 389 389 list-style-position: inside; 390 390 } -
trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php
r25021 r25749 66 66 else : 67 67 ?> 68 .site-title a 68 .site-title a { 69 69 color: #<?php echo $header_text_color; ?> !important; 70 70 } -
trunk/src/wp-content/themes/twentyfourteen/rtl.css
r25740 r25749 31 31 } 32 32 33 blockquote.pull.alignright {33 .site-content blockquote.alignright { 34 34 margin: 7px 0 7px 24px; 35 35 } 36 36 37 blockquote.pull.alignleft {37 .site-content blockquote.alignleft { 38 38 margin: 7px 24px 7px 0; 39 39 } … … 77 77 .search-toggle { 78 78 float: right; 79 } 80 81 .genericon-search:before { 82 margin-right: -8px; 83 right: 50%; 84 left: auto; 85 margin-left: auto; 79 padding: 25px 0 0 10px; 86 80 } 87 81 … … 144 138 145 139 .more-link .meta-nav, 146 . more-formatted-posts-link .meta-nav {140 ..post-format-archive-link .meta-nav { 147 141 right: 0; 148 142 left: auto; … … 150 144 151 145 .more-link:hover .meta-nav, 152 . more-formatted-posts-link:hover .meta-nav {146 ..post-format-archive-link:hover .meta-nav { 153 147 right: 5px; 154 148 left: auto; … … 191 185 ----------------------------------------------- */ 192 186 193 . ephemera .widget-title:before {187 .widget_twentyfourteen_ephemera .widget-title:before { 194 188 margin-left: 10px; 195 189 margin-right: auto; … … 201 195 202 196 img.alignright, 203 .wp-caption.alignright { 197 .wp-caption.alignright, 198 blockquote.alignright { 204 199 margin: 7px 0 7px 24px; 205 200 } 206 201 207 202 img.alignleft, 208 .wp-caption.alignleft { 203 .wp-caption.alignleft, 204 blockquote.alignleft { 209 205 margin: 7px 24px 7px 0; 210 206 } … … 224 220 } 225 221 226 .post-navigation .nav-previous,227 .post-navigation .nav-next,222 .post-navigation [rel="prev"], 223 .post-navigation [rel="next"], 228 224 .image-navigation .previous-image, 229 225 .image-navigation .next-image { … … 250 246 } 251 247 252 .comment-author . comment-author-avatar {248 .comment-author .avatar { 253 249 right: 0; 254 left: auto;255 }256 257 .comment-author .avatar {258 right: 2px;259 250 left: auto; 260 251 } … … 272 263 273 264 .comment-list .children { 274 margin-right: 20px;265 margin-right: 18px; 275 266 margin-left: auto; 276 267 } 277 268 278 269 .comment .comment-respond { 279 margin-right: 47px;270 margin-right: 36px; 280 271 margin-left: auto; 272 } 273 274 .comment-edit-link { 275 margin-left: 0; 276 margin-right: 10px; 277 } 278 279 .comment-edit-link:before { 280 margin: 3px 0 0 2px; 281 } 282 283 .comment-reply-link:before, 284 .comment-reply-login:before { 285 margin: 3px 0 0 3px; 281 286 } 282 287 … … 320 325 .content-sidebar .widget .children, 321 326 .content-sidebar .widget .sub-menu { 322 margin: 0 20px 0 0;327 margin: 0 20px 0 0; 323 328 } 324 329 325 330 .content-sidebar .widget .widgets-multi-column-grid li { 326 331 padding: 0 0 6px 8px; 332 } 333 334 335 /* =Contributor Page 336 ----------------------------------------------- */ 337 338 .contributor-avatar { 339 float: right; 340 margin: 0 0 20px 30px; 341 } 342 343 .contributor-posts-link:before { 344 margin: -3px -3px -2px 5px; 327 345 } 328 346 … … 342 360 .content-area .featured-post:before, 343 361 .content-area .post-format a:before, 344 .content-area . post-format + .entry-date a:before,362 .content-area .entry-date a:before, 345 363 .content-area .entry-date a:before, 346 364 .content-area .byline a:before, 347 365 .content-area .comments-link a:before, 348 366 .entry-comment .edit-link a:before, 349 .attachment .entry-date:before,350 367 .content-area .full-size-link a:before, 351 368 .content-area .parent-post-link a:before { … … 374 391 } 375 392 376 .content-area .post-format + .entry-date a:before,377 393 .content-area .entry-date a:before, 378 .attachment .entry-date:before {394 .attachment span.entry-date:before { 379 395 margin: 0 0 0 1px; 380 396 } … … 402 418 } 403 419 404 #content-sidebar {420 .content-sidebar { 405 421 float: left; 406 422 margin: 0 -30.35714285% 0 0; … … 408 424 } 409 425 410 . post-formatted-posts{426 .ephemera { 411 427 float: left; 412 428 margin: 0 -30.35714285% 0 0; … … 425 441 } 426 442 427 .comment-meta ,443 .comment-metadata, 428 444 .comment-content { 429 445 padding-right: 60px; … … 432 448 433 449 .comments-title, 434 .no comments,450 .no-comments, 435 451 .comment-respond, 436 452 .comments-area article, … … 454 470 .full-width .comment-respond, 455 471 .full-width .comments-area article, 456 .full-width .comment-list li.trackback,457 .full-width .comment-list li.pingback {472 .full-width .comment-list .trackback, 473 .full-width .comment-list .pingback { 458 474 padding-left: 6.04307432%; 459 475 padding-right: 6.04307432%; … … 495 511 496 512 .comments-title, 497 .no comments,513 .no-comments, 498 514 .comment-respond, 499 515 .comments-area article, 500 .comment-list li.trackback,501 .comment-list li.pingback,516 .comment-list .trackback, 517 .comment-list .pingback, 502 518 .post-navigation [rel="prev"], 503 519 .post-navigation [rel="next"] { … … 521 537 } 522 538 523 #content-sidebar {539 .content-sidebar { 524 540 padding-top: 72px; 525 541 } … … 537 553 } 538 554 539 blockquote.pull.alignright {555 .site-content blockquote.alignright { 540 556 margin-right: -20%; 541 557 margin-left: auto; 542 558 } 543 559 544 blockquote.pull.alignleft {560 .site-content blockquote.alignleft { 545 561 margin-left: -20%; 546 562 margin-right: auto; … … 592 608 593 609 .content-sidebar, 594 . post-formatted-posts{610 .ephemera { 595 611 margin: 0 -27.31707317% 0 0; 596 612 } … … 617 633 618 634 .comments-title, 619 .no comments,635 .no-comments, 620 636 .comment-respond, 621 637 .comments-area article, … … 651 667 } 652 668 653 blockquote.pull.alignright {669 .site-content blockquote.alignright { 654 670 margin-right: 0; 655 671 margin-left: auto; 656 672 } 657 673 658 blockquote.pull.alignleft {674 .site-content blockquote.alignleft { 659 675 margin-left: 0; 660 676 margin-right: auto; 661 677 } 662 678 663 #supplementary{679 .site-footer { 664 680 padding-left: 0; 665 681 padding-right: 0; 666 682 } 667 683 668 #supplementary.widget-area {684 .site-footer .widget-area { 669 685 float: right; 670 686 } … … 686 702 687 703 .comments-title, 688 .no comments,704 .no-comments, 689 705 .comment-respond, 690 706 .comments-area article, … … 739 755 } 740 756 741 blockquote.pull.alignright {757 .site-content blockquote.alignright { 742 758 margin-right: -20%; 743 759 margin-left: auto; 744 760 } 745 761 746 blockquote.pull.alignleft {762 .site-content blockquote.alignleft { 747 763 margin-left: -20%; 748 764 margin-right: auto; … … 752 768 @media screen and (min-width: 1230px) { 753 769 .content-sidebar, 754 . post-formatted-posts{770 .ephemera { 755 771 padding-left: 0; 756 772 } -
trunk/src/wp-content/themes/twentyfourteen/style.css
r25740 r25749 227 227 line-height: 1.6; 228 228 margin-bottom: 24px; 229 max-width: 100%; 230 overflow: auto; 229 231 padding: 12px; 230 overflow: auto;231 max-width: 100%;232 232 } 233 233 code, kbd, tt, var { … … 475 475 .contributor-posts-link:before, 476 476 .widget_twentyfourteen_ephemera .widget-title:before { 477 -webkit-font-smoothing: antialiased; 477 478 display: inline-block; 478 -webkit-font-smoothing: antialiased;479 font-family: 'Genericons'; 479 480 font-size: 16px; 481 font-style: normal; 482 font-weight: normal; 480 483 line-height: 1; 481 font-family: 'Genericons';482 484 text-decoration: inherit; 483 font-weight: normal;484 font-style: normal;485 485 vertical-align: top; 486 486 } … … 584 584 #nav-toggle { 585 585 background-color: #000; 586 line-height: 1; 586 587 padding: 16px; 587 588 position: absolute; 588 589 top:0; 589 590 right: 0; 590 line-height: 1;591 591 } 592 592 #nav-toggle:before { 593 color: #fff; 593 594 content: '\F419'; 594 color: #fff;595 595 } 596 596 #nav-toggle:hover { … … 706 706 .primary-navigation ul ul a { 707 707 padding: 9px 12px; 708 white-space: normal; 708 709 width: 148px; 709 white-space: normal;710 710 } 711 711 .primary-navigation ul ul li { … … 739 739 } 740 740 .secondary-navigation a { 741 color: #fff; 741 742 display: block; 742 color: #fff;743 743 font-weight: 700; 744 744 padding: 7px 0 7px; … … 866 866 color: #767676; 867 867 font-size: 12px; 868 font-weight: 400;868 font-weight: 400; 869 869 line-height: 1.3333333333; 870 870 } … … 1161 1161 } 1162 1162 .entry-content .edit-link { 1163 clear: both;1163 clear: both; 1164 1164 display: block; 1165 1165 } … … 1581 1581 } 1582 1582 .nav-links { 1583 1584 1583 border-top: 1px solid rgba(0, 0, 0, 0.1); 1584 } 1585 1585 .post-navigation [rel="prev"], 1586 1586 .post-navigation [rel="next"], 1587 1587 .image-navigation .previous-image, 1588 .image-navigation .next-image 1588 .image-navigation .next-image { 1589 1589 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 1590 1590 -webkit-box-sizing: border-box; … … 1603 1603 display: block; 1604 1604 font-size: 12px; 1605 font-weight: 900; 1605 1606 line-height: 2; 1606 font-weight: 900;1607 1607 text-transform: uppercase; 1608 1608 } … … 1773 1773 } 1774 1774 .comment-respond { 1775 margin-bottom: 24px; 1775 1776 padding: 0; 1776 margin-bottom: 24px;1777 1777 } 1778 1778 .comment .comment-respond { … … 1903 1903 .widget select, 1904 1904 .widget iframe { 1905 margin-left: 1px; 1905 1906 max-width: 99%; 1906 margin-left: 1px;1907 1907 } 1908 1908 .widget table:last-child, … … 1914 1914 } 1915 1915 1916 /* Cale dar widget*/1916 /* Calendar widget*/ 1917 1917 .widget_calendar a { 1918 1918 background-color: #24890d; … … 1958 1958 .wp_widget_tag_cloud div, 1959 1959 .widget_tag_cloud div { 1960 1960 word-wrap: break-word; 1961 1961 } 1962 1962 … … 2064 2064 } 2065 2065 .content-sidebar .widget li:first-child { 2066 border-top: 2066 border-top: none; 2067 2067 } 2068 2068 .content-sidebar .widget .children, 2069 2069 .content-sidebar .widget .sub-menu { 2070 margin: 0 0 0 20px;2070 margin: 0 0 0 20px; 2071 2071 } 2072 2072 .content-sidebar .widget li li { 2073 border-top: 2073 border-top: none; 2074 2074 padding-bottom: 0; 2075 2075 } … … 2122 2122 } 2123 2123 .contributor-avatar { 2124 border: 1px solid rgba(0, 0, 0, 0.1); 2124 2125 float: left; 2126 margin: 0 30px 20px 0; 2125 2127 padding: 2px; 2126 border: 1px solid rgba(0, 0, 0, 0.1);2127 margin: 0 30px 20px 0;2128 2128 } 2129 2129 .contributor-avatar .avatar { … … 2185 2185 } 2186 2186 .list-view .content-area .entry-title { 2187 2188 2189 2190 2191 2187 font-size: 15px; 2188 font-weight: 900; 2189 line-height: 1.2; 2190 margin-bottom: 6px; 2191 text-transform: none; 2192 2192 } 2193 2193 .list-view .content-area .entry-meta { … … 2421 2421 } 2422 2422 .contributor-summary { 2423 float: left 2423 float: left; 2424 2424 } 2425 2425 } … … 2512 2512 border-bottom: 0; 2513 2513 clear: none; 2514 float: left; 2514 2515 font-size: 11px; 2515 float: left;2516 2516 line-height: 1.6363636363; 2517 2517 margin: 0 0 0 -100%;
Note: See TracChangeset
for help on using the changeset viewer.