Used alpha fade for logo hover to be less glaring
This commit is contained in:
@ -14,10 +14,9 @@ div.hide {display:none;}
|
||||
|
||||
div#branding {width:80%; margin:1em auto; position:relative;}
|
||||
div#branding #logo img:hover {
|
||||
box-shadow: inset 0 0 3px #000000;
|
||||
-moz-box-shadow: inset 0 0 3px #000000;
|
||||
-webkit-box-shadow: inset 0 0 3px #000000;
|
||||
background: #ffffbb;
|
||||
filter:alpha(opacity=60);
|
||||
-moz-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
}
|
||||
div#branding .title {
|
||||
font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em;
|
||||
|
Reference in New Issue
Block a user