Ticket #2543: meta-2543.patch
File meta-2543.patch, 18.4 KB (added by , 7 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_badges.scss
38 38 background-color: $color__theme-author; 39 39 } 40 40 41 .bbp-view .bbp-topics, 41 42 #bbp-user-replies-created { 42 .author-has-badge {43 div.author-has-badge { 43 44 box-shadow: none; 44 45 border-left-style: solid; 45 46 border-left-width: 3px; … … 60 61 } 61 62 62 63 .author-badge { 63 position: inherit; 64 float: left; 65 margin: 2px 0 6px -8px; 64 left: 0; 66 65 } 67 66 } 68 67 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
124 124 } 125 125 } 126 126 127 .bbp-topics .bbp-topic-author, 128 .bbp-topics .bbp-reply-author, 129 .bbp-search-results .bbp-topic-author, 130 .bbp-search-results .bbp-reply-author { 131 margin-top: 1.45rem; 127 ul.bbp-lead-topic li.bbp-body { 128 border: 0; 132 129 } 133 130 131 div.bbp-reply-author a.bbp-author-name, 132 div.bbp-topic-author a.bbp-author-name { 133 clear: none; 134 font-size: ms(0); 135 display: inline-block; 136 margin: 0; 137 } 138 139 div.bbp-reply-author, 140 div.bbp-topic-author { 141 float: none; 142 text-align: left; 143 width: 100%; 144 margin: 1rem 0 2rem; 145 padding-left: 5%; 146 } 147 148 .bbp-user-nicename, 149 .bbp-topic-post-date, 150 .bbp-topic-ip, 151 .bbp-reply-post-date, 152 .bbp-reply-ip, 153 .wporg-bbp-user-flag { 154 font-size: ms(-2); 155 font-weight: normal; 156 margin: 0; 157 margin-right: 10px; 158 display: inline-block; 159 160 span.bbp-author-ip, span.bbp-reply-ip { 161 font-size: ms(-2); 162 font-weight: 400; 163 } 164 } 165 166 div.topic, 167 div.reply { 168 padding: 1.5rem 0; 169 } 170 171 div.bbp-reply-content, 172 div.bbp-topic-content { 173 padding: 0; 174 margin: 0 0 0 5%; 175 } 176 134 177 ul.status-closed, 135 178 ul.status-closed a { 136 179 color: inherit; … … 627 670 } 628 671 } 629 672 630 div.bbp-reply-author a.bbp-author-name,631 div.bbp-topic-author a.bbp-author-name {632 clear: none;633 font-size: ms(0);634 display: inline-block;635 }636 637 div.bbp-forum-author a.bbp-author-name,638 div.bbp-reply-author a.bbp-author-name,639 div.bbp-topic-author a.bbp-author-name {640 margin: 0;641 }642 643 673 ul.bbp-lead-topic li.bbp-body { 644 674 border: 1px solid #eee; 645 675 border-top: none; 646 676 } 677 647 678 ul.bbp-lead-topic li.bbp-body div.topic { 648 679 background: #fbfbfb; 649 680 padding: 1.5rem 1.5rem 1.5rem 0; 650 681 } 651 682 652 div.bbp-forum-author,653 683 div.bbp-reply-author, 654 684 div.bbp-topic-author { 655 float: none;656 text-align: left;657 width: 100%;658 margin: 1rem 0 2rem;659 685 padding-left: 10%; 660 686 } 661 687 662 .bbp-author-role {663 margin: 0;664 border: none;665 background: none;666 }667 668 688 .bbp-author-title { 669 689 margin: 0; 670 690 } 671 691 672 .bbp-user-nicename, .bbp-topic-post-date, .bbp-topic-ip, .bbp-reply-post-date, .bbp-reply-ip, .wporg-bbp-user-flag {673 font-size: ms(-2);674 font-weight: normal;675 margin: 0;676 margin-right: 10px;677 display: inline-block;678 679 span.bbp-author-ip, span.bbp-reply-ip {680 font-size: ms(-2);681 font-weight: 400;682 }683 }684 685 div.bbp-forum-author .bbp-author-role,686 div.bbp-reply-author .bbp-author-role,687 div.bbp-topic-author .bbp-author-role {688 font-size: ms(-2);689 font-style: normal;690 }691 692 692 div.bbp-forum-content, 693 693 div.bbp-reply-content, 694 694 div.bbp-topic-content { … … 699 699 font-weight: inherit; 700 700 } 701 701 } 702 702 703 div.bbp-reply-content { 703 704 margin-left: 11%; 704 705 } … … 709 710 ul.odd { 710 711 background: #fff; 711 712 border-top: 2px solid #eee; 712 padding: 1.5rem 0;713 713 } 714 714 715 715 li.bbp-body div.type-topic:hover span.bbp-admin-links, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
864 864 background-color: #4e3288; 865 865 } 866 866 867 #bbp-user-replies-created .author-has-badge { 867 .bbp-view .bbp-topics div.author-has-badge, 868 #bbp-user-replies-created div.author-has-badge { 868 869 box-shadow: none; 869 870 border-right-style: solid; 870 871 border-right-width: 3px; 871 872 } 872 873 874 .bbp-view .bbp-topics .by-moderator, 873 875 #bbp-user-replies-created .by-moderator { 874 876 border-right-color: #33b4ce; 875 877 } 876 878 879 .bbp-view .bbp-topics .by-plugin-author, 880 .bbp-view .bbp-topics .by-plugin-contributor, 877 881 #bbp-user-replies-created .by-plugin-author, 878 882 #bbp-user-replies-created .by-plugin-contributor { 879 883 border-right-color: #f06723; 880 884 } 881 885 886 .bbp-view .bbp-topics .by-theme-author, 887 .bbp-view .bbp-topics .by-theme-contributor, 882 888 #bbp-user-replies-created .by-theme-author, 883 889 #bbp-user-replies-created .by-theme-contributor { 884 890 border-right-color: #4e3288; 885 891 } 886 892 893 .bbp-view .bbp-topics .author-badge, 887 894 #bbp-user-replies-created .author-badge { 888 position: inherit; 889 float: right; 890 margin: 2px -8px 6px 0; 895 right: 0; 891 896 } 892 897 893 898 @media screen and (max-width: 480px) { … … 2585 2590 color: #fff; 2586 2591 } 2587 2592 2588 .bbpress #bbpress-forums .bbp-topics .bbp-topic-author, 2589 .bbpress #bbpress-forums .bbp-topics .bbp-reply-author, 2590 .bbpress #bbpress-forums .bbp-search-results .bbp-topic-author, 2591 .bbpress #bbpress-forums .bbp-search-results .bbp-reply-author { 2592 margin-top: 1.45rem; 2593 .bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body { 2594 border: 0; 2593 2595 } 2594 2596 2597 .bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name, 2598 .bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name { 2599 clear: none; 2600 font-size: 1rem; 2601 display: inline-block; 2602 margin: 0; 2603 } 2604 2605 .bbpress #bbpress-forums div.bbp-reply-author, 2606 .bbpress #bbpress-forums div.bbp-topic-author { 2607 float: none; 2608 text-align: right; 2609 width: 100%; 2610 margin: 1rem 0 2rem; 2611 padding-right: 5%; 2612 } 2613 2614 .bbpress #bbpress-forums .bbp-user-nicename, 2615 .bbpress #bbpress-forums .bbp-topic-post-date, 2616 .bbpress #bbpress-forums .bbp-topic-ip, 2617 .bbpress #bbpress-forums .bbp-reply-post-date, 2618 .bbpress #bbpress-forums .bbp-reply-ip, 2619 .bbpress #bbpress-forums .wporg-bbp-user-flag { 2620 font-size: 0.8rem; 2621 font-weight: normal; 2622 margin: 0; 2623 margin-left: 10px; 2624 display: inline-block; 2625 } 2626 2627 .bbpress #bbpress-forums .bbp-user-nicename span.bbp-author-ip, .bbpress #bbpress-forums .bbp-user-nicename span.bbp-reply-ip, 2628 .bbpress #bbpress-forums .bbp-topic-post-date span.bbp-author-ip, 2629 .bbpress #bbpress-forums .bbp-topic-post-date span.bbp-reply-ip, 2630 .bbpress #bbpress-forums .bbp-topic-ip span.bbp-author-ip, 2631 .bbpress #bbpress-forums .bbp-topic-ip span.bbp-reply-ip, 2632 .bbpress #bbpress-forums .bbp-reply-post-date span.bbp-author-ip, 2633 .bbpress #bbpress-forums .bbp-reply-post-date span.bbp-reply-ip, 2634 .bbpress #bbpress-forums .bbp-reply-ip span.bbp-author-ip, 2635 .bbpress #bbpress-forums .bbp-reply-ip span.bbp-reply-ip, 2636 .bbpress #bbpress-forums .wporg-bbp-user-flag span.bbp-author-ip, 2637 .bbpress #bbpress-forums .wporg-bbp-user-flag span.bbp-reply-ip { 2638 font-size: 0.8rem; 2639 font-weight: 400; 2640 } 2641 2642 .bbpress #bbpress-forums div.topic, 2643 .bbpress #bbpress-forums div.reply { 2644 padding: 1.5rem 0; 2645 } 2646 2647 .bbpress #bbpress-forums div.bbp-reply-content, 2648 .bbpress #bbpress-forums div.bbp-topic-content { 2649 padding: 0; 2650 margin: 0 5% 0 0; 2651 } 2652 2595 2653 .bbpress #bbpress-forums ul.status-closed, 2596 2654 .bbpress #bbpress-forums ul.status-closed a { 2597 2655 color: inherit; … … 3104 3162 } 3105 3163 } 3106 3164 3107 .single-topic .entry-content #bbpress-forums div.bbp-reply-author a.bbp-author-name,3108 .single-topic .entry-content #bbpress-forums div.bbp-topic-author a.bbp-author-name {3109 clear: none;3110 font-size: 1rem;3111 display: inline-block;3112 }3113 3114 .single-topic .entry-content #bbpress-forums div.bbp-forum-author a.bbp-author-name,3115 .single-topic .entry-content #bbpress-forums div.bbp-reply-author a.bbp-author-name,3116 .single-topic .entry-content #bbpress-forums div.bbp-topic-author a.bbp-author-name {3117 margin: 0;3118 }3119 3120 3165 .single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body { 3121 3166 border: 1px solid #eee; 3122 3167 border-top: none; … … 3127 3172 padding: 1.5rem 0 1.5rem 1.5rem; 3128 3173 } 3129 3174 3130 .single-topic .entry-content #bbpress-forums div.bbp-forum-author,3131 3175 .single-topic .entry-content #bbpress-forums div.bbp-reply-author, 3132 3176 .single-topic .entry-content #bbpress-forums div.bbp-topic-author { 3133 float: none;3134 text-align: right;3135 width: 100%;3136 margin: 1rem 0 2rem;3137 3177 padding-right: 10%; 3138 3178 } 3139 3179 3140 .single-topic .entry-content #bbpress-forums .bbp-author-role {3141 margin: 0;3142 border: none;3143 background: none;3144 }3145 3146 3180 .single-topic .entry-content #bbpress-forums .bbp-author-title { 3147 3181 margin: 0; 3148 3182 } 3149 3183 3150 .single-topic .entry-content #bbpress-forums .bbp-user-nicename, .single-topic .entry-content #bbpress-forums .bbp-topic-post-date, .single-topic .entry-content #bbpress-forums .bbp-topic-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-post-date, .single-topic .entry-content #bbpress-forums .bbp-reply-ip, .single-topic .entry-content #bbpress-forums .wporg-bbp-user-flag {3151 font-size: 0.8rem;3152 font-weight: normal;3153 margin: 0;3154 margin-left: 10px;3155 display: inline-block;3156 }3157 3158 .single-topic .entry-content #bbpress-forums .bbp-user-nicename span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-user-nicename span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-post-date span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-post-date span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-ip span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-ip span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-post-date span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-post-date span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-ip span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-ip span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .wporg-bbp-user-flag span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .wporg-bbp-user-flag span.bbp-reply-ip {3159 font-size: 0.8rem;3160 font-weight: 400;3161 }3162 3163 .single-topic .entry-content #bbpress-forums div.bbp-forum-author .bbp-author-role,3164 .single-topic .entry-content #bbpress-forums div.bbp-reply-author .bbp-author-role,3165 .single-topic .entry-content #bbpress-forums div.bbp-topic-author .bbp-author-role {3166 font-size: 0.8rem;3167 font-style: normal;3168 }3169 3170 3184 .single-topic .entry-content #bbpress-forums div.bbp-forum-content, 3171 3185 .single-topic .entry-content #bbpress-forums div.bbp-reply-content, 3172 3186 .single-topic .entry-content #bbpress-forums div.bbp-topic-content { … … 3190 3204 .single-topic .entry-content #bbpress-forums ul.odd { 3191 3205 background: #fff; 3192 3206 border-top: 2px solid #eee; 3193 padding: 1.5rem 0;3194 3207 } 3195 3208 3196 3209 .single-topic .entry-content #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links, -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
864 864 background-color: #4e3288; 865 865 } 866 866 867 #bbp-user-replies-created .author-has-badge { 867 .bbp-view .bbp-topics div.author-has-badge, 868 #bbp-user-replies-created div.author-has-badge { 868 869 box-shadow: none; 869 870 border-left-style: solid; 870 871 border-left-width: 3px; 871 872 } 872 873 874 .bbp-view .bbp-topics .by-moderator, 873 875 #bbp-user-replies-created .by-moderator { 874 876 border-left-color: #33b4ce; 875 877 } 876 878 879 .bbp-view .bbp-topics .by-plugin-author, 880 .bbp-view .bbp-topics .by-plugin-contributor, 877 881 #bbp-user-replies-created .by-plugin-author, 878 882 #bbp-user-replies-created .by-plugin-contributor { 879 883 border-left-color: #f06723; 880 884 } 881 885 886 .bbp-view .bbp-topics .by-theme-author, 887 .bbp-view .bbp-topics .by-theme-contributor, 882 888 #bbp-user-replies-created .by-theme-author, 883 889 #bbp-user-replies-created .by-theme-contributor { 884 890 border-left-color: #4e3288; 885 891 } 886 892 893 .bbp-view .bbp-topics .author-badge, 887 894 #bbp-user-replies-created .author-badge { 888 position: inherit; 889 float: left; 890 margin: 2px 0 6px -8px; 895 left: 0; 891 896 } 892 897 893 898 @media screen and (max-width: 480px) { … … 2587 2592 color: #fff; 2588 2593 } 2589 2594 2590 .bbpress #bbpress-forums .bbp-topics .bbp-topic-author, 2591 .bbpress #bbpress-forums .bbp-topics .bbp-reply-author, 2592 .bbpress #bbpress-forums .bbp-search-results .bbp-topic-author, 2593 .bbpress #bbpress-forums .bbp-search-results .bbp-reply-author { 2594 margin-top: 1.45rem; 2595 .bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body { 2596 border: 0; 2595 2597 } 2596 2598 2599 .bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name, 2600 .bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name { 2601 clear: none; 2602 font-size: 1rem; 2603 display: inline-block; 2604 margin: 0; 2605 } 2606 2607 .bbpress #bbpress-forums div.bbp-reply-author, 2608 .bbpress #bbpress-forums div.bbp-topic-author { 2609 float: none; 2610 text-align: left; 2611 width: 100%; 2612 margin: 1rem 0 2rem; 2613 padding-left: 5%; 2614 } 2615 2616 .bbpress #bbpress-forums .bbp-user-nicename, 2617 .bbpress #bbpress-forums .bbp-topic-post-date, 2618 .bbpress #bbpress-forums .bbp-topic-ip, 2619 .bbpress #bbpress-forums .bbp-reply-post-date, 2620 .bbpress #bbpress-forums .bbp-reply-ip, 2621 .bbpress #bbpress-forums .wporg-bbp-user-flag { 2622 font-size: 0.8rem; 2623 font-weight: normal; 2624 margin: 0; 2625 margin-right: 10px; 2626 display: inline-block; 2627 } 2628 2629 .bbpress #bbpress-forums .bbp-user-nicename span.bbp-author-ip, .bbpress #bbpress-forums .bbp-user-nicename span.bbp-reply-ip, 2630 .bbpress #bbpress-forums .bbp-topic-post-date span.bbp-author-ip, 2631 .bbpress #bbpress-forums .bbp-topic-post-date span.bbp-reply-ip, 2632 .bbpress #bbpress-forums .bbp-topic-ip span.bbp-author-ip, 2633 .bbpress #bbpress-forums .bbp-topic-ip span.bbp-reply-ip, 2634 .bbpress #bbpress-forums .bbp-reply-post-date span.bbp-author-ip, 2635 .bbpress #bbpress-forums .bbp-reply-post-date span.bbp-reply-ip, 2636 .bbpress #bbpress-forums .bbp-reply-ip span.bbp-author-ip, 2637 .bbpress #bbpress-forums .bbp-reply-ip span.bbp-reply-ip, 2638 .bbpress #bbpress-forums .wporg-bbp-user-flag span.bbp-author-ip, 2639 .bbpress #bbpress-forums .wporg-bbp-user-flag span.bbp-reply-ip { 2640 font-size: 0.8rem; 2641 font-weight: 400; 2642 } 2643 2644 .bbpress #bbpress-forums div.topic, 2645 .bbpress #bbpress-forums div.reply { 2646 padding: 1.5rem 0; 2647 } 2648 2649 .bbpress #bbpress-forums div.bbp-reply-content, 2650 .bbpress #bbpress-forums div.bbp-topic-content { 2651 padding: 0; 2652 margin: 0 0 0 5%; 2653 } 2654 2597 2655 .bbpress #bbpress-forums ul.status-closed, 2598 2656 .bbpress #bbpress-forums ul.status-closed a { 2599 2657 color: inherit; … … 3106 3164 } 3107 3165 } 3108 3166 3109 .single-topic .entry-content #bbpress-forums div.bbp-reply-author a.bbp-author-name,3110 .single-topic .entry-content #bbpress-forums div.bbp-topic-author a.bbp-author-name {3111 clear: none;3112 font-size: 1rem;3113 display: inline-block;3114 }3115 3116 .single-topic .entry-content #bbpress-forums div.bbp-forum-author a.bbp-author-name,3117 .single-topic .entry-content #bbpress-forums div.bbp-reply-author a.bbp-author-name,3118 .single-topic .entry-content #bbpress-forums div.bbp-topic-author a.bbp-author-name {3119 margin: 0;3120 }3121 3122 3167 .single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body { 3123 3168 border: 1px solid #eee; 3124 3169 border-top: none; … … 3129 3174 padding: 1.5rem 1.5rem 1.5rem 0; 3130 3175 } 3131 3176 3132 .single-topic .entry-content #bbpress-forums div.bbp-forum-author,3133 3177 .single-topic .entry-content #bbpress-forums div.bbp-reply-author, 3134 3178 .single-topic .entry-content #bbpress-forums div.bbp-topic-author { 3135 float: none;3136 text-align: left;3137 width: 100%;3138 margin: 1rem 0 2rem;3139 3179 padding-left: 10%; 3140 3180 } 3141 3181 3142 .single-topic .entry-content #bbpress-forums .bbp-author-role {3143 margin: 0;3144 border: none;3145 background: none;3146 }3147 3148 3182 .single-topic .entry-content #bbpress-forums .bbp-author-title { 3149 3183 margin: 0; 3150 3184 } 3151 3185 3152 .single-topic .entry-content #bbpress-forums .bbp-user-nicename, .single-topic .entry-content #bbpress-forums .bbp-topic-post-date, .single-topic .entry-content #bbpress-forums .bbp-topic-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-post-date, .single-topic .entry-content #bbpress-forums .bbp-reply-ip, .single-topic .entry-content #bbpress-forums .wporg-bbp-user-flag {3153 font-size: 0.8rem;3154 font-weight: normal;3155 margin: 0;3156 margin-right: 10px;3157 display: inline-block;3158 }3159 3160 .single-topic .entry-content #bbpress-forums .bbp-user-nicename span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-user-nicename span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-post-date span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-post-date span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-ip span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-topic-ip span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-post-date span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-post-date span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-ip span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .bbp-reply-ip span.bbp-reply-ip, .single-topic .entry-content #bbpress-forums .wporg-bbp-user-flag span.bbp-author-ip, .single-topic .entry-content #bbpress-forums .wporg-bbp-user-flag span.bbp-reply-ip {3161 font-size: 0.8rem;3162 font-weight: 400;3163 }3164 3165 .single-topic .entry-content #bbpress-forums div.bbp-forum-author .bbp-author-role,3166 .single-topic .entry-content #bbpress-forums div.bbp-reply-author .bbp-author-role,3167 .single-topic .entry-content #bbpress-forums div.bbp-topic-author .bbp-author-role {3168 font-size: 0.8rem;3169 font-style: normal;3170 }3171 3172 3186 .single-topic .entry-content #bbpress-forums div.bbp-forum-content, 3173 3187 .single-topic .entry-content #bbpress-forums div.bbp-reply-content, 3174 3188 .single-topic .entry-content #bbpress-forums div.bbp-topic-content { … … 3192 3206 .single-topic .entry-content #bbpress-forums ul.odd { 3193 3207 background: #fff; 3194 3208 border-top: 2px solid #eee; 3195 padding: 1.5rem 0;3196 3209 } 3197 3210 3198 3211 .single-topic .entry-content #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,