Commit f0d1165d9219be5396029eb61d254e62caff74ec
1 parent
b232dfc5
Exists in
master
update header
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
images/thin-logo.png
style.css
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | #nav { | 5 | #nav { |
6 | /* background-color: #0786bd; */ | 6 | /* background-color: #0786bd; */ |
7 | bottom: 0; | 7 | bottom: 0; |
8 | - color: red; | 8 | + color: #2c1c44; |
9 | height: 20px; | 9 | height: 20px; |
10 | -moz-border-radius: 15px; | 10 | -moz-border-radius: 15px; |
11 | border-radius: 15px; | 11 | border-radius: 15px; |
@@ -30,9 +30,9 @@ | @@ -30,9 +30,9 @@ | ||
30 | 30 | ||
31 | #nav a:hover | 31 | #nav a:hover |
32 | { | 32 | { |
33 | - background-color:#FDC210; | ||
34 | - -moz-border-radius: 15px; | ||
35 | - border-radius: 15px; | 33 | + background-color:#fcc019; |
34 | + -moz-border-radius: 12px; | ||
35 | + border-radius: 12px; | ||
36 | } | 36 | } |
37 | 37 | ||
38 | /* Main style page */ | 38 | /* Main style page */ |
@@ -65,7 +65,7 @@ body { | @@ -65,7 +65,7 @@ body { | ||
65 | /* Bar Psocial Style */ | 65 | /* Bar Psocial Style */ |
66 | 66 | ||
67 | #theme-header { | 67 | #theme-header { |
68 | - height: 72px; | 68 | + height: 111px; |
69 | background: #f9c404; | 69 | background: #f9c404; |
70 | background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); | 70 | background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); |
71 | background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); | 71 | background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); |
@@ -79,7 +79,7 @@ body { | @@ -79,7 +79,7 @@ body { | ||
79 | color-stop(0.2, #fcdd4e), | 79 | color-stop(0.2, #fcdd4e), |
80 | color-stop(0.8, #f9c404) | 80 | color-stop(0.8, #f9c404) |
81 | ); | 81 | ); |
82 | - border-bottom: 8px solid #3b1546; | 82 | + border-bottom: 9px solid #3b1546; |
83 | } | 83 | } |
84 | 84 | ||
85 | #profile-header { | 85 | #profile-header { |