Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. #playerW{width:450px;right:auto !important;;left:50px !important;}
  2. #player #miniBaseCenter{width:300px; height:25px; left:30px;z-index:0; position:absolute; background:url(sizerAndVol.png); background-position: bottom !important; background-repeat: repeat-x !important;}
  3.  
  4. #player,#player a{ color:#084670; }
  5. #player .mainImage{ background:url(main.png); }
  6.  
  7. #player #baseLeft{ width:188px; }
  8. #player #baseRight{ width:145px;}
  9. #player .button{ width:22px; }
  10. #player #play{ background:url(playBtn.png); }
  11. #player #play,#player #pause{ left:32px; }
  12. #player #previous{ left:8px; }
  13. #player #next{ left:55px; }
  14. #player #jp-title{ left:115px; width:110px;}
  15. #player #title{ left:115px;width:110px;cursor: help;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  16. #player #tooltip{ right:118px; }
  17. #player #timer{ right:142px;display:none; }
  18. #player #list{ right:5px; }
  19.  
  20. /* Setting/Others Buttons */
  21. #player #repeatButton a, #player #repeatOnceButton a,
  22. #player #repeatAllButton a, #player #shuffleButtonOff a, #player #shuffleButtonOn a {
  23. background-image:url('shuffleRepeatBtn.png');
  24. background-repeat:no-repeat;
  25. display: block;
  26. width: 22px;
  27. height: 25px;
  28. outline: 0;
  29. }
  30.  
  31. #player #repeatButton {left: 88px; position:absolute; z-index: 8;}
  32. #player #repeatButton a {background-position:0px 0px !important;}
  33. #player #repeatButton a:active {background-position:0px -25px !important;}
  34.  
  35. #player #repeatOnceButton {left: 88px; position:absolute; z-index: 8;}
  36. #player #repeatOnceButton a {background-position:-44px 0px !important;}
  37. #player #repeatOnceButton a:active {background-position:-44px -25px !important;}
  38.  
  39. #player #repeatAllButton {left: 88px; position:absolute; z-index: 8;}
  40. #player #repeatAllButton a {background-position:-22px 0px !important;}
  41. #player #repeatAllButton a:active {background-position:-22px -25px !important;}
  42.  
  43. #player #shuffleButtonOff {right: 114px; position:absolute; z-index: 8;}
  44. #player #shuffleButtonOff a {background-position:-66px 0px !important;}
  45. #player #shuffleButtonOff a:active {background-position:-66px -25px !important;}
  46.  
  47. #player #shuffleButtonOn {right: 114px; position:absolute; z-index: 8;}
  48. #player #shuffleButtonOn a {background-position:-88px 0px !important;}
  49. #player #shuffleButtonOn a:active {background-position:-88px -25px !important;}
  50.  
  51.  
  52. #player #seeker{ right:316px; display:none;}
  53. #player #seekerBase{ border-color:#084670; }
  54. #player #seekerBuffered{ background-color:#2094e6; }
  55. #player #seekerSliderBase{ background-color:#084670; }
  56.  
  57. #player #volume{ width:70px; right:33px; }
  58. #player #volumeSlider{ width:14px; background:url(sizerAndVol.png); }
  59.  
  60. #playlist,#playlist .module,#playlist h3{ border-color:#03385c; color:#084670; }
  61. #playlist h3{ background:url(bar.png); background-repeat: repeat-x !important; color:#FFF;font-family: Verdana,Arial,sans-serif; font-size: 11px;line-height: 18px; }
  62. #playlist .even{background-color:#FFF;}
  63. #playlist .odd{ background-color:#b0dfff;}
  64. #playlist .focus{ background-color:#084670; color:#FFF;}
  65.  
  66.  
  67. /* Below CSS are for Retina */
  68.  
  69. @media only screen and (-webkit-min-device-pixel-ratio: 2),
  70. only screen and (min--moz-device-pixel-ratio: 2),
  71. only screen and (-o-min-device-pixel-ratio: 2/1),
  72. only screen and (-ms-min-device-pixel-ratio: 2),
  73. only screen and (min-device-pixel-ratio: 2) {
  74.  
  75. #player #repeatButton a, #player #repeatOnceButton a,
  76. #player #repeatAllButton a, #player #shuffleButtonOff a, #player #shuffleButtonOn a {
  77. background: url('shuffleRepeatBtn-X2.png') no-repeat;
  78. background-size: 110px 50px;
  79. }
  80. #player #play {
  81. background: url('playBtn-X2.png') no-repeat;
  82. background-size: 23px 50px;
  83. }
  84. #player .mainImage {
  85. background: url('main-X2.png') no-repeat;
  86. background-size: 450px 50px;
  87. }
  88. #player #miniBaseCenter, #player #volumeSlider {
  89. background: url('sizerAndVol-X2.png') no-repeat;
  90. background-size: 14px 50px;
  91. }
  92. #playlist h3 {
  93. background: url('bar-X2.png') no-repeat;
  94. background-size: 8px 22px;
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement