Making WordPress.org

Changeset 4139


Ignore:
Timestamp:
09/27/2016 05:57:51 PM (10 years ago)
Author:
coffee2code
Message:

Forums Theme: Style new moderator badge.

Fixes #2073.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style-rtl.css

    r4099 r4139  
    9595}
    9696
     97@media only screen and (max-width: 480px) {
     98        #bbpress-forums .author-badge {
     99                left: inherit;
     100                right: -18px;
     101        }
     102}
     103
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

    r4099 r4139  
    364364/* User badges */
    365365
     366#bbpress-forums .by-moderator {
     367        border-left: 3px solid #33B4CE;
     368}
    366369#bbpress-forums .by-plugin-author,
    367370#bbpress-forums .by-plugin-contributor,
     
    372375
    373376#bbpress-forums .author-badge {
    374         background-color: green;
    375377        color: #fff;
    376378        padding: 0 8px;
     
    379381        margin-left: -8px;
    380382        font-style: italic;
     383        text-shadow: 1px 1px 3px #666;
     384}
     385
     386#bbpress-forums .author-badge-moderator {
     387        background-color: #33B4CE;
     388}
     389
     390#bbpress-forums .author-badge-plugin, #bbpress-forums .author-badge-theme {
     391        background-color: green;
    381392}
    382393
     
    415426                width: auto;
    416427                padding-left: 70px;
     428                margin-top: 0;
    417429        }
    418430
     
    434446                display: block;
    435447        }
    436 }
     448
     449        #bbpress-forums .author-badge {
     450                position: absolute;
     451                top: -3px;
     452                left: -10px;
     453        }
     454}
Note: See TracChangeset for help on using the changeset viewer.