Makes GameBanana look more like how it did in 2011.
GAMEBANANA 2011 by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://gamebanana.com/
Created
Updated
Size4.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tested on Firefox at 100% zoom and 1920x1080 resolution. Should work on all browsers, all levels of zoom and at all resolutions.
Source code
/* ==UserStyle==
@name GAMEBANANA 2011
@version 20240526.03.58
@namespace ?
==/UserStyle== */
@-moz-document domain("gamebanana.com") {
.NavGames, .SystemUpdate {
display: none !important;
}
body, #PageFooter{
background: #181A1C !important;
padding: 10px;
color: #E2E2E2;
font: 12px 'verdana';
}
.tippy-content {
background: #181a1c !important;
margin-top: 2px;
}
#MainContent, #MainContent #MainContentWrapper {
background: #181A1C;
}
#PrimaryNav {
background: -moz-linear-gradient(top,#222222,#1A1A1A);
border: 1px solid #444444;
box-shadow: 0 0 0 1px #000000;
height: 118px;
min-width: 1050px;
}
#SiteLogo img {
content: url("https://i.imgur.com/lLK1XC1.png");
height: 30px;
}
#SiteLogo img:hover {
border: 1px solid #fd70e1;
width: 310px;
margin-left: -1px;
}
#SiteLogo {
margin-top: -60px;
}
#SearchForm .InputWithButton {
position: absolute;
left: 6px;
margin-top: 40px;
}
#SearchForm {
max-width: 0px;
padding: 0em;
visibility: hidden;
}
#SearchForm input {
visibility: visible;
font: 14px 'Courier New';
font-size: 14px;
color: #BEBEBE;
padding: 3px;
outline: 1px solid #444444;
border: 2px solid black;
background: #111111;
height: 25px;
width: 142px !important;
margin-top: 10px;
}
.InputWithButton > button {
visibility: visible;
font: bold 1px 'verdana';
font-size: 11px;
padding: 3px;
box-shadow: 0px 0px 0px 1px black;
border: 2px outset #FFD800;
border-radius: 0px;
background: -moz-linear-gradient(top,#444,#222);
color: #FFD800;
width: 60px;
height: 25px;
margin-left: 10px;
margin-top: 10px;
}
.InputWithButton > button:hover {
border: 2px outset #FD70E1;
color: #FD70E1;
}
#PrimaryNav spriteIcon.MiscIcon.SearchIcon {
visibility: hidden;
filter:grayscale(0);
}
#PrimaryNav spriteIcon.MiscIcon.SearchIcon:after {
visibility: visible;
content: "Search";
word-wrap: normal;
width: 60px;
margin-left: 3px;
}
.LoginSignup, .UserPoints {
position: absolute;
margin-top: 85px;
margin-left: 6px;
font-weight: bold;
background: #111111;
font-size: 10px;
border: 1px solid #777777 !important;
}
.LoginSignup:nth-of-type(2) {
color: #6EE16C;
}
.LoginSignup:nth-of-type(3) {
margin-left: 57px;
color: #6CB1E1;
}
.LoginSignup:hover {
color: #FD70E1;
}
#SiteMenuToggle {
border-left: 1px solid hsla(0, 0%, 100%, 0);
}
#SiteMenuToggle spriteIcon.NavModuleIcon {
visibility: hidden;
}
.Tab {
border: 1px solid #466675;
padding: 4px;
font-size: 14px;
background: -webkit-gradient(linear, left top, left bottom, from(#334852), to(#233138));
box-shadow: 0px 0px 0px 1px black;
margin-bottom: 1px;
color: #FFD800;
text-shadow: 1px 1px 1px black;
opacity: 100%;
}
.Tab:hover {
color: #FD70E1;
opacity: 100%;
}
.Flow .GamesListBody, #ContentGrid row > column.lg-4, #FeaturesSliderModule {
border: 1px solid #1F2E35;
background: #151E23;
margin-top: 0px;
}
.RecordsGrid {
border: 1px solid #1F2E35;
background: #151E23;
margin-top: -34px;
}
.PageModule > h2, .SlideOverlay .FeatureType {
color: #FFD800;
text-shadow: 1px 1px 1px black;
}
}
@-moz-document url-prefix("https://gamebanana.com/games/"), url-prefix("https://gamebanana.com/mods/"), url-prefix("https://gamebanana.com/tools/"), url-prefix("https://gamebanana.com/wips/"), url-prefix("https://gamebanana.com/requests/"), url-prefix("https://gamebanana.com/questions/"), url-prefix("https://gamebanana.com/tuts/"), url-prefix("https://gamebanana.com/polls/") {
#Breadcrumb a img {
display: none;
}
#HeadlineWrapper, #PageTitle span {
visibility: hidden;
margin-top: -40px;
}
#PageTitle, #Breadcrumb {
visibility: visible;
}
#Breadcrumb {
position: absolute;
margin-top: -120px;
left: 8px;
background: rgba(0, 0, 0, 0);
opacity: 0.5;
}
#Breadcrumb:hover {
opacity: 100%;
}
#SubNavigator {
margin-top: -170px;
}
.RecordsGrid {
margin-top: 10px;
}
}
@-moz-document url-prefix("https://gamebanana.com/members"), url-prefix("https://gamebanana.com/games?"), url-prefix("https://gamebanana.com/mods?"), url-prefix("https://gamebanana.com/tools?"), url-prefix("https://gamebanana.com/wips?"), url-prefix("https://gamebanana.com/requests?"), url-prefix("https://gamebanana.com/questions?"), url-prefix("https://gamebanana.com/tuts?"), url-prefix("https://gamebanana.com/polls?") {
#PageTitle {
margin-top: -30px;
}
#SubNavigator {
margin-top: 25px;
}
#Breadcrumb {
position: absolute;
margin-top: 54px;
left: 8px;
background: rgba(0, 0, 0, 0);
opacity: 0.5;
}
#Breadcrumb:hover {
opacity: 100%;
}
}