aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/subscribe/main.less
diff options
context:
space:
mode:
authorAndreas Hubel2017-10-26 16:28:21 +0200
committerAndreas Hubel2017-10-26 17:07:05 +0200
commitb1d15f20c84fa076696bdfac93c0d5ce5c3bc303 (patch)
tree73c922f76e4914c200a4cbab6b9fd86101046589 /configs/conferences/subscribe/main.less
parentdcbdee7171a3123111f61c8eab7bde760f42eac9 (diff)
added subscribe9 config
Diffstat (limited to 'configs/conferences/subscribe/main.less')
-rw-r--r--configs/conferences/subscribe/main.less45
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/conferences/subscribe/main.less b/configs/conferences/subscribe/main.less
new file mode 100644
index 0000000..96bc4dc
--- /dev/null
+++ b/configs/conferences/subscribe/main.less
@@ -0,0 +1,45 @@
+@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
+
+.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;
+} \ No newline at end of file