aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fcmc/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/fcmc/main.less')
-rw-r--r--configs/conferences/fcmc/main.less62
1 files changed, 0 insertions, 62 deletions
diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less
deleted file mode 100644
index b917b2a..0000000
--- a/configs/conferences/fcmc/main.less
+++ /dev/null
@@ -1,62 +0,0 @@
-@import "../../../assets/css/_structure.less";
-
-@yellow: #c8b41e;
-@light-yellow: rgba(200, 180, 30, 0.7);
-
-@navbar-default-color: #6f6f6f;
-@navbar-default-bg: #000;
-
-@brand-primary: @yellow;
-@text-color: white;
-
-@link-color: white;
-@link-hover-color: white;
-
-body {
- background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('background.jpg');
- background-position: top right;
- background-size: cover;
- background-repeat: no-repeat;
-
- color: #FFF;
- min-height: 100%;
-}
-
-.overview {
- .panel {
- .panel-body {
- a { color: black; }
- &:href { color: #666; }
- }
- }
-}
-
-html {
- min-height: 100%;
-}
-
-.nav-tabs > li.active > a {
- background-color: @yellow;
- color: black;
-}
-
-.nav-tabs > li.active > a:hover {
- background-color: #c8b41e;
- color: black;
-}
-
-.nav-tabs > li > a:hover {
- background-color: #c8b41e;
- color: black;
-}
-
-.nav-tabs > li > a {
- background-color: @light-yellow;
- padding: 2px 5px;
- text-decoration: none;
- border-bottom: 2px solid #666;
-}
-
-.well {
- color: black;
-}