1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/css/livetv.css

326 lines
5.2 KiB
CSS
Raw Normal View History

2013-12-20 15:09:49 -05:00

.tvProgramSectionHeader {
margin: 0;
}
.tvProgram {
display: block;
text-decoration: none;
2015-04-11 21:38:38 -04:00
font-weight: normal !important;
2013-12-20 15:09:49 -05:00
white-space: nowrap;
position: relative;
}
.detailSectionHeader + .tvProgram {
2015-04-12 12:46:29 -04:00
border-top: 1px solid #404040;
2013-12-20 15:09:49 -05: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 12:46:29 -04:00
border-bottom: 1px solid #404040;
2013-12-20 15:09:49 -05:00
}
.tvProgramTimeSlotInner {
padding: .5em;
}
.tvProgramInfo {
vertical-align: middle;
padding: .5em .5em;
2015-04-12 12:46:29 -04:00
border-bottom: 1px solid #404040;
2013-12-20 15:09:49 -05:00
}
2013-12-23 12:30:26 -05:00
.tvProgramTimeSlot + .tvProgramInfo {
margin-left: 80px;
2015-04-12 12:46:29 -04:00
border-left: 1px solid #404040;
2013-12-23 12:30:26 -05:00
}
2014-01-18 00:55:21 -05:00
.tvProgramCurrentTimeSlot {
background-color: green;
}
2013-12-23 12:30:26 -05:00
2013-12-20 15:09:49 -05:00
.tvProgramName {
color: #fff;
font-weight: bold;
margin-bottom: .5em;
}
.tvProgramTime {
color: #fff;
}
.newTvProgram {
color: #E88606;
}
.liveTvProgram {
color: #64A239;
}
2014-01-06 08:33:14 -05:00
.premiereTvProgram {
color: yellow;
}
2013-12-20 15:09:49 -05: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;
}
.tvProgram:hover, .tvProgram:hover .tvProgramInfo {
background-color: #4d90fe;
}
2013-12-21 13:37:34 -05:00
.timerCircle {
display: inline-block;
2014-01-06 11:48:43 -05:00
width: 12px;
height: 12px;
2013-12-21 13:37:34 -05: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 11:48:43 -05:00
left: 21px;
2013-12-21 13:37:34 -05:00
opacity: .3;
2013-12-22 12:16:24 -05:00
}
.itemMiscInfo .seriesTimerCircle:first-child {
2013-12-21 13:37:34 -05:00
margin-left: 1em;
}
2013-12-22 12:16:24 -05:00
.seriesTimerCircle + .seriesTimerCircle {
opacity: .65;
left: 0;
}
2013-12-21 13:37:34 -05:00
2013-12-22 12:16:24 -05:00
.seriesTimerCircle + .seriesTimerCircle + .seriesTimerCircle {
opacity: 1;
2014-01-06 11:48:43 -05:00
left: -21px;
2013-12-22 12:16:24 -05:00
}
2013-12-21 13:37:34 -05:00
.channelImageContainer .itemDetailImage {
2013-12-23 10:26:36 -05:00
max-width: 200px;
max-height: 110px;
2013-12-21 13:37:34 -05:00
margin-top: 1em;
margin-bottom: 1em;
}
2014-01-05 20:59:21 -05:00
2014-01-06 08:33:14 -05:00
.channelTimeslotHeader {
2014-01-18 00:55:21 -05:00
float: left;
2014-01-06 08:33:14 -05:00
}
2014-01-05 20:59:21 -05:00
.timeslotHeaders {
2015-04-12 12:46:29 -04:00
white-space: nowrap;
overflow-x: scroll;
}
.mobileGuide .timeslotHeaders {
2014-01-06 08:33:14 -05:00
overflow-x: hidden;
2015-04-12 12:46:29 -04:00
}
.programContainer {
2014-01-05 20:59:21 -05:00
white-space: nowrap;
2015-04-12 12:46:29 -04:00
position: relative;
margin: 0 auto;
margin-top: 44px;
}
.mobileGuide .programContainer {
margin-top: 30px;
2014-01-05 20:59:21 -05:00
}
2014-01-06 08:33:14 -05:00
.channelPrograms {
white-space: nowrap;
height: 55px;
border-bottom: 1px solid #404040;
position: relative;
}
.channelPrograms, .timeslotHeadersInner {
width: 8000px;
2014-01-06 08:33:14 -05:00
}
2014-01-05 20:59:21 -05:00
.timeslotHeader {
display: inline-block;
2014-01-06 08:33:14 -05:00
}
.timeslotHeaderInner {
padding: .5em .35em;
2015-04-12 14:58:21 -04:00
font-weight: 500;
2014-01-05 20:59:21 -05:00
}
2014-01-06 08:33:14 -05:00
.channelHeaderCell, .channelTimeslotHeader {
2014-01-05 20:59:21 -05:00
overflow: hidden;
text-overflow: ellipsis;
2015-04-12 12:46:29 -04:00
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
2014-01-06 13:25:33 -05:00
width: 189px;
2014-01-05 20:59:21 -05:00
}
.channelTimeslotHeader {
2015-04-11 21:38:38 -04:00
border-right: 1px solid #38c;
}
2014-01-06 08:33:14 -05:00
.channelTimeslotHeader, .timeslotHeader {
2015-04-11 21:38:38 -04:00
background: #38c;
2014-01-06 08:33:14 -05:00
}
.timeslotHeader, .channelTimeslotHeader {
2015-04-12 12:46:29 -04:00
height: 34px;
2014-01-06 08:33:14 -05:00
}
.channelHeaderCellInner {
2015-04-13 01:12:02 -04:00
padding: .7em .5em .5em;
2014-01-06 11:48:43 -05:00
display: block;
text-decoration: none;
2015-04-11 21:38:38 -04:00
font-weight: normal !important;
color: #fff !important;
2014-01-06 13:25:33 -05:00
position: relative;
2014-01-06 08:33:14 -05:00
}
2014-01-18 00:55:21 -05:00
.channelHeaderCell:hover {
background-color: #38c;
}
2014-01-06 11:48:43 -05:00
2014-01-06 08:33:14 -05:00
.channelList {
2014-01-18 00:55:21 -05:00
float: left;
2014-01-06 08:33:14 -05:00
}
.programGrid {
2014-01-18 00:55:21 -05:00
padding-bottom: 4px;
2015-04-12 12:46:29 -04:00
overflow-x: scroll;
2014-01-18 00:55:21 -05:00
}
.programGrid, .timeslotHeaders {
margin-left: 190px;
2014-01-06 08:33:14 -05: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 08:33:14 -05:00
}
.programCellInner:hover {
background-color: #38c;
}
2014-01-06 08:33:14 -05:00
.timeslotCellInner {
position: absolute;
bottom: 0;
overflow: hidden;
width: 100%;
top: 0;
2014-01-06 11:48:43 -05:00
display: block;
text-decoration: none;
2015-04-11 21:38:38 -04:00
font-weight: normal !important;
color: #fff !important;
2014-01-06 11:48:43 -05:00
}
.channelHeaderCell {
2015-04-13 01:12:02 -04:00
height: 55px;
2014-01-06 08:33:14 -05:00
}
.guideProgramName {
2015-04-13 01:12:02 -04:00
padding: .55em .5em .35em;
2014-01-06 08:33:14 -05:00
}
.guideProgramTime {
padding: 0 .5em .35em;
}
2014-01-18 00:55:21 -05:00
2014-01-06 11:48:43 -05:00
.plainProgramInfo {
background-color: #252525;
}
2014-01-06 08:33:14 -05:00
2014-01-06 13:25:33 -05: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 13:25:33 -05:00
}
2015-04-12 12:46:29 -04:00
@media (max-width: 600px) {
2014-01-06 13:25:33 -05:00
.guideChannelImage {
display: none;
}
2014-01-08 00:25:21 -05:00
.timerPageImageContainer {
display: none !important;
}
2015-04-11 21:38:38 -04:00
.channelHeaderCell, .channelTimeslotHeader {
width: 89px;
}
.programGrid, .timeslotHeaders {
margin-left: 90px;
}
2015-04-12 12:46:29 -04:00
.currentDate {
font-size: 11px;
}
.currentDay {
display: none;
}
.channelPrograms, .timeslotHeadersInner {
2015-04-13 23:45:17 -04:00
width: 6500px;
}
2015-04-12 12:46:29 -04:00
}
.channelList, .programGrid {
height: auto !important;
}