following notes

This commit is contained in:
Julie Blanc 2026-03-09 23:11:46 +01:00
parent 8255f08762
commit db9468de74
10 changed files with 312 additions and 56 deletions

View file

@ -1,9 +1,9 @@
@charset "UTF-8";
:root {
--font: "Akkurat Std", sans-serif;
--font-serif: "Edgar", sans-serif;
--font-title: "Allium Rounded", sans-serif;
--font-sans: "Allium Rounded", sans-serif;
--font: 'Akkurat Std', sans-serif;
--font-serif: 'Edgar', sans-serif;
--font-title: 'Allium Rounded', sans-serif;
--font-sans: 'Allium Rounded', sans-serif;
--font-size: 11px;
--fs-small: 8.5px;
--fs-num: 14px;
@ -183,6 +183,10 @@ sup {
line-height: 0;
}
.smallcaps {
font-variant: small-caps;
}
hr {
border: none;
height: var(--baseline);
@ -200,8 +204,7 @@ p {
}
p, li {
-webkit-hyphens: auto;
hyphens: auto;
hyphens: auto;
hyphenate-limit-chars: 7 3 4;
hyphenate-limit-lines: 2;
hyphenate-limit-zone: 8%;
@ -394,50 +397,32 @@ section h1:first-of-type {
margin-top: 3px !important;
}
@page {
@footnote {
float: bottom;
footnote-policy: auto;
}
}
.pagedjs_footnote_content {
padding-top: calc(var(--baseline) * 1);
}
.inline-note {
float: footnote;
footnote-policy: auto;
font-size: var(--fs-small);
line-height: calc(var(--baseline) * 0.8);
padding-left: var(--indent);
position: relative;
font-weight: 600;
}
.inline-note::marker {
display: none;
content: "";
}
[data-counter-note]::before {
content: attr(data-counter-note) ".";
position: absolute;
left: 0px;
}
.inline-note::after {
font-family: var(--font);
font-size: var(--fs-small);
line-height: 0;
position: relative;
top: -3px;
font-variant-position: normal !important;
}
blockquote .inline-note {
font-variant-position: normal !important;
}
#section__list-of-abbr {
display: none;
color: red;
}
.container-following-note {
font-size: var(--fs-small);
line-height: calc(var(--baseline) * 0.8);
position: relative;
-moz-columns: 2;
columns: 2;
}
.body_note {
padding-left: calc(var(--indent) * 3);
position: relative;
}
.following-note_marker {
position: absolute;
left: calc(var(--indent) * 2);
}
.following-note_call {
font-size: var(--fs-small);
line-height: 1;
position: relative;
top: -4px;
}/*# sourceMappingURL=style.css.map */