You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
328 B

1 year ago
  1. .editor-styles-wrapper,.entry-content{
  2. counter-reset:footnotes;
  3. }
  4. a[data-fn].fn{
  5. counter-increment:footnotes;
  6. display:inline-flex;
  7. font-size:smaller;
  8. text-decoration:none;
  9. text-indent:-9999999px;
  10. vertical-align:super;
  11. }
  12. a[data-fn].fn:after{
  13. content:"[" counter(footnotes) "]";
  14. float:right;
  15. text-indent:0;
  16. }