File: skins/mcplayer-lightviolet.css

Recommend this page to a friend!
  Classes of Axel Hahn   AMC JavaScript Audio Player HTML5   skins/mcplayer-lightviolet.css   Download  
File: skins/mcplayer-lightviolet.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: AMC JavaScript Audio Player HTML5
DIsplay an audio player with surround support
Author: By
Last change: v1.02

remove canvas in progress and volume slider
Date: 2 years ago
Size: 1,554 bytes
 

Contents

Class file image Download
/* 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); }