Guest User

Untitled

a guest
Jun 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #musicplayer {text-align: center;font-size: 11px;position:fixed;left:100px;top:-43px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;z-index:999;}
  2.  
  3. #musicplayer:hover {top:-10px;}
  4.  
  5. #music {
  6.  
  7. padding:10px 0 5px 0;
  8.  
  9. border: 1px solid #ffdfdf;
  10.  
  11. background: #fff;
  12.  
  13. width:180px;
  14.  
  15. border-radius: 5px;-moz-border-radius: 5px;
  16.  
  17. -webkit-border-radius: 5px;z-index: 9999;
  18.  
  19. }
  20.  
  21.  
  22.  
  23. #musictab {
  24.  
  25. border-bottom:1px solid #ffdfdf;
  26.  
  27. border-left: 1px solid #ffdfdf;
  28.  
  29. border-right: 1px solid #ffdfdf;
  30.  
  31. margin-top:-1px;
  32.  
  33. height:50px;
  34.  
  35. background:#fff;
  36.  
  37. border-bottom-left-radius: 5px;
  38.  
  39. -moz-border-radius-bottomleft: 5px;
  40.  
  41. -webkit-border-bottom-left-radius: 5px;
  42.  
  43. border-bottom-right-radius: 5px;
  44.  
  45. -moz-border-radius-bottomright: 5px;
  46.  
  47. -webkit-border-bottom-right-radius: 5px;
  48.  
  49. margin-left:65px;
  50.  
  51. width: 50px;
  52.  
  53. }
Add Comment
Please, Sign In to add comment