Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/blocks/footnotes
NameTypeSizeActions
📁 .. Folder -
📄 block.json File 1412
Edit Download
📄 style-rtl.css File 328
Edit Download
📄 style-rtl.min.css File 288
Edit Download
📄 style.css File 327
Edit Download
📄 style.min.css File 287
Edit Download

View File: style.css

.editor-styles-wrapper,.entry-content{
  counter-reset:footnotes;
}

a[data-fn].fn{
  counter-increment:footnotes;
  display:inline-flex;
  font-size:smaller;
  text-decoration:none;
  text-indent:-9999999px;
  vertical-align:super;
}

a[data-fn].fn:after{
  content:"[" counter(footnotes) "]";
  float:left;
  text-indent:0;
}