File: skins/mcplayer-lightbrown.css

Recommend this page to a friend!
  Classes of Axel Hahn   AMC JavaScript Audio Player HTML5   skins/mcplayer-lightbrown.css   Download  
File: skins/mcplayer-lightbrown.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,518 bytes
 

Contents

Class file image Download
/* amc player SKIN :: LIGHT BROWN @author: Axel Hahn */ #mcplayer a, #mcpabout a, #mcpdownloads a, #mcpplaylist a{color: #486;} #mcplayer a,#mcptime{color: #a86;} /* ============================================================ player ============================================================ */ #mcplayer .active a, #mcplayer a.active, #mcpplaylist li.active a, .mcpslider-active{ background: linear-gradient(to bottom, #8ca, #6a8); color:#fff; } /* --------------------------------------------------------- bars for volume and progress --------------------------------------------------------- */ #mcpvolumecanvas, #mcpprogresscanvas{ background: linear-gradient(to bottom, #dca, #edb, #dca); } /* --------------------------------------------------------- system buttons on top right + maximize on the bottom --------------------------------------------------------- */ #mcpmaximize{background: #a86; color:#fff;} .mcpsystembutton{ background: #a86; } .mcpsystembutton>a{color:#fff !important;} /* ============================================================ boxes ============================================================ */ #mcpabout .title, #mcpplayersonginfo .title{ color:#a62; } /* --------------------------------------------------------- title bars --------------------------------------------------------- */ .mcpbox{ background: linear-gradient(to bottom, #dca,#a86); }