Advertisement
mariaelizab

mini skin by hakunex

Sep 24th, 2017
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.25 KB | None | 0 0
  1. /********************************************************************
  2.  
  3. skin por hakunex, inspirada em fckraw e cissuras
  4.  
  5. skin
  6.  
  7. ********************************************************************/
  8.  
  9.  
  10.  
  11. #player
  12.  #list
  13. {width:22px !important;
  14. left:85px !important;
  15. top:0.8px !important;
  16.  background:url(11111111111111) !important; }
  17.  
  18.  #player
  19. #play {
  20. background:url(2222222222222222);}
  21.  
  22. #player
  23.  #previous{
  24. left:26px !important;}
  25.  
  26. #player
  27.  #baseLeft{width:93px;}
  28.  
  29. #player
  30.  #next{left:52px;}
  31.  
  32. #player
  33.  #baseRight{width:145px;}
  34.  
  35. ::-webkit-scrollbar{width:5px;height:5px;}
  36. ::-webkit-scrollbar-button:start:decrement
  37.  
  38. ::-webkit-scrollbar-button:end:increment{
  39. display:block;
  40. height:0;
  41. background-color:transparent;}
  42.  
  43. ::-webkit-scrollbar-track-piece{
  44. background-color: transparent;
  45. -webkit-border-radius:0;
  46. -webkit-border-bottom-right-radius:0px;
  47. -webkit-border-bottom-left-radius:0px;}
  48. ::-webkit-scrollbar-thumb:
  49. vertical{
  50. height:50px;
  51. background-color: #f8f8f8;
  52. -webkit-border-radius:px;}
  53.  
  54. ::-webkit-scrollbar-thumb:horizontal{
  55. width:50px;
  56. background-color: #f8f8f8;
  57. -webkit-border-radius:px;}
  58.  
  59. #player {
  60. left:5px !important;
  61. width:130px;}
  62.  
  63. #player
  64.  #miniBaseCenter {
  65. left:5px;
  66. width:130px;
  67. position:absolute;
  68. height:25px; }
  69.  
  70. #player
  71.  #player a {
  72. font-size:0px !important;
  73. color:#fff !important;}
  74.  
  75. #player
  76.  #title {left:20000px; }
  77.  
  78. #player
  79.  #volume{
  80. right:20000px;  
  81. width:65px; }
  82.  
  83. #player
  84.  #seeker{ right:20000px; }
  85.  
  86. #player
  87.  #volumeSlider{ width:8px;}
  88.  
  89. #player
  90.  #timer{left:20000px;}
  91.  
  92. #player
  93.  #tooltip{left:20000px;}
  94.  
  95. #player
  96.  .button{width:28px;}
  97.  
  98. #player #play,
  99.  
  100.  #player
  101.  #pause{left:2px !important;}
  102.  
  103. #player #play,
  104.  
  105. #player
  106.  #pause{left:28px;}
  107.  
  108. #playlist{
  109.         font-family: Calibri !important;
  110.     font-size: 9px;
  111.     text-transform: uppercase;
  112.     color: #2e2e2e !important;
  113. }
  114.  
  115.  
  116. #playlist .module{
  117.         font-family: Calibri !important;
  118.         font-size: 9px !important;
  119.     border:none !important;
  120.     background:#ffffff !important;
  121.     border-top: 1px solid transparent !important;
  122.         border-left: 1px solid transparent !important;
  123.         border-right: 1px solid transparent !important;
  124. }
  125.  
  126.  
  127.  
  128. #playlist h3{
  129.         text-align: center !important;
  130.         text-shadow:0px 0px 1px #FFFFFF !important;
  131.         font-size: 12px !important;
  132.         font-family: Calibri !important;
  133.         background-color:#FFFFFF !important;
  134.         color: #2e2e2e !important;
  135. }
  136.  
  137.  
  138. #playlistContainer{
  139.         font-size: 9px !important;
  140.         font-family: Calibri !important;
  141.     top:21px !important;
  142. }
  143.  
  144.  
  145. #playlist .items{
  146.         font-size: 10px !important;
  147.         font-family: Calibri !important;
  148.     list-style-type: circle !important;
  149. }
  150.  
  151.  
  152. #playlist .item{
  153.         font-size: 10px !important;
  154.         font-family: Calibri !important;
  155.     margin:0 !important;
  156.     padding:6px 5px !important;
  157. }
  158.  
  159.  
  160. #playlist .even{
  161.         background-color: transparent !important;
  162. }
  163.  
  164.  
  165. #playlist .focus{
  166.         font-size: 10px !important;
  167.         text-shadow:0px 0px 1px #bebebe !important;
  168.         background-color:transparent !important;
  169.         color:#2e2e2e !important;
  170.         font-weight: bold;
  171. }
  172.  
  173.  #player .mainImage {background:url(333333333333333);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement