Fix PKG_CONFIG_PATH in systemd
[linux_from_scratch.git] / stylesheets / lfs-xsl / lfs.css
blob407cf21524cc72c5350668e3f631d3bb0ca1f29b
1 /*
2 $LastChangedBy$
3 $Date$
4 */
5 /* Global settings */
6 body {
7 font-family: verdana, tahoma, helvetica, arial, sans-serif;
8 text-align: left;
9 background: #fff;
10 color: #222;
11 margin: 1em;
12 padding: 0;
13 font-size: 1em;
14 line-height: 1.2em
18 /* Links */
19 a:link { color: #22b; }
20 a.ulink:link { font-weight: bold; color: #55f; }
21 a:visited { color: #7e4988 ! important; }
22 a:hover, a:focus { color: #d30e08 ! important; }
23 a:active { color: #6b77b1 ! important;}
26 /* Book titlepage */
27 .book .titlepage {
28 background: #f5f6f7;
29 margin: 0px auto;
30 padding: 0 1em;
33 .book hr {
34 background: #dbddec;
35 height: .3em;
36 border: 0px;
37 margin: 0 -1em;
38 padding: 0;
41 div.dedication {
42 padding-left: 1em;
46 /* Sections */
47 div.sect1, div.appendix {
48 padding-left: .3em;
51 div.important ul {
52 padding-left: 1.5em;
53 list-style-type: disc;
56 div.important ul li p {
57 margin: 0px;
58 padding: 0px 0.6em;
61 .package, .kernel, .installation, .commands, .testing, .configuration, .content {
62 padding: 0 .5em .2em 0;
63 margin: 0;
66 .lfs .package {
67 background: #f5f6f7;
68 border-bottom: 0.2em solid #dbddec;
69 padding-top: .1em;
70 margin-top: 0;
73 .lfs .configuration {
74 background: #fefefe;
75 border-top: 0.2em solid #dbddec;
78 .lfs .content {
79 background: #f5f6f7;
80 border-top: 0.2em solid #dbddec;
81 padding-bottom: .1em;
82 margin-bottom: 0;
86 /* Headers */
87 h1, h2, h3, h4, h5, h6, b, .strong {
88 color: #000;
89 font-weight: bold;
90 line-height: 1em;
93 h1 {
94 font-size: 173%;
95 text-align: center;
98 .book h1 {
99 margin: 0;
100 padding: 0.4em;
103 .preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1 {
104 background: #f5f6f7;
105 border-bottom: .1em solid #dbddec;
106 margin-bottom: 1em;
107 margin-top: 0;
108 padding: .4em;
111 .sect1 h1, .appendix h1 {
112 margin-left: -.2em;
115 .wrap h1 {
116 background: #f5f6f7;
117 margin: 0;
118 padding: .4em;
121 h1.title sup {
122 font-size: small;
125 h2 {
126 font-size: 144%;
129 .book h2.subtitle {
130 text-align: center;
131 background: #dbddec;
132 margin: 0;
133 padding: 0.2em;
136 .appendix h2 {
137 font-size: 133%;
138 margin-top: .8em;
139 margin-bottom: 0.2em;
142 h3 {
143 font-size: 120%;
146 h4 {
147 font-size: 110%;
150 .package h4, h5, h6 {
151 font-size: 100%;
152 font-style: italic;
156 /* Navigation */
157 div.navheader, div.navfooter {
158 background: #ecedef;
159 margin: 0;
160 padding: 0.1em .5em;
163 div.navheader {
164 border-bottom: 1px solid #dbddec;
167 div.navfooter {
168 border-top: 1px solid #dbddec;
171 div.navheader h4 {
172 margin-top: .4em;
173 margin-bottom: 0;
174 text-align: center;
177 div.navheader h3 {
178 margin-top: .2em;
179 margin-bottom: 0;
180 text-align: center;
183 div.navheader ul, div.navfooter ul {
184 padding: .2em .5em .5em 0;
185 margin: .5em 0;
186 position: relative;
187 background: #dbddec;
190 div.navheader ul li, div.navfooter ul li {
191 display: inline;
192 width: 40%;
195 div.navheader ul li.prev, div.navfooter ul li.prev {
196 position: absolute;
197 display: block;
198 left: 0;
199 text-align: left;
200 padding: 0.2em 1em;
201 margin-left: 6px;
204 div.navheader ul li.next, div.navfooter ul li.next {
205 position: absolute;
206 display: block;
207 text-align: right;
208 right: 5px;
209 padding: 0.2em 0.5em;
210 margin-right: 7px;
213 div.navheader ul li.prev p, div.navfooter ul li.prev p,
214 div.navheader ul li.next p, div.navfooter ul li.next p {
215 padding: 0;
216 margin: 1px 0px;
219 div.navheader ul li.home, div.navheader ul li.up,
220 div.navfooter ul li.home, div.navfooter ul li.up {
221 text-align: center;
222 padding: 0;
223 margin: 0px auto;
224 display: block;
225 color: #dbddec;
229 /* TOC */
230 div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
231 list-style: none;
234 div.toc {
235 padding-left: 1em;
238 li.preface, .part li.appendix {
239 margin-left: 1em;
242 div.toc h3 {
243 margin: 1em 0 .3em 0;
246 li.appendix h3, li.glossary h3, li.index h3 {
247 margin: .5em
250 div.toc h4 {
251 margin: .6em 0 .2em 0;
254 li.chapter h4 a {
255 display: block;
256 margin-bottom: .4em
259 .dummy {
260 display: block;
261 font-weight: bold;
262 font-size: 110%;
263 margin: .6em 0 .2em 0;
267 /* Index */
268 .item {
269 float: left;
270 margin-right: 1em
273 .secitem {
274 font-weight: normal;
275 float: left;
276 margin-right: 1em
279 .indexref {
280 display: block;
283 .item + .indexref {
284 margin-left: 20em;
287 .secitem + .indexref {
288 margin-left: 19em;
292 /* Admonitions */
293 div.admon img {
294 padding: .3em;
297 div.admon h3 {
298 display: inline;
299 margin-left: 2em;
302 div.admon p {
303 margin-left: .5em;
304 padding-bottom: .4em;
307 div.admon pre {
308 margin: 0.5em 3em;
311 div.note, div.tip {
312 background-color: #fffff6;
313 border: 2px solid #dbddec;
314 width: 90%;
315 margin: .5em auto;
318 div.important, div.warning, div.caution {
319 background-color: #fffff6;
320 border: medium solid #400;
321 width: 90%;
322 margin: .5em auto;
323 color: #600;
326 div.important h3, div.warning h3, div.caution h3 {
327 color: #900;
330 div.important em, div.warning em, div.caution em {
331 color: #000;
332 font-weight: bold;
336 /* table */
337 .table p.title {
338 text-align: center;
339 margin-top: 0;
340 margin-bottom: .3em;
343 .table table {
344 margin-left: auto;
345 margin-right: auto;
348 .table table th, .table table td {
349 padding: 0.2em 2em 0.2em 2em;
350 text-align: left;
353 .revhistory {
354 padding-left: 1em;
357 .revhistory th {
358 line-height: 2em;
359 text-align: left;
362 .revhistory td {
363 padding-right: 1em;
367 /* variablelist as table */
368 .variablelist table {
369 width: auto;
370 margin: 0 1em 0 1em;
373 .variablelist td {
374 vertical-align: top;
377 .variablelist td span, td p {
378 margin: 0.25em;
382 /* variablelist as list */
383 dl {
384 padding-left: 1em
387 dt {
388 font-weight: bold;
389 margin-left: 1em;
392 dd {
393 margin-bottom: .6em;
394 margin-left: 1em;
397 dd p {
398 margin-top: 0;
399 margin-bottom: 0;
400 padding-top: 0;
401 padding-bottom: 0;
404 div.materials dt {
405 display: list-item;
408 div.materials dd {
409 margin-left: 0;
410 padding-left: 0;
414 /* segmentedlist */
415 .appendix .segmentedlist {
416 padding-left: 1em;
419 .package .seg {
420 margin-bottom: 0em;
421 margin-top: 0em;
422 clear: left;
425 .content .seg {
426 margin-bottom: .4em;
427 margin-top: .4em;
428 clear: left;
431 .segtitle {
432 float: left;
435 .package .segbody, .appendix .segbody {
436 display: block;
437 padding-left: 14em;
440 .content .segbody {
441 display: block;
442 padding-left: 12em;
446 /* itemizedlist */
447 ul {
448 padding-left: 1em
451 .itemizedlist ul {
452 margin-left: 1em
455 .itemizedlist li ul {
456 margin-bottom: 1.2em;
459 .itemizedlist li ul li p {
460 margin-top: .5em;
461 margin-bottom: .5em;
464 .itemizedlist li ul li:first-child p:first-child {
465 margin-top: -.6em;
468 ul.compact {
469 list-style: none;
472 .blfs ul.compact {
473 list-style: disc;
476 ul.compact li {
477 margin: 0em;
478 padding: 0em;
481 ul.compact li p {
482 padding: 0.3em;
483 margin: 0em;
486 .blfs ul.compact li p {
487 background-color: #f0fff0;
490 /* orderedlist */
491 ol {
492 list-style: decimal;
495 ol ol {
496 list-style: lower-alpha;
499 ol ol ol {
500 list-style: lower-roman;
503 ol.compact li {
504 margin: 0em;
505 padding: 0em;
508 ol.compact li p {
509 padding: 0.3em;
510 margin: 0em;
514 /* Indented blocks */
515 p, blockquote {
516 padding-left: 1em;
517 padding-right: 1em;
521 /* Monospaced elements */
522 tt, code, kbd, pre, .command {
523 font-family: monospace;
526 .systemitem {
527 font-style: italic;
530 pre {
531 background-color: #e5e5e5;
532 border: 1px solid #050505;
533 padding: .5em 1em;
534 margin: 0 2em .5em 2em;
535 font-weight: bold;
538 pre.userinput {
539 color: #101310;
542 pre.root {
543 color: #101310;
544 border: 1px solid #11a;
547 pre.screen {
548 color: #000;
549 background-color: #e9e9e9;
550 font-weight: normal;
553 .literal, .prompt {
554 font-weight: normal;
558 /* Mixed tags */
559 p.usernotes {
560 margin-left: -1em;
561 font-size: small;
562 font-weight: bold;
563 font-style: italic;
566 .underlined {
567 text-decoration: underline;
571 /* Last edited info */
572 p.updated {
573 font-size: small;
574 font-weight: bold;
575 font-style: italic;
579 /* Special colored blocks */
580 /* OrangeRed4 */
581 .feature-ssp {
582 color: #8B2500;
585 /* RoyalBlue3 */
586 .feature-aslr {
587 color: #3A5FCD;
590 /* NavyBlue */
591 .feature-pax {
592 color: #000080;
595 /* VioletRed */
596 .feature-hardened_tmp {
597 color: #d02090;
600 /* PaleTurquoise4 */
601 .feature-warnings {
602 color: #668b8b;
605 /* RosyBrown */
606 .feature-misc {
607 color: #bc8f8f;
610 /* Sienna*/
611 .feature-blowfish {
612 color: #8E6B23