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 49 50 51 52 53 54 55 56 57
|
/*
* Copyright (C) 2008-2025 Hartmut Goebel <h.goebel@crazy-compilers.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
div#examples.section table.docutils.field-list .field-body {
padding-top: 0.25em;
padding-bottom: 1em;
padding-left: 2em;
}
div#examples.section #id1.figure { float: left }
div#examples.section #id2.figure { float: right }
div#examples.section #id2.figure img { padding: 66pt 0; }
div#examples.section #id2.figure + * { clear: left }
div.sphinxsidebar li.toctree-l1 ~ li.toctree-l1 {
border-top: dotted thin #AAA;
margin-top: 0.3em;
padding-top: 0.3em;
}
div.sphinxsidebar a {
text-decortation: none;
border-bottom: none;
}
/* make refs, which are links, visible as being links */
a.reference.internal code span.pre {
border-bottom: dotted 1px #004B6B; /* same as for "a.reference" */
}
div#donations.section > .box1 {
width: 50%;
border: solid thin lightseagreen;
border-radius: 1em;
float: right;
margin-left: 0.5em;
padding-left: 0.5em;
}
div#donations.section > .box1 > .centered {
color: seagreen;
}
div#donations.section > .box2 + * {
clear: both;
}
div#donations.section >ul li {
margin-bottom: 0.5em
}
div#donations.section .figure.align-center {
float: left;
padding: 0 3em;
}
|