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 {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;
|
||||||
|
Reference in New Issue
Block a user