Making WordPress.org

Changeset 3576


Ignore:
Timestamp:
06/26/2016 09:40:58 AM (10 years ago)
Author:
jmdodd
Message:

Breathe: Fix some avatar/border/color issues.

See #1778.

File:
1 edited

Legend:

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

    r3555 r3576  
    167167article#post-new a.author-avatar,
    168168article.page a.author-avatar {
     169    border: 0;
    169170    box-shadow: none;
    170171}
    171172
    172 .author-avatar img.avatar,
     173.author-avatar .avatar,
     174.o2-comment .avatar,
     175.tag-p2-xpost .avatar {
     176    border-radius: 50%;
     177}
     178
     179.author-avatar img.avatar:hover {
     180    border-radius: 0 !important;
     181}
     182
    173183article.post a.author-avatar img.avatar,
    174184article#post-new a.author-avatar img.avatar,
    175185article.page a.author-avatar img.avatar {
    176     border-radius: 50%;
    177     border: 0;
    178186    height: 50px !important;
    179187    width: 50px !important;
    180 }
    181 
    182 .o2-comment .avatar,
    183 .tag-p2-xpost .avatar {
    184     border-radius: 50%;
    185     border: 0;
    186188}
    187189
     
    189191 * Private post status
    190192 */
    191 article.status-private {
     193article.status-private,
     194article.status-private .comment.alt {
    192195    background: #fef0f0;
    193196}
     
    206209    font-size: 18px;
    207210    padding: 13px 5px 0px;
    208     background: #dc3232 ;
    209 }
     211    background: #dc3232;
     212}
     213
     214article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericon,
     215article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericon:hover,
     216article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericon.open,
     217article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericons.open:hover {
     218    color: #dc3232;
     219    background: #fef0f0;
     220}
Note: See TracChangeset for help on using the changeset viewer.