104 lines
2.2 KiB
CSS
104 lines
2.2 KiB
CSS
/* @import url('https://blade04208.github.io/ddex4/import.css'); */
|
|
/* @import url("https://raw.githubusercontent.com/LuSaffi/VenCordstuff/refs/heads/main/CSS/selfMessages.css"); */
|
|
@import url(https://raw.githubusercontent.com/tayrp/vc-snippets/refs/heads/main/BetterSpotifyPlayer.css);
|
|
|
|
:root {
|
|
--selfMessageColor: #7a002f;
|
|
--defaultMessageColor: #2c0011;
|
|
}
|
|
|
|
[class*="membersGroup"]:has([role="button"]),
|
|
[class*="member"] [class*="container"]:has([class*="badges"]),
|
|
.guildIcon__48112,
|
|
[class*="plated"] [style^="background: linear-gradient("] {
|
|
display: none;
|
|
}
|
|
|
|
/*
|
|
svg path[fill="#e0115f"][d^="M20"],
|
|
svg path[fill="#e0115f"][d^="M18"],
|
|
svg path[fill="#e0115f"][d^="M4"],
|
|
svg[aria-label^="Streaming"] path {
|
|
fill: #e0115f !important;
|
|
}
|
|
*/
|
|
|
|
.icon_c9d15c path {
|
|
fill: #e0115f;
|
|
}
|
|
|
|
nav.guilds_c48ade,
|
|
.sidebar_c48ade:after,
|
|
.sidebar_c48ade {
|
|
margin-bottom: 0 !important;
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.content_a2f514 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.content_a2f514 > .spinner_a2f514 {
|
|
display: none;
|
|
}
|
|
.content_a2f514:before {
|
|
display: block;
|
|
height: 250px;
|
|
position: relative;
|
|
content: url(http://zcdn.mysty.one/r/DVBaIW.gif?compress=false);
|
|
image-rendering: pixelated;
|
|
align-content: center;
|
|
scale: 2.125;
|
|
margin-bottom: 96px;
|
|
}
|
|
|
|
span[class*="timestampInline_"] {
|
|
font-size: 0px !important;
|
|
}
|
|
span[class*="timestampInline_"] time::before {
|
|
content: attr(aria-label);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.icon_f34534.guildIcon__48112 {
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
.panels_c48ade {
|
|
height: 62px;
|
|
width: 62px !important;
|
|
display: flex !important;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
transition: width 0.3s;
|
|
z-index: 10000 !important;
|
|
pointer-events: all;
|
|
border: 1px solid var(--border-subtle) !important;
|
|
}
|
|
.panels_c48ade:has(.container_e131a9) {
|
|
background-color: #2c0011;
|
|
border: 1px solid var(--border-normal);
|
|
}
|
|
.panels_c48ade:hover {
|
|
width: 300px !important;
|
|
height: auto !important;
|
|
}
|
|
.panels_c48ade:hover .wrapper_e131a9 {
|
|
height: auto !important;
|
|
}
|
|
|
|
.wrapper_e131a9 {
|
|
height: 0;
|
|
overflow: hidden;
|
|
transition: height 0.5s;
|
|
}
|
|
|
|
.container__2637a {
|
|
padding-bottom: 0px !important;
|
|
}
|
|
.scroller__99e7c {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.bottom__7aaec {
|
|
bottom: 0px !important;
|
|
}
|