oohcamila

Corner music player #1

Apr 20th, 2013
3,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #tumblings-player
  2. {z-index:999;
  3. background-color: #fff;
  4. width:50px;
  5. height:50px;
  6. border-radius:50px 0px 0px 0px;
  7. -moz-border-radius:50px 0px 0px 0px;
  8. color:#000;
  9. position:fixed;
  10. overflow:hidden;
  11. bottom:0px;
  12. right:0px;
  13. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  14.  
  15. #playericon
  16. {margin-top:25px;
  17. margin-bottom:20px;
  18. margin-left:5px;
  19. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  20.  
  21. #tumblings-player:hover
  22. {width:130px;
  23. -moz-border-radius:0px;
  24. border-radius:0px;}
  25.  
  26. #tumblings-player:hover #playericon
  27. {margin-top:10px;
  28. margin-left:0px;
  29. margin-bottom:4px;}
Advertisement
Add Comment
Please, Sign In to add comment