2013-12-28 00:09:05 -07:00
|
|
|
|
/* Now playing bar */
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.nowPlayingBar {
|
2014-04-13 10:27:13 -07:00
|
|
|
|
padding: 6px 0 14px 0;
|
2014-06-21 22:52:31 -07:00
|
|
|
|
border-top: 1px solid green;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingBarImage {
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaButton {
|
2013-12-27 21:42:40 -07:00
|
|
|
|
vertical-align: top;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mediaElement {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.nowPlayingText {
|
2013-12-27 09:18:42 -07:00
|
|
|
|
display: inline-block;
|
2014-04-11 08:36:25 -07:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -7px;
|
2014-04-16 19:32:57 -07:00
|
|
|
|
margin: 0 10px 0 3px;
|
2014-04-11 08:36:25 -07:00
|
|
|
|
max-width: 200px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
2014-04-16 19:32:57 -07:00
|
|
|
|
text-overflow: ellipsis;
|
2014-06-21 22:52:31 -07:00
|
|
|
|
text-align: left;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.nowPlayingDoubleText {
|
2014-04-13 10:27:13 -07:00
|
|
|
|
top: -3px;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.nowPlayingImage {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
display: inline-block;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.nowPlayingImage img {
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-right: .5em;
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
2013-12-27 09:18:42 -07:00
|
|
|
|
|
|
|
|
|
.mediaButton img {
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.currentTime {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -10px;
|
2013-12-27 21:42:40 -07:00
|
|
|
|
max-width: 110px;
|
|
|
|
|
margin-right: 2em;
|
2013-12-28 09:58:13 -07:00
|
|
|
|
font-weight: normal;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 20:48:57 -07:00
|
|
|
|
.nowPlayingBar .currentTime {
|
2014-04-13 10:27:13 -07:00
|
|
|
|
top: -15px;
|
2014-04-11 20:48:57 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 09:18:42 -07:00
|
|
|
|
.mediaSlider {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -10px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.sliderContainer {
|
|
|
|
|
display: inline-block;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.positionSliderContainer {
|
|
|
|
|
width: 130px;
|
|
|
|
|
}
|
2013-12-27 09:18:42 -07:00
|
|
|
|
|
2014-04-13 10:27:13 -07:00
|
|
|
|
#nowPlayingBar .sliderContainer {
|
|
|
|
|
margin-top: 14px;
|
2014-03-31 14:39:12 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-28 00:09:05 -07:00
|
|
|
|
.volumeSliderContainer {
|
2013-12-27 21:42:40 -07:00
|
|
|
|
width: 90px;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.sliderContainer .ui-slider {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sliderContainer .ui-slider-track {
|
|
|
|
|
margin-left: 15px !important;
|
2013-12-28 00:09:05 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.volumeSliderContainer .ui-slider-track {
|
|
|
|
|
margin-left: 5px !important;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.volumeButton {
|
|
|
|
|
margin-right: .5em!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-ms-thumb {
|
|
|
|
|
background-image: linear-gradient(#fefefe,#dddddd);
|
|
|
|
|
width: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-ms-track {
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="range"]::-ms-fill-lower {
|
|
|
|
|
background-color: #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="range"]::-ms-fill-upper {
|
|
|
|
|
background-color: #777;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-ms-tooltip {
|
|
|
|
|
display: none; /* display and visibility only */
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-15 15:19:45 -07:00
|
|
|
|
@media all and (max-width: 800px) {
|
2014-03-25 12:48:54 -07:00
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
#nowPlayingBar .mediaButton {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-06-21 22:52:31 -07:00
|
|
|
|
#nowPlayingBar .mediaButton:not(#playButton):not(#pauseButton):not(.remoteControlButton) {
|
2014-04-11 08:36:25 -07:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
2013-12-27 09:18:42 -07:00
|
|
|
|
|
2014-06-24 14:45:21 -07:00
|
|
|
|
.remoteControlButton {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
#nowPlayingBar #playButton, #nowPlayingBar #pauseButton {
|
|
|
|
|
float: right;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
}
|
2014-01-15 15:19:45 -07:00
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
#nowPlayingBar .currentTime, #nowPlayingBar .positionSliderContainer, #nowPlayingBar .volumeSliderContainer, #nowPlayingBar .muteButton, #nowPlayingBar .unmuteButton {
|
|
|
|
|
display: none !important;
|
2014-01-15 15:19:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.nowPlayingBar {
|
|
|
|
|
padding: 10px 5px 10px 0;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
@media (min-width: 1440px) {
|
|
|
|
|
#nowPlayingBar .positionSliderContainer {
|
|
|
|
|
width: 300px;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.mediaPlayerAudioContainer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 40%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-11 08:36:25 -07:00
|
|
|
|
.mediaPlayerAudioContainerInner {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background: #222;
|
2014-06-21 22:52:31 -07:00
|
|
|
|
}
|