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.

28 lines
559 B

14 years ago
  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 __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 sup a.fn_bot {
  23. font-weight: bold;
  24. }