summaryrefslogtreecommitdiff
path: root/static/noscript.css
diff options
context:
space:
mode:
authorroot2014-09-13 22:26:58 +0200
committerroot2014-09-13 22:26:58 +0200
commitc5639ee890215e4e8e0f544821ea8d285ca58eb8 (patch)
tree29f685943c61c4d7ec0e376e485686e985b97065 /static/noscript.css
parentf8c60cae423fc78ed21d17a9217716ccc1e6dab1 (diff)
downloadvideo-dl-c5639ee890215e4e8e0f544821ea8d285ca58eb8.tar.gz
init
Diffstat (limited to 'static/noscript.css')
-rw-r--r--static/noscript.css25
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; */
+}