diff options
author | Texec | 2016-12-28 00:41:51 +0100 |
---|---|---|
committer | Texec | 2016-12-28 00:42:04 +0100 |
commit | d42007ecd4b5112d2751f10165b393eabc7d313f (patch) | |
tree | 8a0c0470aece07e0f96cc098319995a822e999f4 /configs/conferences/33c3/main.less | |
parent | 5f1babf2daea38c68e18f914cc0a9fec42de5216 (diff) |
Cleanup layout, implement more from draft
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/main.less | 56 |
1 files changed, 37 insertions, 19 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index f8ccfe6..e0d573a 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -20,10 +20,8 @@ @navbar-height: 70px; -@navbar-default-color: white; -@navbar-default-bg: #000; - -@navbar-default-border: white; +@navbar-default-bg: transparent; +@navbar-default-border: transparent; @navbar-default-link-color: white; //@navbar-default-link-hover-color: @link-hover-color; @@ -37,6 +35,10 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra font-family: sans-serif; } +.group-live { + margin-top: 60px; +} + .overview { h2 { text-align: center; @@ -47,7 +49,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra text-transform: uppercase; font-weight: bold; - margin: 100px 0 30px 0; + margin: 40px 0 20px 0; span { background-color: black; @@ -80,6 +82,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra .panel-title { color: white; + font-size: 18px; } .panel-primary { @@ -129,16 +132,18 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra overflow: hidden; - bottom: -48px; + bottom: -44px; left: 0; right: 0; - height: 48px; + height: 44px; margin: 0; - line-height: 48px; + line-height: 44px; padding-left: 16px; border-bottom: 1px solid @darker-grey; + + font-size: 15px; } } } @@ -166,6 +171,14 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra } } +.overview .room.room-party .panel .panel-body, +.overview .room.room-lounge .panel .panel-body { + margin-bottom: 0; +} + +.navbar-header { + background-color: #000; +} .navbar-brand { font-size: 20px; @@ -313,19 +326,24 @@ body.multiview .cell { } } -nav .button-wrapper > .btn { - height: 75px; - - border-color: black; - &:hover { - border-color: white; - } +.navbar-default .navbar-form.button-wrapper { + border-bottom: 1px solid @dark-grey; + background-color: #000; +} - border-top: 0; - border-bottom: 0; +nav .button-wrapper > .btn { + height: 60px; + margin-top: 15px; + margin-bottom: -1px; + + background-color: transparent; + border: none; + border-bottom: 1px solid transparent; border-radius: 0; - - background-color: black; + + &:hover { + border-bottom: 1px solid @turquoise; + } &.btn-ssl { .svg-replace("assets/min/tls-enabled.svg"); |