Billiondays

Updates tab | part 3

Jul 28th, 2013
7,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #biter
  2. #biter a{
  3. display:block
  4. }
  5. #biter .deather {
  6. margin-right:0px;filter: alpha(opacity = 0);
  7. opacity:0;-webkit-transition: all 0.5s ease-out;
  8. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  9. }
  10.  
  11. #biter:hover .deather {
  12. margin-left:0px;
  13.  
  14. -webkit-transition: all 0.8s ease-out;
  15. -moz-transition: all 0.8s ease-out;
  16. transition: all 0.8s ease-out;
  17. filter: alpha(opacity = 100);
  18. filter: alpha(opacity = 100);
  19. opacity:8;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment