From d6997febbdf6d424fcd0702e3324588387dc2cd9 Mon Sep 17 00:00:00 2001 From: moehm Date: Fri, 30 May 2014 11:04:28 +0200 Subject: rewrite --- www/static/noscript.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www/static/noscript.css (limited to 'www/static/noscript.css') diff --git a/www/static/noscript.css b/www/static/noscript.css new file mode 100644 index 0000000..484f99e --- /dev/null +++ b/www/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