Makes Animelyrics look like how it did in 2011.
Animelyrics 2011 by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttp://www.animelyrics.com/
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
What is this website? I found this on the description from some lyric video from 2009, after a couple refreshes I found out the site wasn't actually dead (also it looked nearly the same as it does today)
There shouldn't be any issues with the theme, however if you're having issues with the website try changing the HTTPS in the URL to HTTP, that felt more stable to me (still incredibly slow).
Theme for the forum: https://userstyles.world/style/16819/animeforum-2011
Source code
/* ==UserStyle==
@name Animelyrics 2011
@version 20240602.02.02
@namespace ?
==/UserStyle== */
@-moz-document domain("www.animelyrics.com") {
#utility {
height: 12px;
}
#cse-search-box input:nth-of-type(2) {
background: rgb(255, 255, 255) url("https://web.archive.org/web/20111217040746/http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif") left center no-repeat !important;
border: 1px solid rgb(126, 157, 185);
}
}
@-moz-document url("http://www.animelyrics.com/"), url("https://www.animelyrics.com/") {
body a[title="spoiler"] {
display: none;
}
#cse-search-box input:nth-of-type(2) {
margin-top: 86px;
margin-left: -5px;
}
blockquote.main {
margin-top: -38px;
}
.centerbox {
font-size: 12px;
}
blockquote.main strong {
font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
blockquote.main strong:nth-of-type(1) {
background: #FFFF80;
visibility: visible;
}
}
@-moz-document url-prefix("http://www.animelyrics.com/anime/"), url-prefix("https://www.animelyrics.com/anime/"), url-prefix("http://www.animelyrics.com/game/"), url-prefix("https://www.animelyrics.com/game/"), url-prefix("http://www.animelyrics.com/jpop/"), url-prefix("https://www.animelyrics.com/jpop/"), url-prefix("http://www.animelyrics.com/dance"), url-prefix("https://www.animelyrics.com/dance"), url-prefix("http://www.animelyrics.com/doujin/"), url-prefix("https://www.animelyrics.com/doujin/") {
#crumbs li a:link, #crumbs li a:visited {
line-height: 2.3em;
}
#cse-search-box input:nth-of-type(2) {
margin-top: 76px;
margin-left: -5px;
}
#content h1 {
margin-top: 0px;
}
#content a {
font-size: 12px;
}
.centerbox {
font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
}