Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. .avatar-large, .avatar-profile, .avatar-small, .avatar-xlarge, .avatar-xsmall, .avatar-xxlarge {
  2. -webkit-background-clip: padding;
  3. -moz-background-clip: padding;
  4. background-clip: padding-box;
  5. position: relative;
  6. background-color: none;
  7. background-position: center center;
  8. -webkit-border-radius: 50%;
  9. border-radius: 20%;
  10. }
  11. .avatar-popout {
  12. width: 90px;
  13. height: 90px;
  14. -webkit-background-size: 90px 90px;
  15. -moz-background-size: 90px 90px;
  16. background-size: 90px 90px;
  17. -webkit-border-radius: 50%;
  18. border-radius: 20%;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement