Tree of Savior Forum

Stylish Dark Theme for the new forum/site

Still no official dark mode. :tired:


I added.

.badge-wrapper.box {
padding: 0px !important;
}

Without:

With:

Too lazy to look through other stuff added/changed.

5 Likes

If you added the the previous code:

.badge-wrapper.box {
padding: 0px !important;
}

Replace it with these:

.category-name {
padding-right: 5px !important;
padding-left: 5px !important;
}

.badge-wrapper.box {
padding-right: 0px !important;
padding-left: 0px !important;
margin-top: 2px !important;
margin-bottom: 2px !important;
}

It makes it look back to normal, but I’m not a web designer so I don’t know if it breaks anything elsewhere.

Forum dev keeps changing codes around, but still no dark mode. :sad:

2 Likes

You can change it no problem, the code wasn’t mine originally (I gave the proper credits tho).

I’m not really a coder, I changed simple stuff by using the Inspection tool from Chrome.

It’s been a while since I even looked at these codes lol.

For me here a few places appear with the original color, the one I see mostly is the line on the “N is replying”.

There are probably a bunch of stuff in the main page tho. But I barely go there and when I go is only to check on Patch Notes (more like Cash Notes).

Leave in there tho, whoever need it will be able to use it. I won’t be touching this code for now, but thanks for point it out.


If we don’t see a simple thing like that here, I can imagine that we won’t be seeing anything interesting into the game either lol.