Hey..,
Imo, the IP in the header on the forums site looks like crap, it could've been done a lot better. I'd rather have it not be there so I made a quick CSS addon to remove it. Probably not the only one who'd rather see it be removed so I thaught I'd share
I also fixed the navigation bars not lining up properly (This fix works in google chrome and probably other chromium based browsers, not in FireFox unfortunatly)
There's 5px empty space in between the bars in case you never noticed
Install link: https://userstyles.org/styles/153489/cubecraft-forums-no-obnoxious-ip
Imo, the IP in the header on the forums site looks like crap, it could've been done a lot better. I'd rather have it not be there so I made a quick CSS addon to remove it. Probably not the only one who'd rather see it be removed so I thaught I'd share
I also fixed the navigation bars not lining up properly (This fix works in google chrome and probably other chromium based browsers, not in FireFox unfortunatly)
There's 5px empty space in between the bars in case you never noticed
Install link: https://userstyles.org/styles/153489/cubecraft-forums-no-obnoxious-ip
Code:
#server_ip_button, #header span[style="color:#ffffff;"]
{
display: none;
}
.tabLinks.articlesTabLinks
{
margin-top: -5px !important;
}
#header
{
padding: 20px 0px 0px 0px;
}