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/guadec2016/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/archive/guadec2016/main.less')
-rw-r--r-- | configs/archive/guadec2016/main.less | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/configs/archive/guadec2016/main.less b/configs/archive/guadec2016/main.less new file mode 100644 index 0000000..cb6484d --- /dev/null +++ b/configs/archive/guadec2016/main.less @@ -0,0 +1,54 @@ +@import "../../../assets/css/_structure.less"; + +// guadec 2016 specific colors + +@blue_dark: #7092a2; +@grey_light: #eeeeec; +@grey_dark: #b7bbbe; +@grey_darker: #555555; + +@link-color: @blue_dark; +@panel-bg: @blue_dark; +@well-bg: @panel-bg; + +@panel-primary-border: @grey_light; +@panel-bg: @grey_light; + +@panel-default-heading-bg: @blue_dark; +@panel-default-text: @grey_light; + +@navbar-default-link-color: @grey_light; + +@nav-link-bg: @grey_light; +@nav-link-hover-bg: @grey_dark; + +@navbar-default-bg: @blue_dark; + +@text-color: @grey_darker; + + +// conference specific styles here + +.banner { + color: @grey_light; + + h2 { + font-weight: normal; + } +} + +.navbar-brand { + height: 50px; +} + +footer a { + color: @link-color; +} + +.nav > li > a:hover, .nav > li > a:focus { + background: @grey_light; +} + +body { + background-color: @grey_light; +} |