aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/gpn16/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/gpn16/main.less')
-rw-r--r--configs/conferences/gpn16/main.less57
1 files changed, 0 insertions, 57 deletions
diff --git a/configs/conferences/gpn16/main.less b/configs/conferences/gpn16/main.less
deleted file mode 100644
index 4debf3d..0000000
--- a/configs/conferences/gpn16/main.less
+++ /dev/null
@@ -1,57 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-@link-color: #ccc;
-@panel-bg: hsla(201, 100%, 28%, 0.75);
-@well-bg: @panel-bg;
-
-@panel-primary-border: #fff;
-@panel-bg: lighten(@body-bg, 5%);
-
-@panel-default-heading-bg: hsla(201, 100%, 18%, 0.75);
-@panel-default-text: #FFFFFF;
-
-@navbar-default-link-color: #FFFFFF;
-
-@nav-link-bg: #ff0000;
-@nav-link-hover-bg: #000000;
-
-@navbar-default-bg: hsla(201, 100%, 28%, 0.75);
-
-@text-color: white;
-
-
-// conference specific styles here
-
-.banner {
- color: #999;
-
- h2 {
- font-weight: normal;
- }
-}
-
-.navbar-brand {
-// color: transparent !important;
- height: 50px;
-// background-image: url('logo.png');
- background-repeat: no-repeat;
- background-size: auto 60px;
- background-position: 15px -3px;
-
- .icon {
-// display: none !important;
- }
-}
-
-footer a {
- color: @link-color;
-}
-
-.nav > li > a:hover, .nav > li > a:focus {
- background: #eee;
-}
-
-body {
- background-image: url('background.png');
- background-repeat: repeat;
-}