Making WordPress.org

Ticket #2543: meta-2543.patch

File meta-2543.patch, 18.4 KB (added by SergeyBiryukov, 7 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_badges.scss

     
    3838        background-color: $color__theme-author;
    3939}
    4040
     41.bbp-view .bbp-topics,
    4142#bbp-user-replies-created {
    42         .author-has-badge {
     43        div.author-has-badge {
    4344                box-shadow: none;
    4445                border-left-style: solid;
    4546                border-left-width: 3px;
     
    6061        }
    6162
    6263        .author-badge {
    63                 position: inherit;
    64                 float: left;
    65                 margin: 2px 0 6px -8px;
     64                left: 0;
    6665        }
    6766}
    6867
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

     
    124124                        }
    125125                }
    126126
    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;
    132129                }
    133130
     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
    134177                ul.status-closed,
    135178                ul.status-closed a {
    136179                        color: inherit;
     
    627670                                }
    628671                        }
    629672
    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 
    643673                        ul.bbp-lead-topic li.bbp-body {
    644674                                border: 1px solid #eee;
    645675                                border-top: none;
    646676                        }
     677
    647678                        ul.bbp-lead-topic li.bbp-body div.topic {
    648679                                background: #fbfbfb;
    649680                                padding: 1.5rem 1.5rem 1.5rem 0;
    650681                        }
    651682
    652                         div.bbp-forum-author,
    653683                        div.bbp-reply-author,
    654684                        div.bbp-topic-author {
    655                                 float: none;
    656                                 text-align: left;
    657                                 width: 100%;
    658                                 margin: 1rem 0 2rem;
    659685                                padding-left: 10%;
    660686                        }
    661687
    662                         .bbp-author-role {
    663                                 margin: 0;
    664                                 border: none;
    665                                 background: none;
    666                         }
    667 
    668688                        .bbp-author-title {
    669689                                margin: 0;
    670690                        }
    671691
    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 
    692692                        div.bbp-forum-content,
    693693                        div.bbp-reply-content,
    694694                        div.bbp-topic-content {
     
    699699                                        font-weight: inherit;
    700700                                }
    701701                        }
     702
    702703                        div.bbp-reply-content {
    703704                                margin-left: 11%;
    704705                        }
     
    709710                        ul.odd {
    710711                                background: #fff;
    711712                                border-top: 2px solid #eee;
    712                                 padding: 1.5rem 0;
    713713                        }
    714714
    715715                        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

     
    864864        background-color: #4e3288;
    865865}
    866866
    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 {
    868869        box-shadow: none;
    869870        border-right-style: solid;
    870871        border-right-width: 3px;
    871872}
    872873
     874.bbp-view .bbp-topics .by-moderator,
    873875#bbp-user-replies-created .by-moderator {
    874876        border-right-color: #33b4ce;
    875877}
    876878
     879.bbp-view .bbp-topics .by-plugin-author,
     880.bbp-view .bbp-topics .by-plugin-contributor,
    877881#bbp-user-replies-created .by-plugin-author,
    878882#bbp-user-replies-created .by-plugin-contributor {
    879883        border-right-color: #f06723;
    880884}
    881885
     886.bbp-view .bbp-topics .by-theme-author,
     887.bbp-view .bbp-topics .by-theme-contributor,
    882888#bbp-user-replies-created .by-theme-author,
    883889#bbp-user-replies-created .by-theme-contributor {
    884890        border-right-color: #4e3288;
    885891}
    886892
     893.bbp-view .bbp-topics .author-badge,
    887894#bbp-user-replies-created .author-badge {
    888         position: inherit;
    889         float: right;
    890         margin: 2px -8px 6px 0;
     895        right: 0;
    891896}
    892897
    893898@media screen and (max-width: 480px) {
     
    25852590        color: #fff;
    25862591}
    25872592
    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;
    25932595}
    25942596
     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
    25952653.bbpress #bbpress-forums ul.status-closed,
    25962654.bbpress #bbpress-forums ul.status-closed a {
    25972655        color: inherit;
     
    31043162        }
    31053163}
    31063164
    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 
    31203165.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body {
    31213166        border: 1px solid #eee;
    31223167        border-top: none;
     
    31273172        padding: 1.5rem 0 1.5rem 1.5rem;
    31283173}
    31293174
    3130 .single-topic .entry-content #bbpress-forums div.bbp-forum-author,
    31313175.single-topic .entry-content #bbpress-forums div.bbp-reply-author,
    31323176.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;
    31373177        padding-right: 10%;
    31383178}
    31393179
    3140 .single-topic .entry-content #bbpress-forums .bbp-author-role {
    3141         margin: 0;
    3142         border: none;
    3143         background: none;
    3144 }
    3145 
    31463180.single-topic .entry-content #bbpress-forums .bbp-author-title {
    31473181        margin: 0;
    31483182}
    31493183
    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 
    31703184.single-topic .entry-content #bbpress-forums div.bbp-forum-content,
    31713185.single-topic .entry-content #bbpress-forums div.bbp-reply-content,
    31723186.single-topic .entry-content #bbpress-forums div.bbp-topic-content {
     
    31903204.single-topic .entry-content #bbpress-forums ul.odd {
    31913205        background: #fff;
    31923206        border-top: 2px solid #eee;
    3193         padding: 1.5rem 0;
    31943207}
    31953208
    31963209.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

     
    864864        background-color: #4e3288;
    865865}
    866866
    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 {
    868869        box-shadow: none;
    869870        border-left-style: solid;
    870871        border-left-width: 3px;
    871872}
    872873
     874.bbp-view .bbp-topics .by-moderator,
    873875#bbp-user-replies-created .by-moderator {
    874876        border-left-color: #33b4ce;
    875877}
    876878
     879.bbp-view .bbp-topics .by-plugin-author,
     880.bbp-view .bbp-topics .by-plugin-contributor,
    877881#bbp-user-replies-created .by-plugin-author,
    878882#bbp-user-replies-created .by-plugin-contributor {
    879883        border-left-color: #f06723;
    880884}
    881885
     886.bbp-view .bbp-topics .by-theme-author,
     887.bbp-view .bbp-topics .by-theme-contributor,
    882888#bbp-user-replies-created .by-theme-author,
    883889#bbp-user-replies-created .by-theme-contributor {
    884890        border-left-color: #4e3288;
    885891}
    886892
     893.bbp-view .bbp-topics .author-badge,
    887894#bbp-user-replies-created .author-badge {
    888         position: inherit;
    889         float: left;
    890         margin: 2px 0 6px -8px;
     895        left: 0;
    891896}
    892897
    893898@media screen and (max-width: 480px) {
     
    25872592        color: #fff;
    25882593}
    25892594
    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;
    25952597}
    25962598
     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
    25972655.bbpress #bbpress-forums ul.status-closed,
    25982656.bbpress #bbpress-forums ul.status-closed a {
    25992657        color: inherit;
     
    31063164        }
    31073165}
    31083166
    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 
    31223167.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body {
    31233168        border: 1px solid #eee;
    31243169        border-top: none;
     
    31293174        padding: 1.5rem 1.5rem 1.5rem 0;
    31303175}
    31313176
    3132 .single-topic .entry-content #bbpress-forums div.bbp-forum-author,
    31333177.single-topic .entry-content #bbpress-forums div.bbp-reply-author,
    31343178.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;
    31393179        padding-left: 10%;
    31403180}
    31413181
    3142 .single-topic .entry-content #bbpress-forums .bbp-author-role {
    3143         margin: 0;
    3144         border: none;
    3145         background: none;
    3146 }
    3147 
    31483182.single-topic .entry-content #bbpress-forums .bbp-author-title {
    31493183        margin: 0;
    31503184}
    31513185
    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 
    31723186.single-topic .entry-content #bbpress-forums div.bbp-forum-content,
    31733187.single-topic .entry-content #bbpress-forums div.bbp-reply-content,
    31743188.single-topic .entry-content #bbpress-forums div.bbp-topic-content {
     
    31923206.single-topic .entry-content #bbpress-forums ul.odd {
    31933207        background: #fff;
    31943208        border-top: 2px solid #eee;
    3195         padding: 1.5rem 0;
    31963209}
    31973210
    31983211.single-topic .entry-content #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,