aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/camp2019/main.less
diff options
context:
space:
mode:
authorAndreas Hubel2019-08-20 13:27:44 +0200
committerAndreas Hubel2019-08-20 13:27:44 +0200
commit560f0d133c4bb5873c75298f5b57ff7853b4352b (patch)
treebade23c0c8722354fc919d2b80886c0b41637795 /configs/conferences/camp2019/main.less
parent9cde234e12ed9769ab06c290afa66beebb9f99da (diff)
rename camp2019 to conform to schedule acronym and media.ccc.de
Diffstat (limited to 'configs/conferences/camp2019/main.less')
-rw-r--r--configs/conferences/camp2019/main.less37
1 files changed, 37 insertions, 0 deletions
diff --git a/configs/conferences/camp2019/main.less b/configs/conferences/camp2019/main.less
new file mode 100644
index 0000000..5a9251d
--- /dev/null
+++ b/configs/conferences/camp2019/main.less
@@ -0,0 +1,37 @@
+@import "../../../assets/css/_structure.less";
+
+// conference specific styles here
+
+@brand-primary: @chaosblue;
+@chaosblue: #0076ba;
+@commyellow: #ffc600;
+@campgreen: #99ba00;
+
+body.overview .room-tent-1 .panel-default > .panel-heading {
+ background-color: @chaosblue;
+}
+
+body.overview .room-tent-2 .panel-default > .panel-heading {
+ background-color: @commyellow;
+}
+
+body.overview .room-thm .panel-default > .panel-heading {
+ background-color: @campgreen;
+}
+
+body.overview .room-thm .panel-heading {
+ display: block;
+}
+
+body {
+ background-image: url(cccamp19_logo_colors_RGB.png);
+ background-repeat: no-repeat;
+ background-size: 400px 400px;
+ background-position: left bottom;
+ background-attachment: fixed;
+}
+
+nav .navbar-brand .icon {
+ background-image: url(cccamp19_logo_colors_RGB.png);
+ background-size: contain;
+}