aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/subscribe7/main.less
diff options
context:
space:
mode:
authorDennis Morhardt2016-05-06 11:00:14 +0200
committerPeter Körner2016-05-06 11:32:17 +0200
commit3aaf325e40e88303d7707c9868cf126e901c5340 (patch)
tree516594cae93b3f79a9b36435217a5789f6f6b98f /configs/conferences/subscribe7/main.less
parentb52573181ab629db99341c1e76632576271461a6 (diff)
Add subscribe7
Diffstat (limited to 'configs/conferences/subscribe7/main.less')
-rw-r--r--configs/conferences/subscribe7/main.less45
1 files changed, 45 insertions, 0 deletions
diff --git a/configs/conferences/subscribe7/main.less b/configs/conferences/subscribe7/main.less
new file mode 100644
index 0000000..96bc4dc
--- /dev/null
+++ b/configs/conferences/subscribe7/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