aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/fiffkon16/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/archive/fiffkon16/main.less')
-rwxr-xr-xconfigs/archive/fiffkon16/main.less93
1 files changed, 93 insertions, 0 deletions
diff --git a/configs/archive/fiffkon16/main.less b/configs/archive/fiffkon16/main.less
new file mode 100755
index 0000000..46eb870
--- /dev/null
+++ b/configs/archive/fiffkon16/main.less
@@ -0,0 +1,93 @@
+@import "../../../assets/css/_structure.less";
+
+@font-face {
+ font-family: SourceSansPro;
+ src: url('fonts/SourceSansPro-Regular.otf');
+}
+@font-face {
+ font-family: SourceSansPro;
+ src: url('fonts/SourceSansPro-Bold.otf');
+ font-weight: bold;
+}
+@font-face {
+ font-family: SourceSansPro;
+ src: url('fonts/SourceSansPro-Italic.otf');
+ font-style: italic;
+}
+@font-face {
+ font-family: SourceSansPro;
+ src: url('fonts/SourceSansPro-BoldItalic.otf');
+ font-weight: bold;
+ font-style: italic;
+}
+@font-face {
+ font-family: SourceSansPro;
+ src: url('fonts/SourceSansPro-Light.otf');
+ font-weight: 300;
+}
+@font-face {
+ font-family: SourceSansPro;
+ src: url('fonts/SourceSansPro-LightItalic.otf');
+ font-style: italic;
+ font-weight: 300;
+}
+
+// conference specific styles here
+@grey: #fafafa;
+@white: #FFFFFF;
+@dsred: #ff4141;
+@dstext: #480202;
+@black: #000000;
+
+// 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: @black;
+
+@navbar-default-link-color: @dsred;
+@navbar-default-link-hover-color: darken(@dsred, 20%);
+
+@panel-default-border: @grey;
+
+.tab-pane { background-color: @black; }
+
+.tab-pane h3 { color: @dsred; };
+h1,h2,h3 { color: @white; };
+
+.desktop-player-hint h3 {}
+
+.nav-tabs > li > a {
+ background-color: darken(@dsred, 33%);
+ color: @white
+
+}
+
+nav .navbar-brand .icon {
+ background-image: url("/assets/img/voctocat-inverse.svg");
+ background-size: 27px 27px;
+}
+
+
+body {
+ color: @dstext;
+ font-family: "Source Sans Pro", Helvetica, sans-serif;
+ background-image: url("/configs/conferences/fiffkon16/logo.png");
+ background-size: cover;
+}
+
+
+@font-face {
+ font-weight: normal;
+ font-style: normal;
+}
+
+.panel-body a {
+ font-weight: lighter;
+}
+