From d6cd170aa50ee823bfe26f5dad22ec1c2f1b613e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 21 Dec 2016 21:30:21 +0100 Subject: adapt color and button radius --- configs/conferences/33c3/main.less | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'configs/conferences/33c3/main.less') diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index 2f6f50d..bb9febc 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -2,7 +2,7 @@ // conference specific styles here -@turquoise: #009c8b; +@turquoise: #009c8b; @darker-grey: #262626; @dark-grey: lighten(@darker-grey, 20%); @light-grey: lighten(@darker-grey, 30%); @@ -12,7 +12,7 @@ // often configured values (and their defaults): // -@brand-primary: #f19224; +@brand-primary: @turquoise; @text-color: white; @link-color: white; @@ -172,7 +172,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra } .banner { - background: url(assets/drops.svg) no-repeat center; + background: url("assets/min/drops.svg") no-repeat center; height: 320px; text-indent: -9999em; display: block; @@ -181,7 +181,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra video, h1 { display: block; - background: url(assets/logo.svg) no-repeat center; + background: url("assets/min/logo.svg") no-repeat center; height: 200px; width: 500px; margin: 0; @@ -264,17 +264,17 @@ body.multiview .cell { .overview { .group-live h2 > span { - .svg-replace("assets/f-live.svg"); + .svg-replace("assets/min/f-live.svg"); } .group-live-music h2 > span { - .svg-replace("assets/f-live-music.svg"); + .svg-replace("assets/min/f-live-music.svg"); } .recordings h2 > span { - .svg-replace("assets/f-recordings.svg"); + .svg-replace("assets/min/f-recordings.svg"); } .navbar-brand { - .svg-replace("assets/f-33c3-streaming.svg"); + .svg-replace("assets/min/f-33c3-streaming.svg"); width: 290px; height: 75px } @@ -297,22 +297,22 @@ nav .button-wrapper > .btn { background-color: black; &.btn-ssl { - .svg-replace("assets/tls-enabled.svg"); + .svg-replace("assets/min/tls-enabled.svg"); &.btn-warning { - .svg-replace("assets/tls-disabled.svg"); + .svg-replace("assets/min/tls-disabled.svg"); } width: 90px; } &.feedback { - .svg-replace("assets/f-feedback.svg"); + .svg-replace("assets/min/f-feedback.svg"); width: 150px; } &.releases { - .svg-replace("assets/f-releases.svg"); + .svg-replace("assets/min/f-releases.svg"); width: 150px; } &.about { - .svg-replace("assets/f-info.svg"); + .svg-replace("assets/min/f-info.svg"); width: 80px; } @@ -320,3 +320,6 @@ nav .button-wrapper > .btn { float: left; } +.nav-tabs > li > a { + border-radius: 0 !important; +} -- cgit v1.2.3