aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/DS2016/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/DS2016/main.less')
-rwxr-xr-xconfigs/conferences/DS2016/main.less65
1 files changed, 0 insertions, 65 deletions
diff --git a/configs/conferences/DS2016/main.less b/configs/conferences/DS2016/main.less
deleted file mode 100755
index 8bbcbb5..0000000
--- a/configs/conferences/DS2016/main.less
+++ /dev/null
@@ -1,65 +0,0 @@
-@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/voctocat-inverse.svg");
- background-size: 27px 27px;
-}
-
-
-body {
- color: @dstext;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-
-
-@font-face {
- font-family: 'BigDots';
- src: url(BigDots.ttf) format('truetype');
- 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;
-}