/* @override http://macs.local/david/wp-content/themes/dw/css/jplayer.css */ div.jp-audio-stream { background: #eee; padding: 2px; width: 44px; } div.jp-interface { } div.jp-audio-stream ul.jp-controls { padding:0px !important; margin:0px !important; } div.jp-interface ul.jp-controls li { padding:0px !important; margin:0px !important; } div.jp-interface ul.jp-controls a { display:block; overflow:hidden; text-indent:-9999px; } a.jp-play, a.jp-pause { width:40px; height:40px; } a.jp-play { background: url("../img/jplayer.jpg") 0 0 no-repeat; } a.jp-play:hover { background: url("../img/jplayer.jpg") -41px 0 no-repeat; } a.jp-pause { background: url("../img/jplayer.jpg") 0 -42px no-repeat; display: none; } a.jp-pause:hover { background: url("../img/jplayer.jpg") -41px -42px no-repeat; } div.jp-current-time { margin: 0px 0px 0 5px; } div#player-container{ width: 350px; } div#player{ padding: 20px; height: 50px; width: 220px; background-color: white; float: left; color: #555555; } #song-information{ width: 50%; float: left; text-align: left; } #controls{ width: 50%; float: left; text-align: right; } div#amplitude-album-art{ height: 90px; width: 90px; background-color: black; float: left; } div#amplitude-album-art img{ height: 90px; width: 90px; } #amplitude-play-pause{ width: 15px; height: 17px; cursor: pointer; float: right; } .amplitude-paused{ background-image: url('../img/small-gray-play.png'); background-repeat: no-repeat; } .amplitude-playing{ background-image: url('../img/small-gray-pause.png'); background-repeat: no-repeat; } #amplitude-volume-slider{ width: 100%; } #amplitude-now-playing-name{ font-family: 'PT Sans', sans-serif; font-weight: 700; font-size: 12px; } #amplitude-now-playing-album{ font-family: 'PT Sans', sans-serif; font-weight: 400; font-size: 12px; } #amplitude-current-time{ font-family: 'PT Sans', sans-serif; font-size: 10px; font-weight: 400; }