Upload CSS

This commit is contained in:
Valerie 2025-04-05 15:40:19 -04:00
parent 2d9c567572
commit 7b2850ff95
6 changed files with 3452 additions and 1 deletions

View file

@ -1,6 +1,6 @@
/* @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);
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/BetterSpotifyPlayer/bsp.css);
:root {
--selfMessageColor: #7a002f;

View file

@ -0,0 +1,169 @@
/* BetterSpotifyPlayer */
/* a spotify icon snippet */
#vc-spotify-song-title::before,
#vc-spotify-song-title + div::before,
#vc-spotify-song-title + div + div::before {
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
padding: 7px;
margin-left: -17px;
margin-top: 2px;
content: '';
background-color: var(--header-primary);
/* Spotify wave thingy fix */
/*background-color: hsla(var(--spotify-vencord-text)/1);*/
position: absolute;
}
#vc-spotify-song-title + div::before,
#vc-spotify-song-title + div + div::before {
background-color: var(--header-secondary);
/* Spotify wave thingy fix */
/*background-color: hsla(var(--spotify-vencord-text)/1);*/
}
#vc-spotify-song-title::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-music-4'%3E%3Cpath d='M9 18V5l12-2v13'%3E%3C/path%3E%3Cpath d='m9 9 12-2'%3E%3C/path%3E%3Ccircle cx='6' cy='18' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='16' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
#vc-spotify-song-title + div::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-mic'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'%3E%3C/path%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'%3E%3C/path%3E%3Cline x1='12' x2='12' y1='19' y2='22'%3E%3C/line%3E%3C/svg%3E");
}
#vc-spotify-song-title + div + div::before {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-disc-2'%3E%3Ccircle cx='12' cy='12' r='4'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='12' x2='12' y2='12.01'%3E%3C/line%3E%3C/svg%3E");
}
/* */
/* */
#vc-spotify-player {
height:50px;
background: transparent !important;
position: relative;
transition: height 0.4s ease-out;
padding: 7px!important;
padding-top: 8px !important;
overflow: hidden;
}
#vc-spotify-player:has(#vc-spotify-album-expanded-wrapper) {
height: 300px;
}
#vc-spotify-player:hover {
height: 115px;
}
#vc-spotify-progress-bar, .vc-spotify-button-row {
opacity: 0;
transition: opacity 0.4s ease-out;
}
#vc-spotify-player:hover #vc-spotify-progress-bar,
#vc-spotify-player:hover .vc-spotify-button-row {
opacity: 1;
}
#vc-spotify-player:has(#vc-spotify-album-expanded-wrapper) #vc-spotify-progress-bar,
#vc-spotify-player:has(#vc-spotify-album-expanded-wrapper) .vc-spotify-button-row {
opacity: 1;
}
#vc-spotify-player::before,
#vc-spotify-player::after {
z-index: -1;
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.4s ease-out;
}
#vc-spotify-player::before {
background: var(--vc-spotify-track-image);
background-size: cover;
background-position: center;
opacity: 0;
}
#vc-spotify-player:hover::before,
#vc-spotify-player:has(#vc-spotify-album-expanded-wrapper)::before {
opacity: 1;
filter: brightness(50%);
}
#vc-spotify-player::after {
background: var(--vc-spotify-track-image);
background-size: cover;
background-position: center;
opacity: 0.2;
filter: blur(100px);
transform: scale(20);
}
#vc-spotify-player::after {
opacity: 0;
}
#vc-spotify-player:hover::after,
#vc-spotify-player:has(#vc-spotify-album-expanded-wrapper)::after {
opacity: 0.2;
}
#vc-spotify-player:has(#vc-spotify-album-expanded-wrapper)::after {
backdrop-filter: brightness(50%);
}
#vc-spotify-progress-bar {
margin: 11px 0 7px;
}
#vc-spotify-info-wrapper > img {
height: 100%;
opacity: 1;
transition: opacity 0.4s ease-out;
}
#vc-spotify-player:not(:has(#vc-spotify-album-expanded-wrapper)):hover #vc-spotify-album-image {
opacity: 0;
}
#vc-spotify-album-image:hover {
filter: none;
}
#vc-spotify-info-wrapper #vc-spotify-titles {
margin-left: 15px;
transition: margin-left 0.4s ease-out;
}
#vc-spotify-player:hover #vc-spotify-titles {
margin-left: -42px;
}
#vc-spotify-player #vc-spotify-titles .size14_b2af01 {
font-size: 13px;
}
#vc-spotify-song-title::before, #vc-spotify-song-title + div::before, #vc-spotify-song-title + div + div::before {
background-color: var(--interactive-active);
}
#vc-spotify-player .colorStandard__5111e {
color: var(--interactive-active);
}
.vc-spotify-artist, .vc-spotify-album {
color: var(--interactive-normal)
}
#vc-spotify-player .bar_e58961 {
background-color: color-mix(in srgb, var(--white-500), transparent 75%);
}
#vc-spotify-player .barFill__30e17 {
background-color: var(--interactive-active);
}
#vc-spotify-progress-bar>[class^=slider] [class^=grabber] {
background-color: var(--interactive-active);
border-color: var(--interactive-active);
width: 12px !important;
height: 12px !important;
margin-top: 3px;
opacity: 1 !important;
}
.vc-spotify-progress-time {
top: 12px;
}
.vc-spotify-button {
color: var(--interactive-active);
}
.vc-spotify-button:hover {
background-color: color-mix(in srgb, var(--interactive-active), transparent 75%);
}
.vc-spotify-button.vc-spotify-shuffle-on {
color: var(--green-360);
}
.vc-spotify-button.vc-spotify-shuffle-on:hover {
background-color: color-mix(in srgb, var(--green-360), transparent 75%);;
}
/* */
/* adding this to force update */

View file

@ -0,0 +1,169 @@
/* Selfmessages. Heavily based on Discord 11's Message bubbles */
/* Message Bubbles */
/* Modified by x3non to work with Vencord */
/* New Messages bubble */
#app-mount [class^="messageListItem__"][data-is-self="true"],
#app-mount [class*=message][data-author-self=true] {
margin-left: auto;
width: auto;
padding-left: 1vw;
padding-right: 1.24vw !important;
max-width: fit-content;
}
[class^="messageListItem__"][data-is-self="true"] [class*=container]:not([class*=shiki]),
[data-author-self=true] [class*=container]:not([class*=shiki]){
direction: rtl;
text-align: right;
padding-right: 2rem;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=groupStart] > [class*=contents] > [class*=markup],
#app-mount [class*=message][data-author-self=true] [class*=groupStart] > [class*=contents] > [class*=markup] {
text-align: left;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=contents],
#app-mount [class*=message][data-author-self=true] [class*=contents] {
display: inline-flexbox;
margin-left: auto;
margin-right: 2vw;
}
.horizontal_b26b79{
margin-left: -3.3rem;
}
.vertical_b26b79{
margin: 1vw 2.36vw -4vw !important;
}
#app-mount [class^="messageListItem__"][data-is-self="true"][class*=message][class*=selected] [class*=contents],
#app-mount [class*=message][class*=selected][data-author-self=true] [class*=contents] {
width: 100%;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=timestamp],
#app-mount [class*=message][data-author-self=true] [class*=timestamp] {
left: unset;
right: 8px;
margin-top: 1.75px;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=replying] [class*=contents] [class*=messageContent]::before,
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=mentioned] [class*=contents] [class*=messageContent]::before,
#app-mount [class*=replying][data-author-self=true] [class*=contents] [class*=messageContent]::before,
#app-mount [class*=mentioned][data-author-self=true] [class*=contents] [class*=messageContent]::before {
left: unset;
right: 0;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=contents] [class*=messageContent],
#app-mount [class*=message] [data-author-self=true] [class*=content] [class*=messageContent]{
margin-left: auto;
background-color: var(--selfMessageColor) !important;
padding: 0.3vw 0.5vw 0.3vw 0.5vw;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] a:not([class*=embed] [class*=embedAuthorNameLink]),
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=repliedMessage]
#app-mount [class*=message][data-author-self=true] a:not([class*=embed] [class*=embedAuthorNameLink]),
#app-mount [class*=message][data-author-self=true] [class*=repliedMessage] {
margin-left: auto;
}
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=embedAuthor],
#app-mount [class*=message][data-author-self=true] [class*=embedAuthor] {
direction: ltr;
}
/* Self Avatar Icon */
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=avatar],
#app-mount [class*=message][data-author-self=true] [class*=avatar]{
left: unset;
right: 0.25rem;
}
[class^="messageListItem__"][data-is-self="true"] [class*=avatarDecoration],
[class*=message][data-author-self=true] [class*=avatarDecoration]{
right: 0px !important;
}
/* Self Username Tweaks */
#app-mount [class^="messageListItem__"][data-is-self="true"] [class*=header],
#app-mount [class*=message] [data-author-self=true] [class*=header] {
display: flex;
flex-direction: row-reverse;
}
[class^="messageListItem__"][data-is-self="true"] [class*=header] span,
[data-author-self=true] [class*=header] span {
margin-left: .25rem;
margin-right: unset;
}
/* resize fixing */
#app-mount [class*=contents] pre,
#app-mount [class*=message] {
max-width: 100%;
}
#app-mount [class*=contents] [class*=messageContent] {
background-color: var(--defaultMessageColor);
padding: 0.3vw 0.5vw 0.3vw 0.5vw;
margin-left: unset;
width: fit-content;
border-radius: 0.7vw;
}
[class^="messageListItem__"][data-is-self="true"] [class*=compact][class*=wrapper] [class*=messageContent],
[class*=message] [class*=compact] [class*=wrapper] [data-author-self=true] [class*=messageContent] {
display: flex;
}
#app-mount [class*=compact] [class*=wrapper] {
padding-top: 8px;
padding-bottom: 8px;
}
#app-mount .mentioned__5126c .contents_c19a55 .messageContent_c19a55 {
background-color: var(--mention);
}
#app-mount .mentioned__5126c:hover .contents_c19a55 .messageContent_c19a55,
#app-mount .mentioned__5126c.selected__5126c .contents_c19a55 .messageContent_c19a55 {
background-color: var(--defaultMessageColor);
}
#app-mount .mentioned__5126c .contents_c19a55 .messageContent_c19a55::before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
pointer-events: none;
width: 3px;
margin: 8px 0;
z-index: 1;
}
#app-mount .repliedMessage_c19a55 {
background-color: var(--message-hover);
margin-bottom: 0;
padding: 6px;
border-radius: 5px;
width: fit-content;
max-width: 100%;
}
[data-is-self=true] [id*=message-reply]::before{
display: none;
}

View file

@ -0,0 +1,58 @@
/* --- Squarecord Simplified --- */
*,
*::before,
*::after,
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-track {
border-radius: 0px !important;
mask: none !important;
-webkit-mask: none !important;
}
.svg-1G_H_8 rect[style],
.svg-1G_H_8 circle[style] {
display: none;
}
.slider-HJFN2i rect {
rx: 0;
}
/* */
/* Voice pfp fix */
.voiceUser-3nRK-K .userAvatar-3Hwf1F {
border: none;
}
/* */
/* Voice Member count FIX */
.total-1c5KCN {
padding-left: 4px;
}
.total-1c5KCN::after {
display: none;
}
/* */
/* Theme checkmark fix */
.checkmarkCircle-2LCcdI {
background-color: var(--brand-500);
}
/* */
/* Radio buttons (settings) fix */
.radioBar-1XgZqD svg {
border: 2px solid white;
}
.radioBar-1XgZqD svg path,
.radioBar-1XgZqD circle {
display: none;
}
.radioBar-1XgZqD div {
position: relative;
}
.radioBar-1XgZqD div:has(circle)::before{
content:"";
position:absolute;
background:currentColor;
width:13px;
height:13px;
left:25%;
top: 22%;
}
/* */

1736
snippets/css/TabsV2/tv2.css Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff