]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/util/xs_interceptor/static/css/custom.css
"Intercept" requests during downtime
[xonotic/xonstat.git] / xonstat / util / xs_interceptor / static / css / custom.css
diff --git a/xonstat/util/xs_interceptor/static/css/custom.css b/xonstat/util/xs_interceptor/static/css/custom.css
new file mode 100644 (file)
index 0000000..6b5a689
--- /dev/null
@@ -0,0 +1,14 @@
+body {
+  background-attachment: fixed;
+  background-clip: border-box;
+  background-color: rgb(0,0,0);
+  background-origin: padding-box;
+  background-position: 50% 50%;
+  background-image: url("../img/web_background_3.jpg");
+  background-repeat: no-repeat;
+  background-size: cover;
+}
+.hero-unit {
+  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
+  color: #999;
+}