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/fcmc/main.less | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 configs/archive/fcmc/main.less (limited to 'configs/archive/fcmc/main.less') diff --git a/configs/archive/fcmc/main.less b/configs/archive/fcmc/main.less new file mode 100644 index 0000000..b917b2a --- /dev/null +++ b/configs/archive/fcmc/main.less @@ -0,0 +1,62 @@ +@import "../../../assets/css/_structure.less"; + +@yellow: #c8b41e; +@light-yellow: rgba(200, 180, 30, 0.7); + +@navbar-default-color: #6f6f6f; +@navbar-default-bg: #000; + +@brand-primary: @yellow; +@text-color: white; + +@link-color: white; +@link-hover-color: white; + +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%; +} + +.overview { + .panel { + .panel-body { + a { color: black; } + &:href { color: #666; } + } + } +} + +html { + min-height: 100%; +} + +.nav-tabs > li.active > a { + background-color: @yellow; + color: black; +} + +.nav-tabs > li.active > a:hover { + background-color: #c8b41e; + color: black; +} + +.nav-tabs > li > a:hover { + background-color: #c8b41e; + color: black; +} + +.nav-tabs > li > a { + background-color: @light-yellow; + padding: 2px 5px; + text-decoration: none; + border-bottom: 2px solid #666; +} + +.well { + color: black; +} -- cgit v1.2.3