valcord-css/presets/css/VisualRefreshUpgrade/vru.css
2025-04-27 11:53:59 -04:00

401 lines
7.9 KiB
CSS

/* @import url('https://blade04208.github.io/ddex4/import.css'); */
/* @import url("https://ukriu.github.io/cssCord/Other/blandProfile.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/KillAllRoundCorners/karc.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/BetterSpotifyPlayer/bsp.css);
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/CompactChannelList/ccl.css);
@import url("https://ukriu.github.io/cssCord/Other/noDistractions.css");
@import url(https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css);
:root {
--guildbar-avatar-size: 48px;
--blob-scale: 48;
--guildbar-folder-size: var(--guildbar-avatar-size);
--folder-blob-scale: var(--blob-scale);
--codeblock-height: 200px;
--selfMessageColor: #7a002f;
--defaultMessageColor: #2c0011;
--custom-channel-textarea-text-area-height: 56px;
}
/* Layout and Structure */
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;
}
/* BiteSize profile modifications */
.biteSize_c0bea0 & {
position: absolute;
top: -60px;
right: 12px;
max-width: 90px;
width: 24px;
flex-direction: row-reverse;
height: 22px;
overflow: hidden;
transition: height 1s;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 8px;
z-index: 10;
backdrop-filter: blur(5px);
&:hover {
height: auto;
width: auto;
}
}
}
/* Visual Refresh Components */
.visual-refresh {
.form_f75fb0 {
display: flex;
flex-direction: column;
}
.channelTextArea_f75fb0 {
margin-bottom: 12px;
}
.base_b88801 {
position: static;
order: -1;
}
nav[class*="guilds_"],
nav:has([data-list-id="guildsnav"]) {
margin-bottom: unset;
}
}
/* Title Bars and Headers */
.bar_c38106 {
z-index: 0;
}
.title_c38106 {
background-color: transparent;
background: linear-gradient(
to bottom,
var(--background-base-lowest),
#00000000
);
display: none;
}
.title_a7d72e {
-webkit-app-region: drag;
}
.title_f75fb0 {
padding: 0 0 0 12px !important;
position: fixed;
left: 0;
top: 0;
background: transparent !important;
height: var(--custom-app-top-bar-height) !important;
min-height: 0;
border: none !important;
width: calc(100vw);
.base_c48ade:has(.bar_c38106[data-windows="true"]) & {
width: calc(100vw - 240px) !important;
}
}
/* Sidebar and Navigation */
.sidebar_c48ade {
overflow: visible !important;
position: relative;
&:after {
margin-bottom: 0 !important;
}
}
.sidebarList_c48ade {
margin-left: 72px;
}
nav.guilds_c48ade {
margin-bottom: 0 !important;
}
.wrapper_ef3116 {
position: absolute;
top: -35px;
height: calc(100vh - 65px);
/* padding-top: 10px; */
}
[class^="stack_dbd263 scroller_ef3116"] {
padding-top: 40px !important;
}
/* Profile Elements */
/* Remove Profile Reactions */
[class*="statusPopover"],
[class*="avatarPopover__"],
[class*="activityPopover__"] {
display: none;
}
[class*="closedFolderIconWrapper_"] > [class*="guildIcon_"],
[data-list-item-id*="guildsnav_"] > [class*="icon_"],
.icon_f34534.guildIcon__48112 {
border-radius: 50% !important;
}
[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;
}
/* Badges and Chips */
.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;
}
*/
/* Code Blocks */
.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);
}
}
/* Content Containers */
.content_a2f514 {
display: flex;
flex-direction: column;
> .spinner_a2f514 {
display: none;
}
&: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;
}
}
/* Timestamps */
span[class*="timestampInline_"] {
font-size: 0 !important;
time::before {
content: attr(aria-label);
font-size: 12px;
}
}
/* Utility Classes */
.followButton_f75fb0,
.topicClickTarget__6ec1a {
-webkit-app-region: no-drag !important;
}
.topic__6ec1a {
flex: none;
}
.wrapper_e131a9 {
height: 0;
overflow: hidden;
transition: height 0.5s;
}
.container__2637a {
padding-bottom: 0 !important;
}
.scroller__99e7c {
margin-bottom: 0 !important;
}
.bottom__7aaec {
bottom: 0 !important;
}
/* BiteSize Profile Modifications */
.biteSize_c0bea0 {
overflow: visible !important;
.footer__5be3e {
display: none !important;
}
.descriptionClamp_f5f93a {
-webkit-line-clamp: 2;
}
rect[mask^="url(#svg-mask-status"] {
display: block;
}
.container_ab8609 {
left: -20px !important;
top: -45px;
.outer_ab8609::before {
top: 42px;
left: 10px;
}
.outer_ab8609::after {
top: 70px;
left: 20px;
}
}
.usernameRow__63ed3 {
position: absolute;
top: -60px;
left: 109px;
}
.nickname__63ed3 {
word-wrap: normal;
max-height: 24px;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 150px;
}
.tags__63ed3 .clickableUsername__63ed3 {
position: absolute;
top: -36px;
left: 110px;
}
.mutuals__530ce {
position: absolute;
top: 8px;
margin-left: calc(100% - 44px - 32px);
.text__530ce,
.spacer__530ce {
display: none;
}
.avatars_ef4a91 {
width: 44px !important;
justify-content: right;
}
}
.contents__201d5:not(.buttonInner_fb7f94) {
display: none;
}
.header__5be3e {
min-height: 0;
height: 105px !important;
}
.dotSpacer__63ed3 {
display: none;
}
[mask^="url(#uid_"] {
/* display: none; */
mask: none;
opacity: 0.5;
overflow: hidden;
height: 100%;
}
.avatar__75742 {
top: 12px !important;
}
.body__5be3e {
padding-top: 8px !important;
overflow: visible !important;
}
.mask__68edb,
.banner__68edb {
overflow: visible;
height: 00% !important;
width: 100% !important;
contain: none !important;
min-height: 100% !important;
border-radius: 9px 9px 0 0;
}
}