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/foss4g-2019/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/archive/foss4g-2019/main.less')
-rw-r--r-- | configs/archive/foss4g-2019/main.less | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/archive/foss4g-2019/main.less b/configs/archive/foss4g-2019/main.less new file mode 100644 index 0000000..757c10e --- /dev/null +++ b/configs/archive/foss4g-2019/main.less @@ -0,0 +1,45 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: @chaosblue; +@chaosblue: #0076ba; +@commyellow: #ffc600; +@campgreen: #99ba00; + +body.overview .room-tent-1 .panel-default > .panel-heading { + background-color: @chaosblue; +} + +body.overview .room-tent-2 .panel-default > .panel-heading { + background-color: @commyellow; +} + +body.overview .room-thm .panel-default > .panel-heading { + background-color: @campgreen; +} + +body.overview .room-toc .panel-default > .panel-heading { + background-color: @chaosblue; +} + +body.overview .room-thm .panel-heading { + display: block; +} + +body.overview .room-toc .panel-heading { + display: block; +} + +body { + background-image: url(foss4g19_logo.png); + background-repeat: no-repeat; + background-size: 468px 676px; + background-position: left bottom; + background-attachment: fixed; +} + +nav .navbar-brand .icon { + background-image: url(foss4g19_logo.png); + background-size: contain; +} |