Making WordPress.org

Changeset 4245


Ignore:
Timestamp:
10/15/2016 09:53:19 AM (8 years ago)
Author:
ocean90
Message:

Breathe: Style sticky posts.

Fixes #2063.

File:
1 edited

Legend:

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

    r4237 r4245  
    293293
    294294/*
     295 * Sticky post
     296 */
     297.sticky .o2-post {
     298    border: 0;
     299    border-top: 2px solid #ddd;
     300    background: #e5f5fa;
     301    position: relative;
     302}
     303
     304.sticky .o2-post:after {
     305    content: "\f109";
     306    font-family: dashicons;
     307    position: absolute;
     308    top: -2px;
     309    right: 45px;
     310    color: #fff;
     311    font-size: 18px;
     312    padding: 13px 5px 0px;
     313    background: #00a0d2;
     314}
     315
     316
     317/*
    295318 * Private post status
    296319 */
     
    310333    top: -2px;
    311334    right: 45px;
    312     color: #FFF;
     335    color: #fff;
    313336    font-size: 18px;
    314337    padding: 13px 5px 0px;
Note: See TracChangeset for help on using the changeset viewer.