aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/imagination20/main.less
diff options
context:
space:
mode:
authorPeter Hasse2020-07-24 09:17:19 +0200
committerPeter Hasse2020-07-24 09:17:19 +0200
commita93522de29e5917ede3e18ac002cbf3a5db27274 (patch)
treeabbbc6d3f045a30089a7ea4cb10aa77eda86e27e /configs/conferences/imagination20/main.less
parentbb14de87d899b171966cfd4601e480f64f4eb037 (diff)
added imagination of gondwana
Diffstat (limited to 'configs/conferences/imagination20/main.less')
-rw-r--r--configs/conferences/imagination20/main.less50
1 files changed, 50 insertions, 0 deletions
diff --git a/configs/conferences/imagination20/main.less b/configs/conferences/imagination20/main.less
new file mode 100644
index 0000000..0f9b609
--- /dev/null
+++ b/configs/conferences/imagination20/main.less
@@ -0,0 +1,50 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #bdafbe;
+@panel-bg: #ddd;
+@well-bg: @panel-bg;
+@panel-primary-border: #FFFFFF;
+@panel-default-heading-bg: #333333;
+@panel-default-text: #bdafbe;
+
+@navbar-default-link-color: #bfc1be;
+
+@nav-link-hover-bg: #bfc1be;
+
+@navbar-default-bg: #232323;
+
+// conference specific styles here
+
+body {
+ background-color: #232323;
+}
+
+.banner {
+ color: #232323;
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
+.navbar-brand {
+ // color: transparent !important;
+ height: 50px;
+ //background-image: url('logo.svg');
+ background-repeat: no-repeat;
+ background-size: auto 30px;
+ background-position: 15px 10px;
+ padding-left: 120px;
+ color: #232323 !important;
+ .icon {
+ display: none !important;
+ }
+}
+
+footer a {
+ color: @link-color;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #232323;
+}