From: MrHeadwar Date: Thu, 3 Nov 2022 14:37:07 +0000 (+0100) Subject: Added missing images, handled image maps for the pdf (rendered as simple images) X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=95a5b1fd827b74daae5eb625d41601317522f65a Added missing images, handled image maps for the pdf (rendered as simple images) --- diff --git a/source/css/common.css b/source/css/common.css index 4bff9d1..2900e04 100644 --- a/source/css/common.css +++ b/source/css/common.css @@ -151,11 +151,6 @@ code { display: none; } -.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;} - /* Keyboard modifiers */ .mod1:before { content: "Ctrl ";} .mod2:before { content: "Alt ";} diff --git a/source/css/pdf.css b/source/css/pdf.css index b1039c5..63d6a73 100644 --- a/source/css/pdf.css +++ b/source/css/pdf.css @@ -195,3 +195,5 @@ a[href^="#"]::after { a[href^="http"]::after { content: " (" attr(href) ")"; } + +.imagemap .area {display: none;} 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, diff --git a/source/images/cue_map.png b/source/images/cue_map.png new file mode 100644 index 0000000..c3b07d9 Binary files /dev/null and b/source/images/cue_map.png differ diff --git a/source/images/recorder_map.png b/source/images/recorder_map.png new file mode 100644 index 0000000..8f3371d Binary files /dev/null and b/source/images/recorder_map.png differ