KeeganT

TR Custom Avatar

Jan 15th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. .avatar.avatar-self .gwt-Image, .avatar.avatar-dead .gwt-Image{
  2.     -moz-box-sizing: border-box;
  3.     box-sizing: border-box;
  4.     width: 58px;
  5.  /* Width of new image */
  6.     height: 24px;
  7.  /* Height of new image */
  8.     padding-left: 0px;
  9.  /* Equal to width of new image */
  10.     opacity: 0.0;
  11.     margin-left: 15px;
  12. }
  13.    
  14. .avatar.avatar-self{
  15.     background: url(https://i.imgur.com/KdK4RwL.png) bottom right no-repeat!important;
  16.     margin-bottom:6px;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment