mastodon awesome mode, super trippy pretty fun rainbow animation!!!
MASTODON AWESOME MODE by vantablack
Details
Authorvantablack
LicenseNo License
Categorymastodon
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
be sure to configure it properly for your instance!
Source code
/* ==UserStyle==
@name MASTODON AWESOME MODE
@version 20230615.08.06
@namespace ?
==/UserStyle== */
@-moz-document domain("beach.city") {
/* ==UserStyle==
@name MASTODON AWESOME MODE
@namespace AWESOME
@version 1
@description MASTODON AWESOME RAINBOW MODE
@author vantablack
==/UserStyle== */
::selection {
background: hotpink; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: hotpink; /* Gecko Browsers */
}
@-webkit-keyframes rainbow{
0%{color: orange;}
10%{color: purple;}
20%{color: red;}
30%{color: CadetBlue;}
40%{color: yellow;}
50%{color: coral;}
60%{color: green;}
70%{color: cyan;}
80%{color: DeepPink;}
90%{color: DodgerBlue;}
100%{color: orange;}
}
@keyframes color {
0% { background: #33CCCC; }
20% { background: #33CC36; }
40% { background: #B8CC33; }
60% { background: #FCCA00; }
80% { background: #33CC36; }
100% { background: #33CCCC; }
}
html, p {
color: #808080;
font-family: comic sans ms !important;
animation: rainbow 30s infinite !important;
}
body {
background: #A9A9A9;
font-family: comic sans ms !important;
text-shadow: 2px 2px 4px #000000;
animation: color 18s infinite linear !important;
}
/* unvisited link */
a:link {
text-decoration: none;
color: #808080;
}
/* visited link */
a:visited {
text-decoration: none;
color: #808080;
}
/* mouse over link */
a:hover {
text-decoration: none;
color: #808080;
}
/* selected link */
a:active {
text-decoration: none;
color: #808080;
}
}