2015-12-14 08:43:03 -07:00
|
|
|
|
#mediaPlayer {
|
2014-06-28 12:35:30 -07:00
|
|
|
|
z-index: 1098;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
position: fixed;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#videoPlayer {
|
|
|
|
|
z-index: 99997;
|
|
|
|
|
position: fixed;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2015-09-08 10:07:35 -07:00
|
|
|
|
background-color: #000;
|
2015-07-03 04:51:45 -07:00
|
|
|
|
color: #fff;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itemVideo {
|
|
|
|
|
background-color: #000;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-10-22 21:26:01 -07:00
|
|
|
|
.videoCanvas {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 200px;
|
|
|
|
|
bottom: 200px;
|
|
|
|
|
left: 200px;
|
|
|
|
|
right: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.videoControls {
|
|
|
|
|
position: fixed;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
left: 0;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 99998;
|
|
|
|
|
text-align: center;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-08-28 12:10:44 -07:00
|
|
|
|
.videoControls > div {
|
|
|
|
|
background-color: rgba(0, 0, 0, .7);
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.videoTopControls {
|
2015-06-17 18:41:22 -07:00
|
|
|
|
padding: 0 1em;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
background-color: rgba(0, 0, 0, .5);
|
2014-06-30 21:06:28 -07:00
|
|
|
|
position: absolute;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 99998;
|
|
|
|
|
}
|
2014-03-31 14:39:12 -07:00
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.videoAdvancedControls {
|
|
|
|
|
text-align: right;
|
|
|
|
|
vertical-align: top;
|
2015-06-27 12:53:36 -07:00
|
|
|
|
padding-top: .5em;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
}
|
2014-03-31 14:39:12 -07:00
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.nowPlayingInfo {
|
2015-08-30 11:34:09 -07:00
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 1.5em 1em 2em 1em;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-08 12:12:53 -07:00
|
|
|
|
.guide {
|
|
|
|
|
height: 400px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
background-color: #000 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.guide .tvGuideHeader {
|
|
|
|
|
position: static !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.guide .programContainer {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-05 08:24:47 -07:00
|
|
|
|
#videoPlayer .nowPlayingImage img {
|
2014-06-28 12:35:30 -07:00
|
|
|
|
height: auto !important;
|
2015-08-30 11:34:09 -07:00
|
|
|
|
max-width: 180px;
|
|
|
|
|
max-height: 220px;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-05-13 20:24:25 -07:00
|
|
|
|
#videoPlayer .nowPlayingTabs {
|
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
text-align: left;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
color: #eee;
|
|
|
|
|
display: inline-block;
|
2015-08-30 11:34:09 -07:00
|
|
|
|
width: 70%;
|
2015-05-13 20:24:25 -07:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-13 12:02:48 -07:00
|
|
|
|
.videoPositionSliderContainer {
|
2015-09-08 07:35:52 -07:00
|
|
|
|
width: 300px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-24 09:51:13 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
.videoPositionSliderContainer {
|
|
|
|
|
width: 220px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-09-08 07:35:52 -07:00
|
|
|
|
@media all and (max-width: 440px) {
|
2016-06-13 12:02:48 -07:00
|
|
|
|
.videoPositionSliderContainer {
|
2016-06-24 09:51:13 -07:00
|
|
|
|
width: 180px;
|
2015-09-08 07:35:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 400px) {
|
2016-06-13 12:02:48 -07:00
|
|
|
|
.videoPositionSliderContainer {
|
2016-06-24 09:51:13 -07:00
|
|
|
|
width: 150px;
|
2015-09-08 07:35:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 350px) {
|
2016-06-13 12:02:48 -07:00
|
|
|
|
.videoPositionSliderContainer {
|
2016-06-24 09:51:13 -07:00
|
|
|
|
width: 120px;
|
2015-09-08 07:35:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 320px) {
|
2016-06-13 12:02:48 -07:00
|
|
|
|
.videoPositionSliderContainer {
|
2016-06-24 09:51:13 -07:00
|
|
|
|
width: 100px;
|
2015-09-08 07:35:52 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-13 20:24:25 -07:00
|
|
|
|
.nowPlayingTabButtons {
|
|
|
|
|
margin-bottom: 1.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingTabButton {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #ddd !important;
|
2015-05-14 10:16:29 -07:00
|
|
|
|
font-weight: 400 !important;
|
2015-05-13 20:24:25 -07:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingTabButton + .nowPlayingTabButton {
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingTabButton:not(.selectedNowPlayingTabButton):hover {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectedNowPlayingTabButton {
|
|
|
|
|
color: #2ad !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nowPlayingTab {
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
#videoPlayer .nowPlayingText {
|
|
|
|
|
font-weight: normal;
|
2015-05-13 10:53:26 -07:00
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
|
max-width: initial;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
overflow: hidden;
|
2015-05-13 10:53:26 -07:00
|
|
|
|
white-space: normal;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
text-align: left;
|
2015-05-13 10:53:26 -07:00
|
|
|
|
vertical-align: top;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
position: static;
|
2015-05-13 10:53:26 -07:00
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.videoNowPlayingName {
|
2015-06-11 10:57:59 -07:00
|
|
|
|
font-size: 18px;
|
2015-05-13 10:53:26 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.videoNowPlayingOverview, .videoNowPlayingRating {
|
|
|
|
|
margin: 1em 0;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.videoTopControlsLogo {
|
|
|
|
|
float: left;
|
2015-06-17 18:41:22 -07:00
|
|
|
|
/* Matches .mediaButton */
|
2015-06-27 12:53:36 -07:00
|
|
|
|
padding: 10px 0;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.videoTopControlsLogo img {
|
2014-06-28 19:30:20 -07:00
|
|
|
|
max-height: 42px;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
max-width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2014-03-20 01:34:54 -07:00
|
|
|
|
/* Fullscreen
|
|
|
|
|
***************************************/
|
|
|
|
|
|
2014-07-04 12:17:22 -07:00
|
|
|
|
#videoPlayer, .itemVideo {
|
2014-03-20 01:34:54 -07:00
|
|
|
|
position: fixed !important;
|
|
|
|
|
top: 0 !important;
|
|
|
|
|
bottom: 0 !important;
|
|
|
|
|
right: 0 !important;
|
|
|
|
|
left: 0 !important;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-27 12:53:36 -07:00
|
|
|
|
#videoPlayer .inactive {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
2014-03-25 12:48:54 -07:00
|
|
|
|
|
2014-10-09 15:22:04 -07:00
|
|
|
|
.idlePlayer video {
|
|
|
|
|
cursor: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-03-20 01:34:54 -07:00
|
|
|
|
/****************************************/
|
|
|
|
|
|
|
|
|
|
@media all and (max-width: 1200px), all and (max-height: 720px) {
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.videoControls .currentTime {
|
2014-03-31 14:39:12 -07:00
|
|
|
|
margin-right: 0;
|
2014-03-25 12:48:54 -07:00
|
|
|
|
}
|
2014-03-20 01:34:54 -07:00
|
|
|
|
}
|
|
|
|
|
|
2015-06-27 20:29:50 -07:00
|
|
|
|
@media all and (max-width: 1400px), all and (max-height: 900px) {
|
2014-04-15 17:02:05 -07:00
|
|
|
|
|
2015-08-28 17:50:39 -07:00
|
|
|
|
.mediaButton.infoButton {
|
2015-05-13 20:24:25 -07:00
|
|
|
|
display: none !important;
|
2015-08-28 17:50:39 -07:00
|
|
|
|
}
|
2014-03-31 14:39:12 -07:00
|
|
|
|
}
|
2014-03-25 12:48:54 -07:00
|
|
|
|
|
2015-03-13 23:24:42 -07:00
|
|
|
|
@media all and (max-width: 555px) {
|
|
|
|
|
#mediaPlayer .videoControls .previousTrackButton, #mediaPlayer .videoControls .nextTrackButton {
|
2015-05-04 21:17:38 -07:00
|
|
|
|
display: none !important;
|
2014-03-25 12:48:54 -07:00
|
|
|
|
}
|
2015-05-04 21:17:38 -07:00
|
|
|
|
|
2014-06-28 12:35:30 -07:00
|
|
|
|
.videoTopControlsLogo {
|
2015-05-04 21:17:38 -07:00
|
|
|
|
display: none !important;
|
2014-06-28 12:35:30 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-03-25 12:48:54 -07:00
|
|
|
|
|
2016-02-25 11:03:49 -07:00
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
.videoControls .currentTime {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-06-27 20:29:50 -07:00
|
|
|
|
@media all and (min-width: 1400px) {
|
2015-05-13 20:24:25 -07:00
|
|
|
|
.nowPlayingInfo {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-05 08:24:47 -07:00
|
|
|
|
#videoPlayer .nowPlayingImage img {
|
2014-06-28 12:35:30 -07:00
|
|
|
|
height: auto !important;
|
2015-06-27 20:29:50 -07:00
|
|
|
|
max-width: 360px;
|
|
|
|
|
max-height: 220px;
|
2014-03-20 01:34:54 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/****************************************/
|
|
|
|
|
|
|
|
|
|
.status {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-top: -75px;
|
|
|
|
|
margin-left: -75px;
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#play {
|
|
|
|
|
background-image: url(images/media/play.png);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pause {
|
|
|
|
|
background-image: url(images/media/pause.png);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOut {
|
|
|
|
|
animation-name: fadeOut;
|
|
|
|
|
-webkit-animation-name: fadeOut;
|
|
|
|
|
animation-duration: .25s;
|
|
|
|
|
-webkit-animation-duration: .25s;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
visibility: visible !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOut {
|
|
|
|
|
0% {
|
|
|
|
|
transform: scale(.25);
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
transform: scale(.5);
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
transform: scale(.75);
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOut {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: scale(.25);
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: scale(.5);
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale(.75);
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
2015-09-08 07:35:52 -07:00
|
|
|
|
}
|
2015-11-14 12:30:15 -07:00
|
|
|
|
|
|
|
|
|
video::-webkit-media-text-track-container {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
video::-webkit-media-text-track-background {
|
|
|
|
|
/*Style the text background*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#videoPlayer:not(.idlePlayer) video:not([controls])::-webkit-media-text-track-display {
|
|
|
|
|
/*Style the text itself*/
|
|
|
|
|
margin-top: -2.5em;
|
2016-04-04 12:07:43 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.videoSubtitles {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 10%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 200%;
|
|
|
|
|
z-index: 9999999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.videoSubtitlesInner {
|
|
|
|
|
max-width: 70%;
|
|
|
|
|
background-color: rgba(0,0,0,.8);
|
|
|
|
|
padding: .25em;
|
|
|
|
|
margin: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|