From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/archive/eh17/main.less | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 configs/archive/eh17/main.less (limited to 'configs/archive/eh17/main.less') diff --git a/configs/archive/eh17/main.less b/configs/archive/eh17/main.less new file mode 100644 index 0000000..a2fd102 --- /dev/null +++ b/configs/archive/eh17/main.less @@ -0,0 +1,48 @@ +@import "../../../assets/css/_structure.less"; + +@orange: #D28A0D; +@grey-lighter: #333333; +@grey-darker: #2a2a2a; +@grey-light: #c1c1c1; + + +@brand-primary: @orange; + + +@well-bg: @grey-lighter; + +@navbar-default-bg: @grey-darker; + +@btn-default-bg: @grey-light; + + +@panel-default-heading-bg: @grey-darker; +@panel-default-text: @orange; + +@panel-bg: @grey-lighter; + + +body { + background-color: @grey-darker; + color: @grey-light; +} + +.overview .panel-title { + font-weight: bold; +} + + +.bunny { + background-image: url(bunny.svg); + + position: absolute; + right: 30px; + bottom: 0; + + width: 218px; + height: 400px; + + @media (max-width: @screen-sm-min) { + display: none; + } +} -- cgit v1.2.3