Guest User

css help please

a guest
Feb 10th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .flair {
  2. background: url(%%spritesheet%%) no-repeat -9999px;
  3. border: 0;
  4. padding: 0;
  5. text-indent: 22px;
  6. }
  7.  
  8. .flair-axeflair {
  9.  
  10. width: 16px;
  11. height: 16px;
  12.  
  13. background-position: 0 0;
  14.  
  15. }
  16.  
  17.  
  18. .flair-firstflair {
  19.  
  20. width: 16px;
  21.  
  22. height: 16px;
  23.  
  24. background-position: 0 -16px;
  25.  
  26. }
  27.  
  28.  
  29. .flair-pinkflair {
  30.  
  31. width: 16px;
  32.  
  33. height: 16px;
  34.  
  35. background-position: 0 -32px;
  36.  
  37. }
  38.  
  39.  
  40. .flair-robflair {
  41.  
  42. width: 16px;
  43.  
  44. height: 16px;
  45.  
  46. background-position: 0 -48px;
  47.  
  48. }
  49.  
  50.  
  51. .flair-stoneflair {
  52.  
  53. width: 16px;
  54.  
  55. height: 16px;
  56.  
  57. background-position: 0 -64px;
  58.  
  59. }
Advertisement
Add Comment
Please, Sign In to add comment