2018-10-23 01:13:23 +03:00
|
|
|
.tvguide {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-01-10 15:39:37 +03:00
|
|
|
align-items: initial;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tvGuideHeader {
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-shrink: 0;
|
|
|
|
display: flex;
|
2019-01-10 15:39:37 +03:00
|
|
|
contain: layout style paint;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-desktop .tvGuideHeader {
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-bottom: .5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideHeaderDateSelection {
|
|
|
|
font-size: 86%;
|
2019-01-10 15:39:37 +03:00
|
|
|
padding: .4em 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-headerTimeslots {
|
2019-01-10 15:39:37 +03:00
|
|
|
display: flex;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tvProgramSectionHeader {
|
2019-01-10 15:39:37 +03:00
|
|
|
margin: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.tvProgram {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
2019-01-10 15:39:37 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideProgramIndicator {
|
|
|
|
text-transform: uppercase;
|
|
|
|
border-radius: .25em;
|
|
|
|
margin-right: .5em;
|
|
|
|
font-size: 82%;
|
|
|
|
padding: .2em .25em;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-left: 1em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-channelTimeslotHeader {
|
2020-01-19 14:11:12 +01:00
|
|
|
border: 0 !important;
|
|
|
|
border-right-color: transparent;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-shrink: 0;
|
|
|
|
justify-content: center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.timeslotHeaders {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: 500;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 120%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programContainer {
|
|
|
|
white-space: nowrap;
|
2019-01-10 15:39:37 +03:00
|
|
|
position: relative;
|
2018-10-23 01:13:23 +03:00
|
|
|
align-items: flex-start;
|
2019-01-10 15:39:37 +03:00
|
|
|
contain: strict;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channelPrograms {
|
2020-01-19 14:11:12 +01:00
|
|
|
height: 4.42em;
|
|
|
|
contain: strict;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px 0 1px 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslotHeadersInner {
|
|
|
|
position: relative;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideSpacer {
|
|
|
|
width: .3em;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-shrink: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelPrograms, .timeslotHeadersInner {
|
|
|
|
width: 1800vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (min-width: 37.5em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelPrograms, .timeslotHeadersInner {
|
|
|
|
width: 1400vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (min-width: 50em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelPrograms, .timeslotHeadersInner {
|
|
|
|
width: 1200vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (min-width: 80em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelPrograms, .timeslotHeadersInner {
|
|
|
|
width: 810vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeslotHeader {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
text-indent: .25em;
|
2019-01-10 15:39:37 +03:00
|
|
|
width: 2.0833333333333333333333333333333%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.guide-channelHeaderCell, .guide-channelTimeslotHeader {
|
|
|
|
padding: 0 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
cursor: pointer;
|
2019-01-10 15:39:37 +03:00
|
|
|
outline: none !important;
|
|
|
|
width: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
vertical-align: middle;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
2019-01-10 15:39:37 +03:00
|
|
|
overflow: hidden;
|
2018-10-23 01:13:23 +03:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin: 0 1px 0 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
text-decoration: none;
|
|
|
|
/* Needed in firefox */
|
|
|
|
text-align: left;
|
2018-10-23 01:13:23 +03:00
|
|
|
contain: strict;
|
|
|
|
flex-shrink: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
border-radius: .12em;
|
|
|
|
color: inherit;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-channelHeaderCell {
|
|
|
|
border-width: 1px 1px 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
width: 100%;
|
|
|
|
height: 4.42em;
|
|
|
|
contain: strict;
|
|
|
|
position: relative;
|
2019-01-10 15:39:37 +03:00
|
|
|
background: transparent;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
/* Important - have to put the fixed width on channelsContainer, not the individual channelHeaderCell
|
|
|
|
This was causing channelsContainer to extend beyond the fixed width on ps4, tizen, lg and opera tv.
|
|
|
|
*/
|
|
|
|
.channelsContainer, .guide-channelTimeslotHeader {
|
|
|
|
width: 24vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:31.25em) {
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelsContainer, .guide-channelTimeslotHeader {
|
|
|
|
width: 16vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:37.5em) {
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelsContainer, .guide-channelTimeslotHeader {
|
|
|
|
width: 16vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:50em) {
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelsContainer, .guide-channelTimeslotHeader {
|
|
|
|
width: 14vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width:80em) {
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelsContainer, .guide-channelTimeslotHeader {
|
|
|
|
width: 12vw;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btnGuideViewSettings {
|
|
|
|
margin: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-shrink: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.btnGuideViewSettingsIcon {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 1.5em !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.selectDateIcon {
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-shrink: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (max-width: 50em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.newTvProgram, .liveTvProgram, .premiereTvProgram, .guideHdIcon {
|
|
|
|
display: none;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelPrograms + .channelPrograms, .guide-channelHeaderCell + .guide-channelHeaderCell {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channelPrograms-tv, .guide-channelHeaderCell-tv {
|
|
|
|
height: 3em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.guide-channelTimeslotHeader, .timeslotHeader {
|
|
|
|
background: transparent !important;
|
|
|
|
height: 2.8em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programGrid {
|
|
|
|
padding-bottom: 4px;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-grow: 1;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programCell {
|
2019-01-10 15:39:37 +03:00
|
|
|
color: inherit;
|
|
|
|
background: transparent;
|
|
|
|
border-style: solid;
|
2018-10-23 01:13:23 +03:00
|
|
|
border-width: 0 0 0 1px;
|
|
|
|
padding: 0 !important;
|
2019-01-10 15:39:37 +03:00
|
|
|
cursor: pointer;
|
|
|
|
outline: none !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
width: 100%;
|
2019-01-10 15:39:37 +03:00
|
|
|
vertical-align: middle;
|
|
|
|
font-family: inherit;
|
2018-10-23 01:13:23 +03:00
|
|
|
font-size: inherit;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
display: flex;
|
2019-01-10 15:39:37 +03:00
|
|
|
text-decoration: none;
|
|
|
|
overflow: hidden;
|
2018-10-23 01:13:23 +03:00
|
|
|
align-items: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
/* Needed for Firefox */
|
|
|
|
text-align: left;
|
|
|
|
contain: strict;
|
2018-10-23 01:13:23 +03:00
|
|
|
flex-grow: 1;
|
2019-01-10 15:39:37 +03:00
|
|
|
margin: 0 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideProgramName {
|
2019-01-10 15:39:37 +03:00
|
|
|
padding: 0 .7em 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-grow: 1;
|
|
|
|
contain: layout style paint;
|
|
|
|
/*transition: transform 60ms ease-out;*/
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-programNameCaret {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: 200%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideProgramNameText {
|
|
|
|
margin: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: normal;
|
2018-10-23 01:13:23 +03:00
|
|
|
overflow: hidden;
|
2019-01-10 15:39:37 +03:00
|
|
|
text-overflow: ellipsis;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideProgramSecondaryInfo {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-top: .1em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.programIcon {
|
|
|
|
margin-left: .5em;
|
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
font-size: 1.6em;
|
|
|
|
color: #ddd;
|
|
|
|
flex-shrink: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-grow: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-programTextIcon {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: bold;
|
2018-10-23 01:13:23 +03:00
|
|
|
font-size: .9em;
|
|
|
|
padding: .16em .3em;
|
|
|
|
border-radius: .25em;
|
|
|
|
margin-right: .35em;
|
|
|
|
width: auto;
|
2019-01-10 15:39:37 +03:00
|
|
|
height: auto;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-programTextIcon-tv {
|
2019-01-10 15:39:37 +03:00
|
|
|
font-size: .74em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideChannelNumber {
|
|
|
|
padding-left: 1em;
|
|
|
|
max-width: 30%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideChannelName {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: 1em;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2019-01-10 15:39:37 +03:00
|
|
|
max-width: 70%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideChannelImage {
|
|
|
|
position: absolute;
|
|
|
|
right: 8%;
|
|
|
|
top: 15%;
|
|
|
|
bottom: 15%;
|
|
|
|
width: 40%;
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
2019-01-10 15:39:37 +03:00
|
|
|
background-position: right center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (min-width: 62.5em) {
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.guideChannelName {
|
2019-01-10 15:39:37 +03:00
|
|
|
max-width: 40%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (max-width: 62.5em) {
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.guideChannelNumber {
|
2019-01-10 15:39:37 +03:00
|
|
|
display: none;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideChannelImage {
|
2019-01-10 15:39:37 +03:00
|
|
|
width: 70%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.channelsContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-shrink: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-direction: column;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.channelsContainer, .programGrid {
|
|
|
|
contain: layout style paint;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.programCell, .guide-channelHeaderCell {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timerIcon, .seriesTimerIcon {
|
|
|
|
color: #cc3333 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.seriesTimerIcon-inactive {
|
|
|
|
color: inherit !important;
|
2019-01-10 15:39:37 +03:00
|
|
|
opacity: .7;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideOptions {
|
|
|
|
flex-shrink: 0;
|
|
|
|
display: flex;
|
2019-01-10 15:39:37 +03:00
|
|
|
align-items: center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (max-width: 50em), all and (max-height: 37.5em) {
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.tvGuideHeader {
|
2019-01-10 15:39:37 +03:00
|
|
|
padding-left: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.guideRequiresUnlock {
|
|
|
|
margin: 1em auto;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1em;
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-shrink: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.noRubberBanding {
|
2019-01-10 15:39:37 +03:00
|
|
|
/* This is needed to combat the rubber banding in iOS */
|
|
|
|
padding-bottom: 7em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guideDateTabsSlider {
|
2019-01-10 15:39:37 +03:00
|
|
|
text-align: center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.guide-date-tab-button {
|
|
|
|
padding: .3em .7em !important;
|
|
|
|
margin: 0 .3em !important;
|
2019-01-10 15:39:37 +03:00
|
|
|
font-weight: normal;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.guide-date-tab-button.emby-tab-button-active {
|
|
|
|
border-color: transparent !important;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
|
2019-09-06 22:33:15 -07:00
|
|
|
.guide-date-tab-button.show-focus:focus {
|
2019-01-10 15:39:37 +03:00
|
|
|
border-radius: .15em !important;
|
|
|
|
transform: none !important;
|
|
|
|
}
|