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.
|
- /**
- * This file provides styles for footnotes.
- */
-
- /*____________ footnotes inside the text ____________*/
-
- /* link to footnote inside the text */
- .dokuwiki sup a.fn_top {
- }
- /* JSpopup */
- div.insitu-footnote {
- max-width: 40%;
- min-width: 5em;
- }
-
- /*____________ footnotes at the bottom of the page ____________*/
-
- .dokuwiki div.footnotes {
- border-top: 1px solid @ini_border;
- padding: .5em 0 0 0;
- margin: 1em 0 0 0;
- clear: both;
- }
- .dokuwiki div.footnotes div.fn {
- }
- .dokuwiki div.footnotes div.fn div.content {
- display: inline;
- }
- .dokuwiki div.footnotes div.fn sup a.fn_bot {
- font-weight: bold;
- }
|