aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/fcmc/main.less
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:54:16 +0200
committerLukas Schauer2021-04-06 19:54:16 +0200
commitd3c805518a0a0349f56288559254f3107cf5e96c (patch)
treed8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/archive/fcmc/main.less
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
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;
+}