add 34c4 design

This commit is contained in:
msquare 2017-11-30 20:00:55 +01:00
parent 56cf767f60
commit 20eda36415
3 changed files with 6897 additions and 0 deletions

View File

@ -34,6 +34,7 @@ return [
// Available themes
'available_themes' => [
'5' => 'Engelsystem 34c3 (2017)',
'4' => 'Engelsystem 33c3 (2016)',
'3' => 'Engelsystem 32c3 (2015)',
'2' => 'Engelsystem cccamp15',

6884
public/css/theme5.css Normal file

File diff suppressed because it is too large Load Diff

12
themes/theme5.less Normal file
View File

@ -0,0 +1,12 @@
@import "../vendor/twbs/bootstrap/less/variables";
@brand-primary: rgb(164, 28, 49);
@brand-success: rgb(153, 204, 0);
@brand-info: rgb(0, 204, 255);
@brand-warning: rgb(255, 102, 0);
@brand-danger: rgb(51, 0, 102);
@link-color: @brand-primary;
@import "base.less";