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/conferences/gpn19/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/conferences/gpn19/main.less')
-rw-r--r-- | configs/conferences/gpn19/main.less | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/configs/conferences/gpn19/main.less b/configs/conferences/gpn19/main.less deleted file mode 100644 index e2bb79b..0000000 --- a/configs/conferences/gpn19/main.less +++ /dev/null @@ -1,54 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@yellow: rgb(250, 199, 55); -@darkred: rgb(51, 48, 48); -@lightred: rgb(51, 48, 48); - -@link-color: @yellow; -@panel-primary-border: @yellow; - -@panel-default-heading-bg: @darkred; -@panel-default-text: @yellow; -@panel-bg: @lightred; -@panel-default-border: @yellow; - -@text-color: @yellow; - -h1 { color: @yellow; } - -body.overview .panel-body { - min-height: 10px; -} - -.overview .panel-title { - font-weight: bold; -} - -nav .navbar-brand .icon { - background-image: url(wortkugelgelb.png); - background-size: contain; -} - -.gpn19 { - background-image: url(wortkugelgelb.png); - background-repeat: no-repeat; - background-size: 320px 240px; - - position: fixed; - left: 10px; - bottom: 40px; - - width: 320px; - height: 240px; - - opacity: 0.4; - z-index: -100; - - @media (max-width: @screen-sm-min) { - display: none; - } -} - -body { - background: url(background.png) no-repeat right top; -} |