2017-01-17 13:00:19 -05:00
|
|
|
|
/*.nowPlayingPage {
|
|
|
|
|
padding-top: 1em !important;
|
|
|
|
|
}*/
|
2015-06-26 11:53:49 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.remoteControlContent {
|
|
|
|
|
padding: 1em 0 0;
|
|
|
|
|
max-width: 96%;
|
2015-06-13 14:04:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingInfoContainer {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageTitle {
|
|
|
|
|
margin: 0 0 .5em .5em;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPositionSliderContainer {
|
|
|
|
|
margin: .7em 1em .7em;
|
2015-07-26 17:02:23 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingInfoButtons {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
font-size: 130%;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageImageContainer {
|
|
|
|
|
width: 20%;
|
|
|
|
|
margin-right: .25em;
|
|
|
|
|
position: relative;
|
|
|
|
|
flex-shrink: 0;
|
2015-05-07 00:14:35 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
@media all and (min-width: 800px) {
|
2014-05-12 14:04:25 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageImageContainer {
|
|
|
|
|
width: 16%;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingInfoControls {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
2015-09-15 00:31:12 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageImage {
|
|
|
|
|
/*position: absolute;*/
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-moz-box-shadow: 0 0 1.9vh #000;
|
|
|
|
|
-webkit-box-shadow: 0 0 1.9vh #000;
|
|
|
|
|
box-shadow: 0 0 1.9vh #000;
|
|
|
|
|
border: solid 1px #222;
|
|
|
|
|
user-drag: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-webkit-user-drag: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (orientation: portrait) and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.remoteControlContent {
|
|
|
|
|
padding-top: 0;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
2016-06-07 13:36:32 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingInfoContainer {
|
|
|
|
|
flex-direction: column !important;
|
|
|
|
|
align-items: center;
|
2015-09-15 00:31:12 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageTitle {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: .5em 0 .75em 0;
|
2015-06-13 14:04:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPositionSliderContainer {
|
|
|
|
|
margin: .7em 1em;
|
2015-06-10 00:01:14 -04:00
|
|
|
|
}
|
2014-05-12 14:04:25 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingInfoButtons {
|
|
|
|
|
justify-content: center;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageImageContainer {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2014-05-12 14:04:25 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingInfoControls {
|
|
|
|
|
margin-top: 1em;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
2015-06-13 14:04:00 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageImage {
|
|
|
|
|
width: auto;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
max-height: 36vh;
|
|
|
|
|
}
|
2015-06-13 14:04:00 -04:00
|
|
|
|
}
|
2014-05-12 14:04:25 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingTime {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 0 1em;
|
2015-06-13 19:56:59 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingSecondaryButtons {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2015-06-13 14:04:00 -04:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-26 23:27:38 -04:00
|
|
|
|
@media all and (min-width: 800px) {
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingSecondaryButtons {
|
|
|
|
|
margin-left: auto;
|
2015-06-26 23:27:38 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
@media all and (min-width: 1280px) {
|
2014-05-12 14:04:25 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageImageContainer {
|
|
|
|
|
margin-right: .75em;
|
2015-06-26 11:53:49 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingNavButtonContainer {
|
|
|
|
|
width: 400px;
|
2014-05-12 14:04:25 -04:00
|
|
|
|
}
|
2015-06-26 11:53:49 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingPageRepeatActive {
|
|
|
|
|
color: #2ad !important;
|
2015-06-26 11:53:49 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.smallBackdropPosterItem .cardOverlayInner > div {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
2015-06-27 19:18:09 -04:00
|
|
|
|
}
|
2015-07-26 17:02:23 -04:00
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.playlistIndexIndicatorImage {
|
|
|
|
|
background-size: initial !important;
|
|
|
|
|
background-image: url(images/ani_equalizer_white.gif) !important;
|
2015-06-28 12:36:25 -04:00
|
|
|
|
}
|
2016-02-05 21:47:06 -05:00
|
|
|
|
|
|
|
|
|
.hideVideoButtons .videoButton {
|
2017-01-17 13:00:19 -05:00
|
|
|
|
display: none;
|
2016-02-05 21:47:06 -05:00
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
|
.nowPlayingCastIcon {
|
|
|
|
|
font-size: 86%;
|
2016-02-05 21:47:06 -05:00
|
|
|
|
}
|