Use aniwave now, this WAS a dark style for 9a, you wont need one for aniwave
9anime.pe - Jan 2024 Dark by osirisgothra
Details
Authorosirisgothra
LicenseNo License
Category9anime.pe
Created
Updated
Size950 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
9anime.pe - Jan 2024 Dark (NOTE: 9Anime is moved to
Source code
/* ==UserStyle==
@name 9anime.pe - Jan 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author osirisgothra
==/UserStyle== */
@-moz-document domain("9anime.pe") {
body
{
background: linear-gradient(90deg,#020201,#020201);
}
div
{
border-radius: 16px;
}
@keyframes activeblink
{
from
{
background: #4fff40;
color: black;
}
50%
{
background: black;
color: #4fff40;
}
}
@keyframes sizer
{
from
{
font-size: 50px;
}
50%
{
width: 55%;
}
}
.item.ep-item.active
{
animation: sizer,activeblink 1s forwards running steps(1) infinite !important;
}
}