From f0d1165d9219be5396029eb61d254e62caff74ec Mon Sep 17 00:00:00 2001 From: fortinux Date: Tue, 28 Oct 2014 16:31:35 -0200 Subject: [PATCH] update header --- images/thin-logo.png | Bin 5616 -> 0 bytes style.css | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/thin-logo.png b/images/thin-logo.png index cdf8a49..421ac5e 100644 Binary files a/images/thin-logo.png and b/images/thin-logo.png differ diff --git a/style.css b/style.css index 1ddb6fe..ce14bbb 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ #nav { /* background-color: #0786bd; */ bottom: 0; - color: red; + color: #2c1c44; height: 20px; -moz-border-radius: 15px; border-radius: 15px; @@ -30,9 +30,9 @@ #nav a:hover { - background-color:#FDC210; - -moz-border-radius: 15px; - border-radius: 15px; + background-color:#fcc019; + -moz-border-radius: 12px; + border-radius: 12px; } /* Main style page */ @@ -65,7 +65,7 @@ body { /* Bar Psocial Style */ #theme-header { - height: 72px; + height: 111px; background: #f9c404; background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); @@ -79,7 +79,7 @@ body { color-stop(0.2, #fcdd4e), color-stop(0.8, #f9c404) ); - border-bottom: 8px solid #3b1546; + border-bottom: 9px solid #3b1546; } #profile-header { -- libgit2 0.21.2