2013-12-20 13:09:49 -07:00
|
|
|
|
|
|
|
|
|
.tvProgramSectionHeader {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tvProgram {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: normal!important;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detailSectionHeader + .tvProgram {
|
2013-12-22 10:16:24 -07:00
|
|
|
|
border-top: 1px solid #444;
|
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;
|
|
|
|
|
border-bottom: 1px solid #555;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tvProgramTimeSlotInner {
|
|
|
|
|
padding: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tvProgramInfo {
|
|
|
|
|
vertical-align: middle;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
border-left: 1px solid #444;
|
2013-12-20 13:09:49 -07:00
|
|
|
|
padding: .5em .5em;
|
|
|
|
|
margin-left: 80px;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
border-bottom: 1px solid #444;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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 11:37:34 -07:00
|
|
|
|
|
|
|
|
|
.timerCircle {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background: #cc0000;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
border: 1px solid #cc3333;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.seriesTimerCircle {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-left: 0;
|
2013-12-22 20:46:03 -07:00
|
|
|
|
left: 29px;
|
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;
|
2013-12-22 20:46:03 -07:00
|
|
|
|
left: -29px;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
2013-12-21 11:37:34 -07:00
|
|
|
|
|
|
|
|
|
.channelImageContainer .itemDetailImage {
|
|
|
|
|
max-width: 160px;
|
|
|
|
|
max-height: 100px;
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|