Added missing images, handled image maps for the pdf (rendered as simple images)

This commit is contained in:
MrHeadwar 2022-11-03 15:37:07 +01:00 committed by Alexandre Prokoudine
parent ac45c158ca
commit 95a5b1fd82
5 changed files with 7 additions and 5 deletions

View 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 ";}

View File

@ -195,3 +195,5 @@ a[href^="#"]::after {
a[href^="http"]::after {
content: " (" attr(href) ")";
}
.imagemap .area {display: none;}

View 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,

BIN
source/images/cue_map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB