From 84efadc819f2bd72cd65799580913d470ec6e450 Mon Sep 17 00:00:00 2001 From: FoxStorm1 <69159547+Yeetov@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:38:09 +0100 Subject: [PATCH] Create testcode.theme.css --- testcode.theme.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testcode.theme.css diff --git a/testcode.theme.css b/testcode.theme.css new file mode 100644 index 00000000..ce458af0 --- /dev/null +++ b/testcode.theme.css @@ -0,0 +1,37 @@ +/* FoxStorm1 */ + +.avatar-1BDn8e[src*="789872551731527690"] + h2 > .headerText-3Uvj1Y > .username-1A8OIy::after { + content: ""; + background-image: url('https://i.imgur.com/8EsecpG.png'); + transform: scale(1.6); + border-color: transparent !important; + background-color: transparent !important; + } + +.avatar-1BDn8e[src*="789872551731527690"] + h2 > .headerText-3Uvj1Y > .username-1A8OIy:hover::after { + content: "He's Sus! 😮"; + animation: fadeIn .5s; + color: white; + border-color: white; + width: 150px; + top: -1px; + font-size: 14px; + text-align: center; + border-radius: 4px; + padding: 2px 5px; + background-size: cover; + background: linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(253,45,45,1) 100%); + transform: scale(1); + transition: + color .2s ease, + background-color .2s ease; +} + +#app-mount [data-user-id="789872551731527690"] .badgeList-1R1WgZ::after, +#app-mount [data-user-id="789872551731527690"] .profileBadges-ohc0Vu::after, +#app-mount [data-user-id="789872551731527690"] .badges-XRnWAp::after { + content: ""; + width: 22px; + height: 22px; + background: url("https://cdn.discordapp.com/emojis/789872551731527690.png?v=1") center / 100% 100%; +}