Adding MindTheDark version 2025-03-17 (c5e286f).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd81ae610b
commit
19df4a7159
126 changed files with 6282 additions and 0 deletions
31
templates/55/MindTheDark/css/_footnotes.css
Normal file
31
templates/55/MindTheDark/css/_footnotes.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
/**
|
||||
* 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 var(--border, #ccc);
|
||||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue