228 lines
5.2 KiB
CSS
228 lines
5.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://git.mysty.one/valerie/valcord-css/raw/branch/main/presets/css/VisualRefreshUpgrade/vru.css); */
|
|
/* @import url("https://raw.githubusercontent.com/surgedevs/visual-refresh-compact-title-bar/refs/heads/main/desktop.css"); */
|
|
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/BetterSpotifyPlayer/bsp.css);
|
|
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/CompactChannelList/ccl.css);
|
|
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/SmolProfile/sp.css);
|
|
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/KillAllRoundCorners/karc.css);
|
|
@import url("https://ukriu.github.io/cssCord/Other/noDistractions.css");
|
|
@import url("https://ukriu.github.io/cssCord/Other/blandProfile.css");
|
|
|
|
a .visual-refresh [class^="layer_"] > form > [class^="focusLock__"] {
|
|
position: relative;
|
|
max-height: calc(100vh - var(--space-24) * 3);
|
|
top: calc(var(--space-24) / 2);
|
|
}
|
|
|
|
.container__8061a > div:not(:has(.vc-platform-indicator)) {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Remove Profile Reactions */
|
|
[class*="statusPopover"],
|
|
[class*="avatarPopover__"],
|
|
[class*="activityPopover__"] {
|
|
display: none;
|
|
}
|
|
|
|
.title_c38106 {
|
|
display: none;
|
|
}
|
|
|
|
.title_f75fb0 {
|
|
padding: 0px !important;
|
|
/* scale: 0.9; */
|
|
padding-left: 12px !important;
|
|
position: fixed;
|
|
left: 0px;
|
|
top: 0px;
|
|
background: transparent !important;
|
|
height: var(--custom-app-top-bar-height) !important;
|
|
min-height: 0px;
|
|
border: none !important;
|
|
width: calc(100vw);
|
|
}
|
|
|
|
.followButton_f75fb0,
|
|
.topicClickTarget__6ec1a {
|
|
-webkit-app-region: no-drag !important;
|
|
}
|
|
|
|
.base_c48ade:has(.bar_c38106[data-windows="true"]) .title_f75fb0 {
|
|
width: calc(100vw - 240px) !important;
|
|
}
|
|
|
|
.children__9293f::after {
|
|
background: linear-gradient(
|
|
to right,
|
|
transparent 0,
|
|
var(--bg-base-tertiary) 100%
|
|
) !important;
|
|
}
|
|
.topic__6ec1a {
|
|
flex: none;
|
|
}
|
|
|
|
.visual-refresh div[class^="sidebar_"] section[class^="panels_"] {
|
|
width: calc(
|
|
var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px
|
|
);
|
|
left: var(--custom-guild-list-width);
|
|
bottom: 0px;
|
|
border-radius: 0px;
|
|
border: none;
|
|
}
|
|
|
|
.visual-refresh nav[class*="guilds_"] {
|
|
margin-bottom: unset;
|
|
}
|
|
|
|
:root {
|
|
--codeblock-height: 200px;
|
|
}
|
|
|
|
.codeContainer__75297 > code {
|
|
max-height: var(--codeblock-height);
|
|
overflow-y: scroll;
|
|
|
|
&::-webkit-scrollbar {
|
|
height: 8px;
|
|
width: 8px;
|
|
}
|
|
|
|
&::-webkit-scrollbar-corner {
|
|
background-color: transparent;
|
|
}
|
|
|
|
&::-webkit-scrollbar-track,
|
|
&::-webkit-scrollbar-thumb {
|
|
/* visibility: hidden; */
|
|
}
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
background-clip: padding-box;
|
|
background-color: var(--scrollbar-thin-thumb);
|
|
border: 2px solid transparent;
|
|
border-radius: 4px;
|
|
min-height: 40px;
|
|
}
|
|
|
|
&:hover::-webkit-scrollbar-track,
|
|
&:hover::-webkit-scrollbar-thumb {
|
|
visibility: visible;
|
|
}
|
|
|
|
&::-webkit-scrollbar-track {
|
|
background-color: var(--scrollbar-thin-track);
|
|
border: 2px solid var(--scrollbar-thin-track);
|
|
border-color: var(--scrollbar-thin-track);
|
|
}
|
|
}
|
|
|
|
.clanTagChiplet_c19a55,
|
|
.chipletContainerInner__4a25c {
|
|
display: none;
|
|
}
|
|
|
|
.badgeLabel__635ed {
|
|
display: none !important;
|
|
}
|
|
|
|
.badgeContainer__635ed:has(
|
|
.badgeLabel__635ed[data-text-variant="text-xs/normal"]
|
|
)
|
|
> svg[aria-hidden="true"][width="12"][height="12"][viewBox="0 0 24 24"] {
|
|
display: none !important;
|
|
}
|
|
|
|
/*
|
|
.connectedAccountIcon_e6abe8 {
|
|
display: none !important;
|
|
}
|
|
|
|
.flowerStarContainer__3e3b0,
|
|
connectedAccountVerifiedIcon_e6abe8 {a
|
|
display: none !important;
|
|
}
|
|
*/
|
|
|
|
.visual-refresh nav:has([data-list-id="guildsnav"]) {
|
|
margin-bottom: unset;
|
|
}
|
|
|
|
[class*="closedFolderIconWrapper_"] > [class*="guildIcon_"],
|
|
[data-list-item-id*="guildsnav_"] > [class*="icon_"],
|
|
.icon_f34534.guildIcon__48112 {
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
: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;
|
|
}
|
|
|
|
.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);
|
|
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;
|
|
}
|
|
|
|
.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;
|
|
}
|