Changes the Aniwave logo to the 9anime one, also has a few minor edits to make it look closer to 9anime.
9ANIME THEME FOR ANIWAVE by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://aniwave.to/
Created
Updated
Size857 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 9ANIME THEME FOR ANIWAVE
@version 20231211.05.49
@namespace ?
==/UserStyle== */
@-moz-document domain("aniwave.to") {
.logo img {
visibility: hidden
}
.logo {
background: url("https://web.archive.org/web/20230802025156im_/https://s2.bunnycdn.ru/assets/sites/9anime/logo.png")
no-repeat
center
}
.logo {
background-size: contain;
}
#i-wrapper ul#i-menu li a {
color:#9c9c9c;
font-weight:50;
font-size:1.1rem;
padding:3px 12px;
display:block
}
svg.icon {
display: none
}
header .main-menu {
font-weight:10;
color:#9c9c9c;
font-size:1.11rem;
}
#hotest .item .info .title {
font-weight:1;
}
section .head .title {
font-weight:10;
color:#b5b4b4
}
#w-info .binfo .info .title {
font-weight:1;
}
#w-info .binfo .info .names {
color:#555;
}
header #search form .tip {
color:#5959598c;
font-weight:5;
}
}