aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/guadec2016/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/guadec2016/main.less')
-rw-r--r--configs/conferences/guadec2016/main.less54
1 files changed, 0 insertions, 54 deletions
diff --git a/configs/conferences/guadec2016/main.less b/configs/conferences/guadec2016/main.less
deleted file mode 100644
index cb6484d..0000000
--- a/configs/conferences/guadec2016/main.less
+++ /dev/null
@@ -1,54 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-// guadec 2016 specific colors
-
-@blue_dark: #7092a2;
-@grey_light: #eeeeec;
-@grey_dark: #b7bbbe;
-@grey_darker: #555555;
-
-@link-color: @blue_dark;
-@panel-bg: @blue_dark;
-@well-bg: @panel-bg;
-
-@panel-primary-border: @grey_light;
-@panel-bg: @grey_light;
-
-@panel-default-heading-bg: @blue_dark;
-@panel-default-text: @grey_light;
-
-@navbar-default-link-color: @grey_light;
-
-@nav-link-bg: @grey_light;
-@nav-link-hover-bg: @grey_dark;
-
-@navbar-default-bg: @blue_dark;
-
-@text-color: @grey_darker;
-
-
-// conference specific styles here
-
-.banner {
- color: @grey_light;
-
- h2 {
- font-weight: normal;
- }
-}
-
-.navbar-brand {
- height: 50px;
-}
-
-footer a {
- color: @link-color;
-}
-
-.nav > li > a:hover, .nav > li > a:focus {
- background: @grey_light;
-}
-
-body {
- background-color: @grey_light;
-}