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/subscribe/main.less | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 configs/archive/subscribe/main.less (limited to 'configs/archive/subscribe/main.less') diff --git a/configs/archive/subscribe/main.less b/configs/archive/subscribe/main.less new file mode 100644 index 0000000..96bc4dc --- /dev/null +++ b/configs/archive/subscribe/main.less @@ -0,0 +1,45 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #00a066; +@panel-bg: #ddd; +@well-bg: @panel-bg; +@panel-primary-border: #FFFFFF; +@panel-default-heading-bg: #333333; +@panel-default-text: #FFFFFF; + +@navbar-default-link-color: #FFFFFF; + +@nav-link-hover-bg: #000000; + +@navbar-default-bg: #ccc; + +// conference specific styles here + +.banner { + color: #999; + + h2 { + font-weight: normal; + } +} + +.navbar-brand { + color: transparent !important; + height: 50px; + background-image: url('logo.png'); + background-repeat: no-repeat; + background-size: auto 30px; + background-position: 15px 10px; + + .icon { + display: none !important; + } +} + +footer a { + color: @link-color; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: #eee; +} \ No newline at end of file -- cgit v1.2.3