Long time no see! Sorry for the wait, real life has not been particularly nice to me recently and I had to temporarily drop some online responsibilities. Contrary to popular belief though I am indeed not dead.
Version 1.1 of the code is up, there is clock and 'toggle sidebar' button edits as well as tidier sidebar. I also did my best to catch any other awkwardness recent layout changes might have created, hopefully I've succeeded. Also, code itself is now hosted on Pastebin, link in the first post.
As usual, please let me know if something looks off somewhere c:
THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU 💚
I wanted to ask for a fix for the white background and stuff caused by recent changes but I didn't want to bother you. Everything looks right again; it's wonderful!
Thank you! I was just looking for this thread; my friend asked for the custom css I use and I had lost it. Bookmarking for future reference! :D
This is absolutely GORGEOUS, thanks a ton! While I loved the Masquerade layout, it's quite capable of burning my eyes at late hours. This is a wonderful alternative!
Glad to see you're alive and well! Thank you so much for the theme (I've been using it since v0.1) I'm so glad that ugly white sidebar is gone. And the clock / toggle sidebar looks really nice and clean!
Keep up the good work, my eyes definitely appreciate it! ❤️

Ah, thank you! This is much more pleasing on the eyes.
ack I'm really sorry it took me this long to get to it, I promise to do my best that it never happens again...
Well, good timing then seeing as brackets in spoiler tags were causing the first post not to show up for like a month... :')
Thank you! And yeah I- honestly did not even think all the white space bothered me that much before I
Thrilled to hear you are sticking with me through all my arbitrary numbering choices ;D
You are very welcome, that was exactly the goal~
I'm thinking about making a recolor of this theme, any preferences? I was thinking either Root Forest shades of brown+cream+green or dark blue Atebus wastelands one.
No need to apologize! It's not like you were even obligated to do this in the first place. I really appreciate your work on creating this and updating it!
To answer your question, I would love an Atebus recolor!
I've been meaning to code a "night mode" theme for myself, but now I don't have to! Thank you so much for making and sharing this! :D
Maybe, maybe not but I feel like I kinda volunteered responsibility, so ^^ speaking of, New News banner update coming soon now that added a class to it! I'm just mostly on mobile this week haha
It's always so great when someone beats you to stuff like this isn't it 8) You are very welcome!
Indeed! I actually had a primitive night mode Custom CSS, but it was back in 2014, so I would have needed to recode for the new classes and divs. Didn't have the time to sit down and add those.
I like your version even more because you made it Shengui Guo-themed. Mine was a little too plain, for the lack of a better term, haha. :)
haha, I wish I only had to code for the new classes, sadly there are some pretty obscure pages on subeta that still work on some truly ancient html xX I hope the programmers get to them eventually, I'm not even bothering to get them to anything past readable...
I'm really happy you like my choice, I guess I just. Custom CSS or no custom CSS I like to know I'm still browsing subeta? :)
I'll try to see if I backed up my old night mode theme for those older pages (I think I have a slight idea as to what you're talking about, and it took me a while to get it to work for those), but I probably lost it with the other files I didn't copy from my old laptop. ;;
The Masquerade is here, y'all, and with it a couple more recent layout tweaks fixes :D I changed the tables code a bit as well to fix a problem with colored fonts, so if you notice any table-y area of the site looking weird (black font, white background etc) please let me know!
As usual, see first post for link to v1.2 code
Oh my gosh I love this so much, thank you! I love not being blinded by large white backgrounds. T-T
I can't go back now, but then I'm biased :')
Thank you so much for this! This feels so much better on the eyes ^D^
I did do a slight tweak to mine, though: I changed the right-hand sidebar border to be the same gold color as the text on the sidebar, thickened it by a pixel so the new color would show, and then reduced the width of the Events sidebar tab button by one pixel so it would show up properly again.
I would like to change two other things on mine, though: ~ make the section on forum posts where avatars show up the same shade of grey as the rest of the page background ~ make the background for the wearable preview popup slightly lighter ~ make the background for item listings in the vault slightly lighter and in shops slightly darker Which sections of the CSS do I tweak for those? I'm not proficient in CSS.
Apologies for the wait. Busy life :') Anyway things you need to ctrl+f for:
Box around avatars in forum posts:
.ui.segment.user.details {background-color: !important; box-shadow: none !important; -webkit-box-shadow: none !important;border-color: !important;}
Vault item boxes:
.col-auto {
background-color: #181818 !important;
border-color: #181818 !important;
}
Item hover background:
.tpd-background {background-color: !important; border-color: !important;}
not sure what you mean by item listings in shops?