Merge pull request #7 from rocket2021/rocket2021-patch-2

Update video-inv.css
This commit is contained in:
rocket_2019 2023-04-02 19:24:45 +02:00 committed by GitHub
commit c6841a35a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,50 +2,68 @@
.left_area h3 { .left_area h3 {
position: fixed; position: fixed;
} }
.video-title { .video-title {
width: 78% width: 78%;
} }
.video-infos { .video-infos {
width: 60%; width: 60%;
} }
.video-playlist { .video-playlist {
right: 0; right: 0;
position: absolute; position: absolute;
width: 20%; width: 20%;
top:9vh; top: 10vh;
background-color: ;
} }
#player-container { #player-container {
width: 80%; width: 80%;
left: 0; left: 0;
position: sticky; position: sticky;
margin: 0; margin: 0;
} }
.content { .content {
margin-top: 50px; margin-top: 50px;
margin-left: 45px; margin-left: 45px;
width: 95%; width: 95%;
padding: 20px; padding: 20px;
} }
#contents { #contents {
width: 100%; width: 100%;
} }
footer { footer {
width: 80%; width: 80%;
} }
} }
.dark-theme .video-title{background-color: #444;} .login-buttom {
.dark-theme .video-settings{background-color: #28323D;} margin-right: 15px;
.dark-theme .video-infos{ background-color: #333;} padding: 10px;
.dark-theme .video-playlist{background-color: #28323D;} }
.dark-theme .video-title {
background-color: #444;
}
.dark-theme .video-settings {
background-color: #28323d;
}
.dark-theme .video-infos {
background-color: #333;
}
.dark-theme .video-playlist {
background-color: #28323d;
}
/*Class*/ /*Class*/
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box, .pure-g:not(.h-box) > .pure-u-md-1-4 .h-box,
.pure-g:not(.searchbar) > .searchbar, .pure-g:not(.searchbar) > .searchbar,
.pure-u-lg-1-5 > .h-box, .pure-u-lg-1-5 > .h-box,
.pure-form-aligned .pure-form-aligned {
{
border-radius: 5px; border-radius: 5px;
/*padding: 0px;*/ /*padding: 0px;*/
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
@ -53,8 +71,7 @@ footer{
} }
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box:hover, .pure-g:not(.h-box) > .pure-u-md-1-4 .h-box:hover,
.pure-g:not(.searchbar) > .searchbar:hover .pure-g:not(.searchbar) > .searchbar:hover {
{
transform: scale(1.025); transform: scale(1.025);
transition: all 0.2s; transition: all 0.2s;
opacity: 1; opacity: 1;
@ -65,8 +82,7 @@ footer{
z-index: 99999; z-index: 99999;
} }
.pure-u-md-20-24m > .h-box > img .pure-u-md-20-24m > .h-box > img {
{
border-radius: 50px; border-radius: 50px;
background: #2a2a2a; background: #2a2a2a;
/*Change from "#2a2a2a" to "inherit" /*Change from "#2a2a2a" to "inherit"
@ -75,7 +91,7 @@ footer{
margin: 5px; margin: 5px;
opacity: 0.8; opacity: 0.8;
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
transition: all 0.2s transition: all 0.2s;
} }
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box { .pure-g:not(.h-box) > .pure-u-md-1-4 .h-box {
margin: 10px; margin: 10px;
@ -83,11 +99,11 @@ footer{
} }
.pure-form legend { .pure-form legend {
text-align: center; text-align: center;
border-bottom: hidden border-bottom: hidden;
} }
.searchbar .pure-form input[type="search"] { .searchbar .pure-form input[type='search'] {
border-bottom: 0px !important; border-bottom: 0px !important;
text-transform: capitalize text-transform: capitalize;
} }
.channel-profiled { .channel-profiled {
margin-top: 10px; margin-top: 10px;
@ -95,7 +111,7 @@ footer{
} }
.pure-control-group { .pure-control-group {
margin-top: 3px; margin-top: 3px;
margin-bottom: 7px margin-bottom: 7px;
} }
/*ID*/ /*ID*/
@ -110,8 +126,7 @@ footer{
margin-top: -55px; margin-top: -55px;
} }
#player-container #player-container {
{
box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.3); box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.3);
transition: all 0.2s; transition: all 0.2s;
} }
@ -122,7 +137,6 @@ footer{
hr, hr,
#comments > div > h3, #comments > div > h3,
#comments > div > b, #comments > div > b,
#watch-on-another-invidious-instance #watch-on-another-invidious-instance {
{ display: block;
display: none;
} }