userPFP/source/template.css
2025-02-10 08:01:29 +01:00

14 lines
623 B
CSS

/* AVATAR-TEMPLATE-BEGIN */
/*{id} is userid in data.json and {img} is the image link, usually gif*/
.avatar__183c2[src^="https://cdn.discordapp.com/avatars/{id}"]
,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/{id}"]
,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/{id}"]
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/{id}"]
,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/{id}"]
,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/{id}"] {
content: url({img})
}
.userAvatar__55bab[style*="{id}"] {
background-image: url({img})!important
}
/* AVATAR-TEMPLATE-END */