Making WordPress.org


Ignore:
Timestamp:
11/08/2018 10:12:38 AM (8 years ago)
Author:
netweb
Message:

Support Forum: Updated bbPress templates and styles

See #3485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r7605 r7835  
    1818        @media (min-width: $ms-breakpoint) {
    1919
     20                .archive-block,
    2021                > div {
    21                         float: left;
     22                        display: inline-block;
     23                        vertical-align: top;
    2224                        width: 30%;
    23                         margin-right: 5%;
    24                         font-size: ms(-2);
     25                        margin-right: 4.5%;
     26                        font-size: ms( -2 );
    2527
    2628                        &:nth-child(3n) {
     
    5557
    5658                                &:hover {
     59
    5760                                        color: $color__link;
    5861                                        text-decoration: none;
     
    6770                                height: 200px;
    6871                                border-bottom: none;
    69                                 margin: 2rem 5% 0 0;
     72                                margin: 2rem 4.5% 0 0;
    7073
    7174                                &:nth-child(3n) {
     
    416419
    417420                p.wporg-bbp-topic-site-url::before {
    418 
    419421                        content: "\f103";
    420422                        color: #000;
     
    544546
    545547                        &::before {
    546 
    547548                                font: 400 16px/1 dashicons;
    548549                                margin-right: 100px;
    549550
    550551                                @media (min-width: 321px) {
    551 
    552552                                        font: 400 21px/1 dashicons;
    553553                                        margin-left: 20px;
     
    730730--------------------------------------------------------------*/
    731731
     732.forum-archive.wporg-support,
    732733.home.wporg-support {
    733734
     
    739740                h3 {
    740741                        margin-top: 1rem;
     742                }
     743
     744                .icon-wrapper {
     745                        display: inline-block;
     746                        width: 100%;
     747                        height: 108px;
    741748                }
    742749
     
    754761        }
    755762
    756         #bbpress-forums div.odd {
    757                 background: transparent;
     763        #bbpress-forums {
     764
     765                .bbp-forums {
     766                        border: none;
     767                }
     768
     769                div.odd {
     770                        background: transparent;
     771                }
    758772        }
    759773
     
    10101024
    10111025                .previous-reports {
    1012 
    10131026                        padding-left: 0;
    10141027
Note: See TracChangeset for help on using the changeset viewer.