aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/suedpoldjbattle20/main.less
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:54:16 +0200
committerLukas Schauer2021-04-06 19:54:16 +0200
commitd3c805518a0a0349f56288559254f3107cf5e96c (patch)
treed8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/suedpoldjbattle20/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/archive/suedpoldjbattle20/main.less')
-rw-r--r--configs/archive/suedpoldjbattle20/main.less55
1 files changed, 55 insertions, 0 deletions
diff --git a/configs/archive/suedpoldjbattle20/main.less b/configs/archive/suedpoldjbattle20/main.less
new file mode 100644
index 0000000..ce02337
--- /dev/null
+++ b/configs/archive/suedpoldjbattle20/main.less
@@ -0,0 +1,55 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #bdafbe;
+@panel-bg: #ddd;
+@well-bg: @panel-bg;
+@panel-primary-border: #FFFFFF;
+@panel-default-heading-bg: #333333;
+@panel-default-text: #bdafbe;
+
+@navbar-default-link-color: #bfc1be;
+
+@nav-link-hover-bg: #bfc1be;
+
+@navbar-default-bg: #232323;
+
+// conference specific styles here
+
+body {
+ background-color: #232323;
+ color: #666;
+}
+
+.banner {
+ color: #232323;
+
+ 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: #232323 !important;
+ .icon {
+ display: none !important;
+ }
+}
+
+footer a {
+ color: @link-color;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #232323;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ color: white;
+}