Advertisement
Guest User

Untitled

a guest
May 29th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. #header-img.default-header,#header-img {
  3. z-index:99;
  4. width:0;
  5. padding-left:150px;
  6. height:150px;
  7. background-image:url(%%um%%);
  8. background-position:0 0;
  9. position:relative;
  10. top:-150px;
  11. margin:0;
  12. animation:homelink 3s steps(17) infinite;
  13. -webkit-animation:homelink 3s steps(17) infinite
  14. }
  15.  
  16. @keyframes homelink {
  17. from {
  18. background-position:0 0
  19. }
  20.  
  21. to {
  22. background-position:0 -2550px
  23. }
  24. }
  25.  
  26. @-webkit-keyframes homelink {
  27. from {
  28. background-position:0 0
  29. }
  30.  
  31. to {
  32. background-position:0 -2550px
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement