Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0eecc2b58f | |||
| 60ac797e5f | |||
| 1e1d0449ca | |||
| 2043f0d552 | |||
| e0c107c17f |
2 changed files with 22 additions and 9 deletions
|
|
@ -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)
|
### [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)
|
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)
|
### [Betterdiscord](https://betterdiscord.app)
|
||||||
using a theme: [UserPFPBetterDiscord.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/src/UserPFPBetterDiscord.theme.css)
|
using a theme: [UserPFPBetterDiscord.theme.css](https://git.dorkbutt.lol/dorkbutt/userPFP/src/branch/main/src/UserPFPBetterDiscord.theme.css)
|
||||||
|
|
|
||||||
29
import.css
vendored
29
import.css
vendored
|
|
@ -7,10 +7,10 @@
|
||||||
,.voiceAvatar_f910d0[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"]
|
,.replyAvatar_c19a55[src^="https://cdn.discordapp.com/avatars/281955629407535114"]
|
||||||
,.icon__6e9f8[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"] {
|
.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"]
|
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/862105885660676146"]
|
||||||
,.replyAvatar_c19a55[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"] {
|
,.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"] {
|
.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"]
|
.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"]
|
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/578012873813524530"]
|
||||||
,.replyAvatar_c19a55[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"] {
|
,.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"] {
|
.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"]
|
.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"]
|
,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/281955629407535114"]
|
||||||
,.replyAvatar_c19a55[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"] {
|
,.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"] {
|
.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
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue