X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fscreen.css;h=ac99a97ea9ca70e96f7880e874164a76d6310bcb;hb=95a5b1fd827b74daae5eb625d41601317522f65a;hp=c6cff7ea1885d30d3ef4a53b36faf181c65a15af;hpb=ac45c158caec9bc05a4e7cd894be1647c2b266ee;p=ardour-manual diff --git a/source/css/screen.css b/source/css/screen.css index c6cff7e..ac99a97 100644 --- a/source/css/screen.css +++ b/source/css/screen.css @@ -229,6 +229,11 @@ body { } } +.imagemap {position: relative;} +.imagemap img {display: block;} +.imagemap .area {display: block; position: absolute; transition: box-shadow 0.15s ease-in-out;} +.imagemap .area:hover {box-shadow: 0px 0px 1vw white;} + /* for the TOC */ #content p.chapter, #content p.subchapter,