улучшил страничку с фильмами
This commit is contained in:
parent
74cba0aefa
commit
0d4020f2aa
@ -3,12 +3,4 @@
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: #0d1d3a;
|
background-color: #0d1d3a;
|
||||||
}
|
|
||||||
html::-webkit-scrollbar {
|
|
||||||
width: 4px;
|
|
||||||
}
|
|
||||||
html::-webkit-scrollbar-thumb {
|
|
||||||
background-color: #eaeaea;
|
|
||||||
border-radius: 5vw;
|
|
||||||
border: 4px solid #0d1d3a;
|
|
||||||
}
|
}
|
||||||
@ -19,11 +19,12 @@
|
|||||||
height: 40%;
|
height: 40%;
|
||||||
background-color: rgba(13, 29, 58, 0.8);
|
background-color: rgba(13, 29, 58, 0.8);
|
||||||
padding: 1vw;
|
padding: 1vw;
|
||||||
border-bottom-left-radius: 3vw;
|
margin: 0.5vw;
|
||||||
border-bottom-right-radius: 3vw;
|
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.5s ease;
|
transition: opacity 0.5s ease;
|
||||||
|
border-radius: 3vw;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.film_preview_card_text_block h3 {
|
.film_preview_card_text_block h3 {
|
||||||
@ -32,7 +33,9 @@
|
|||||||
font-size: 1.5vw;
|
font-size: 1.5vw;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.film_preview_card_text_block::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.film_preview_card_text_block p {
|
.film_preview_card_text_block p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
@ -125,4 +125,13 @@
|
|||||||
}
|
}
|
||||||
.genre {
|
.genre {
|
||||||
margin-right: 0.5vw;
|
margin-right: 0.5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
body::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
}
|
||||||
|
body::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #eaeaea;
|
||||||
|
border-radius: 5vw;
|
||||||
|
border: 2px solid #0d1d3a;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user