From 51648c7d388a5c90d1dd6af144e91feefcde1962 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 10 Nov 2012 20:31:35 +0000 Subject: [PATCH] Added hover to logo to make it more obvious that it links to the frontpage --- i2p2www/static/styles/duck.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index c5ff0a22..b5a29581 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -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;