aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fusion-presscon/main.less
diff options
context:
space:
mode:
authorderpeter2019-05-06 21:45:20 +0200
committerderpeter2019-05-06 21:45:20 +0200
commitc648affbbe2eab67ba7ce401f9342ca018909238 (patch)
tree94e3aaa05e03f22709da27860a378a7fc76e9221 /configs/conferences/fusion-presscon/main.less
parent80f02c07f47996d37f47d02050c4dfb55a9d18a5 (diff)
added fusion prescon
Diffstat (limited to '')
-rw-r--r--configs/conferences/fusion-presscon/main.less90
1 files changed, 90 insertions, 0 deletions
diff --git a/configs/conferences/fusion-presscon/main.less b/configs/conferences/fusion-presscon/main.less
new file mode 100644
index 0000000..4459ea1
--- /dev/null
+++ b/configs/conferences/fusion-presscon/main.less
@@ -0,0 +1,90 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #ffffff;
+@panel-bg: #212020;
+@well-bg: @panel-bg;
+@panel-primary-border: #212020;
+@panel-default-heading-bg: blue;
+@panel-default-text: black;
+
+@navbar-default-link-color: white;
+
+//@nav-link-hover-bg: #ff0000;
+
+@navbar-default-bg: black;
+
+// conference specific styles here
+
+@font-face {
+ font-family: 'Dosis';
+ src: url("/configs/conferences/fusion-presscon/dosis-v6-latin-regular.woff2");
+}
+
+h1, h2, h3, a, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand {
+ font-family: 'Dosis',sans-serif;
+ color: white;
+}
+
+
+body {
+ background-color: black;
+ background-image: url("/configs/conferences/fusion-presscon/bg.png");
+ background-repeat: repeat;
+ font-family: 'Open Sans',Helvetica;
+ border: None;
+
+}
+
+.banner {
+ color: #94002f;
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
+.navbar-brand {
+ //color: transparent !important;//
+ color: white;
+ height: 50px;
+ background-image: url('logo.png');//
+ background-repeat: no-repeat;
+ background-size: auto 30px;
+ background-position: 0px 10px;
+ .icon {
+ display: none !important;
+ }
+}
+
+footer a {
+ color: @link-color;
+}
+
+.well {
+ background: #212020;
+ border: #212020;
+ color: #b7b5b5;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #333;
+ color: white;
+ border: None;
+}
+
+.nav > li > a{
+ background: #333;
+ color: white;
+ border: None;
+}
+
+
+.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
+ background: #94002f;
+ color: white;
+ border: None;
+}
+
+.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
+ border: None;
+}