layout-5
This commit is contained in:
parent
ffa89ed031
commit
aed4b9eb92
9 changed files with 141 additions and 109 deletions
|
|
@ -1,12 +1,12 @@
|
|||
.pagedjs_footnote{
|
||||
font-family: var(--note);
|
||||
font-family: var(--sans);
|
||||
// font-size: 10px;
|
||||
line-height: 1.2;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
line-height: 1.3;
|
||||
font-size: 12px;
|
||||
font-weight: 200;
|
||||
text-indent: -14mm;
|
||||
padding-left: 14mm;
|
||||
color: var(--green);
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -58,22 +58,25 @@
|
|||
.pagedjs_footnote[data-footnote-call]{
|
||||
|
||||
// font-family: sans-serif;
|
||||
border: 1px solid currentColor;
|
||||
min-width: 14px;
|
||||
height: 14px;
|
||||
display: inline-flex;
|
||||
border-radius: 4px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 0;
|
||||
white-space: 0px;
|
||||
font-variant-position: super;
|
||||
font-size: 10px;
|
||||
|
||||
font-size: 12px;
|
||||
font-family: var(--sans);
|
||||
text-indent: 0px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
// position: relative;
|
||||
// top: -2px;
|
||||
margin-left: 2px;
|
||||
&::after{
|
||||
font-variant-position: normal;
|
||||
font-variant-position: normal;
|
||||
content: attr(data-counter-footnote-increment) "}"
|
||||
|
||||
}
|
||||
&::before{
|
||||
content: "{"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
[data-footnote-marker]::marker {
|
||||
content: "{" counter(footnote-marker) "} ";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue