Advertisement
mariaelizab

transparent skin by hakunex

Sep 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.61 KB | None | 0 0
  1. /********************************************************************
  2.  
  3. skin
  4.  
  5. feita por hakunex
  6.  
  7.          nao ligo se se usar algum codigo ou se 'se inspirar'
  8.               apenas coloque os creditos pfvr, obg []
  9.  
  10.  
  11. ********************************************************************/
  12.  
  13. #player,#player a{ color:#ffffff; font-family:Calibri; font-size: 11px;  }
  14. #player{ background:url(); background-position:bottom; background-color:#ffffff }
  15. #player .mainImage{background:url(XXXXXXXXXXXXXXXXXXXXXXXXX); }
  16.  
  17.  
  18. #player #baseLeft{ width:93px; }
  19. #player #baseRight{ width:145px;}
  20. #player .button{  width:26px; }
  21. #player #play{ background:url(); }
  22. #player #play,#player #pause{ left:26px; }
  23. #player #previous{ left:0px; }
  24. #player #next{ left:52px; }
  25. #player #title{ left:90px;  }
  26. #player #tooltip{ right:196px; }
  27. #player #timer{ right:120px;  }
  28. #player #list{ right:0px; }
  29.  
  30. #player #seeker{ right:320px; }
  31. #player #seekerBase{ border-color:#ffffff;  }
  32. #player #seekerBuffered{ background-color:#ffffff; }
  33. #player #seekerSliderBase{ background-color:#ffffff; }
  34.  
  35. #player #volume{ width:65px; right:39px; }
  36. #player #volumeSlider{ width:; background:url(); }
  37.  
  38. #playlist{
  39.         font-family: Calibri !important;
  40.     font-size: 9px;
  41.     text-transform: uppercase;
  42.     color: #2e2e2e !important;
  43. }
  44.  
  45.  
  46. #playlist .module{
  47.         font-family: Calibri !important;
  48.         font-size: 9px !important;
  49.     border:none !important;
  50.     background:#ffffff !important;
  51.     border-top: 1px solid transparent !important;
  52.         border-left: 1px solid transparent !important;
  53.         border-right: 1px solid transparent !important;
  54. }
  55.  
  56.  
  57.  
  58. #playlist h3{
  59.         text-align: center !important;
  60.         text-shadow:0px 0px 1px #FFFFFF !important;
  61.         font-size: 12px !important;
  62.         font-family: Calibri !important;
  63.         background-color:#FFFFFF !important;
  64.         color: #2e2e2e !important;
  65. }
  66.  
  67.  
  68. #playlistContainer{
  69.         font-size: 9px !important;
  70.         font-family: Calibri !important;
  71.     top:21px !important;
  72. }
  73.  
  74.  
  75. #playlist .items{
  76.         font-size: 10px !important;
  77.         font-family: Calibri !important;
  78.     list-style-type: circle !important;
  79. }
  80.  
  81.  
  82. #playlist .item{
  83.         font-size: 10px !important;
  84.         font-family: Calibri !important;
  85.     margin:0 !important;
  86.     padding:6px 5px !important;
  87. }
  88.  
  89.  
  90. #playlist .even{
  91.         background-color: transparent !important;
  92. }
  93.  
  94.  
  95. #playlist .focus{
  96.         font-size: 10px !important;
  97.         text-shadow:0px 0px 1px #bebebe !important;
  98.         background-color:transparent !important;
  99.         color:#2e2e2e !important;
  100.         font-weight: bold;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement