Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .flair {
  2. background: url(%%spritesheet%%) no-repeat -9999px;
  3. border: 0;
  4. padding: 0;
  5. }
  6.  
  7. .flair-Blues {
  8. width: 25px;
  9. height: 25px;
  10. background-position: 0 0;
  11. }
  12.  
  13. .flair-Hogs {
  14. width: 25px;
  15. height: 25px;
  16. background-position: 0 -25px;
  17. }
  18.  
  19. .flair-Knights {
  20. width: 25px;
  21. height: 25px;
  22. background-position: 0 -50px;
  23. }
  24.  
  25. .flair-Wolves {
  26. width: 25px;
  27. height: 25px;
  28. background-position: 0 -75px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement