stuff
This commit is contained in:
parent
21e904c08d
commit
f4b6c8ae02
|
@ -384,15 +384,9 @@ body::before {
|
|||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
.bar-30k2ka:not(.mention-1f5kbO) {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.1));
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
.sidebar-2K8pFh .bar-30k2ka:not(.mention-1f5kbO) {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + var(--vguildchanneltransparency) * 0.85 + 0.1));
|
||||
}
|
||||
.wrapper-1Rf91z .bar-30k2ka:not(.mention-1f5kbO) {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + var(--vguildchanneltransparency) * 1.9 + 0.1));
|
||||
}
|
||||
.bar-30k2ka:not(.mention-1f5kbO)::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -406,6 +400,23 @@ body::before {
|
|||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.bar-30k2ka:not(.mention-1f5kbO)::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.1));
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.sidebar-2K8pFh .bar-30k2ka:not(.mention-1f5kbO)::after {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + var(--vguildchanneltransparency) * 0.85 + 0.1));
|
||||
}
|
||||
.wrapper-1Rf91z .bar-30k2ka:not(.mention-1f5kbO)::after {
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + var(--vguildchanneltransparency) * 1.9 + 0.1));
|
||||
}
|
||||
|
||||
|
||||
/* ~~~~ 5. CHANNELLIST ~~~~ */
|
||||
|
@ -804,7 +815,7 @@ body::before {
|
|||
background-color: rgba(var(--vtransparencycolor), 0.2);
|
||||
}
|
||||
.jumpToPresentBar-G1R9s6 { /* bar jumptopresent */
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.2));
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
opacity: 1;
|
||||
}
|
||||
|
@ -821,6 +832,17 @@ body::before {
|
|||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.jumpToPresentBar-G1R9s6::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.2));
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.barButtonBase-3UKlW2 { /* bar text */
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
|
@ -1960,7 +1982,7 @@ body::before {
|
|||
box-shadow: 0 0 0 rgba(var(--vtransparencycolor), 0.15);
|
||||
}
|
||||
.tile-PuWjfs div.splashPlaceholder-1ev-9c { /* perkcard imagecontainer */
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.3));
|
||||
background-color: transparent;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
}
|
||||
|
@ -1977,6 +1999,17 @@ body::before {
|
|||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.tile-PuWjfs div.splashPlaceholder-1ev-9c::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.2));
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.tile-PuWjfs img.splashPlaceholder-1ev-9c { /* perkcard image */
|
||||
-webkit-mask: linear-gradient(rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
|
||||
}
|
||||
|
@ -2080,7 +2113,7 @@ body::before {
|
|||
/* ~~~~ 9. LIBRARY ~~~~ */
|
||||
|
||||
.header-39GIC8 { /* library table header */
|
||||
background-color: rgba(var(--vtransparencycolor), 0.4);
|
||||
background-color: transparent;
|
||||
border-bottom-color: rgba(var(--fontwhite4), 0.5);
|
||||
color: rgb(var(--fontwhite3));
|
||||
position: relative;
|
||||
|
@ -2100,6 +2133,19 @@ body::before {
|
|||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.header-39GIC8::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
background-color: rgba(var(--vtransparencycolor), 0.4);
|
||||
width: unset;
|
||||
height: unset;
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.headerCell-3L6rFG { /* library table headercell */
|
||||
border-left-color: rgba(var(--fontwhite4), 0.3);
|
||||
}
|
||||
|
@ -6181,6 +6227,7 @@ body::before {
|
|||
}
|
||||
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- {
|
||||
background: rgb(var(--vaccentcolor));
|
||||
color: rgb(var(--fontwhite1));
|
||||
}
|
||||
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- .radioIconForeground-XwlXQN {
|
||||
color: rgb(var(--fontwhite1));
|
||||
|
|
|
@ -549,6 +549,7 @@ html .iconBadge-2wi9r4 {
|
|||
|
||||
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- {
|
||||
background: rgb(var(--vaccentcolor));
|
||||
color: #fff;
|
||||
}
|
||||
#app-mount .item-26Dhrx[aria-checked=true] .radioBar-bMNUI- .radioIconForeground-XwlXQN {
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue