diff options
author | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
commit | d3c805518a0a0349f56288559254f3107cf5e96c (patch) | |
tree | d8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/glt19/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/archive/glt19/main.less')
-rw-r--r-- | configs/archive/glt19/main.less | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/archive/glt19/main.less b/configs/archive/glt19/main.less new file mode 100644 index 0000000..15b4b84 --- /dev/null +++ b/configs/archive/glt19/main.less @@ -0,0 +1,45 @@ +@import "../../../assets/css/_structure.less"; + +@orange: rgb(250, 170, 0); +@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; + +h1 { color: @medium; } + +.overview .panel-title { + font-weight: bold; +} + +nav .navbar-brand .icon { + background-image: url(steirertux.png); + background-size: contain; +} + +.glt19 { + background-image: url(steirertux.png); + background-repeat: no-repeat; + background-size: 194px 240px; + + position: fixed; + left: 10px; + bottom: 40px; + + width: 194px; + height: 240px; + + opacity: 0.4; + z-index: -100; + + @media (max-width: @screen-sm-min) { + display: none; + } +} |