diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/DiVOC_R2R/main.less | 20 |
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;
|