jellyfin-web/dashboard-ui/css/livetv.css

369 lines
6.1 KiB
CSS
Raw Normal View History

2015-05-16 20:17:23 -07:00
.tvGuideHeader {
white-space: nowrap;
position: fixed;
top: 98px;
left: 0;
z-index: 100;
max-width: 100%;
}
.bottomSecondaryNav .tvGuideHeader {
top: 48px;
}
.tvGuideHeader.headroom--unpinned {
2015-05-04 07:35:38 -07:00
-webkit-transform: translateY(-98px);
transform: translateY(-98px);
}
2015-05-16 20:17:23 -07:00
.bottomSecondaryNav .tvGuideHeader.headroom--unpinned {
-webkit-transform: translateY(-48px);
transform: translateY(-48px);
}
2013-12-20 13:09:49 -07:00
.tvProgramSectionHeader {
margin: 0;
}
.tvProgram {
display: block;
text-decoration: none;
2015-04-11 18:38:38 -07:00
font-weight: normal !important;
2013-12-20 13:09:49 -07:00
white-space: nowrap;
position: relative;
}
.detailSectionHeader + .tvProgram {
2015-04-12 09:46:29 -07:00
border-top: 1px solid #404040;
2013-12-20 13:09:49 -07:00
margin-top: 1px;
}
.tvProgramTimeSlot {
width: 80px;
vertical-align: middle;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
bottom: 0;
2015-04-12 09:46:29 -07:00
border-bottom: 1px solid #404040;
2013-12-20 13:09:49 -07:00
}
.tvProgramTimeSlotInner {
padding: .5em;
}
.tvProgramInfo {
vertical-align: middle;
padding: .5em .5em;
2015-04-12 09:46:29 -07:00
border-bottom: 1px solid #404040;
2013-12-20 13:09:49 -07:00
}
2013-12-23 10:30:26 -07:00
.tvProgramTimeSlot + .tvProgramInfo {
margin-left: 80px;
2015-04-12 09:46:29 -07:00
border-left: 1px solid #404040;
2013-12-23 10:30:26 -07:00
}
2014-01-17 22:55:21 -07:00
.tvProgramCurrentTimeSlot {
background-color: green;
}
2013-12-23 10:30:26 -07:00
2013-12-20 13:09:49 -07:00
.tvProgramName {
color: #fff;
font-weight: bold;
margin-bottom: .5em;
}
.tvProgramTime {
color: #fff;
}
.newTvProgram {
color: #E88606;
}
.liveTvProgram {
color: #64A239;
}
2014-01-06 06:33:14 -07:00
.premiereTvProgram {
color: yellow;
}
2013-12-20 13:09:49 -07:00
.sportsProgramInfo {
background-color: #0F2624;
border-bottom: 2px solid #0A7C33;
}
.newsProgramInfo {
background-color: #211A32;
border-bottom: 2px solid #523378;
}
.movieProgramInfo {
background-color: #271A21;
border-bottom: 2px solid #A43913;
}
.childProgramInfo {
background-color: #092345;
border-bottom: 2px solid #0B487D;
}
2015-06-18 21:23:55 -07:00
.pointerInput .tvProgram:hover, .pointerInput .tvProgram:hover .tvProgramInfo {
2015-05-04 07:35:38 -07:00
background-color: #444;
2013-12-20 13:09:49 -07:00
}
2013-12-21 11:37:34 -07:00
.timerCircle {
display: inline-block;
2014-01-06 09:48:43 -07:00
width: 12px;
height: 12px;
2013-12-21 11:37:34 -07:00
border-radius: 50%;
background: #cc0000;
vertical-align: top;
border: 1px solid #cc3333;
margin-left: 1em;
}
.seriesTimerCircle {
position: relative;
margin-left: 0;
2014-01-06 09:48:43 -07:00
left: 21px;
2013-12-21 11:37:34 -07:00
opacity: .3;
2013-12-22 10:16:24 -07:00
}
.itemMiscInfo .seriesTimerCircle:first-child {
2013-12-21 11:37:34 -07:00
margin-left: 1em;
}
2013-12-22 10:16:24 -07:00
.seriesTimerCircle + .seriesTimerCircle {
opacity: .65;
left: 0;
}
2013-12-21 11:37:34 -07:00
2013-12-22 10:16:24 -07:00
.seriesTimerCircle + .seriesTimerCircle + .seriesTimerCircle {
opacity: 1;
2014-01-06 09:48:43 -07:00
left: -21px;
2013-12-22 10:16:24 -07:00
}
2013-12-21 11:37:34 -07:00
.channelImageContainer .itemDetailImage {
2013-12-23 08:26:36 -07:00
max-width: 200px;
max-height: 110px;
2013-12-21 11:37:34 -07:00
margin-top: 1em;
margin-bottom: 1em;
}
2014-01-05 18:59:21 -07:00
2014-01-06 06:33:14 -07:00
.channelTimeslotHeader {
2014-01-17 22:55:21 -07:00
float: left;
2014-01-06 06:33:14 -07:00
}
2014-01-05 18:59:21 -07:00
.timeslotHeaders {
2015-04-12 09:46:29 -07:00
white-space: nowrap;
}
.mobileGuide .timeslotHeaders {
2014-01-06 06:33:14 -07:00
overflow-x: hidden;
2015-04-12 09:46:29 -07:00
}
.programContainer {
2014-01-05 18:59:21 -07:00
white-space: nowrap;
2015-04-12 09:46:29 -07:00
position: relative;
margin: 0 auto;
2015-04-14 12:11:29 -07:00
margin-top: 50px;
2015-04-12 09:46:29 -07:00
}
.mobileGuide .programContainer {
2015-04-14 12:11:29 -07:00
margin-top: 38px;
2014-01-05 18:59:21 -07:00
}
2014-01-06 06:33:14 -07:00
.channelPrograms {
white-space: nowrap;
height: 55px;
border-bottom: 1px solid #404040;
position: relative;
}
.channelPrograms, .timeslotHeadersInner {
width: 8000px;
2014-01-06 06:33:14 -07:00
}
2014-01-05 18:59:21 -07:00
.timeslotHeader {
display: inline-block;
2014-01-06 06:33:14 -07:00
}
.timeslotHeaderInner {
2015-04-13 21:33:02 -07:00
padding: .6em .35em .5em;
2015-04-14 12:11:29 -07:00
font-weight: 400;
font-size: 16px;
}
.channelTimeslotHeader .timeslotHeaderInner {
padding-top: .4em;
2014-01-05 18:59:21 -07:00
}
2014-01-06 06:33:14 -07:00
.channelHeaderCell, .channelTimeslotHeader {
2014-01-05 18:59:21 -07:00
overflow: hidden;
text-overflow: ellipsis;
2015-04-12 09:46:29 -07:00
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
2014-01-06 11:25:33 -07:00
width: 189px;
2014-01-05 18:59:21 -07:00
}
.channelTimeslotHeader {
2015-04-11 18:38:38 -07:00
border-right: 1px solid #38c;
}
2014-01-06 06:33:14 -07:00
.channelTimeslotHeader, .timeslotHeader {
2015-04-11 18:38:38 -07:00
background: #38c;
2014-01-06 06:33:14 -07:00
}
.timeslotHeader, .channelTimeslotHeader {
2015-04-14 12:11:29 -07:00
height: 42px;
2014-01-06 06:33:14 -07:00
}
.channelHeaderCellInner {
2015-04-14 12:11:29 -07:00
padding: .35em .5em .5em;
2014-01-06 09:48:43 -07:00
display: block;
text-decoration: none;
2015-06-15 21:52:01 -07:00
font-weight: 400 !important;
2015-04-11 18:38:38 -07:00
color: #fff !important;
2014-01-06 11:25:33 -07:00
position: relative;
2014-01-06 06:33:14 -07:00
}
2015-06-18 21:23:55 -07:00
.pointerInput .channelHeaderCell:hover {
2015-05-04 07:35:38 -07:00
background-color: #444;
2014-01-17 22:55:21 -07:00
}
2014-01-06 09:48:43 -07:00
2014-01-06 06:33:14 -07:00
.channelList {
2014-01-17 22:55:21 -07:00
float: left;
2015-04-14 12:11:29 -07:00
font-size: 16px;
2015-06-15 21:52:01 -07:00
font-weight: 400;
2014-01-06 06:33:14 -07:00
}
.programGrid {
2014-01-17 22:55:21 -07:00
padding-bottom: 4px;
}
.programGrid, .timeslotHeaders {
margin-left: 190px;
2014-01-06 06:33:14 -07:00
}
.timeslotHeader {
width: 2.0833333333333333333333333333333%;
}
.programCell {
position: absolute;
top: 1px;
bottom: 1px;
}
.programCellInner {
border-left: 1px solid #404040;
display: block;
height: 100%;
color: #fff !important;
text-decoration: none;
font-weight: 400 !important;
overflow: hidden;
2014-01-06 06:33:14 -07:00
}
2015-06-18 21:23:55 -07:00
.pointerInput .programCellInner:hover {
2015-05-04 07:35:38 -07:00
background-color: #444;
}
2014-01-06 06:33:14 -07:00
.timeslotCellInner {
position: absolute;
bottom: 0;
overflow: hidden;
width: 100%;
top: 0;
2014-01-06 09:48:43 -07:00
display: block;
text-decoration: none;
2015-04-11 18:38:38 -07:00
font-weight: normal !important;
color: #fff !important;
2014-01-06 09:48:43 -07:00
}
.channelHeaderCell {
2015-04-12 22:12:02 -07:00
height: 55px;
2014-01-06 06:33:14 -07:00
}
.guideProgramName {
2015-04-12 22:12:02 -07:00
padding: .55em .5em .35em;
2014-01-06 06:33:14 -07:00
}
.guideProgramTime {
padding: 0 .5em .35em;
}
2014-01-17 22:55:21 -07:00
2014-01-06 11:25:33 -07:00
.guideChannelInfo {
display: inline-block;
max-width: 110px;
overflow: hidden;
white-space: nowrap;
}
.guideChannelImage {
max-width: 60px;
max-height: 35px;
position: absolute;
right: 7px;
top: 7px;
2014-01-06 11:25:33 -07:00
}
2015-04-12 09:46:29 -07:00
@media (max-width: 600px) {
2014-01-06 11:25:33 -07:00
.guideChannelImage {
display: none;
}
2014-01-07 22:25:21 -07:00
.timerPageImageContainer {
display: none !important;
}
2015-04-11 18:38:38 -07:00
.channelHeaderCell, .channelTimeslotHeader {
2015-04-14 20:41:29 -07:00
width: 98px;
2015-04-11 18:38:38 -07:00
}
.programGrid, .timeslotHeaders {
2015-04-14 20:41:29 -07:00
margin-left: 99px;
2015-04-12 09:46:29 -07:00
}
.currentDay {
display: none;
}
.channelPrograms, .timeslotHeadersInner {
2015-04-13 20:45:17 -07:00
width: 6500px;
}
2015-04-14 08:26:02 -07:00
2015-06-15 21:52:01 -07:00
.channelList {
2015-04-14 08:26:02 -07:00
font-size: 14px;
}
2015-04-14 12:11:29 -07:00
.timeslotHeaderInner {
font-size: 14px;
padding-top: .8em;
}
2015-04-14 08:26:02 -07:00
.channelHeaderCellInner {
padding-top: .6em;
}
2015-04-14 12:11:29 -07:00
.channelTimeslotHeader a {
padding-left: 0 !important;
}
.channelTimeslotHeader i {
2015-04-14 20:41:29 -07:00
margin-right: 4px !important;
2015-04-14 12:11:29 -07:00
}
.channelTimeslotHeader .timeslotHeaderInner {
padding-top: .5em;
}
2015-04-12 09:46:29 -07:00
}
.channelList, .programGrid {
height: auto !important;
2015-06-18 21:23:55 -07:00
}