2026-04-16 17:42:46 +02:00
|
|
|
.pagedjs_page_content{
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.container-note{
|
|
|
|
|
padding-left: calc(var(--unit)*2);
|
|
|
|
|
}
|
2026-04-16 18:15:07 +02:00
|
|
|
|
|
|
|
|
.page-with-h1 .before-h1,
|
2026-04-16 17:42:46 +02:00
|
|
|
.container-note-first{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
// color: red;
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-16 16:00:53 +02:00
|
|
|
.body-note{
|
|
|
|
|
display: block;
|
2026-04-16 17:42:46 +02:00
|
|
|
|
|
|
|
|
font-family: var(--font-sans);
|
|
|
|
|
font-size: var(--fs-small);
|
|
|
|
|
line-height: calc(var(--baseline)*0.75);
|
|
|
|
|
|
|
|
|
|
// margin-top: calc(var(--baseline)*0.25);
|
|
|
|
|
|
|
|
|
|
hyphens: auto;
|
|
|
|
|
hyphenate-limit-chars: 7 3 4;
|
|
|
|
|
hyphenate-limit-lines: 2;
|
|
|
|
|
hyphenate-limit-zone: 8%;
|
|
|
|
|
word-spacing: -0.004em;
|
|
|
|
|
text-align: justify;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.note_marker{
|
|
|
|
|
font-weight: bold;
|
2026-04-16 18:15:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|