From 5b0b5c541194c2c7c5810201833de09feea91956 Mon Sep 17 00:00:00 2001 From: Karl Beecken Date: Sun, 14 Mar 2021 20:32:10 +0100 Subject: fix broken copy; git is hard --- configs/conferences/fff/main.less | 99 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 configs/conferences/fff/main.less (limited to 'configs/conferences/fff/main.less') diff --git a/configs/conferences/fff/main.less b/configs/conferences/fff/main.less new file mode 100644 index 0000000..1c92027 --- /dev/null +++ b/configs/conferences/fff/main.less @@ -0,0 +1,99 @@ +@import "../../../assets/css/_structure.less"; + +@link-color: #1DA64A; +@panel-bg: #fff; +@well-bg: @panel-bg; +@panel-primary-border: #fff; +@panel-default-heading-bg: #fff; +@panel-default-text: rgb(153, 153, 153); + +@navbar-default-link-color: black; + +@nav-link-hover-bg: #1DA64A; + +@navbar-default-bg: #fff; + +// conference specific styles here + +@font-face { + font-family: 'MerriweatherSans-Regular'; + src: url("/configs/conferences/fff/MerriweatherSans-Regular.woff2"); +} + +@font-face { + font-family: "Jost Bold"; + src: url("/configs/conferences/fff/Jost700Bold.woff"); +} + +body { + font-family: "MerriweatherSans-Regular", sans-serif; +} + +h1, h2, h3, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { + font-family: "Jost Bold", sans-serif; + font-weight: bold; + text-transform: uppercase; +} + +h1, h2, h3 { + color: white; +} + +.well h1, .well h2, .well h3 { + color: @panel-default-text; +} + +body { + background: #1B7340 url(/configs/conferences/fffpk/erde_hell.svg); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: 120% 20%; + background-size: 120%; + +} + +.banner { + h2 { + font-weight: normal; + } +} + +nav { +.navbar-brand { + //color: transparent !important;// + color: white; + height: 50px; + .icon { + background-image: url('logo.png'); + } +} +} + +footer a { + color: @link-color; +} + +.well { + background: white; + border: white; + color: black; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: white; + color: black; +} + +.nav > li > a{ + background: white; + color: black; +} + + +.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{ + background: #1B7340; + color: white; +} + +.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { +} -- cgit v1.2.3