aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/zaunei2016/main.less
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:54:16 +0200
committerLukas Schauer2021-04-06 19:54:16 +0200
commitd3c805518a0a0349f56288559254f3107cf5e96c (patch)
treed8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/zaunei2016/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/archive/zaunei2016/main.less')
-rw-r--r--configs/archive/zaunei2016/main.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/archive/zaunei2016/main.less b/configs/archive/zaunei2016/main.less
new file mode 100644
index 0000000..898817e
--- /dev/null
+++ b/configs/archive/zaunei2016/main.less
@@ -0,0 +1,18 @@
+@import "../../../assets/css/_structure.less";
+
+@navbar-default-color: white;
+@navbar-default-bg: #000;
+
+body {
+ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('background.jpg');
+ background-position: top right;
+ background-size: cover;
+ background-repeat: no-repeat;
+
+ color: #fff;
+ min-height: 100%;
+}
+
+html {
+ min-height: 100%;
+}