Footnote
Style the footnote elements.
Overview
Resource location: | @import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/dita/footnote.css"); |
Common Customizations
You can apply customizations by pasting the following code snippets under the @import
rules.
- Style the footnotes separator
-
/* Style the footnotes separator. */ @page { @footnotes { border-top: 2px solid #1d3557; border-clip: 683px; } }
- Style the footnote callouts
-
/* Style the footnote callouts */ .fn::footnote-call { content: "["counter(footnote)"]"; color: #e63946; }
- Style the footnote markers
-
/* Style the footnote markers. */ .fn::footnote-marker { color: #e63946; }