From 03fdc6494644b1481a87dfda12bb435a0c9b6be4 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 19 Nov 2025 01:52:03 -0700 Subject: Shittyweb classic theme --- org/css/contact.css | 1 - org/css/shittyweb-classic.css | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 org/css/shittyweb-classic.css (limited to 'org') diff --git a/org/css/contact.css b/org/css/contact.css index 1704bfc..0395299 100644 --- a/org/css/contact.css +++ b/org/css/contact.css @@ -2,7 +2,6 @@ body { background-color: black; } - #content { margin: auto; color: #00ff00; diff --git a/org/css/shittyweb-classic.css b/org/css/shittyweb-classic.css new file mode 100644 index 0000000..66606f0 --- /dev/null +++ b/org/css/shittyweb-classic.css @@ -0,0 +1,37 @@ +body { + background-color: #dcd1ba; +} + +#content, .container { + color: black; + background-color: #bebebe; + border: 1px solid black; +} + +a:link { + color: #0000EE; +} + +a:visited { + color: #551A8B; +} + +b { + color: black; +} + +.outline-2 { + border: 1px dotted black; +} + +#text-navigation ul { + border: 1px solid black; +} + +#postamble { + width: 25%; + color: black; + background-color: #bebebe; + text-align: center; + margin: auto; +} -- cgit v1.2.3