aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/fcmc/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/archive/fcmc/main.less')
-rw-r--r--configs/archive/fcmc/main.less62
1 files changed, 62 insertions, 0 deletions
diff --git a/configs/archive/fcmc/main.less b/configs/archive/fcmc/main.less
new file mode 100644
index 0000000..b917b2a
--- /dev/null
+++ b/configs/archive/fcmc/main.less
@@ -0,0 +1,62 @@
+@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;
+}