aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/grr2020/main.less
diff options
context:
space:
mode:
authorBjoern Riemer2020-06-01 18:51:45 +0200
committerBjoern2020-06-01 18:51:45 +0200
commit267589411264aa199fd7c2a16dc1be3ab48418b7 (patch)
tree6e773e496959308952d2c1261c81c7ebbde57d5d /configs/conferences/grr2020/main.less
parent80faacad71102ba01d4d2ed658c0c0fae41fe06b (diff)
add GrundrechteReport 2020
Diffstat (limited to '')
-rw-r--r--configs/conferences/grr2020/main.less50
1 files changed, 50 insertions, 0 deletions
diff --git a/configs/conferences/grr2020/main.less b/configs/conferences/grr2020/main.less
new file mode 100644
index 0000000..59515d1
--- /dev/null
+++ b/configs/conferences/grr2020/main.less
@@ -0,0 +1,50 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #0f0f0f;
+@panel-bg: #b43c08;
+@well-bg: @panel-bg;
+@panel-primary-border: #FFFFFF;
+@panel-default-heading-bg: #333333;
+@panel-default-text: #ffffff;
+
+@navbar-default-link-color: #FFFFFF;
+
+@nav-link-hover-bg: #000000;
+
+@navbar-default-bg: #ccc;
+
+// conference specific styles here
+
+body {
+/* background-color: #215c68; */
+}
+
+.banner {
+ color: #e22129;
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
+.navbar-brand {
+ // color: transparent !important;
+ height: 50px;
+ background-image: url('grr_titel.gif');
+ background-repeat: no-repeat;
+ background-size: auto 30px;
+ background-position: 15px 10px;
+ padding-left: 120px;
+ color: #e22129 !important;
+ .icon {
+ display: none !important;
+ }
+}
+
+footer a {
+ color: @link-color;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #e22129;
+}