Skip to content

Instantly share code, notes, and snippets.

@themsleeves
Last active May 29, 2018 16:48
Show Gist options
  • Save themsleeves/03cbfb1e6a80567480008628ef4cf962 to your computer and use it in GitHub Desktop.
Save themsleeves/03cbfb1e6a80567480008628ef4cf962 to your computer and use it in GitHub Desktop.
Skin for SCM Player
/*SCM Player*/
#player,#player a{ color:#000000; font-size: 11px; font-family: verdana;}
#player{ background:url(http://static.tumblr.com/su8juwr/I64mkjm26/branco.png); background-position:bottom; background-color: #FFFFFF;}
#player .mainImage{ background:url(http://static.tumblr.com/su8juwr/spTmrqlzv/tumblr.gif); }
#player #baseLeft{ width:93px; }
#player #baseRight{ width:145px;}
#player .button{ width:26px; }
#player #play{ background:url(); }
#player #play,#player #pause{ left:26px; }
#player #previous{ left:0px; }
#player #next{ left:52px; }
#player #title{ left:90px; font-size: 9px; }
#player #tooltip{ right:196px; }
#player #timer{ right:120px; }
#player #list{ right:0px; }
#player #seeker{ right:320px; }
#player #seekerBase{ border-color:#FFFFFF; }
#player #seekerBuffered{ background-color:#000000; }
#player #seekerSliderBase{ background-color:#000; }
#player #volume{ width:65px; right:39px; }
#player #volumeSlider{ width:8px; background:url(http://static.tumblr.com/su8juwr/T5qmrqm08/tu.png); }
#playlist,#playlist .module,#playlist h3{ border-color:#FFFFFF;}
#playlist .module{ color:#000000; background-color:#FFFFFF; }
#playlist h3{ background:url(bar.png) repeat-x !important; color:#FFFFFF; }
#playlist .even{background-color:#fff;}
#playlist .odd{ background-color:#fff;}
#playlist .focus{ background-color:#fff; color:#aaa;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment