aboutsummaryrefslogtreecommitdiffstats
path: root/org/css/shittyweb-classic.css
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-19 08:52:03 +0000
committernathan <nathansmith@disroot.org>2025-11-19 08:52:03 +0000
commit03fdc6494644b1481a87dfda12bb435a0c9b6be4 (patch)
treec4a05cc4eea80f61520dd9afc2273984799c57dc /org/css/shittyweb-classic.css
parent1062a1e809110945bb6bfb21f0998b77f07fb500 (diff)
downloadshittyweb-main.tar.gz
shittyweb-main.tar.bz2
shittyweb-main.zip
Shittyweb classic themeHEADmain
Diffstat (limited to 'org/css/shittyweb-classic.css')
-rw-r--r--org/css/shittyweb-classic.css37
1 files changed, 37 insertions, 0 deletions
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;
+}