#Can you set up one wallpaper for multiple ids?

1 messages · Page 1 of 1 (latest)

prime flint
#

My question is can you set up for multiple ids to use the same wallpaper without using the whole code again?

lament yoke
#

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: [...]
}
prime flint
#

Thanks alot i will test it (Works great)

ornate dock
#

Can both ppl see this or only me?

acoustic merlin
ornate dock
#

Ah only i ok... but uh if i have nitro can i force use the expirment?

lament yoke
ornate dock
rain birch
#

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

lament yoke
#

@rain birch ^

rain birch
#

tysm

#

but what about it being global?

lament yoke
#

remove the :has(...)

#

so then it's just .chat_ .chatContent_

rain birch
#

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----*/
acoustic merlin
rain birch
#

it doesn't really work as it should since it stops the whole chat from working (unable to interact with anything behind it)

rain birch
#

the text isn't behind it

#

@acoustic merlin

acoustic merlin
acoustic merlin
rain birch
void flint
#

could this be applied to like groupchats and server channels?

acoustic merlin
void flint
#

sigh

fallen eagle
#

@acoustic merlin the texts became transparent -...-

acoustic merlin
fallen eagle
#

i just used all yours just changed the photo

acoustic merlin
#

Your problem, then.

fallen eagle
#

nvm its not working when i use your dm wallpapers maybe some other plugin messing with it

fallen eagle
#
    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

clever glacier
#

not too late either!