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/emf2018/main.less | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/conferences/emf2018/main.less')
-rw-r--r-- | configs/conferences/emf2018/main.less | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/configs/conferences/emf2018/main.less b/configs/conferences/emf2018/main.less deleted file mode 100644 index 848d22d..0000000 --- a/configs/conferences/emf2018/main.less +++ /dev/null @@ -1,59 +0,0 @@ -@import "../../../assets/css/_structure.less"; - -@c_title: #c6cbd1; -@c_text: lighten(black, 20%); - -@panel-primary-border: @c_title; - -@link-color: @c_text; -@text-color: @c_text; - -body.overview .panel-body { - min-height: 10px; -} - -body { - background-image: url('bg.jpg'); - background-position: top right; - background-size: cover; - background-repeat: no-repeat; - - .navbar-default, footer { - background-color: fade(white, 20%); - border-color: fade(white, 50%); - - .navbar-brand { - color: #c6cbd1; - &:hover { - color: darken(@c_title, 10%); - } - } - } - - .panel { - background-color: fade(white, 60%); - border-color: fade(white, 50%); - } - - .tab-pane { - background-color: fade(white, 60%); - - h1, h2, h3, h4 { - color: lighten(@c_text, 20%); - } - } - - h1, h2, h3, h4 { - color: @c_title; - } - - .nav-tabs a { - color: @c_title; - &:hover { - color: @c_text; - } - } -} -body.about p { -color: darken(white, 5%); -} |