UncleEggman

t2

Jul 7th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.91 KB | None | 0 0
  1. #playerW{width:450px;right:auto !important;;left:50px !important;}
  2. #player #miniBaseCenter{width:300px; height:25px; left:130px;z-index:0; position:absolute; background:url(sizerAndVol.png); background-position: bottom
  3.  
  4. !important; background-repeat: repeat-x !important;}
  5.  
  6. #player,#player a{ color:#084670; }
  7. #player .mainImage{ background:url(main.png); }
  8.  
  9. #player #baseLeft{ width:188px; }
  10. #player #baseRight{ width:145px;}
  11. #player .button{  width:22px; }
  12. #player #play{ background:url(playBtn.png); }
  13. #player #play,#player #pause{ left:32px; }
  14. #player #previous{ left:8px; }
  15. #player #next{ left:55px; }
  16. #player #jp-title{ left:115px; width:110px;}
  17. #player #title{ left:115px;width:110px;cursor: help;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  18. #player #tooltip{ right:118px; }
  19. #player #timer{ right:142px;display:none;  }
  20. #player #list{ right:5px; }
  21.  
  22. /* Setting/Others Buttons */
  23. #player #repeatButton a, #player #repeatOnceButton a,
  24. #player #repeatAllButton a, #player #shuffleButtonOff a,  #player #shuffleButtonOn a {
  25.     background-image:url('shuffleRepeatBtn.png');
  26.     background-repeat:no-repeat;
  27.     display: block;
  28.     width: 22px;
  29.     height: 25px;
  30.     outline: 0;
  31. }
  32.  
  33. #player #repeatButton {left: 88px; position:absolute; z-index: 8;}
  34. #player #repeatButton a {background-position:0px 0px !important;}
  35. #player #repeatButton a:active {background-position:0px -25px !important;}
  36.  
  37. #player #repeatOnceButton {left: 88px; position:absolute; z-index: 8;}
  38. #player #repeatOnceButton a {background-position:-44px 0px !important;}
  39. #player #repeatOnceButton a:active {background-position:-44px -25px !important;}
  40.  
  41. #player #repeatAllButton {left: 88px; position:absolute; z-index: 8;}
  42. #player #repeatAllButton a {background-position:-22px 0px !important;}
  43. #player #repeatAllButton a:active {background-position:-22px -25px !important;}
  44.  
  45. #player #shuffleButtonOff {right: 114px; position:absolute; z-index: 8;}
  46. #player #shuffleButtonOff a {background-position:-66px 0px !important;}
  47. #player #shuffleButtonOff a:active {background-position:-66px -25px !important;}
  48.  
  49. #player #shuffleButtonOn {right: 114px; position:absolute; z-index: 8;}
  50. #player #shuffleButtonOn a {background-position:-88px 0px !important;}
  51. #player #shuffleButtonOn a:active {background-position:-88px -25px !important;}
  52.  
  53.  
  54. #player #seeker{ right:316px; display:none;}
  55. #player #seekerBase{ border-color:#084670; }
  56. #player #seekerBuffered{ background-color:#2094e6; }
  57. #player #seekerSliderBase{ background-color:#084670; }
  58.  
  59. #player #volume{ width:70px; right:33px; }
  60. #player #volumeSlider{ width:14px; background:url(sizerAndVol.png); }
  61.  
  62. #playlist,#playlist .module,#playlist h3{ border-color:#03385c; color:#084670; }
  63. #playlist h3{ background:url(bar.png); background-repeat: repeat-x !important; color:#FFF;font-family: Verdana,Arial,sans-serif; font-size: 11px;line-
  64.  
  65. height: 18px; }
  66. #playlist .even{background-color:#FFF;}
Advertisement
Add Comment
Please, Sign In to add comment