Changeset 24428
- Timestamp:
- 06/07/2013 05:01:22 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/rtl.css
r24394 r24428 222 222 } 223 223 224 .gallery-columns-1 .gallery-item:nth-of-type(1n),225 .gallery-columns-2 .gallery-item:nth-of-type(2n),226 .gallery-columns-3 .gallery-item:nth-of-type(3n),227 .gallery-columns-4 .gallery-item:nth-of-type(4n),228 .gallery-columns-5 .gallery-item:nth-of-type(5n),229 .gallery-columns-6 .gallery-item:nth-of-type(6n),230 .gallery-columns-7 .gallery-item:nth-of-type(7n),231 .gallery-columns-8 .gallery-item:nth-of-type(8n),232 .gallery-columns-9 .gallery-item:nth-of-type(9n) {233 margin-left: 0;234 margin-right: 4px;235 }236 237 224 238 225 /** … … 683 670 684 671 @media (max-width: 643px) { 672 .sidebar .entry-header, 673 .sidebar .entry-content, 674 .sidebar .entry-summary, 675 .sidebar .entry-meta, 676 .sidebar .comment-list, 677 .sidebar .comment-navigation, 678 .sidebar .featured-gallery, 679 .sidebar .post-navigation .nav-links, 680 .sidebar .format-image .entry-content { 681 padding-left: 20px; 682 padding-right: 20px; 683 } 684 685 685 #content .format-status .entry-content, 686 686 #content .format-status .entry-met { … … 746 746 .search .format-gallery .gallery-item, 747 747 .single .gallery.gallery-columns-3 .gallery-item:nth-of-type(even), 748 .gallery-columns-3 .gallery-item:nth-of-type(3n), 748 749 .gallery-columns-5 .gallery-item:nth-of-type(5n), 749 750 .gallery-columns-7 .gallery-item:nth-of-type(7n), 750 751 .gallery-columns-9 .gallery-item:nth-of-type(9n) { 751 margin-left: 2%;752 margin-left: 4px; 752 753 margin-right: auto; 753 754 } … … 756 757 .archive .format-gallery .gallery-item:nth-of-type(odd), 757 758 .search .format-gallery .gallery-item:nth-of-type(odd), 758 .single .gallery .gallery-item:nth-of-type(even), 759 .single .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) { 759 .single .gallery .gallery-item:nth-of-type(even) { 760 760 margin-left: 0; 761 margin-right: auto; 762 } 763 764 .comment-author .avatar { 765 margin-left: 5px; 761 766 margin-right: auto; 762 767 } -
trunk/wp-content/themes/twentythirteen/style.css
r24393 r24428 2762 2762 } 2763 2763 2764 .sidebar.author .author-info {2765 padding: 30px 0 10px;2766 }2767 2768 2764 .sidebar .site-info, 2769 2765 .search.sidebar .page-content, … … 2880 2876 .sidebar .post-navigation .nav-links, 2881 2877 .paging-navigation .nav-links, 2882 .author.author-info,2878 #content .author-info, 2883 2879 .comments-area .comments-title, 2884 2880 .comments-area .comment-list, … … 3050 3046 .archive .format-gallery .gallery-item, 3051 3047 .search .format-gallery .gallery-item { 3052 margin-bottom: 2%;3053 margin-right: 2%;3054 3048 max-width: none; 3055 3049 width: 49%; 3050 width: -webkit-calc(50% - 4px); 3051 width: calc(50% - 4px); 3056 3052 } 3057 3053 … … 3070 3066 .search .format-gallery .gallery-item:first-child { 3071 3067 text-align: center; 3072 width: 100%; 3068 width: 98%; 3069 width: -webkit-calc(100% - 4px); 3070 width: calc(100% - 4px); 3073 3071 } 3074 3072 … … 3077 3075 .gallery-columns-7 .gallery-item:nth-of-type(7n), 3078 3076 .gallery-columns-9 .gallery-item:nth-of-type(9n) { 3079 margin-right: 2%;3080 } 3081 3082 . single .gallery br {3077 margin-right: 4px; 3078 } 3079 3080 .gallery br { 3083 3081 display: none; 3084 3082 }
Note: See TracChangeset
for help on using the changeset viewer.