1
0

New SiteLogo

This commit is contained in:
bonkmaykr
2021-11-19 18:08:32 -06:00
committed by GitHub
parent aa563aa070
commit 4b8fad7eeb

View File

@@ -202,21 +202,6 @@ button, .ButtonLike {
--DefaultGreenColor: #00ff00 !important;
}
img#GbLogo {
background:url("https://files.gamebanana.com/bitpit/logdfgdfgdfgo.gif");
background-size:308px 32px;
filter:none !important;
width: 308px;
height: 32px;
display:block;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 308px;
}#BananaNavModule > widget > a {filter:none !important;}
#BananaNavModule > widget > a:hover {filter:drop-shadow(0px 0px 3.2px blue) !important;}
/*better contrast*/
#MasterLog > logs > log > span {color:#ffffff !important;}
@@ -425,3 +410,23 @@ nav#PrimaryNav > module > pane {
border-radius: 0px 0px 18px 18px !important;
overflow:hidden;
}
@media only screen and (min-width : 1001px) {
a#SiteLogo > img {
background:url("https://files.gamebanana.com/bitpit/logdfgdfgdfgo.gif");
background-size:308px 32px;
filter:none !important;
width: 308px;
height: 32px;
display:block;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 308px;
}#BananaNavModule > widget > a {filter:none !important;}
a#SiteLogo {filter:none !important;}
}
@media only screen and (max-width : 1000px) {
}