1 /* Copied from http://bakefile.sourceforge.net/, which appears
2 licensed under the GNU GPL. */
5 /***************************************************************************
6 Basic headers and text:
7 ***************************************************************************/
11 font-family: "Nimbus Sans L", sans-serif
;
14 margin: 2em 1em 2em 1em;
27 h2
/* chapters, appendices, subtitle */
40 * based on https://medium.com/@zkareemz/golden-ratio-62b3b6d4282a
41 * we do 70 characters per line to fit code listings better
42 * 70 * (font-size / 1.618)
43 * expression for emacs:
51 /* Extra space between chapters, appendices. */
52 div
.chapter
> div
.titlepage h2
, div
.appendix
> div
.titlepage h2
57 div
.section
> div
.titlepage h2
/* sections */
79 div
.refnamediv h2
, div
.refsynopsisdiv h2
, div
.refsection h2
/* refentry parts */
91 /***************************************************************************
93 ***************************************************************************/
97 border: 1px solid
#b0b0b0;
102 border-radius: 0.4em;
103 box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
117 /***************************************************************************
119 ***************************************************************************/
121 pre
.screen
, pre
.programlisting
123 border: 1px solid
#b0b0b0;
129 font-family: monospace
;
130 border-radius: 0.4em;
131 box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
134 div
.example pre
.programlisting
141 /***************************************************************************
143 ***************************************************************************/
147 border: 1px solid
#b0b0b0;
152 padding: 0.3em 0.3em 0.3em 0.3em;
154 border-radius: 0.4em;
155 box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
158 div
.note
, div
.warning
163 div
.note h3
, div
.warning h3
167 padding-right: 0.5em;
171 div
.note p
, div
.warning p
176 div
.note h3
+ p
, div
.warning h3
+ p
193 /***************************************************************************
194 Links colors and highlighting:
195 ***************************************************************************/
197 a
{ text-decoration: none
; }
198 a:hover
{ text-decoration: underline
; }
199 a:link
{ color: #0048b3; }
200 a:visited
{ color: #002a6a; }
203 /***************************************************************************
205 ***************************************************************************/
219 /***************************************************************************
221 ***************************************************************************/
234 div
.variablelist dd p
, div
.glosslist dd p
239 div
.variablelist dd
, div
.glosslist dd
260 div
.calloutlist table
267 border-collapse: collapse
;
268 box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
284 div
.navheader table
, div
.navfooter table
{