mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
Update video-inv.css
This commit is contained in:
parent
ce0b05ee7a
commit
1f790b7627
@ -1,128 +1,142 @@
|
||||
@media (min-width: 1200px) {
|
||||
.left_area h3{
|
||||
position: fixed;
|
||||
}
|
||||
.video-title{
|
||||
width: 78%
|
||||
}
|
||||
.video-infos{
|
||||
width:60%;
|
||||
}
|
||||
.video-playlist{
|
||||
right: 0;
|
||||
position: absolute;
|
||||
width: 20%;
|
||||
top:9vh;
|
||||
background-color: ;
|
||||
}
|
||||
#player-container{
|
||||
width: 80%;
|
||||
left: 0;
|
||||
position: sticky;
|
||||
margin: 0;
|
||||
}
|
||||
.content {
|
||||
margin-top: 50px;
|
||||
margin-left: 45px;
|
||||
width: 95%;
|
||||
padding: 20px;
|
||||
}
|
||||
.left_area h3 {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.video-title {
|
||||
width: 78%;
|
||||
}
|
||||
|
||||
.video-infos {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.video-playlist {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
width: 20%;
|
||||
top: 10vh;
|
||||
}
|
||||
|
||||
#player-container {
|
||||
width: 80%;
|
||||
left: 0;
|
||||
position: sticky;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-top: 50px;
|
||||
margin-left: 45px;
|
||||
width: 95%;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#contents {
|
||||
width: 100%;
|
||||
}
|
||||
footer{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.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;}
|
||||
.login-buttom {
|
||||
margin-right: 15px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.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*/
|
||||
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box,
|
||||
.pure-g:not(.searchbar) > .searchbar,
|
||||
.pure-u-lg-1-5 > .h-box,
|
||||
.pure-form-aligned
|
||||
{
|
||||
border-radius: 5px;
|
||||
/*padding: 0px;*/
|
||||
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box,
|
||||
.pure-g:not(.searchbar) > .searchbar,
|
||||
.pure-u-lg-1-5 > .h-box,
|
||||
.pure-form-aligned {
|
||||
border-radius: 5px;
|
||||
/*padding: 0px;*/
|
||||
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box:hover,
|
||||
.pure-g:not(.searchbar) > .searchbar:hover
|
||||
{
|
||||
transform: scale(1.025);
|
||||
transition: all 0.2s;
|
||||
opacity: 1;
|
||||
background: #272727;
|
||||
/*Change from "#272727" to "inherit
|
||||
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box:hover,
|
||||
.pure-g:not(.searchbar) > .searchbar:hover {
|
||||
transform: scale(1.025);
|
||||
transition: all 0.2s;
|
||||
opacity: 1;
|
||||
background: #272727;
|
||||
/*Change from "#272727" to "inherit
|
||||
ONLY if using https://youtube.076.ne.jp/")*/
|
||||
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
|
||||
z-index: 99999;
|
||||
}
|
||||
box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.pure-u-md-20-24m > .h-box > img
|
||||
{
|
||||
border-radius: 50px;
|
||||
background: #2a2a2a;
|
||||
/*Change from "#2a2a2a" to "inherit"
|
||||
.pure-u-md-20-24m > .h-box > img {
|
||||
border-radius: 50px;
|
||||
background: #2a2a2a;
|
||||
/*Change from "#2a2a2a" to "inherit"
|
||||
ONLY if using https://youtube.076.ne.jp/")*/
|
||||
padding: 3px;
|
||||
margin: 5px;
|
||||
opacity: 0.8;
|
||||
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.2s
|
||||
}
|
||||
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box {
|
||||
margin: 10px;
|
||||
min-height: 95%;
|
||||
}
|
||||
.pure-form legend {
|
||||
text-align: center;
|
||||
border-bottom: hidden
|
||||
}
|
||||
.searchbar .pure-form input[type="search"] {
|
||||
border-bottom: 0px !important;
|
||||
text-transform: capitalize
|
||||
}
|
||||
.channel-profiled {
|
||||
margin-top: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.pure-control-group {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 7px
|
||||
}
|
||||
padding: 3px;
|
||||
margin: 5px;
|
||||
opacity: 0.8;
|
||||
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.pure-g:not(.h-box) > .pure-u-md-1-4 .h-box {
|
||||
margin: 10px;
|
||||
min-height: 95%;
|
||||
}
|
||||
.pure-form legend {
|
||||
text-align: center;
|
||||
border-bottom: hidden;
|
||||
}
|
||||
.searchbar .pure-form input[type='search'] {
|
||||
border-bottom: 0px !important;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.channel-profiled {
|
||||
margin-top: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.pure-control-group {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
/*ID*/
|
||||
#subscribe {
|
||||
background-color: #2a2a2a;
|
||||
/*Change from "#2a2a2a" to "inherit"
|
||||
/*ID*/
|
||||
#subscribe {
|
||||
background-color: #2a2a2a;
|
||||
/*Change from "#2a2a2a" to "inherit"
|
||||
ONLY if using https://youtube.076.ne.jp/")*/
|
||||
color: #d1d1d1;
|
||||
border-radius: 6px;
|
||||
float: right;
|
||||
padding: 7.5px;
|
||||
margin-top: -55px;
|
||||
}
|
||||
color: #d1d1d1;
|
||||
border-radius: 6px;
|
||||
float: right;
|
||||
padding: 7.5px;
|
||||
margin-top: -55px;
|
||||
}
|
||||
|
||||
#player-container
|
||||
{
|
||||
box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
#player-container {
|
||||
box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
/*Hidden*/
|
||||
.pure-g.h-box > .pure-u-1-3,
|
||||
center,
|
||||
hr,
|
||||
#comments > div > h3,
|
||||
#comments > div > b,
|
||||
#watch-on-another-invidious-instance
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
/*Hidden*/
|
||||
.pure-g.h-box > .pure-u-1-3,
|
||||
center,
|
||||
hr,
|
||||
#comments > div > h3,
|
||||
#comments > div > b,
|
||||
#watch-on-another-invidious-instance {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user