MediaWiki:Common.less/listen.less
Jump to navigation
Jump to search
//
/* ============================= Template:Listen ============================= */ .musicplayer { border: 1px solid @BODY_BORDER; font-size: 90%; background: @BODY_LIGHT; box-shadow: @box-shadow; max-width: 300px; margin: 0 0 1em 1em; padding: 5px; } .musicplayer, .infobox { // prevent border overlap in infoboxes & in Template:Listen .mediaContainer, .k-player, audio { max-width: 250px; margin-left: auto; margin-right: auto; } } .k-player { .control-bar { background: @BODY_LIGHT; border: none; font-family: inherit; // arial bad } .play_head { border: none; right: 130px !important; } .volume-slider .ui-slider-range { height: 14px; top: 1px; } .k-options { border: none !important; color: var(--text-color) !important; font-family: inherit; top: 2px; } .time-disp { color: var(--text-color); font-family: inherit; } .play_head { top: 3px; } } .timed-text { display: none; }