Advertisement
Mrmomo6997

Untitled

Oct 24th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.23 KB | None | 0 0
  1. #player,#player a{ color:#333; }
  2. #player{ background:#ffffff; background-position:bottom; }
  3. #player .mainImage{ background:url(http://i.imgur.com/eLrszsP.png); }
  4.  
  5. #player #baseLeft{ width:93px; }
  6. #player #baseRight{ width:145px;}
  7. #player .button{  width:26px; }
  8. #player #play{ background:url(http://i.imgur.com/auobhs0.png); }
  9. #player #play,#player #pause{ left:26px; }
  10. #player #previous{ left:0px; }
  11. #player #next{ left:52px; }
  12. #player #title{ left:90px;  }
  13. #player #tooltip{ right:196px; }
  14. #player #timer{ right:120px;  }
  15. #player #list{ right:0px; }
  16.  
  17. #player #seeker{ right:320px; }
  18. #player #seekerBase{ border-color:#ccc;  }
  19. #player #seekerBuffered{ background-color:#4b575d; }
  20. #player #seekerSliderBase{ background-color:#ccc; }
  21.  
  22. #player #volume{ width:65px; right:39px; }
  23. #player #volumeSlider{ width:8px; background:url(http://static.tumblr.com/h6rozjz/KC7mbhywu/volume.png); }
  24.  
  25. #playlist,#playlist .module,#playlist h3{ border-color:#fff; text-shadow:1px 1px 4px #eee;}
  26. #playlist .module{  color:#444; background-color:#fff; }
  27. #playlist h3{color:#666; background-color:#fff; }
  28. #playlist .even{background-color:#fff;}
  29. #playlist .odd{ background-color:#fff;}
  30. #playlist .focus{ background-color:#fff; color:#444; font-weight:bold}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement