summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/refnotes/style.css
blob: 1aba434d695fd7f4c16c72ffe93b933eb3e49d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
div.dokuwiki a.refnotes-ref {
}

div.dokuwiki div.refnotes {
    clear: both;
    margin: 0 0 1em 0;
}

div.dokuwiki div.refnotes hr {
    text-align: left;
    margin-bottom: 0.2em;
}

div.dokuwiki div.refnotes div.notes {
    padding-left: 1em;
    margin-bottom: 1em;
}

div.dokuwiki div.refnotes div.note {
    font-size: 90%;
}

div.dokuwiki div.refnotes div.note.small {
    font-size: 70%;
}

div.dokuwiki div.refnotes div.note.justify {
    text-align: justify;
}

div.dokuwiki div.refnotes div.note.left {
    text-align: left;
}

div.dokuwiki div.refnotes a.nolink {
}

div.dokuwiki div.refnotes a.backref {
}

/* HACK: Fix compatibility problem with Sidebar plugin (issue 6) */
.sidebar_inside_left div.insitu-footnote,
.sidebar_inside_right div.insitu-footnote,
.sidebar_outside_left div.insitu-footnote,
.sidebar_outside_right div.insitu-footnote {
    background: __background_other__;
    padding: 4px;
}