From 07c6e5d8bdcf1dcbe165aa0293e49088c558f18b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 20 Dec 2015 17:35:19 +0100 Subject: [32c3] simplistic styling --- configs/conferences/32c3/config.php | 2 +- configs/conferences/32c3/logo.gif | Bin 0 -> 956422 bytes configs/conferences/32c3/main.less | 52 ++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 configs/conferences/32c3/logo.gif create mode 100644 configs/conferences/32c3/main.less (limited to 'configs/conferences') diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index ac56f01..e4988b7 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -78,7 +78,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. */ - //'BANNER_HTML' => '32C3 – a new dawn', + 'BANNER_HTML' => '32C3 – gated communities', /** * Link zu den Recordings diff --git a/configs/conferences/32c3/logo.gif b/configs/conferences/32c3/logo.gif new file mode 100644 index 0000000..da6cff7 Binary files /dev/null and b/configs/conferences/32c3/logo.gif differ diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less new file mode 100644 index 0000000..5b8ea83 --- /dev/null +++ b/configs/conferences/32c3/main.less @@ -0,0 +1,52 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here +@darker-grey: lighten(black, 15%); +@dark-grey: lighten(black, 20%); +@light-grey: lighten(black, 30%); +@lighter-grey: lighten(black, 40%); + +// often configured values (and their defaults): +// +@brand-primary: #f19224; +@text-color: white; + +@link-color: white; +@link-hover-color: @lighter-grey; + +@navbar-default-color: @text-color; +@navbar-default-bg: @dark-grey; + +//@navbar-default-link-color: @link-color; +//@navbar-default-link-hover-color: @link-hover-color; + +body { + background-color: black; +} + +body.overview { + .panel-default { + color: @dark-grey; + a { + color: @dark-grey; + } + } + .panel-primary { + background-color: @light-grey; + border-color: @light-grey; + color: white; + a { + color: white; + } + } +} + +.well { + color: @dark-grey; +} + +.banner { + background: url(logo.gif) no-repeat center; + height: 150px; + text-indent: -9999em; +} -- cgit v1.2.3