Lines Matching refs:footnotes
2 * This file provides styles for footnotes.
14 /* create a custom counter for the footnotes: */
15 body, div.footnotes {
16 counter-reset: footnotes;
19 /*____________ footnotes inside the text ____________*/
36 content: counter(footnotes, super-decimal);
37 counter-increment: footnotes;
50 /*____________ footnotes at the bottom of the page ____________*/
52 .dokuwiki div.footnotes {
79 content: counter(footnotes, decimal) '.';
80 counter-increment: footnotes;
93 [dir=rtl] .dokuwiki div.footnotes > .fn {
96 [dir=rtl] .dokuwiki div.footnotes > .fn .fn_bot {