2013-12-28 00:09:05 -07:00
|
|
|
|
/* Now playing bar */
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.nowPlayingBar {
|
2014-03-22 09:16:43 -07:00
|
|
|
|
padding: 6px 0 20px 0;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
border-top: 2px solid green;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.nowPlayingBar .barBackground {
|
2014-03-20 01:34:54 -07:00
|
|
|
|
border-top: 2px solid green;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
position: absolute;
|
2014-03-22 09:16:43 -07:00
|
|
|
|
margin: -8px -0.5em -22px !important;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-27 21:42:40 -07:00
|
|
|
|
.nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer):not(.barBackground ) {
|
2013-12-27 09:18:42 -07:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingMediaInfo div {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingMediaInfo a {
|
|
|
|
|
margin-right: .25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.nowPlayingMediaInfo {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
display: inline-block;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingText {
|
|
|
|
|
position: relative;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
top: -3px;
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
margin-right: 2em;
|
2013-12-28 09:58:13 -07:00
|
|
|
|
font-weight: normal;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-15 15:19:45 -07:00
|
|
|
|
@media all and (max-width: 650px) {
|
2013-12-27 09:18:42 -07:00
|
|
|
|
.nowPlayingMediaInfo {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
display: none;
|
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-size: 14px;
|
|
|
|
|
font-weight: normal;
|
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
|
|
|
|
|
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-20 01:34:54 -07:00
|
|
|
|
.volumeButton, .volumeSliderContainer, .muteButton, .unmuteButton, .nowPlayingMediaInfo {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-20 01:34:54 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
.chaptersButton, .audioTracksButton, .sendMediaButton {
|
2013-12-27 09:18:42 -07:00
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-20 01:34:54 -07:00
|
|
|
|
.positionSliderContainer, .currentTime {
|
2014-01-15 15:19:45 -07:00
|
|
|
|
top: 0!important;
|
|
|
|
|
position: relative!important;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-15 15:19:45 -07:00
|
|
|
|
@media all and (max-width: 500px) {
|
2014-03-20 01:34:54 -07:00
|
|
|
|
.positionSliderContainer {
|
|
|
|
|
width: 80px;
|
|
|
|
|
}
|
2014-01-15 15:19:45 -07:00
|
|
|
|
|
|
|
|
|
.previousTrackButton, .nextTrackButton {
|
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 400px) {
|
|
|
|
|
.playlistButton {
|
|
|
|
|
display: none!important;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutContainer {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaPlayerFlyout {
|
|
|
|
|
width: 200px;
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #999;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 99999;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
bottom: 78px;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
margin-left: -50px;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chaptersFlyout {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.audioTracksFlyout {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOption {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #000;
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOption:hover, .mediaFlyoutOption:focus {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectedMediaFlyoutOption {
|
|
|
|
|
background-color: #d9F4FF;
|
|
|
|
|
background-image: url(images/media/selected.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: right top;
|
|
|
|
|
background-size: 16px 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionImage {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 15%;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionImage + .mediaFlyoutOptionContent {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 85%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chaptersFlyout .mediaFlyoutOptionImage {
|
|
|
|
|
width: 40%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chaptersFlyout .mediaFlyoutOptionImage + .mediaFlyoutOptionContent {
|
|
|
|
|
width: 60%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionName {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-left: 5px;
|
2014-01-03 13:32:27 -07:00
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: normal;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mediaFlyoutOptionSecondaryText {
|
2014-01-03 13:32:27 -07:00
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-weight: normal;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
margin-top: 3px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-20 01:34:54 -07:00
|
|
|
|
@media (min-width: 1440px) {
|
2014-03-03 16:55:19 -07:00
|
|
|
|
.positionSliderContainer {
|
|
|
|
|
width: 300px;
|
2013-12-27 09:18:42 -07:00
|
|
|
|
}
|
2014-03-22 09:16:43 -07:00
|
|
|
|
}
|