|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
body > div.ui-layout-north > div:last-child {
|
|
|
|
|
margin: 6px auto 0 auto;
|
|
|
|
|
background: transparent url('../img/player_background.png') repeat-x;
|
|
|
|
|
background: url('../img/player_background.png') repeat-x left bottom;
|
|
|
|
|
height: 40px;
|
|
|
|
|
width: 450px;
|
|
|
|
|
border: 1px solid #6B6D5E;
|
|
|
|
@ -86,7 +86,7 @@ body > .ui-layout-north > div:first-child {
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay {
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPlay {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
display: block;
|
|
|
|
@ -96,17 +96,17 @@ body > .ui-layout-north > div:first-child #buttonPlay {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
background: transparent url('../img/button_play.png') no-repeat left top;
|
|
|
|
|
}
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay.playing {
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPlay.playing {
|
|
|
|
|
background-image: url('../img/button_pause.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay.stopped {
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPlay.stopped {
|
|
|
|
|
background-image: url('../img/button_stop.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonVolume,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext {
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper input,
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPrev,
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonNext {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
display: block;
|
|
|
|
@ -115,20 +115,18 @@ body > .ui-layout-north > div:first-child #buttonNext {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev {
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPrev {
|
|
|
|
|
background: url('../img/button_prev.png') no-repeat left top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext {
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonNext {
|
|
|
|
|
background: url('../img/button_next.png') no-repeat left top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext.disabled:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev.disabled:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay.disabled:active {
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonNext:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPrev:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child .buttonPlay:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child .disabled:active {
|
|
|
|
|
background-position: left bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -164,19 +162,19 @@ progress#daaprPlayerProgress span {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
#volumeWrapper {
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#volumeWrapper input#buttonVolume {
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper input {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
/*background: url('../img/volume_bg.png') repeat-x;*/
|
|
|
|
|
display: block;
|
|
|
|
|
height: 6px;
|
|
|
|
@ -190,13 +188,14 @@ progress#daaprPlayerProgress span {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#volumeWrapper input#buttonVolume,
|
|
|
|
|
#volumeWrapper input#buttonVolume span {
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper input/*,
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper input span*/ {
|
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
#volumeWrapper progress#buttonVolume span {
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper input span {
|
|
|
|
|
background: url('../img/volume_fg.png') repeat-x;
|
|
|
|
|
display: block;
|
|
|
|
|
height: 6px;
|
|
|
|
@ -205,13 +204,12 @@ progress#daaprPlayerProgress span {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#volumeWrapper progress#buttonVolume span a {
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper input span a {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#volumeWrapper a#buttonVolDown {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper a:first-child {
|
|
|
|
|
display:block;
|
|
|
|
|
float: left;
|
|
|
|
|
clear: left;
|
|
|
|
@ -221,8 +219,7 @@ progress#daaprPlayerProgress span {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#volumeWrapper a#buttonVolUp {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
body > .ui-layout-north > div:first-child > .playerVolumeWrapper a:last-child {
|
|
|
|
|
display:block;
|
|
|
|
|
float: left;
|
|
|
|
|
clear: right;
|
|
|
|
@ -241,7 +238,3 @@ table tbody tr.itemplaying td:first-child span {
|
|
|
|
|
height: 12px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table tbody tr.itemplaying.itempaused td:first-child span {
|
|
|
|
|
background-image: url('../img/playicon.png');
|
|
|
|
|
}
|
|
|
|
|