aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/tdott19/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/tdott19/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/archive/tdott19/main.less')
-rw-r--r--configs/archive/tdott19/main.less57
1 files changed, 57 insertions, 0 deletions
diff --git a/configs/archive/tdott19/main.less b/configs/archive/tdott19/main.less
new file mode 100644
index 0000000..25195b1
--- /dev/null
+++ b/configs/archive/tdott19/main.less
@@ -0,0 +1,57 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #006699;
+@panel-bg: #ddd;
+@well-bg: @panel-bg;
+@panel-primary-border: #1d212c;
+@panel-default-heading-bg: #333333;
+@panel-default-text: #FFFFFF;
+
+@navbar-default-link-color: #FFFFFF;
+
+//@nav-link-hover-bg: #000000;
+
+@navbar-default-bg: #1d212c;
+
+// conference specific styles here
+
+body {
+ /*font-family: Fira Code,Monaco,Consolas,Ubuntu Mono,monospace;*/
+ background-color: #1d212c;
+ color: #fff;
+}
+
+.banner {
+ color: #006699;
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
+.well {
+ background: #212020;
+ border: #212020;
+ color: #b7b5b5;
+}
+
+
+footer a {
+ color: @link-color;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #eee;
+}
+
+.logo {
+ background: url('logo.svg') no-repeat center;
+ height: 170px;
+ position: absolute;
+ bottom: 30px + 25px;
+ z-index: -100;
+
+ left: 0;
+ right: 0;
+}
+