oohcamila

Bubble music player #1

Apr 20th, 2013
3,302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. .bubble{
  2. text-align:center;
  3. position:fixed;
  4. left:50px;
  5. top:20px;
  6. float:left;
  7. height:10px;
  8. width:35px;
  9. padding:12px 0px 12px 0px;
  10. padding-left:3px;
  11. margin-top:20px;
  12. overflow:hidden;
  13. background:transparent;
  14. moz-border-radius: 15px 15px 15px 15px;
  15. border-radius:15px 15px 15px 15px;
  16. -webkit-transition: opacity 0.4s linear;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  17. z-index:999;
  18. box-shadow:rgba(0,0,0,0.06)3px 3px;
  19. background-color:#fff;
  20. border: #000 1px solid;
  21. }
  22.  
  23. .bubble:hover
  24. {padding:2px;
  25. height:48px;
  26. width:70px;
  27. padding-top:10px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment