From c92a8aa064c1a30150fd299870c0b483bbe69d78 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 27 Jan 2013 16:11:37 +0100 Subject: added shadow to logo, updated webui --- module/web/static/css/default/style.less | 29 ++++++++++++++--------------- module/web/static/img/default/logo.png | Bin 10663 -> 5329 bytes module/web/static/img/favicon.ico | Bin 7206 -> 6006 bytes 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'module/web/static') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index a1f80710c..ab79bb89c 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -26,11 +26,11 @@ @greyDark: #444444; @greyDarker: #111113; -@yellow: #fee247; +@yellow: #ffd856; @yellowLighter: lighten(spin(@yellow, 10), 20%); @yellowLightest: lighten(spin(@yellow, 15), 30%); -@blue: #3a79aa; +@blue: #3571a2; @blueLight: lighten(spin(@blue, 5), 10%); @blueLighter: lighten(spin(@blue, 10), 20%); @blueLightest: lighten(spin(@blue, 20), 40%); @@ -161,17 +161,17 @@ a:hover { } .btn-yellow { - background-color: hsl(53, 96%, 44%) !important; + background-color: hsl(46, 100%, 57%) !important; background-repeat: repeat-x; - background-image: -khtml-gradient(linear, left top, left bottom, from(#fbe64b), to(#dbc204)); - background-image: -moz-linear-gradient(top, #fbe64b, #dbc204); - background-image: -ms-linear-gradient(top, #fbe64b, #dbc204); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbe64b), color-stop(100%, #dbc204)); - background-image: -webkit-linear-gradient(top, #fbe64b, #dbc204); - background-image: -o-linear-gradient(top, #fbe64b, #dbc204); - background-image: linear-gradient(#fbe64b, #dbc204); - border-color: #dbc204 #dbc204 hsl(53, 96%, 39%); - color: #fff !important; + background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe389), to(#fecb23)); + background-image: -moz-linear-gradient(top, #ffe389, #fecb23); + background-image: -ms-linear-gradient(top, #ffe389, #fecb23); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe389), color-stop(100%, #fecb23)); + background-image: -webkit-linear-gradient(top, #ffe389, #fecb23); + background-image: -o-linear-gradient(top, #ffe389, #fecb23); + background-image: linear-gradient(#ffe389, #fecb23); + border-color: #fecb23 #fecb23 hsl(46, 100%, 52%); + color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33); -webkit-font-smoothing: antialiased; @@ -239,7 +239,7 @@ header .logo { margin-right: 10px; margin-top: 12px; width: 105px; - height: 105px; + height: 107px; background: url("../../img/default/logo.png") no-repeat; } @@ -304,8 +304,7 @@ header .logo { margin-right: 15px; line-height: 16px; - .popover { -// display: block; + .popover { // display: block; width: 120%; left: -60%; // Half of width margin-left: 50%; diff --git a/module/web/static/img/default/logo.png b/module/web/static/img/default/logo.png index a2edc14b0..bb9c13679 100644 Binary files a/module/web/static/img/default/logo.png and b/module/web/static/img/default/logo.png differ diff --git a/module/web/static/img/favicon.ico b/module/web/static/img/favicon.ico index 58b1f4b89..d7f9f1857 100644 Binary files a/module/web/static/img/favicon.ico and b/module/web/static/img/favicon.ico differ -- cgit v1.2.3