aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/eh18/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/eh18/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/archive/eh18/main.less')
-rw-r--r--configs/archive/eh18/main.less48
1 files changed, 48 insertions, 0 deletions
diff --git a/configs/archive/eh18/main.less b/configs/archive/eh18/main.less
new file mode 100644
index 0000000..88760a1
--- /dev/null
+++ b/configs/archive/eh18/main.less
@@ -0,0 +1,48 @@
+@import "../../../assets/css/_structure.less";
+
+@hasengelb: #ffc800;
+@grey-lighter: #333333;
+@grey-darker: #2a2a2a;
+@grey-light: #c1c1c1;
+
+@brand-primary: @hasengelb;
+@well-bg: @grey-lighter;
+@navbar-default-bg: @grey-lighter;
+@btn-default-bg: @grey-light;
+@panel-default-heading-bg: @grey-darker;
+@panel-default-text: @hasengelb;
+@panel-bg: @grey-lighter;
+
+body {
+ background-color: @grey-darker;
+ color: @grey-light;
+}
+
+.overview .panel-title {
+ font-weight: bold;
+}
+
+nav .navbar-brand .icon {
+ background-image: url(n2n_eh_RGB_WoT_S.png);
+ background-size: contain;
+}
+
+.bunny {
+ background-image: url(n2n_eh_RGB_WoT_S.png);
+ background-repeat: no-repeat;
+ background-size: 194px 240px;
+
+ position: fixed;
+ left: 10px;
+ bottom: 40px;
+
+ width: 194px;
+ height: 240px;
+
+ opacity: 0.4;
+ z-index: -100;
+
+ @media (max-width: @screen-sm-min) {
+ display: none;
+ }
+}