12 lines
441 B
CSS
12 lines
441 B
CSS
/* AVATAR-TEMPLATE-BEGIN */
|
|
/*{id} is userid in data.json and {img} is the image link, usually gif*/
|
|
.avatar_ec86aa[src^="https://cdn.discordapp.com/avatars/{id}"]
|
|
,.avatar_c51b4e[src^="https://cdn.discordapp.com/avatars/{id}"]
|
|
,.avatar_c47562[src^="https://cdn.discordapp.com/avatars/{id}"] {
|
|
content: url({img})
|
|
}
|
|
.userAvatar_ac3629[style*="{id}"] {
|
|
content: url({img});
|
|
background-image: none !important
|
|
}
|
|
/* AVATAR-TEMPLATE-END */
|