From d192492224bd105676b9a98747623b66413f542a Mon Sep 17 00:00:00 2001 From: benjaminwand Date: Sat, 27 Mar 2021 20:55:00 +0100 Subject: Kleinkram --- configs/conferences/DiVOC_R2R/main.less | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'configs/conferences') diff --git a/configs/conferences/DiVOC_R2R/main.less b/configs/conferences/DiVOC_R2R/main.less index 0961748..1cf147e 100644 --- a/configs/conferences/DiVOC_R2R/main.less +++ b/configs/conferences/DiVOC_R2R/main.less @@ -56,6 +56,10 @@ input.btn:hover { url("Ubuntu.woff") format("woff"), url("Ubuntu.woff2") format("woff2"); } +/* + * headlines + */ + .font-headline { font-family: "Ubuntu", sans-serif; color: @green; @@ -73,6 +77,10 @@ body.overview .panel-primary a, .font-headline(); } +/* + * panels + */ + .panel-default { border-color: @pink; } @@ -81,6 +89,10 @@ body.overview .panel-primary a, border-color: @green; } +/* + * navbar + */ + body.room .tab-content { border-left: 1px solid @green; border-bottom: 1px solid @green; @@ -101,6 +113,10 @@ body.room .tab-content { background-color: #ad621b; } +/* + * schedule + */ + body .schedule .now { //background-color: rgba(222,103,100,0.6); //background-color: unset; @@ -112,12 +128,10 @@ body .schedule .block.event h3 { } h1, +h2, h3 { color: @green; } -h2 { - color: @green; -} body.overview .panel-body { min-height: 10px; -- cgit v1.2.3