Create testcode.theme.css

This commit is contained in:
FoxStorm1 2023-07-11 19:38:09 +01:00 committed by GitHub
parent 08efaa4ce1
commit 84efadc819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

37
testcode.theme.css Normal file
View file

@ -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%;
}