Guest User

Untitled

a guest
Oct 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.92 KB | None | 0 0
  1. #category-list li {
  2.     float:left;
  3.     background-image: url('images/category-sprite.png');
  4.     margin-left:45px;
  5.     cursor:pointer;
  6. }
  7.  
  8. .sprite-badplats-inactive{ background-position: 0 0; width: 32px; height: 32px; }
  9. .sprite-badplats-active{ background-position: -37px 0; width: 32px; height: 32px; }
  10. .sprite-badplats-hovered{ background-position: -74px 0; width: 32px; height: 32px; }
  11. .sprite-cafe-active{ background-position: -111px 0; width: 32px; height: 32px; }
  12. .sprite-cafe-hovered{ background-position: -148px 0; width: 32px; height: 32px; }
  13. .sprite-cafe-inactive{ background-position: -185px 0; width: 32px; height: 32px; }
  14. .sprite-camping-active{ background-position: -222px 0; width: 32px; height: 32px; }
  15. .sprite-camping-hovered{ background-position: -259px 0; width: 32px; height: 32px; }
  16. .sprite-camping-inactive{ background-position: -296px 0; width: 32px; height: 32px; }
  17. .sprite-gardsbutik-active{ background-position: -333px 0; width: 32px; height: 32px; }
  18. .sprite-gardsbutik-hovered{ background-position: -370px 0; width: 32px; height: 32px; }
  19. .sprite-gardsbutik-inactive{ background-position: -407px 0; width: 32px; height: 32px; }
  20. .sprite-hantverk-active{ background-position: -444px 0; width: 32px; height: 32px; }
  21. .sprite-hantverk-hovered{ background-position: -481px 0; width: 32px; height: 32px; }
  22. .sprite-hantverk-inactive{ background-position: -518px 0; width: 32px; height: 32px; }
  23. .sprite-hotell-active{ background-position: -555px 0; width: 32px; height: 32px; }
  24. .sprite-hotell-hovered{ background-position: -593px 0; width: 32px; height: 32px; }
  25. .sprite-hotell-inactive{ background-position: -629px 0; width: 32px; height: 32px; }
  26. .sprite-restaurang-active{ background-position: -666px 0; width: 32px; height: 32px; }
  27. .sprite-restaurang-hovered{ background-position: -703px 0; width: 32px; height: 32px; }
  28. .sprite-restaurang-inactive{ background-position: -740px 0; width: 32px; height: 32px; }
Add Comment
Please, Sign In to add comment