Compare commits

...
Sign in to create a new pull request.

5 commits
main ... hive

Author SHA1 Message Date
0eecc2b58f
user removal 2025-06-10 20:06:51 -04:00
60ac797e5f
fix line 53's lack of quotes in import.css and add new user. 2025-06-10 19:07:27 -04:00
1e1d0449ca
something's not right. 2025-06-08 20:03:20 -04:00
2043f0d552
staticized links 2025-06-08 19:51:54 -04:00
e0c107c17f
fixing HEAD complaint 2025-06-06 13:23:00 -04:00
2 changed files with 22 additions and 9 deletions

View file

@ -16,7 +16,7 @@ To use UserPFP, you have to install or import a plugin or theme on a modified Di
### [Vencord](https://vencord.dev), [Equicord](https://github.com/Equicord/Equicord)
using a theme: [userpfp.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/userpfp.theme.css)
*
* Follow the QuickCSS method.
### [Betterdiscord](https://betterdiscord.app)
using a theme: [UserPFPBetterDiscord.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/src/UserPFPBetterDiscord.theme.css)

29
import.css vendored
View file

@ -7,10 +7,10 @@
,.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")
content: url("")
}
.userAvatar__55bab[style*="281955629407535114"] {
background-image: url(https://nomadants.net/juliet-cropped-pfp.gif)!important
background-image: url("")!important
}
*/
@ -23,10 +23,10 @@ background-image: url(https://nomadants.net/juliet-cropped-pfp.gif)!important
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/862105885660676146"]
,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/862105885660676146"]
,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/862105885660676146"] {
content: url("https://nomadants.net/amplificationmatrix.gif")
content: url("https://usrbg.dorkbutt.lol/usrbg/amplificationmatrix.gif")
}
.userAvatar__55bab[style*="862105885660676146"] {
background-image: url("https://nomadants.net/amplificationmatrix.gif")!important
background-image: url("https://usrbg.dorkbutt.lol/usrbg/amplificationmatrix.gif")!important
}
.avatar__183c2[src^="https://cdn.discordapp.com/avatars/578012873813524530"]
@ -35,10 +35,10 @@ background-image: url(https://nomadants.net/juliet-cropped-pfp.gif)!important
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/578012873813524530"]
,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/578012873813524530"]
,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/578012873813524530"] {
content: url("https://nomadants.net/succulentcabbages.gif")
content: url("https://usrbg.dorkbutt.lol/usrbg/succulentcabbages.gif")
}
.userAvatar__55bab[style*="578012873813524530"] {
background-image: url("https://nomadants.net/succulentcabbages.gif")!important
background-image: url("https://usrbg.dorkbutt.lol/usrbg/succulentcabbages.gif")!important
}
.avatar__183c2[src^="https://cdn.discordapp.com/avatars/281955629407535114"]
@ -47,8 +47,21 @@ background-image: url(https://nomadants.net/juliet-cropped-pfp.gif)!important
,.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/thegreatotter.gif")
content: url("https://usrbg.dorkbutt.lol/usrbg/thegreatotter.gif")
}
.userAvatar__55bab[style*="281955629407535114"] {
background-image: url(https://nomadants.net/thegreatotter.gif)!important
background-image: url("https://usrbg.dorkbutt.lol/usrbg/thegreatotter.gif")!important
}
/*
.avatar__183c2[src^="https://cdn.discordapp.com/avatars/1045538935654322216"]
,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/1045538935654322216"]
,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/1045538935654322216"]
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/1045538935654322216"]
,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/1045538935654322216"]
,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/1045538935654322216"] {
content: url("https://usrbg.dorkbutt.lol/usrbg/feralwildabeast.gif")
}
.userAvatar__55bab[style*="1045538935654322216"] {
background-image: url("https://usrbg.dorkbutt.lol/usrbg/feralwildabeast.gif")!important
}
*/