This commit is contained in:
Mirco Wittrien 2019-03-13 11:05:45 +01:00
parent 67a1999f74
commit 38571a7c8b
2 changed files with 24 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -639,6 +639,29 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
background: rgba(var(--vtransparencycolor), var(--vguildchanneltransparency)) !important;
}
/* OLD BANNER */
.container-2Rl01u.banner-1TiK82.pinnedBanner-31szAF {
background: transparent !important;
}
.container-2Rl01u.banner-1TiK82:not(.pinnedBanner-31szAF) {
-webkit-mask: linear-gradient(rgb(24, 25, 28) 50%, rgba(47, 49, 54, 0) 100%) !important;
}
.container-2Rl01u.banner-1TiK82:not(.pinnedBanner-31szAF) .header-2o-2hj {
bottom: unset;
box-shadow: none;
}
.container-2Rl01u.banner-1TiK82:not(.pinnedBanner-31szAF) .header-2o-2hj .name-3YKhmS {
text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
.container-2Rl01u.banner-1TiK82.pinnedBanner-31szAF .header-2o-2hj:hover,
.container-2Rl01u:not(.banner-1TiK82) .header-2o-2hj:not(.banner-1TiK82):hover {
background: rgba(var(--vtransparencycolor), .1) !important;
}
.scroller-2wx7Hm.pinnedBanner-fd4XS4 {
margin-top: 48px !important;
padding-top: 82px !important;
}
/* OLD BANNER */
.bannerImage-1jOskm {
-webkit-mask: linear-gradient(rgb(24, 25, 28) 50%, rgba(47, 49, 54, 0) 100%) !important;
}