Advertisement
damnbritts

Damnbritts theme help #1

Jun 17th, 2013
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #bite
  2. #bite a{
  3. display:block
  4. }
  5. #bite .death {
  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. #bite:hover .death {
  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
Advertisement