Used alpha fade for logo hover to be less glaring

This commit is contained in:
str4d
2012-11-11 02:34:30 +00:00
parent a75f2d6f12
commit acc429a1e7

View File

@ -14,10 +14,9 @@ div.hide {display:none;}
div#branding {width:80%; margin:1em auto; position:relative;} div#branding {width:80%; margin:1em auto; position:relative;}
div#branding #logo img:hover { div#branding #logo img:hover {
box-shadow: inset 0 0 3px #000000; filter:alpha(opacity=60);
-moz-box-shadow: inset 0 0 3px #000000; -moz-opacity: 0.6;
-webkit-box-shadow: inset 0 0 3px #000000; opacity: 0.6;
background: #ffffbb;
} }
div#branding .title { div#branding .title {
font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em; font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em;