Advertisement
Guest User

Bubble Music Player

a guest
Apr 23rd, 2012
1,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #bubblebar
  2. {font-family:arial;
  3. width:60px;
  4. position:fixed;
  5. left:10px;
  6. top:-5px;}
  7. .bubble
  8. {text-align:center;
  9. float:left;
  10. height:18px;
  11. width:30px;
  12. padding: 5px 0 10px 2;
  13. margin-top:10px;
  14. overflow:hidden;
  15. background:transparent;
  16. moz-border-radius: 15px 15px 15px 15px;
  17. border-radius:15px 15px 15px 15px;
  18. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  19. z-index:999;font-family:arial;}
  20.  
  21. #music
  22. {border:1px dashed white;
  23. background:white;}
  24.  
  25. #music:hover
  26. {padding:2px;
  27. height:50px;
  28. width:55px;
  29. border:1px solid white;}
  30.  
  31. #player{padding-bottom:5px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement