From 2d9c56757233a0a9ff3bf2985a77c4f984f51768 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sat, 5 Apr 2025 15:33:30 -0400 Subject: [PATCH] Upload CSS --- .gitignore | 1 + valcord/css/VisualRefreshUpgrade/vru.css | 104 +++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 .gitignore create mode 100644 valcord/css/VisualRefreshUpgrade/vru.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/valcord/css/VisualRefreshUpgrade/vru.css b/valcord/css/VisualRefreshUpgrade/vru.css new file mode 100644 index 0000000..7c48e02 --- /dev/null +++ b/valcord/css/VisualRefreshUpgrade/vru.css @@ -0,0 +1,104 @@ +/* @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; +}