diff options
Diffstat (limited to 'static/noscript.css')
| -rw-r--r-- | static/noscript.css | 25 |
1 files changed, 25 insertions, 0 deletions
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; */ +} |
