]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/screen.css
Added missing images, handled image maps for the pdf (rendered as simple images)
[ardour-manual] / source / css / screen.css
index c6cff7ea1885d30d3ef4a53b36faf181c65a15af..ac99a97ea9ca70e96f7880e874164a76d6310bcb 100644 (file)
@@ -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,