123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- /* @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;
- }
|