header tweak

This commit is contained in:
Daniel Vincent Grippi 2010-09-15 00:39:48 -07:00
parent 1d94039684
commit 1d04c89b48
2 changed files with 20 additions and 17 deletions

View file

@ -85,9 +85,9 @@ header {
margin: -2em; margin: -2em;
margin-bottom: 2em; margin-bottom: 2em;
color: black; color: black;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(black), to(#333333)); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#222222));
background: -moz-linear-gradient(19% 75% 90deg, #333333, black); background: -moz-linear-gradient(19% 75% 90deg, #222222, #666666);
background-color: #222222; background-color: #666666;
padding: 0; padding: 0;
padding-top: 5px; padding-top: 5px;
border-bottom: 1px solid #cccccc; } border-bottom: 1px solid #cccccc; }
@ -120,7 +120,7 @@ header {
header #aspect_header { header #aspect_header {
z-index: 5; z-index: 5;
background-color: #eeeeee; background-color: #eeeeee;
border-top: 1px solid #555555; border-top: 1px solid white;
padding: 20px 0; } padding: 20px 0; }
header #aspect_header h1 { header #aspect_header h1 {
margin-bottom: 0; margin-bottom: 0;
@ -469,15 +469,17 @@ h1.big_text {
padding-bottom: 2px; padding-bottom: 2px;
color: #999999; } color: #999999; }
#aspect_nav ul > li a:hover { #aspect_nav ul > li a:hover {
background-color: #555555; background-color: #4e4e4e;
color: #cccccc; } color: #cccccc; }
#aspect_nav ul > li.selected a { #aspect_nav ul > li.selected a {
padding-top: 5px; text-shadow: 0 2px 0 white;
padding-bottom: 3px; padding-top: 4px;
padding-bottom: 4px;
line-height: 18px; line-height: 18px;
font-weight: bold; font-weight: bold;
background-color: #eeeeee; background-color: #eeeeee;
border-bottom: 1px solid #eeeeee; border: 1px solid white;
border-bottom: none;
color: black; } color: black; }
#aspect_nav ul > li.selected a:hover { #aspect_nav ul > li.selected a:hover {
background-color: #efefef; } background-color: #efefef; }

View file

@ -112,10 +112,10 @@ header
:margin -2em :margin -2em
:bottom 2em :bottom 2em
:color #000 :color #000
:background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#333333)) :background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#222))
:background -moz-linear-gradient(19% 75% 90deg, #333333, #000000) :background -moz-linear-gradient(19% 75% 90deg, #222, #666)
:background :background
:color #222 :color #666
:padding 0 :padding 0
:top 5px :top 5px
:border :border
@ -164,7 +164,7 @@ header
:background :background
:color #eee :color #eee
:border :border
:top 1px solid #555 :top 1px solid #fff
:padding 20px 0 :padding 20px 0
h1 h1
@ -633,21 +633,22 @@ h1.big_text
&:hover &:hover
:background :background
:color #555 :color #4e4e4e
:color #ccc :color #ccc
&.selected a &.selected a
:text-shadow 0 2px 0 #fff
:padding :padding
:top 5px :top 4px
:bottom 3px :bottom 4px
:line :line
:height 18px :height 18px
:font :font
:weight bold :weight bold
:background :background
:color #eee :color #eee
:border :border 1px solid #fff
:bottom 1px solid #eee :bottom none
:color #000 :color #000
&:hover &:hover
:background :background