Less-Quellen von dist/less/ nach less/ verschoben
[website] / less / screen / wip.less
diff --git a/less/screen/wip.less b/less/screen/wip.less
new file mode 100644 (file)
index 0000000..d9cef58
--- /dev/null
@@ -0,0 +1,25 @@
+/** Pages under construction... */
+.wip,
+.wip h1,
+.wip h2,
+.wip h3,
+.wip h4,
+.wip h5,
+.wip h6,
+.wip a
+{
+  color: rgba(128, 128, 128, 0);
+  text-decoration: none;
+  border-color: rgba(128, 128, 128, 0);
+  text-shadow: 0 0 6px #404040;
+}
+.wip
+{
+  position: relative;
+}
+.wip img.w
+{
+  margin-top: 30%;
+  position: absolute;
+  width: 100%;
+}