From c5639ee890215e4e8e0f544821ea8d285ca58eb8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2014 22:26:58 +0200 Subject: init --- static/noscript.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 static/noscript.css (limited to 'static/noscript.css') diff --git a/static/noscript.css b/static/noscript.css new file mode 100644 index 0000000..484f99e --- /dev/null +++ b/static/noscript.css @@ -0,0 +1,25 @@ +#ns{ + width: 100%; + height: 100%; + position: fixed; + z-index: 99; + top: 0px; + opacity: 0.85; + background: white; + color: red; + font-size: 20pt; +/* visibility: hidden; + background: #ecece1; */ +} + +#ns-area{ + height: 390px; + width: 400px; + position: fixed; + top: 30%; + margin-top: -100px; + padding: 10px; + left: 50%; + margin-left: -200px; +/* border: 1px solid black; */ +} -- cgit v1.2.3