aboutsummaryrefslogtreecommitdiffstats
path: root/org/css/shittyweb-classic.css
diff options
context:
space:
mode:
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;
+}