It's laggy, but it is from Elemental of Discord by a discord user... But it got edited to have less errors in the code.
JohnSmith777779#5715's Funny mode(Edited_by_TweedellNick2) by tweedellnick2
Details
Authortweedellnick2
LicenseNo License
CategoryOriginally Discord, Now Everywhere.
Created
Updated
Size2.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Funny Mode By JohnSmith777779#5715 But Lite Mode
@namespace https://discord.gg/zAdCSzpzJG
@version 1.0.0 Tn2_lite
@description It's "Funny" mode from EoD.
@author JohnSmith777779#5715 and TweedellNick2
==/UserStyle== */
@keyframes example {
12.5% {background-color: #FF0000;}
25% {background-color: #FFA500;}
37.5% {background-color: #FFFF00;}
50% {background-color: #7FFF00;}
62.5% {background-color: #00FFFF;}
75% {background-color: #0000FF;}
87.5% {background-color: #9932CC;}
95% {background-color: #FF1493;}
100% {background-color: #FF0000;}
}
@keyframes bigCoce {
from {font-size:99%;
}
to {font-size:101%;
}
}
@keyframes pane {
from {position: relative;
left:-2px; top:-2px;
}
to {position: relative;
left:2px;
top:3px;
}
}
[class*="e"] {
background-color:#f00;
text-decoration:overline dotted #ff0000;
}
[class*="a"] {
background-color:#ff00ff;
text-decoration: underline dashed #ffff00;
letter-spacing:-1px;
}
[class*="c"] {
background-color:#0000ff;
font-size:101%;
text-decoration:line-through #f02d93;
letter-spacing:3px;
}
[class*="i"] {
background-color:#7f00ff;
font-family: "Times", "Times New Roman", serif;
}
[class*="b"] {
background-color:#00ffff;
font-family: "Times", "Times New Roman", serif;
}
[class*="h"] {
background-color:#ff7f00;
letter-spacing:1px;
font-family: "Chiller", "Curlz MT", serif;
}
[class*="f"] {
background-color:#ff0;
font-family: "Couriew New","Courier", monospace, serif;
animation: example 7s infinite linear;
}
[class*="g"] {
background-color:#fff;
font-family: "Papyrus", sans-serif;
}
[class*="j"] {
background-color:#f00;
letter-spacing:3px;
font-family: "Comic Sans MS", "Comic Sans", cursive;
animation: bigCoce 1.2s infinite alternate;
}
[class*="k"] {
background-color:#0f0;
animation: example 7s infinite linear;
animation-delay: 1s;
}
[class*="l"] {
background-color:#f00;
transform: scale(1,1.001);
}
[class*="z"] {
background-color:#007fff;
animation: example 7s infinite linear;
}
[aria-label*="channel"] {
animation: pane 0.9s alternate infinite
}
}