From 036e0f322b67b9816cc67d0fb8bc815970d8b544 Mon Sep 17 00:00:00 2001 From: eudoxia Date: Thu, 31 Dec 2020 07:23:17 -0500 Subject: rebuilt plaintext pages; other misc fixes --- css/main.css | 2 +- cw.html | 11 ++++---- error/400.html | 5 ++-- error/401.html | 5 ++-- error/403.html | 5 ++-- error/404.html | 5 ++-- error/408.html | 5 ++-- error/500.html | 5 ++-- error/503.html | 5 ++-- media/logo.svg | 64 +++++++++++++++++++++++----------------------- meta/sitemap/index.html | 5 ++-- meta/styletest/plain.html | 31 ++++++++++++++++++++++ meta/styletest/simple.html | 30 ---------------------- 13 files changed, 94 insertions(+), 84 deletions(-) create mode 100755 meta/styletest/plain.html delete mode 100755 meta/styletest/simple.html diff --git a/css/main.css b/css/main.css index 6784523..de4fc06 100755 --- a/css/main.css +++ b/css/main.css @@ -31,7 +31,7 @@ nav pre {margin: 0; color: var(--color-main-l); font-family: var(--fs-mono); fo nav a {color: var(--color-main-l); font-family: var(--fs-mono); font-weight: normal; text-decoration: none; cursor: pointer;} nav a:link {text-decoration: none;} nav a:visited {color: var(--color-main-l);} -nav a:hover {color: var(--color-body-d); background-color: var(--color-main-l); clip-path: inset(10% 0% 10% 0%);} +nav a:hover {color: var(--color-body-d); background-color: var(--color-main-l); clip-path: inset(5% 0% 5% 0%);} nav a:active {color: var(--color-main-l); text-decoration: none;} main {order: 2; flex: 1 1 90%; min-height: 100vh; padding: 1rem; padding-right: calc(20vw + 1rem); overflow-x: hidden; background-color: var(--color-main-d);} .leading,h1,h2,p,p strong,p em,li,code,th,td {color: var(--color-main-l);} diff --git a/cw.html b/cw.html index 303a3f0..3328ade 100755 --- a/cw.html +++ b/cw.html @@ -1,7 +1,8 @@ - + - + + @@ -17,8 +18,8 @@ pre a:visited {text-decoration: none; color: #ddd;} pre a:hover {text-decoration: none; color: #111; background-color: #ddd;} pre a:active {text-decoration: none; color: #ddd;} -Content Warning — DistressNetwork° - +Content Warning + @@ -28,4 +29,4 @@ CONTENT WARNING: This website, and all files originating from it, may contain de EPILEPSY WARNING: This website, and all visual media files originating from it, may contain stroboscopic visual patterns which could provoke an epileptic seizure in viewers who suffer from photosensitive epilepsy, or cause eye strain in photosensitive individuals. - + \ No newline at end of file diff --git a/error/400.html b/error/400.html index e014e24..bd80176 100755 --- a/error/400.html +++ b/error/400.html @@ -1,7 +1,8 @@ - + - + + diff --git a/error/401.html b/error/401.html index c361e2c..ae9ca89 100755 --- a/error/401.html +++ b/error/401.html @@ -1,7 +1,8 @@ - + - + + diff --git a/error/403.html b/error/403.html index 51f2712..1651c31 100755 --- a/error/403.html +++ b/error/403.html @@ -1,7 +1,8 @@ - + - + + diff --git a/error/404.html b/error/404.html index 0f3bae5..1e2f953 100755 --- a/error/404.html +++ b/error/404.html @@ -1,7 +1,8 @@ - + - + + diff --git a/error/408.html b/error/408.html index 73768d7..3286cab 100755 --- a/error/408.html +++ b/error/408.html @@ -1,7 +1,8 @@ - + - + + diff --git a/error/500.html b/error/500.html index 793b8cb..47a7f78 100755 --- a/error/500.html +++ b/error/500.html @@ -1,7 +1,8 @@ - + - + + diff --git a/error/503.html b/error/503.html index 59a5510..45a6e69 100755 --- a/error/503.html +++ b/error/503.html @@ -1,7 +1,8 @@ - + - + + diff --git a/media/logo.svg b/media/logo.svg index dcdc506..5b23f74 100755 --- a/media/logo.svg +++ b/media/logo.svg @@ -1,42 +1,42 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/meta/sitemap/index.html b/meta/sitemap/index.html index 76443a9..7fb9538 100755 --- a/meta/sitemap/index.html +++ b/meta/sitemap/index.html @@ -1,7 +1,8 @@ - + - + + diff --git a/meta/styletest/plain.html b/meta/styletest/plain.html new file mode 100755 index 0000000..789588c --- /dev/null +++ b/meta/styletest/plain.html @@ -0,0 +1,31 @@ + + + + + + + + + + + +Plaintext Template + + + + +
+a simple plaintext-only layout
+for the little things
+
+ + \ No newline at end of file diff --git a/meta/styletest/simple.html b/meta/styletest/simple.html deleted file mode 100755 index 88efbc7..0000000 --- a/meta/styletest/simple.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - -Simplistic Template — DistressNetwork° - - - - -
-simple layout, plain text only
-for the little things
-
- - -- cgit v1.2.3