Files
ct-dtv-hx0100-002kwos/procentric/application/theme/HTL00001/hoteltv.app.full.tv.css

352 lines
8.6 KiB
CSS
Executable File

/* TV Menu */
.main .tv {
position: absolute;
top: 1080px;
left: 0px;
width: 1920px;
height: 1080px;
background: url(tv:);
}
.main .tv .bg {
position: absolute;
top: 0px;
left: 0%;
width: 100%;
height: 100%;
padding: 0px;
background: url(tv:);
/* background: url(https://cropper.watch.aetnd.com/public-content-aetn.video.aetnd.com/video-thumbnails/AETN-History_VMS/21/200/tdih-jun01-HD.jpg); */
overflow: hidden;
display: none;
}
/************************************************************/
/* TV CATEGORY FRAME STYLE [ START ] */
/************************************************************/
.main .tv .bg #lst_tvCtgyFrm {
position: relative;
top: 0%;
left: 37%;
max-width: 26%;
width: 26%;
height: 50px;
margin: 0;
padding: 0;
/* background-color: red; */
overflow: hidden;
}
.main .tv .bg #lst_tvCtgyFrm .owl-stage-outer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.main .tv .bg #lst_tvCtgyFrm .owl-stage-outer .owl-stage{
width: 100%;
height: 50px;
margin: 0;
padding: 0;
}
.main .tv .bg #lst_tvCtgyFrm .owl-stage-outer .owl-stage .owl-item .item {
background-color: rgba(0, 0, 0, 0.4); */
/* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1)); */
border: solid rgb(137, 139, 129);
/* border-radius: 10px; */
/* background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(120, 120, 120, 0.7) 70%, rgba(0, 0, 0, 0.7) 85%); */
/* border-color: rgba(230,230,230,0.3) transparent transparent transparent; */
/* border-width: 50px 50px 0 0; */
/* box-sizing: border-box; */
overflow: hidden;
}
.main .tv .bg #lst_tvCtgyFrm .item #tvctg_title {
line-height: 50px;
/* padding: 0 0 0 10px; */
/* margin: 0 0 0px 10px; */
font-size: 40px;
text-align: center;
vertical-align: middle;
color: rgb(235, 235, 235);
white-space: nowrap;
display: none;
}
/************************************************************/
/* TV CATEGORY FRAME STYLE [ END ] */
/************************************************************/
/************************************************************/
/* TV CHANNEL FRAME STYLE [ START ] */
/************************************************************/
.main .tv .bg .chFrm {
position: absolute;
top: 82%;
left: 0 px;
width: 100%;
height: 134px;
margin: 0;
padding: 0;
color: rgba(245,245,245,1.0);
background-color: rgba(0,0,0,0.8);
display: flex;
overflow: hidden;
}
.main .tv .bg .chFrm .chLogo {
width: 15%;
height: 100%;
margin: 0;
padding: 10px 10px 10px 10px;
}
.main .tv .bg .chFrm .chLogo #icon{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-color: rgba(255,255,255,1);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border-radius: 10px;
border: 2px solid rgb(67, 82, 105);
}
.main .tv .bg .chFrm .chNum {
width: 10%;
height: 100%;
margin: 0;
padding: 0;
}
.main .tv .bg .chFrm .chNum #arrow_up{
padding: 0;
width: 22px;
height: 22px;
margin: 10px 0 0 86px;
transform: rotate(-45deg) skew(15deg, 15deg);
border-top: 5px #fff solid;
border-right: 5px #fff solid;
/* text-align: center; */
display: block;
}
.main .tv .bg .chFrm .chNum #number{
width: 100%;
height: 48%;
margin: 0;
padding: 0;
line-height: 64px;
font-size: 48px;
text-align: center;
vertical-align: middle;
display: block;
/* background-color: red; */
}
.main .tv .bg .chFrm .chNum #arrow_down{
width: 22px;
height: 22px;
margin: 0px 0 0 86px;
transform: rotate(135deg) skew(15deg, 15deg);
border-top: 5px #fff solid;
border-right: 5px #fff solid;
display: block;
}
.main .tv .bg .chFrm .chDesc {
width: 75%;
height: 100%;
margin: 0;
padding: 5px 0px 5px 0px;
}
.main .tv .bg .chFrm .chDesc #epg_chname{
width: 100%;
height: 34px;
line-height: 34px;
font-size: 30px;
margin: 0;
padding: 0;
}
.main .tv .bg .chFrm .chDesc #epg_title{
width: 100%;
height: 60px;
line-height: 60px;
font-size: 50px;
margin: 0;
padding: 0;
white-space: nowrap;
overflow: hidden;
}
.main .tv .bg .chFrm .chDesc #epg_details{
width: 100%;
height: 28px;
margin: 0;
padding: 0;
display: flex;
line-height: 28px;
font-size: 20px;
overflow: hidden;
}
.main .tv .bg .chFrm .chDesc #epg_details #tm_current{
width: 20%;
height: 100%;
margin: 0;
padding: 0;
}
.main .tv .bg .chFrm .chDesc #epg_details #tm_playing{
width: 20%;
height: 100%;
margin: 0;
padding: 0;
}
.main .tv .bg .chFrm .chDesc #epg_details #tm_chart{
width: 58%;
height: 86%;
margin: 0;
padding: 0;
background-color: rgba(80,80,80,0.8);
border-radius: 10px;
}
.main .tv .bg .chFrm .chDesc #epg_details #tm_chart .progress{
margin: 5px 5px 0px 5px;
/* padding: 14px 0px 0px 0px; */
height: 14px;
/* vertical-align: middle; */
background-color: rgba(245,245,245,0.8);
border-radius: 10px;
}
/************************************************************/
/* TV CHANNEL FRAME STYLE [ END ] */
/************************************************************/
/************************************************************/
/* TV SHORTCUT STYLE [ START ] */
/************************************************************/
.main .tv .shortcut_mode0 {
position: absolute;
top: 3%;
left: 87%;
width: 12%;
height: 72px;
/* background: rgba(0, 0, 0, 0.7); */
/* background-color: red; */
background-color: rgba(0, 0, 0, 0.8);
padding: 0px 0px 0px 0px;
border-top: 5px solid rgb(40, 40, 40);
border-bottom: 5px solid rgb(40, 40, 40);
display: none;
font-size: 52px;
line-height: 62px;
color: rgb(245,245,245);
text-align: center;
display: none;
}
.main .tv .shortcut_mode1 {
position: absolute;
top: 18%;
left: 75%;
width: 440px;
height: 230px;
background: rgba(0, 0, 0, 0.7);
padding: 20px 6px 20px 6px;
border-top: 5px solid rgba(0,0,0,0.7);
border-bottom: 5px solid rgba(0,0,0,0.7);
display: none;
}
.main .tv .shortcut_mode1 div#suggestion {
position: absolute;
width: 100%;
height: 84%;
}
.main .tv .shortcut_mode1 div#suggestion table {
width: 100%;
height: 100%;
/* padding: 3px 0px 3px 0px; */
border-collapse: collapse;
}
.main .tv .shortcut_mode1 .ch_list>#record {
position: absolute;
width: 100%;
height: 100%;
color: rgba(240,240,240,1);
overflow: scroll;
padding: 14px 0px 0px 0px;
}
.main .tv .shortcut_mode1 .ch_list>#record tr {
width: 96%;
display: block;
float: left;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid rgb(67, 82, 105);
border-top: 1px solid rgb(67, 82, 105);
}
.main .tv .shortcut_mode1 .ch_list>#record tr.active {
color:rgb(255, 192, 0);
background-color: rgba(0,0,0,0.6);
border-top: 2px solid rgb(255, 192, 0);
border-bottom: 2px solid rgb(255, 192, 0);
}
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem {
font-size: 40px;
line-height: 1;
width: 100%;
}
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem>#logo {
width: 24%;
height: 40px;
/* height: 100%; */
float: left;
background-color: rgba(235,235,235,1);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border-radius: 10px;
border: 2px solid rgb(67, 82, 105);
/* margin: 1%; */
}
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem>#num {
width: 18%;
float: left;
text-align: center;
/* margin: 4px 0px 1px 0px; */
overflow: hidden;
}
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem>#title {
width: 54%;
float: left;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
/* margin: 4px 0px 1px 0px; */
}
/************************************************************/
/* TV SHORTCUT STYLE [ END ] */
/************************************************************/