aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/eh16/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/eh16/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/archive/eh16/main.less')
-rw-r--r--configs/archive/eh16/main.less40
1 files changed, 40 insertions, 0 deletions
diff --git a/configs/archive/eh16/main.less b/configs/archive/eh16/main.less
new file mode 100644
index 0000000..1690b42
--- /dev/null
+++ b/configs/archive/eh16/main.less
@@ -0,0 +1,40 @@
+@import "../../../assets/css/_structure.less";
+
+// conference specific styles here
+@grey: #a7a6a8;
+@green: #00ff0d;
+
+// often configured values (and their defaults):
+//
+@brand-primary: @green;
+@text-color: black;
+
+@link-color: @green;
+@link-hover-color: darken(@green, 20%);
+
+@navbar-default-color: black;
+@navbar-default-bg: @green;
+
+@navbar-default-link-color: black;
+@navbar-default-link-hover-color: lighten(black, 20%);
+
+@panel-default-border: @grey;
+
+
+.nav-tabs > li > a {
+ background-color: lighten(@grey, 33%);
+ color: darken(@green, 20%);
+}
+
+img.bunny {
+ width: 160px;
+ position: absolute;
+ bottom: 40px;
+ left: 10px;
+ opacity: 0.4;
+ z-index: -100;
+
+ &:hover {
+ opacity: 1;
+ }
+}