Advertisement
Guest User

skingreen

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.52 KB | None | 0 0
  1. #player,#player a{ color:#333; }
  2. #player{ background:url('http://static.tumblr.com/bmdsqsc/NDnm7a4zy/untitled-4.png'); background-position:bottom; background-color: #FFFFFF; border-top:1px dashed #D8D8D8 }
  3. #player .mainImage{ background:url('http://static.tumblr.com/bmdsqsc/CXJm7a4z6/player02.png'); }
  4.  
  5. #player #baseLeft{ width:93px; }
  6. #player #baseRight{ width:145px;}
  7. #player .button{  width:26px; }
  8. #player #play{ background:url('http://static.tumblr.com/bmdsqsc/vavm7a4yq/pause2.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:1px dotted #D0D0D0;  }
  19. #player #seekerBuffered{ background-color:#FFFFFF; }
  20. #player #seekerSliderBase{ background-color:#91df89; }
  21.  
  22. #player #volume{ width:65px; right:39px; background-color: #F0F0F0; height:10px; top:8px;}
  23.  
  24. #player #volumeSlider{ width:8px; background:url('http://static.tumblr.com/bmdsqsc/NDnm7a4zy/untitled-4.png');  }
  25.  
  26. #playlist,#playlist .module,#playlist h3{ border-color:#333;}
  27. #playlist .module{ color:#212121; background-color:#FFFFFF; }
  28. #playlist h3{ background:url('http://static.tumblr.com/bmdsqsc/k9Wm7a4zh/playlist.png'); color:#212121; background-color:#FFFFFF; }
  29. #playlist .even{background-color:#FFFFFF;}
  30. #playlist .odd{ background-color:#FFFFFF;}
  31. #playlist .focus{ background-color:#FFFFFF; color:#212121;}
  32.  
  33. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement