diff --git a/truthseeker/static/css/game_ui_legal.css b/truthseeker/static/css/game_ui_legal.css new file mode 100644 index 0000000..f991a03 --- /dev/null +++ b/truthseeker/static/css/game_ui_legal.css @@ -0,0 +1,45 @@ +html { + background-color: black; +} + +body { + font-family: "Roboto Mono", "sans-serif"; +} + +.legal_link { + color: #0096FF; +} + +.legal_text_title { + font-family: "Spicy Rice", sans-serif; + font-size: 2.5em; + text-align: center; + margin-block-start: 0; + margin-block-end: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +.legal_text_last_update { + font-family: "Titan One", serif; + font-size: 1.5em; + margin-block-start: 0; + margin-block-end: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +.legal_text_description { + font-size: 1.25em; + margin-block-start: 0; + margin-block-end: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +.legal_text_unordered_list { + font-size: 1em; + /* Disable list item padding */ + list-style-position: inside; + padding-inline-start: 0; +}