Adding ad-hominem version 2024-10-07 (3a49926).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
04082b5e58
commit
9432cbd70d
105 changed files with 8812 additions and 0 deletions
31
templates/55/ad-hominem/css/_footnotes.css
Normal file
31
templates/55/ad-hominem/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 @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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue