/*
amc player SKIN :: LIGHT VIOLET
@author: Axel Hahn
*/
/* ============================================================
player
============================================================ */
#mcplayer a, #mcpabout a, #mcpdownloads a, #mcpplaylist a{color: #689;}
#mcplayer a,#mcptime{color: #689;}
#mcplayer .active a,
#mcplayer a.active,
#mcpplaylist li.active a,
.mcpslider-active{
background: linear-gradient(to bottom, #89a, #ace);
color:#fff;
}
#mcpabout .title,
#mcpplayersonginfo .title{
color:#678;
}
/* ---------------------------------------------------------
bars for volume and progress
--------------------------------------------------------- */
#mcpvolumecanvas,
#mcpprogresscanvas{
background: linear-gradient(to bottom, #cde,#e0e8f0,#bcd);
}
/* ---------------------------------------------------------
system buttons on top right + maximize on the bottom
--------------------------------------------------------- */
#mcpmaximize{
background: #a86;
color:#fff;
}
.mcpsystembutton{
background: #ea6;
}
.mcpsystembutton>a{color:#fff !important;}
.songbtnactive{
}
/* ============================================================
boxes
============================================================ */
/* ---------------------------------------------------------
title bars
--------------------------------------------------------- */
.mcpbox{
background: linear-gradient(to bottom, #d8e, #a8b);
}
|