summaryrefslogtreecommitdiff
path: root/public/lite/bare.css
diff options
context:
space:
mode:
authorHelianthella <git@gumi.ca>2020-12-22 12:17:52 -0500
committerHelianthella <git@gumi.ca>2020-12-22 12:17:55 -0500
commitd5319656bbac681e83d2c9f98576cabe817baa31 (patch)
tree4f6ab809475b1b2aef72c8c1d490b03a6a2e4e1b /public/lite/bare.css
parentdffbf1ce89cd61a3165fd1dad35e9c4d2f6c08dc (diff)
downloadwebsite-6.1.0.tar.gz
website-6.1.0.tar.bz2
website-6.1.0.tar.xz
website-6.1.0.zip
display a bare-bones website when javascript is disabledv6.1.0
redirects to /lite when disabled, then redirects back when enabled
Diffstat (limited to 'public/lite/bare.css')
-rw-r--r--public/lite/bare.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/lite/bare.css b/public/lite/bare.css
new file mode 100644
index 0000000..9e4d36e
--- /dev/null
+++ b/public/lite/bare.css
@@ -0,0 +1,8 @@
+.nojs {
+ margin: 2em;
+ border: solid 3px orange;
+ padding: 1em;
+ background: beige;
+ color: darkblue;
+ contain: content;
+}