aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fiffkon2016/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/fiffkon2016/main.less')
-rwxr-xr-xconfigs/conferences/fiffkon2016/main.less62
1 files changed, 62 insertions, 0 deletions
diff --git a/configs/conferences/fiffkon2016/main.less b/configs/conferences/fiffkon2016/main.less
new file mode 100755
index 0000000..8cf1c67
--- /dev/null
+++ b/configs/conferences/fiffkon2016/main.less
@@ -0,0 +1,62 @@
+@import "../../../assets/css/_structure.less";
+
+// conference specific styles here
+@grey: #fafafa;
+@white: #FFFFFF;
+@dsred: #ff4141;
+@dstext: #480202;
+
+// often configured values (and their defaults):
+//
+@brand-primary: @white;
+@text-color: black;
+
+@link-color: @dsred;
+@link-hover-color: darken(@dsred, 20%);
+
+@navbar-default-color: @dsred;
+@navbar-default-bg: @grey;
+
+@navbar-default-link-color: @dsred;
+@navbar-default-link-hover-color: darken(@dsred, 20%);
+
+@panel-default-border: @grey;
+
+
+.nav-tabs > li > a {
+ background-color: lighten(@dsred, 33%);
+ color: darken(@dsred, 20%);
+
+}
+
+nav .navbar-brand .icon {
+ background-image: url("/assets/img/tv-inverse.png");
+}
+
+
+body {
+ color: @dstext;
+ font-family: "Source Sans Pro", Helvetica, sans-serif;
+}
+
+
+@font-face {
+ font-weight: normal;
+ font-style: normal;
+}
+
+h1,h2,h3, .panel-body a {
+ font-family: 'BigDots';
+}
+.panel-body a {
+ font-weight: bold;
+}
+
+img.DS2016 {
+ position: fixed;
+ top: -170px;
+ left: -170px;
+ height: 712px;
+ width: 796px;
+ z-index: -100;
+}