From 6bdb5c45c44cc109a8f5caad25eb5a665091ec72 Mon Sep 17 00:00:00 2001 From: dorkbutt Date: Thu, 5 Jun 2025 18:47:18 -0400 Subject: [PATCH] user addition --- import.css | 33 +++++++++++++++++++++++++++++++-- source/data.json | 8 ++++---- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/import.css b/import.css index 0591b02c..7a7f0cd7 100644 --- a/import.css +++ b/import.css @@ -1,5 +1,22 @@ /* Manual submission for now */ +/* +.avatar__183c2[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/281955629407535114"] { + content: url("https://nomadants.net/juliet-cropped-pfp.gif") +} +.userAvatar__55bab[style*="281955629407535114"] { +background-image: url(https://nomadants.net/juliet-cropped-pfp.gif)!important +} + */ + + + + .avatar__183c2[src^="https://cdn.discordapp.com/avatars/862105885660676146"] ,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/862105885660676146"] ,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/862105885660676146"] @@ -8,7 +25,7 @@ ,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/862105885660676146"] { content: url("https://nomadants.net/harleyLineup-2.jpeg") } -.userAvatar__55bab[style*="{862105885660676146}"] { +.userAvatar__55bab[style*="862105885660676146"] { background-image: url("https://nomadants.net/harleyLineup-2.jpeg")!important } @@ -20,6 +37,18 @@ ,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/578012873813524530"] { content: url("https://nomadants.net/bounce cropped pfp 1.gif") } -.userAvatar__55bab[style*="{578012873813524530}"] { +.userAvatar__55bab[style*="578012873813524530"] { background-image: url("https://nomadants.net/bounce cropped pfp 1.gif")!important } + +.avatar__183c2[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/281955629407535114"] +,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/281955629407535114"] { + content: url("https://nomadants.net/juliet-cropped-pfp.gif") +} +.userAvatar__55bab[style*="281955629407535114"] { +background-image: url(https://nomadants.net/juliet-cropped-pfp.gif)!important +} diff --git a/source/data.json b/source/data.json index 78447796..9aefe19f 100644 --- a/source/data.json +++ b/source/data.json @@ -1,7 +1,7 @@ { - "avatars": { - "862105885660676146": "https://nomadants.net/harleyLineup-2.jpeg", - "578012873813524530": "https://nomadants.net/ezgif-581c216698e71e.gif" - + "avatars": { + "862105885660676146": "https://nomadants.net/harleyLineup-2.jpeg", + "578012873813524530": "https://nomadants.net/ezgif-581c216698e71e.gif", + "281955629407535114": "https://nomadants.net/juliet-cropped-pfp.gif" } }