]> Shamusworld >> Repos - ardour-manual/commitdiff
Added missing images, handled image maps for the pdf (rendered as simple images)
authorMrHeadwar <edwsaintesprit@hotmail.com>
Thu, 3 Nov 2022 14:37:07 +0000 (15:37 +0100)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Thu, 3 Nov 2022 14:40:26 +0000 (17:40 +0300)
source/css/common.css
source/css/pdf.css
source/css/screen.css
source/images/cue_map.png [new file with mode: 0644]
source/images/recorder_map.png [new file with mode: 0644]

index 4bff9d11b44b8d117f4e11720297f6ae9c42360e..2900e043692fea6a36ee3cd3472838b4e79bca5c 100644 (file)
@@ -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 ";}
index b1039c53161ed45027559bdf0a7f0331dcb4d8bd..63d6a73cbd0358a3c42695ec7ace8dc357be4dc5 100644 (file)
@@ -195,3 +195,5 @@ a[href^="#"]::after {
 a[href^="http"]::after {
        content: " (" attr(href) ")";
 }
+
+.imagemap .area {display: none;}
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,
diff --git a/source/images/cue_map.png b/source/images/cue_map.png
new file mode 100644 (file)
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 (file)
index 0000000..8f3371d
Binary files /dev/null and b/source/images/recorder_map.png differ