2023-06-27 10:24:19 -04:00
|
|
|
.editor-styles-wrapper,.entry-content{
|
|
|
|
counter-reset:footnotes;
|
|
|
|
}
|
|
|
|
|
2023-07-11 02:59:09 -04:00
|
|
|
a[data-fn].fn{
|
2023-06-27 10:24:19 -04:00
|
|
|
counter-increment:footnotes;
|
2023-07-11 02:59:09 -04:00
|
|
|
display:inline-flex;
|
2023-06-27 10:24:19 -04:00
|
|
|
font-size:smaller;
|
2023-07-11 02:59:09 -04:00
|
|
|
text-decoration:none;
|
2023-06-27 10:24:19 -04:00
|
|
|
text-indent:-9999999px;
|
|
|
|
vertical-align:super;
|
|
|
|
}
|
|
|
|
|
2023-07-11 02:59:09 -04:00
|
|
|
a[data-fn].fn:after{
|
2023-06-27 10:24:19 -04:00
|
|
|
content:"[" counter(footnotes) "]";
|
|
|
|
float:right;
|
|
|
|
text-indent:0;
|
|
|
|
}
|