aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/32c3/main.less
diff options
context:
space:
mode:
authorJannes Jeising2015-12-27 01:23:10 +0100
committerJannes Jeising2015-12-27 01:23:10 +0100
commit704ee59b912a8dc64e62ed04839545aa186f9a9b (patch)
tree7f591600b27594f3c74851199ab77a349bd100c1 /configs/conferences/32c3/main.less
parentbc3473d7bc7425aa0e89adb3ba1cfa9162f0b549 (diff)
Design draft for 32C3
Diffstat (limited to '')
-rw-r--r--configs/conferences/32c3/main.less81
1 files changed, 72 insertions, 9 deletions
diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less
index 3890e36..b3e3d5c 100644
--- a/configs/conferences/32c3/main.less
+++ b/configs/conferences/32c3/main.less
@@ -1,10 +1,10 @@
@import "../../../assets/css/_structure.less";
// conference specific styles here
-@darker-grey: lighten(black, 15%);
-@dark-grey: lighten(black, 20%);
-@light-grey: lighten(black, 30%);
-@lighter-grey: lighten(black, 40%);
+@darker-grey: lighten(black, 15%);
+@dark-grey: lighten(black, 20%);
+@light-grey: lighten(black, 30%);
+@lighter-grey: lighten(black, 40%);
// often configured values (and their defaults):
//
@@ -14,14 +14,32 @@
@link-color: white;
@link-hover-color: @lighter-grey;
-@navbar-default-color: @text-color;
-@navbar-default-bg: @dark-grey;
+@navbar-height: 70px;
-//@navbar-default-link-color: @link-color;
+@navbar-default-color: white;
+@navbar-default-bg: #000;
+
+@navbar-default-border: white;
+
+@navbar-default-link-color: white;
//@navbar-default-link-hover-color: @link-hover-color;
+@font-face {
+ font-family: 'Roboto Condensed';
+ font-style: normal;
+ font-weight: 300;
+ src: url('roboto-condensed-v13-latin-300.eot'); /* IE9 Compat Modes */
+ src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
+ url('roboto-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('roboto-condensed-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
+ url('roboto-condensed-v13-latin-300.woff') format('woff'), /* Modern Browsers */
+ url('roboto-condensed-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('roboto-condensed-v13-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
+}
+
body {
background-color: black;
+ padding: @navbar-height 0
}
body.overview {
@@ -41,13 +59,19 @@ body.overview {
}
}
+h1, h2, body.overview .room a.title, body.overview .panel-primary a {
+ font-family: 'Roboto Condensed';
+ font-weight: 300;
+}
+
.well {
color: @dark-grey;
}
.banner {
- background: url(logo.gif) no-repeat center;
- height: 150px;
+ margin-top: 40px;
+ background: url(logo.gif) no-repeat center;
+ height: 170px;
text-indent: -9999em;
}
@@ -58,3 +82,42 @@ body.overview {
.nav-tabs > li > a {
border-color: @dark-grey;
}
+
+nav .navbar-form {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+nav .button-wrapper > .btn {
+ width: 70px;
+ height: 70px;
+ margin-left: -1px;
+ border-color: white;
+ border-top: 0;
+ border-bottom: 0;
+ border-radius: 0;
+ background: url(icons.png) no-repeat left top;
+ text-indent: -9999px;
+ display: block;
+ float: left;
+}
+
+nav .button-wrapper > .btn-ssl {
+ background-position: -72px top;
+}
+
+nav .button-wrapper > .btn-ssl.btn-success {
+ background-position: left top;
+}
+
+nav .button-wrapper > .feedback {
+ background-position: -216px top;
+}
+
+nav .button-wrapper > .releases {
+ background-position: -144px top;
+}
+
+nav .button-wrapper > .about {
+ background-position: -288px top;
+} \ No newline at end of file