aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/emf2018/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/archive/emf2018/main.less')
-rw-r--r--configs/archive/emf2018/main.less59
1 files changed, 59 insertions, 0 deletions
diff --git a/configs/archive/emf2018/main.less b/configs/archive/emf2018/main.less
new file mode 100644
index 0000000..848d22d
--- /dev/null
+++ b/configs/archive/emf2018/main.less
@@ -0,0 +1,59 @@
+@import "../../../assets/css/_structure.less";
+
+@c_title: #c6cbd1;
+@c_text: lighten(black, 20%);
+
+@panel-primary-border: @c_title;
+
+@link-color: @c_text;
+@text-color: @c_text;
+
+body.overview .panel-body {
+ min-height: 10px;
+}
+
+body {
+ background-image: url('bg.jpg');
+ background-position: top right;
+ background-size: cover;
+ background-repeat: no-repeat;
+
+ .navbar-default, footer {
+ background-color: fade(white, 20%);
+ border-color: fade(white, 50%);
+
+ .navbar-brand {
+ color: #c6cbd1;
+ &:hover {
+ color: darken(@c_title, 10%);
+ }
+ }
+ }
+
+ .panel {
+ background-color: fade(white, 60%);
+ border-color: fade(white, 50%);
+ }
+
+ .tab-pane {
+ background-color: fade(white, 60%);
+
+ h1, h2, h3, h4 {
+ color: lighten(@c_text, 20%);
+ }
+ }
+
+ h1, h2, h3, h4 {
+ color: @c_title;
+ }
+
+ .nav-tabs a {
+ color: @c_title;
+ &:hover {
+ color: @c_text;
+ }
+ }
+}
+body.about p {
+color: darken(white, 5%);
+}