aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenjaminwand2021-03-27 20:55:00 +0100
committerbenjaminwand2021-03-27 20:55:00 +0100
commitd192492224bd105676b9a98747623b66413f542a (patch)
treebb7d0bae4332972a58910516cc572cab7ee5e986
parentbadb8c313c7b40a0fb69bd5b98b64c2e3f6de4e5 (diff)
Kleinkram
-rw-r--r--configs/conferences/DiVOC_R2R/main.less20
1 files changed, 17 insertions, 3 deletions
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;