ayebz
4 days ago
Fixed Critical Mode when threat level exceeds max, woo! Also added visuals on the About Page
cleggs
4 days ago
GEHEHEH thankuuuuu... im abig fan of how your sites laid out and everything ur oc page is so nice....
ayebz
4 days ago
waaahhh thank you so much! I wanted it to look like a 'choose you character' page hehe-Let me know when you have a site button so I can add you to my neighbors list btw :D
cleggs
3 days ago
THATD BE SO COOL ID LOVE THAT u can find a button i made on the socials page... i think it should work idk how you set it all out thoughh
ayebz
5 days ago
I've been trying to figure out how to run multiple themes. Anyone know how to do that? I cri in java;;;;
that1rogue
5 days ago
Like, just color schemes, or total styling rework? I think I have something that could help apply different css based on given paramaters via js
ayebz
4 days ago
I think I'll learn the heavier style swap in a later time. I'm just trying to figure out a color switch for now that I can hopefully hook up to a specific trigger. It keeps breaking on me so far ahhaha any help is appreciated
that1rogue
4 days ago
if (CRITERIA LOGIC HERE) { document.body.classList.add( "style2" ); } then target body.style2 with css
that1rogue
4 days ago
That's the JS I use. Don't ask where ;) can be used for color swaps or total styling changes
ayebz
4 days ago
I think I took the longer more complicated route to achieve a similar thing lol. I guess people are just gonna have to figure out how to trigger it :)))
Thanks