From 97264f9fa10c49c4e058fe1f59bb75b04892bee1 Mon Sep 17 00:00:00 2001 From: nathansmith Date: Sat, 24 May 2025 07:54:48 -0600 Subject: More better layout stuff --- org/css/front-page.css | 43 +++++++++++++++++++++++++++++++++++++++++++ org/css/shitty-theme.css | 10 +++++++--- 2 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 org/css/front-page.css (limited to 'org/css') diff --git a/org/css/front-page.css b/org/css/front-page.css new file mode 100644 index 0000000..581cca2 --- /dev/null +++ b/org/css/front-page.css @@ -0,0 +1,43 @@ +body { + background-color: #dcd1ba; +} + +.shittyweb-header { + text-align: center; +} + +.title { + display: none; +} + +#content { + width: 65%; + margin: auto; + background-color: #bebebe; + border: 1px solid black; +} + +table { + margin: auto; + border: none; +} + +.outline-2 { + border: 1px dotted black; +} + +#buttons { + display: none; +} + +#outline-container-buttons { + text-align: center; +} + +#postamble { + width: 25%; + background-color: #bebebe; + text-align: center; + margin: auto; +} + diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index 8e3da1f..cd2e5f6 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -2,6 +2,10 @@ body { background-color: #dcd1ba; } +.shittyweb-header { + text-align: center; +} + #content { width: 65%; margin: auto; @@ -9,8 +13,8 @@ body { border: 1px solid black; } -.shittyweb-header { - text-align: center; +.outline-2 { + border: 1px dotted black; } .org-src-container { @@ -18,6 +22,6 @@ body { } #postamble { - text-align: center; + text-align: center; } -- cgit v1.2.3