Guest User

Untitled

a guest
Oct 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #musicplayer {
  2. text-align:center;
  3. position:fixed;
  4. left:20px;
  5. top:-43px;
  6. -webkit-transition:all .5s ease-in-out;
  7. -moz-transition: all .5s ease-in-out;
  8. -o-transition: all .5s ease-in-out;
  9. z-index:300;}
  10.  
  11. #musicplayer:hover {
  12. top:-10px;
  13. }
  14.  
  15. #music {
  16. padding:10px 0 5px 0;
  17. border: 1px solid #EBCFCD;
  18. background: #fff;
  19. width:140px;
  20. border-radius: 5px;-moz-border-radius: 5px;
  21. -webkit-border-radius: 5px;z-index: 9999;
  22. }
  23.  
  24. #music2 {
  25. border-bottom:1px solid #EBCFCD;
  26. border-left: 1px solid #EBCFCD;
  27. border-right: 1px solid #EBCFCD;
  28. margin-top:-1px;
  29. height:38px;
  30. background:#fff;
  31. border-bottom-left-radius: 5px;
  32. -moz-border-radius-bottomleft: 5px;
  33. -webkit-border-bottom-left-radius: 5px;
  34. border-bottom-right-radius: 5px;
  35. -moz-border-radius-bottomright: 5px;
  36. -webkit-border-bottom-right-radius: 5px;
  37. margin-left:45px;width: 50px;
  38. }
Add Comment
Please, Sign In to add comment