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/DS2016/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/archive/DS2016/main.less')
-rwxr-xr-x | configs/archive/DS2016/main.less | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/configs/archive/DS2016/main.less b/configs/archive/DS2016/main.less new file mode 100755 index 0000000..8bbcbb5 --- /dev/null +++ b/configs/archive/DS2016/main.less @@ -0,0 +1,65 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here +@grey: #fafafa; +@white: #FFFFFF; +@dsred: #ff4141; +@dstext: #480202; + +// often configured values (and their defaults): +// +@brand-primary: @white; +@text-color: black; + +@link-color: @dsred; +@link-hover-color: darken(@dsred, 20%); + +@navbar-default-color: @dsred; +@navbar-default-bg: @grey; + +@navbar-default-link-color: @dsred; +@navbar-default-link-hover-color: darken(@dsred, 20%); + +@panel-default-border: @grey; + + +.nav-tabs > li > a { + background-color: lighten(@dsred, 33%); + color: darken(@dsred, 20%); + +} + +nav .navbar-brand .icon { + background-image: url("/assets/img/voctocat-inverse.svg"); + background-size: 27px 27px; +} + + +body { + color: @dstext; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} + + +@font-face { + font-family: 'BigDots'; + src: url(BigDots.ttf) format('truetype'); + font-weight: normal; + font-style: normal; +} + +h1,h2,h3, .panel-body a { + font-family: 'BigDots'; +} +.panel-body a { + font-weight: bold; +} + +img.DS2016 { + position: fixed; + top: -170px; + left: -170px; + height: 712px; + width: 796px; + z-index: -100; +} |