#Can you set up one wallpaper for multiple ids?
1 messages · Page 1 of 1 (latest)
My question is can you set up for multiple ids to use the same wallpaper without using the whole code again?
use :is() like this
@import url(https://blade04208.github.io/css/FreeDMWallpapers/_common.css);
.chat_f75fb0:has(.subtitleContainer_f75fb0 .avatar__44b0c:is(
[src*="1237375389513416728"],
[src*="[ID HERE]"]
)) .chatContent_f75fb0 {
--theme-base-color-light-hsl: [...]
}
Thanks alot i will test it (Works great)
Can both ppl see this or only me?
no, css cant do that
Ah only i ok... but uh if i have nitro can i force use the expirment?
maybe if you use the experiment
but that's unrelated to this css
Ah yes ik tysm psa exirment doesn't wanna work
where can I see a preview for all the wallpapers instead of trying them one by one
also is there a way to make it global in all the DMs and not connected to an ID
in this wallpaper can I make wumpus over everything even the text?
/*----Curious Wumpus----*/
@import url(https://blade04208.github.io/css/FreeDMWallpapers/_common.css);
.chat_f75fb0 .chatContent_f75fb0 {
--theme-base-color-light-hsl: 236.47058823529414 100% 90%;
--theme-base-color-light: rgb(204, 207, 255);
--theme-text-color-light: rgb(0, 6, 128);
--theme-base-color-dark-hsl: 237.6923076923077 100% 5.098039215686274%;
--theme-base-color-dark: rgb(0, 1, 26);
--theme-text-color-dark: rgb(153, 158, 255);
--theme-base-color-amount: 100%;
--theme-text-color-amount: 100%;
--bg-overlay-selected: unset;
--bg-overlay-hover: unset;
--bg-overlay-active: unset;
&::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-image: url("https://cdn.discordapp.com/assets/content/6ad8bbcc6eaef358a20830f3c2f6b1a5519103d07951929efd27af7600f8dc9f.webp");
opacity: 0.5;
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: cover;
}
}
/*----Curious Wumpus----*/
Add z-index: 100 to &::before
it doesn't really work as it should since it stops the whole chat from working (unable to interact with anything behind it)
Add pointer-events: none
Don't. I saw your message.
No clue
I can't get to my PC right now, when I can Ill figure that out
oh ok sorry
ok tyt
could this be applied to like groupchats and server channels?
Yes but it would be more bastardly
sigh
@acoustic merlin the texts became transparent -...-
That seems like the image is either on top of the text, or the colors are wrong
Which are you using
i just used all yours just changed the photo
Your problem, then.
nvm its not working when i use your dm wallpapers maybe some other plugin messing with it
thanks, fixed it i just removed all your modifications
content: "";
position: absolute;
width: 100%;
height: 100%;
background-image: url("https://cdn.discordapp.com/assets/content/333ce4dc826b6074c4a61b3166cacd33f5e9c10b3bf2a0c80dfe207ba20e5037.webp");
opacity: 0.25;
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
}
/* Ensure chat content is above the wallpaper */
.chat_f75fb0 .chatContent_f75fb0 {
position: relative;
z-index: 1;
}```
if anyone having the transparent texts this will fix it