247 lines
6.2 KiB
CSS
Executable File
247 lines
6.2 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:);
|
|
overflow: hidden;
|
|
display: none;
|
|
}
|
|
|
|
.main .tv .bg div#lst_tvCtgbg {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer {
|
|
width: 780px;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .owl-stage {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
|
|
position: absolute;
|
|
top: 116px;
|
|
/* left: 80px;
|
|
width: 1840px; */
|
|
height: 844px;
|
|
margin: 20px 20px 20px 20px;
|
|
padding: 5px 20px 5px 20px;
|
|
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%); */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item #tvctg_title {
|
|
line-height: 100px;
|
|
padding: 0;
|
|
margin: 0 0 10px 0;
|
|
font-size: 80px;
|
|
color: rgb(235, 235, 235);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist {
|
|
max-width: 680px;
|
|
height: 640px;
|
|
font-size: 32px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame {
|
|
height: 110px;
|
|
margin: 10px 0 10px 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame .tvch_epg {
|
|
float: left;
|
|
margin: 0 0 0 186px;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame.focused .tvch_epg {
|
|
margin: 0 0 0 210px;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_epg_title {
|
|
font-size: 32px;
|
|
width: 468px;
|
|
color: rgb(255, 255, 255);
|
|
border-bottom: solid;
|
|
border-bottom-color: rgba(94, 90, 86, 0.8);
|
|
white-space: nowrap;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame.focused #tvch_epg_title {
|
|
border-bottom-color: rgb(181, 218, 16);
|
|
color: rgb(181, 218, 16);
|
|
font-size: 40px;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_epg_title::before {
|
|
content: attr(ch_num);
|
|
font-size: 32px;
|
|
text-align: left;
|
|
margin: 20px 10px 0 0;
|
|
padding: 0 5px 0 5px;
|
|
color: rgb(10, 10, 10);
|
|
background-color: rgba(210, 210, 210, 1);
|
|
text-shadow: 0 0 5px rgba(68, 68, 68, 1), 0 0 20px rgba(10, 175, 230, 0);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_epg_info {
|
|
color: rgb(235, 235, 235);
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame #tvch_logo {
|
|
width: 176px;
|
|
height: 110px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item .tvctg_chlist .tvch_item_frame.focused #tvch_logo {
|
|
border: solid rgb(181, 218, 16);
|
|
transform: scale(1.14);
|
|
transform-origin: 2% 48%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item #tvctg_arrow_up {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: 10px 0 0 70px;
|
|
transform: rotate(-45deg) skew(15deg, 15deg);
|
|
border-top: 5px #fff solid;
|
|
border-right: 5px #fff solid;
|
|
}
|
|
|
|
.main .tv .bg .owl-carousel .owl-stage-outer .item #tvctg_arrow_down {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: 10px 0 0 70px;
|
|
transform: rotate(135deg) skew(15deg, 15deg);
|
|
border-top: 5px #fff solid;
|
|
border-right: 5px #fff solid;
|
|
}
|
|
|
|
/*************************/
|
|
/* STYLE for TV Shortcut */
|
|
/*************************/
|
|
.main .tv .shortcut {
|
|
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);
|
|
}
|
|
|
|
.main .tv .shortcut div#suggestion {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 84%;
|
|
}
|
|
|
|
.main .tv .shortcut div#suggestion table {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* padding: 3px 0px 3px 0px; */
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.main .tv .shortcut .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 .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 .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 .ch_list>#record tr>.scitem {
|
|
font-size: 40px;
|
|
line-height: 1;
|
|
width: 100%;
|
|
}
|
|
|
|
.main .tv .shortcut .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: left center;
|
|
border-radius: 10px;
|
|
border: 2px solid rgb(67, 82, 105);
|
|
/* margin: 1%; */
|
|
}
|
|
|
|
.main .tv .shortcut .ch_list>#record tr>.scitem>#num {
|
|
width: 18%;
|
|
float: left;
|
|
text-align: center;
|
|
/* margin: 4px 0px 1px 0px; */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.main .tv .shortcut .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; */
|
|
}
|