From b8478bb9224fab2a3d279fd62ac50e85c229303b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 19 Mar 2017 18:47:41 +0100 Subject: configure fossgis17 --- configs/conferences/fossgis17/main.less | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 configs/conferences/fossgis17/main.less (limited to 'configs/conferences/fossgis17/main.less') diff --git a/configs/conferences/fossgis17/main.less b/configs/conferences/fossgis17/main.less new file mode 100644 index 0000000..92600d9 --- /dev/null +++ b/configs/conferences/fossgis17/main.less @@ -0,0 +1,51 @@ +@import "../../../assets/css/_structure.less"; + +@orange: #eb7f00; +@light: rgba(123,145,153,0.1); +@medium: #7b9199; +@dark: #2d3841; + +@link-color: @orange; +@panel-primary-border: @orange; + +@panel-default-heading-bg: @light; +@panel-default-text: @medium; + +@text-color: @dark; + +footer { + background-color: @orange; + + color: white; + a { + color: white; + &:hover { + text-decoration: underline; + color: white; + } + } +} + +h1 { color: @medium; } + + +.logo { + position: absolute; + top: 51px + 25px; + left: 25px; + display: none; + + background-image: url(logo_ohne_rand.png); + width: 205px; + height: 205px; + + @media screen and (min-width: 1630px) { + display: block; + } +} + + +nav .navbar-brand .icon { + background-image: url(logo_ohne_rand.png); + background-size: contain; +} -- cgit v1.2.3