Commit f0d1165d9219be5396029eb61d254e62caff74ec

Authored by fortinux
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

5.48 KB | W: | H:

6.68 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
style.css
... ... @@ -5,7 +5,7 @@
5 5 #nav {
6 6 /* background-color: #0786bd; */
7 7 bottom: 0;
8   - color: red;
  8 + color: #2c1c44;
9 9 height: 20px;
10 10 -moz-border-radius: 15px;
11 11 border-radius: 15px;
... ... @@ -30,9 +30,9 @@
30 30  
31 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 38 /* Main style page */
... ... @@ -65,7 +65,7 @@ body {
65 65 /* Bar Psocial Style */
66 66  
67 67 #theme-header {
68   - height: 72px;
  68 + height: 111px;
69 69 background: #f9c404;
70 70 background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
71 71 background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
... ... @@ -79,7 +79,7 @@ body {
79 79 color-stop(0.2, #fcdd4e),
80 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 85 #profile-header {
... ...