PI-23_Firsov_Kirill_OnlineC.../Styles/TV.css

200 lines
2.6 KiB
CSS
Raw Normal View History

2023-11-20 12:16:25 +04:00
.sub-nav{
padding: 0;
}
.sub-nav .col{
margin: 15px 0;
}
.sub-nav_item{
height: 100%;
padding: 15px;
font-size: 20px;
font-weight: bold;
color: #fff;
text-align: center;
background: linear-gradient(#707070, #A1A1A1);
border-radius: 10px;
}
.TV-box{
position: relative;
margin: 30px 0;
height: 470px;
border-radius: 30px;
overflow: hidden;
}
.image-container{
display: block;
height: 100%;
position: relative;
}
.image-container img{
width: 100%;
}
.channel-picture{
display: inline-block;
position: absolute;
top: 30px;
left: 30px;
border-radius: 30px;
overflow: hidden;
}
.channel-picture img{
width: 100%;
}
.watch-free{
padding: 20px;
position: absolute;
bottom: 30px;
left: 30px;
font-size: 20px;
font-weight: bold;
background-color: #D9D9D9;
border-radius: 30px;
}
.image-container{
overflow: hidden;
}
.image-container img{
width: 100%;
height: 100%;
}
.channel-box{
margin: 30px 0;
padding: 0;
height: 470px;
overflow: auto;
}
/* полоса прокрутки (скроллбар) */
.channel-box::-webkit-scrollbar {
padding: 1px;
background-color: #404040;
border-radius: 10px;
}
/* ползунок скроллбара */
.channel-box::-webkit-scrollbar-thumb {
margin: 1px;
background-color: #F3F3F3;
border: 2px solid #404040;
border-radius: 10px;
}
.channel-box::-webkit-scrollbar-thumb:hover {
background-color: #c3c3c3;
}
.channel-box::-webkit-scrollbar-button:vertical:start:decrement {
display: none;
}
.channel-box::-webkit-scrollbar-button:vertical:end:increment {
display: none;
}
.channel-item{
display: flex;
flex-direction: row;
justify-content: start;
margin: 0 0 20px 0;
padding: 6px;
background: linear-gradient(#7A7A7A, #949494);
border-radius: 15px;
}
.channel-item .image-container{
width: 60px;
height: 60px;
margin: 10px 20px 0 10px;
border-radius: 15px;
}
.channel-text-box{
color: white;
}
.programm-time{
font-size: 15px;
font-weight: bold;
}
.programm-name{
font-size: 20px;
font-weight: bold;
}
.programm-category{
font-weight: 200;
}
@media (max-width: 1200px) {
.sub-nav_item{
font-size: 18px;
}
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
.sub-nav{
display: flex;
flex-direction: column;
}
.TV-box{
height: auto;
}
}
@media (max-width: 576px) {
.channel-picture{
width: 100px;
height: 100px;
}
.watch-free{
padding: 10px;
font-size: 14px;
font-weight: bold;
}
.programm-time{
font-size: 10px;
font-weight: bold;
}
.programm-name{
font-size: 15px;
font-weight: bold;
}
.programm-category{
font-weight: 9px;
font-weight: 200;
}
}
@media (max-width: 398px) {
}