aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/debate12/main.less
diff options
context:
space:
mode:
authorLars Windauer2020-04-01 11:19:30 +0200
committerLars Windauer2020-04-01 11:19:30 +0200
commit0f2e5093af19f7685dad11ecb255240aab8d7b3e (patch)
tree58c633e99d42adbe12ba484a6d4197ec2027bd84 /configs/conferences/debate12/main.less
parent2fe31698477b91e0d43ce57efac06bbdf52bebc8 (diff)
added new lecture 'cadus debate no.12'
Diffstat (limited to '')
-rw-r--r--configs/conferences/debate12/main.less50
1 files changed, 50 insertions, 0 deletions
diff --git a/configs/conferences/debate12/main.less b/configs/conferences/debate12/main.less
new file mode 100644
index 0000000..b648d68
--- /dev/null
+++ b/configs/conferences/debate12/main.less
@@ -0,0 +1,50 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #e22129;
+@panel-bg: #ddd;
+@well-bg: @panel-bg;
+@panel-primary-border: #FFFFFF;
+@panel-default-heading-bg: #333333;
+@panel-default-text: #e22129;
+
+@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('logo.svg');
+ 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;
+}