Making WordPress.org

Changeset 3979


Ignore:
Timestamp:
09/06/2016 08:32:43 PM (9 years ago)
Author:
coffee2code
Message:

Forums Theme: Add styles for plugin/theme author/contributor user badges.

See #1993.

File:
1 edited

Legend:

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

    r3976 r3979  
    319319}
    320320
     321/* User badges */
     322
     323#bbpress-forums .by-plugin-author,
     324#bbpress-forums .by-plugin-contributor,
     325#bbpress-forums .by-theme-author,
     326#bbpress-forums .by-theme-contributor {
     327    border-left: 3px solid green;
     328}
     329
     330#bbpress-forums .author-badge {
     331    background-color: green;
     332    color: #fff;
     333    padding: 0 8px;
     334    display: inline-block;
     335    float: left;
     336    margin-left: -8px;
     337    font-style: italic;
     338}
     339
    321340@media screen and ( min-width: 960px )  {
    322341
Note: See TracChangeset for help on using the changeset viewer.