initial commit
This commit is contained in:
commit
abbd549428
97 changed files with 97614 additions and 0 deletions
39
css/modules/_footnotes.scss
Normal file
39
css/modules/_footnotes.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@page {
|
||||
@footnote {
|
||||
float: bottom;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.pagedjs_footnote_content{
|
||||
padding-top: calc(var(--baseline)*1);
|
||||
}
|
||||
|
||||
.inline-note {
|
||||
float: footnote;
|
||||
font-size: 9px;
|
||||
line-height: calc(var(--baseline)*0.9);
|
||||
padding-left: var(--indent);
|
||||
position: relative;
|
||||
font-weight: 100;
|
||||
|
||||
&::marker{
|
||||
display: none;
|
||||
content: "";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
[data-counter-note]{
|
||||
&::before{
|
||||
content: attr(data-counter-note) ".";
|
||||
position: absolute;
|
||||
// left: calc(var(--indent)*-1);
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
[data-footnote-call]{
|
||||
font-size: 9px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue