aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/subscribe/main.less
diff options
context:
space:
mode:
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