_footnotes.css 628 B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * This file provides styles for footnotes.
  3. */
  4. /*____________ footnotes inside the text ____________*/
  5. /* link to footnote inside the text */
  6. .dokuwiki sup a.fn_top {
  7. }
  8. /* JSpopup */
  9. div.insitu-footnote {
  10. max-width: 40%;
  11. min-width: 5em;
  12. }
  13. /*____________ footnotes at the bottom of the page ____________*/
  14. .dokuwiki div.footnotes {
  15. border-top: 1px solid @ini_border;
  16. padding: .5em 0 0 0;
  17. margin: 1em 0 0 0;
  18. clear: both;
  19. }
  20. .dokuwiki div.footnotes div.fn {
  21. }
  22. .dokuwiki div.footnotes div.fn div.content {
  23. display: inline;
  24. }
  25. .dokuwiki div.footnotes div.fn sup a.fn_bot {
  26. font-weight: bold;
  27. }