aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/master.css
AgeCommit message (Collapse)Author
4 daysEliminate innerHTML manipulationOsmium Sorcerer
Construct DOM nodes directly instead of trying to sanitize every input string and dynamically updating HTML. Replace all uses of innerHTML with textContent, replaceChildren, and appendChild. This removes the need to use safeTags and replace newlines, but now requires preserving whitespace via CSS pre-wrap. Every OOC chat line is now placed into its own element instead of simply being appended to the log. This might be worse, and createTextNode is another alternative.
2025-06-22do not fuck up other serverlist entriesstonedDiscord
2025-01-30make css look nicerstonedDiscord
2025-01-30change serverlist to use detail tagstonedDiscord
prep for onhover description
2024-11-20Prettified Code!stonedDiscord
2022-03-10Magnum Opus pt1caleb.mabry.15@cnu.edu
2021-01-06herrlock sholm: can you not make em disappear thoughstonedDiscord
2020-03-25empty css rulesD
2020-03-23add https and javascript warningssD
2020-03-21auto indentsD
2020-03-21masterchat doesn't need to be this wide anymoresD
2020-03-21add viewport, put the info below the listsD
2020-03-21move style to css filesD
2020-03-20simplify the infos at the sidesD
2020-03-20add ms chat to htmlsD
2020-02-12fix chatbox on localhost and change eviboxsD
2020-02-12use absolute pathsD
2020-02-12move css into the before empty styles foldersD