warzone2100: New nixpkg.
[nixpkgs-libre.git] / doc / style.css
blobe992a9a85dd976bee0014da898451d28d351e86f
1 /* Copied from http://bakefile.sourceforge.net/, which appears
2 licensed under the GNU GPL. */
5 /***************************************************************************
6 Basic headers and text:
7 ***************************************************************************/
9 body
11 font-family: sans-serif;
12 background: white;
13 margin: 2em 1em 2em 1em;
16 h1,h2,h3
18 color: #005aa0;
19 text-align: left;
22 h1 /* title */
24 font-size: 200%;
27 h2 /* chapters, appendices, subtitle */
29 font-size: 180%;
32 /* Extra space between chapters, appendices. */
33 div.chapter > div.titlepage h2, div.appendix > div.titlepage h2
35 margin-top: 1.5em;
38 div.section > div.titlepage h2 /* sections */
40 font-size: 150%;
41 margin-top: 1.5em;
44 h3 /* subsections */
46 font-size: 125%;
49 div.appendix h3
51 font-size: 150%;
52 margin-top: 1.5em;
55 div.refnamediv h2, div.refsynopsisdiv h2, div.refsection h2 /* refentry parts */
57 margin-top: 1.4em;
58 font-size: 125%;
61 div.refsection h3
63 font-size: 110%;
67 /***************************************************************************
68 Examples:
69 ***************************************************************************/
71 div.example
73 border: 1px solid #6185a0;
74 padding: 6px 6px;
75 margin-left: 1.5em;
76 margin-right: 1.5em;
77 background: #f4f4f8;
80 div.example p.title
82 margin-top: 0em;
86 /***************************************************************************
87 Screen dumps:
88 ***************************************************************************/
90 pre.screen, pre.programlisting
92 border: 1px solid #6185a0;
93 padding: 3px 3px;
94 margin-left: 1.5em;
95 margin-right: 1.5em;
96 color: #600000;
97 background: #f4f4f8;
98 font-family: monospace;
99 /* font-size: 90%; */
102 div.example pre.programlisting
104 border: 0px;
105 padding: 0 0;
106 margin: 0 0 0 0;
110 /***************************************************************************
111 Notes, warnings etc:
112 ***************************************************************************/
114 .note, .warning
116 border: 1px solid #6185a0;
117 padding: 3px 3px;
118 margin-left: 1.5em;
119 margin-right: 1.5em;
120 margin-bottom: 1em;
121 padding: 0.3em 0.3em 0.3em 0.3em;
122 background: #fffff5;
125 div.note, div.warning
127 font-style: italic;
130 div.note h3, div.warning h3
132 color: red;
133 font-size: 100%;
134 // margin: 0 0 0 0;
135 padding-right: 0.5em;
136 display: inline;
139 div.note p, div.warning p
141 margin-bottom: 0em;
144 div.note h3 + p, div.warning h3 + p
146 display: inline;
149 div.note h3
151 color: blue;
152 font-size: 100%;
155 div.navfooter *
157 font-size: 90%;
161 /***************************************************************************
162 Links colors and highlighting:
163 ***************************************************************************/
165 a:link { color: #0048b3; }
166 a:visited { color: #002a6a; }
167 a:hover { background: #ffffcd; }
170 /***************************************************************************
171 Table of contents:
172 ***************************************************************************/
174 .toc
176 font-size: 90%;
181 /***************************************************************************
182 Special elements:
183 ***************************************************************************/
185 tt, code
187 color: #400000;
190 .term
192 font-weight: bold;
196 div.variablelist dd p, div.glosslist dd p
198 margin-top: 0em;
201 div.variablelist dd, div.glosslist dd
203 margin-left: 1.5em;
206 div.glosslist dt
208 font-style: italic;
211 .default
213 font-style: italic;
216 .availability
218 font-style: italic;
221 .varname
223 color: #400000;
227 div.informaltable table
229 border: 1px solid #6185a0;
230 width: 100%;
233 div.informaltable td
235 border: 0;
236 padding: 5px;
239 div.informaltable td.default
241 text-align: right;
244 div.informaltable th
246 text-align: left;
247 color: #005aa0;
248 border: 0;
249 padding: 5px;
250 background: #fffff5;
251 font-weight: normal;
252 font-style: italic;
255 td.varname, td.tagname, td.paramname
257 font-weight: bold;
258 vertical-align: top;
261 div.epigraph
263 font-style: italic;
264 text-align: right;
267 table.productionset table.productionset
269 font-family: monospace;
272 strong.command
274 // font-family: monospace;
275 // font-style: italic;
276 // font-weight: normal;
277 color: #400000;
280 div.calloutlist td
282 padding-bottom: 1em;