Replaces the header with the one used on 11/11/11, with a few other minor changes.
SEREBII 2011 by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://www.serebii.net/
Created
Updated
Size1.0 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 SEREBII 2011
@version 20231222.06.40
@namespace ?
==/UserStyle== */
@-moz-document domain("www.serebii.net") {
#header .banner {
background: url('https://web.archive.org/web/20111116191908im_/http://www.serebii.net/BannerBg.jpg') repeat-x;
}
#header .banner img {
content: url('https://web.archive.org/web/20111116191909im_/http://www.serebii.net/Banner.jpg') !important;
}
#header nav.quicklinks {
color: #000000;
background-color: #507C36;
border: 1px solid #111111;
line-height: 18px;
}
#lbar .navheader, #lbar a.navheader, #rbar .navheader, #rbar a.navheader {
background: linear-gradient(#4bae54, #80cd3e) !important;
font-size: 11px;
font-weight: 900;
color: #51a243 !important;
text-shadow: 0 0 3px #000 !important;
}
#lbar .navheader, #lbar a.navheader {
font-size: 14px;
}
#header nav.quicklinks {
font-size: 9px;
height: 21px;
}
.post h2 a, .post h2 a:link, .post .info a {
font-size: 14px !important;
}
.center:first-of-type {
display: none
}
}