Advertisement
onediewreckshun

hover tags

Jul 2nd, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <meta name="if:hovertags" content="1" />
  2.  
  3. {block:ifhovertags}
  4.  
  5. #post:hover #tags {
  6. margin-top:0px;
  7. opacity:1;
  8. -moz-transition-duration:0.5s;
  9. -webkit-transition-duration:0.5s;
  10. -o-transition-duration:0.5s;
  11. }
  12.  
  13. #tags {
  14. margin-top:-10px;
  15. opacity:0;
  16. -moz-transition-duration:0.5s;
  17. -webkit-transition-duration:0.5s;
  18. -o-transition-duration:0.5s;
  19. }
  20.  
  21. {/block:ifhovertags}
  22.  
  23. {block:ifnothovertags}
  24.  
  25. #tags {
  26. margin-top:0px;
  27. opacity:1;
  28. -moz-transition-duration:0.5s;
  29. -webkit-transition-duration:0.5s;
  30. -o-transition-duration:0.5s;
  31. }
  32.  
  33. {/block:ifnothovertags}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement