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

@ -1,128 +1,142 @@
@media (min-width: 1200px) { @media (min-width: 1200px) {
.left_area h3{ .left_area h3 {
position: fixed; position: fixed;
} }
.video-title{
width: 78% .video-title {
} width: 78%;
.video-infos{ }
width:60%;
} .video-infos {
.video-playlist{ width: 60%;
right: 0; }
position: absolute;
width: 20%; .video-playlist {
top:9vh; right: 0;
background-color: ; position: absolute;
} width: 20%;
#player-container{ top: 10vh;
width: 80%; }
left: 0;
position: sticky; #player-container {
margin: 0; width: 80%;
} left: 0;
.content { position: sticky;
margin-top: 50px; margin: 0;
margin-left: 45px; }
width: 95%;
padding: 20px; .content {
} margin-top: 50px;
margin-left: 45px;
width: 95%;
padding: 20px;
}
#contents { #contents {
width: 100%; width: 100%;
} }
footer{
width: 80%; footer {
} 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); transition: all 0.2s;
transition: all 0.2s; }
}
.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; background: #272727;
background: #272727; /*Change from "#272727" to "inherit
/*Change from "#272727" to "inherit
ONLY if using https://youtube.076.ne.jp/")*/ ONLY if using https://youtube.076.ne.jp/")*/
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
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"
ONLY if using https://youtube.076.ne.jp/")*/ ONLY if using https://youtube.076.ne.jp/")*/
padding: 3px; padding: 3px;
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;
min-height: 95%; min-height: 95%;
} }
.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;
margin-left: 5px; margin-left: 5px;
} }
.pure-control-group { .pure-control-group {
margin-top: 3px; margin-top: 3px;
margin-bottom: 7px margin-bottom: 7px;
} }
/*ID*/ /*ID*/
#subscribe { #subscribe {
background-color: #2a2a2a; background-color: #2a2a2a;
/*Change from "#2a2a2a" to "inherit" /*Change from "#2a2a2a" to "inherit"
ONLY if using https://youtube.076.ne.jp/")*/ ONLY if using https://youtube.076.ne.jp/")*/
color: #d1d1d1; color: #d1d1d1;
border-radius: 6px; border-radius: 6px;
float: right; float: right;
padding: 7.5px; padding: 7.5px;
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; }
}
/*Hidden*/ /*Hidden*/
.pure-g.h-box > .pure-u-1-3, .pure-g.h-box > .pure-u-1-3,
center, center,
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; }
}