2026-02-23 22:28:14 +01:00
|
|
|
.inline-note{
|
2026-02-23 22:44:59 +01:00
|
|
|
|
2026-02-24 12:40:59 +01:00
|
|
|
color: var(--green);
|
|
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
|
clear: both;
|
|
|
|
|
width: 46mm;
|
|
|
|
|
text-align: left;
|
|
|
|
|
hyphens: none;
|
2026-02-23 22:28:14 +01:00
|
|
|
|
2026-02-24 12:40:59 +01:00
|
|
|
margin-right: 1ch;
|
|
|
|
|
margin-right: -20mm;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: -25mm;
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
|
|
font-family: var(--note);
|
|
|
|
|
font-size: 9.5px;
|
|
|
|
|
line-height: 1.2;
|
2026-02-23 22:28:14 +01:00
|
|
|
|
|
|
|
|
.body_note{
|
2026-02-24 12:40:59 +01:00
|
|
|
padding-top: 5px;
|
2026-02-23 22:28:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.pagedjs_floatnote_marker,
|
|
|
|
|
.pagedjs_floatnote_call{
|
2026-02-24 12:40:59 +01:00
|
|
|
color: var(--green);
|
|
|
|
|
|
|
|
|
|
// font-weight: bold;
|
|
|
|
|
padding-left: 0.25ch;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
font-family: var(--mono);
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
border: 0.5px solid currentColor;
|
|
|
|
|
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 14px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 4px;
|
2026-02-23 22:28:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pagedjs_floatnote_marker{
|
2026-02-24 12:40:59 +01:00
|
|
|
// float: left;
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// left: 0px;
|
|
|
|
|
// display: block;
|
|
|
|
|
text-align: left;
|
2026-02-23 23:30:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|