aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/subscribe10/main.less
diff options
context:
space:
mode:
authorDaniel Molkentin2019-03-21 11:26:33 +0100
committerDaniel Molkentin2019-03-21 11:26:49 +0100
commit6ae1d3206d280952abd39cc4bf1f78842c20e957 (patch)
tree020990e4d464a2847c62a1f643ad9b965e3c52e8 /configs/conferences/subscribe10/main.less
parent22a587ed12dc5a9632263cbaa422b8edcd8c8765 (diff)
Subscribe 10 assets
Diffstat (limited to 'configs/conferences/subscribe10/main.less')
-rw-r--r--configs/conferences/subscribe10/main.less49
1 files changed, 49 insertions, 0 deletions
diff --git a/configs/conferences/subscribe10/main.less b/configs/conferences/subscribe10/main.less
new file mode 100644
index 0000000..65f1e8a
--- /dev/null
+++ b/configs/conferences/subscribe10/main.less
@@ -0,0 +1,49 @@
+@import "../../../assets/css/_structure.less";
+
+@link-color: #00a066;
+@panel-bg: #ddd;
+@well-bg: @panel-bg;
+@panel-primary-border: #FFFFFF;
+@panel-default-heading-bg: #333333;
+@panel-default-text: #FFFFFF;
+
+@navbar-default-link-color: #FFFFFF;
+
+@nav-link-hover-bg: #000000;
+
+@navbar-default-bg: #ccc;
+
+// conference specific styles here
+
+body {
+/* background-color: #215c68; */
+}
+
+.banner {
+ color: #999;
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
+.navbar-brand {
+ color: transparent !important;
+ height: 50px;
+ background-image: url('logo.png');
+ background-repeat: no-repeat;
+ background-size: auto 30px;
+ background-position: 15px 10px;
+
+ .icon {
+ display: none !important;
+ }
+}
+
+footer a {
+ color: @link-color;
+}
+
+.nav > li > a:hover, .nav > li > a:focus {
+ background: #eee;
+}