forked from I2P_Developers/i2p.www
Added hover to logo to make it more obvious that it links to the frontpage
This commit is contained in:
@@ -13,6 +13,12 @@ a {color:#d00e0e; text-decoration:none;}
|
||||
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;
|
||||
}
|
||||
div#branding .title {
|
||||
font-family:"URW Gothic L", "Century Gothic", sans-serif; text-transform:uppercase; font-size:3.5em;
|
||||
font-weight:bold; text-shadow:1px 1px 1px rgba(0,0,0,.2); color:#333333;
|
||||
|
Reference in New Issue
Block a user