Changeset 3576
- Timestamp:
- 06/26/2016 09:40:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3555 r3576 167 167 article#post-new a.author-avatar, 168 168 article.page a.author-avatar { 169 border: 0; 169 170 box-shadow: none; 170 171 } 171 172 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 173 183 article.post a.author-avatar img.avatar, 174 184 article#post-new a.author-avatar img.avatar, 175 185 article.page a.author-avatar img.avatar { 176 border-radius: 50%;177 border: 0;178 186 height: 50px !important; 179 187 width: 50px !important; 180 }181 182 .o2-comment .avatar,183 .tag-p2-xpost .avatar {184 border-radius: 50%;185 border: 0;186 188 } 187 189 … … 189 191 * Private post status 190 192 */ 191 article.status-private { 193 article.status-private, 194 article.status-private .comment.alt { 192 195 background: #fef0f0; 193 196 } … … 206 209 font-size: 18px; 207 210 padding: 13px 5px 0px; 208 background: #dc3232 ; 209 } 211 background: #dc3232; 212 } 213 214 article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericon, 215 article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericon:hover, 216 article.status-private nav.o2-dropdown-actions button.o2-dropdown-actions-disclosure.genericon.open, 217 article.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.