
Custom CSS for the SPT Hub to make it look more modern
Turn the hub into a more modern version. This is 100% safe to use, it’s only a stylesheet. I have used it for a year, so it’s pretty robust. I know this isn’t for everyone. But if you’re like me and spend a lot of time on the hub, then this is a nice upgrade until we get Forge.
Here is how you use it:
Install a browser extension for using custom CSS (I use Stylebot, so we will use that here)
Download the CSS file
Open Stylebot while being on the hub
Open the CSS file. Copy all the code inside that file. Paste the CSS into the Stylebot textbox
Done, you can toggle it on/off with the toggle input in the top of the Stylebot menu
Details
-
GUID
Not Available
-
License
-
Source Code
-
Latest Version VirusTotal Result
https://www.virustotal.com/gui/file/627d605ed7cb657326c43f7f529fb09a9349b9c76e31682daee0aa9d95f47b25
Noticed small issue here with spacing at
.tabMenu>ul>li::before,

.menu>ul>li::before
Overall this is okay because it’s used in tabs but when they overlap, it’s not looking good at all. Just set top to a less value because when content of tabs will actually overlap, it would look something like this.** Overall everything’s good, apart from color picker but you already pinpointed it, good work, love it
What does Forge do?
This is dank.
I just realized the color picker in text areas wasn’t working. Quick fix, change:
.dropdownMenu li>a { color: #fdfdfd; } To:
.dropdownMenu li:not(.woltlab-color-selection)>a { color: #fdfdfd; } Open Stylebot, Ctrl + F to search and write .dropdownMenu li>a to find it. Don’t be sad, you’re learning CSS!
If you use Stylebot with this CSS, DO NOT OPEN “Readability”
1000000000000000000000000000000000000000000000000x Better. Its like wiping poop off the screen. Oled monitors rejoice!
all i see is color correction, so what’s so modern about it?
I love the colour scheme Moxo, it looks mega. The dull and bland grey/black was becoming an eye soar but this brings an uplift for the hub.
Huge thanks
Looks great!!
As a web dev, I was waiting for this to happen at some point and this looks really refreshing with minimal changes. Thanks pixel!