source: stylesheets/lfs-xsl/lfs.css@ 79bfd82

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 79bfd82 was 79bfd82, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Remphasize host system requirements in General Compilation Instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.1 KB
Line 
1/*
2$LastChangedBy$
3$Date$
4*/
5/* Global settings */
6body {
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
15}
16
17
18/* Links */
19a:link { color: #22b; }
20a.ulink:link { font-weight: bold; color: #55f; }
21a:visited { color: #7e4988 ! important; }
22a:hover, a:focus { color: #d30e08 ! important; }
23a:active { color: #6b77b1 ! important;}
24
25
26/* Book titlepage */
27.book .titlepage {
28 background: #f5f6f7;
29 margin: 0px auto;
30 padding: 0 1em;
31}
32
33.book hr {
34 background: #dbddec;
35 height: .3em;
36 border: 0px;
37 margin: 0 -1em;
38 padding: 0;
39}
40
41div.dedication {
42 padding-left: 1em;
43}
44
45
46/* Sections */
47div.sect1, div.appendix {
48 padding-left: .3em;
49}
50
51div.important ul {
52 padding-left: 1.5em;
53 list-style-type: disc;
54}
55
56div.important ul li p {
57 margin: 0px;
58 padding: 0px 0.6em;
59}
60
61.package, .kernel, .installation, .commands, .testing, .configuration, .content {
62 padding: 0 .5em .2em 0;
63 margin: 0;
64}
65
66.lfs .package {
67 background: #f5f6f7;
68 border-bottom: 0.2em solid #dbddec;
69 padding-top: .1em;
70 margin-top: 0;
71}
72
73.lfs .configuration {
74 background: #fefefe;
75 border-top: 0.2em solid #dbddec;
76}
77
78.lfs .content {
79 background: #f5f6f7;
80 border-top: 0.2em solid #dbddec;
81 padding-bottom: .1em;
82 margin-bottom: 0;
83}
84
85
86/* Headers */
87h1, h2, h3, h4, h5, h6, b, .strong {
88 color: #000;
89 font-weight: bold;
90 line-height: 1em;
91}
92
93h1 {
94 font-size: 173%;
95 text-align: center;
96}
97
98.book h1 {
99 margin: 0;
100 padding: 0.4em;
101}
102
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;
109}
110
111.sect1 h1, .appendix h1 {
112 margin-left: -.2em;
113}
114
115.wrap h1 {
116 background: #f5f6f7;
117 margin: 0;
118 padding: .4em;
119}
120
121h1.title sup {
122 font-size: small;
123}
124
125h2 {
126 font-size: 144%;
127}
128
129.book h2.subtitle {
130 text-align: center;
131 background: #dbddec;
132 margin: 0;
133 padding: 0.2em;
134}
135
136.appendix h2 {
137 font-size: 133%;
138 margin-top: .8em;
139 margin-bottom: 0.2em;
140}
141
142h3 {
143 font-size: 120%;
144}
145
146h4 {
147 font-size: 110%;
148}
149
150.package h4, h5, h6 {
151 font-size: 100%;
152 font-style: italic;
153}
154
155
156/* Navigation */
157div.navheader, div.navfooter {
158 background: #ecedef;
159 margin: 0;
160 padding: 0.1em .5em;
161}
162
163div.navheader {
164 border-bottom: 1px solid #dbddec;
165}
166
167div.navfooter {
168 border-top: 1px solid #dbddec;
169}
170
171div.navheader h4 {
172 margin-top: .4em;
173 margin-bottom: 0;
174 text-align: center;
175}
176
177div.navheader h3 {
178 margin-top: .2em;
179 margin-bottom: 0;
180 text-align: center;
181}
182
183div.navheader ul, div.navfooter ul {
184 padding: .2em .5em .5em 0;
185 margin: .5em 0;
186 position: relative;
187 background: #dbddec;
188}
189
190div.navheader ul li, div.navfooter ul li {
191 display: inline;
192 width: 40%;
193}
194
195div.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;
202}
203
204div.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;
211}
212
213div.navheader ul li.prev p, div.navfooter ul li.prev p,
214div.navheader ul li.next p, div.navfooter ul li.next p {
215 padding: 0;
216 margin: 1px 0px;
217}
218
219div.navheader ul li.home, div.navheader ul li.up,
220div.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;
226}
227
228
229/* TOC */
230div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
231 list-style: none;
232}
233
234div.toc {
235 padding-left: 1em;
236}
237
238li.preface, .part li.appendix {
239 margin-left: 1em;
240}
241
242div.toc h3 {
243 margin: 1em 0 .3em 0;
244}
245
246li.appendix h3, li.glossary h3, li.index h3 {
247 margin: .5em
248}
249
250div.toc h4 {
251 margin: .6em 0 .2em 0;
252}
253
254li.chapter h4 a {
255 display: block;
256 margin-bottom: .4em
257}
258
259.dummy {
260 display: block;
261 font-weight: bold;
262 font-size: 110%;
263 margin: .6em 0 .2em 0;
264}
265
266
267/* Index */
268.item {
269 float: left;
270 margin-right: 1em
271}
272
273.secitem {
274 font-weight: normal;
275 float: left;
276 margin-right: 1em
277}
278
279.indexref {
280 display: block;
281}
282
283.item + .indexref {
284 margin-left: 20em;
285}
286
287.secitem + .indexref {
288 margin-left: 19em;
289}
290
291
292/* Admonitions */
293div.admon img {
294 padding: .3em;
295}
296
297div.admon h3 {
298 display: inline;
299 margin-left: 2em;
300}
301
302div.admon p {
303 margin-left: .5em;
304 padding-bottom: .4em;
305}
306
307div.admon pre {
308 margin: 0.5em 3em;
309}
310
311div.note, div.tip {
312 background-color: #fffff6;
313 border: 2px solid #dbddec;
314 width: 90%;
315 margin: .5em auto;
316}
317
318div.important, div.warning, div.caution {
319 background-color: #fffff6;
320 border: medium solid #400;
321 width: 90%;
322 margin: .5em auto;
323 color: #600;
324}
325
326div.important h3, div.warning h3, div.caution h3 {
327 color: #900;
328}
329
330div.important em, div.warning em, div.caution em {
331 color: #000;
332 font-weight: bold;
333}
334
335
336/* table */
337.table p.title {
338 text-align: center;
339 margin-top: 0;
340 margin-bottom: .3em;
341}
342
343.table table {
344 margin-left: auto;
345 margin-right: auto;
346}
347
348.table table th, .table table td {
349 padding: 0.2em 2em 0.2em 2em;
350 text-align: left;
351}
352
353.revhistory {
354 padding-left: 1em;
355}
356
357.revhistory th {
358 line-height: 2em;
359 text-align: left;
360}
361
362.revhistory td {
363 padding-right: 1em;
364}
365
366
367/* variablelist as table */
368.variablelist table {
369 width: auto;
370 margin: 0 1em 0 1em;
371}
372
373.variablelist td {
374 vertical-align: top;
375}
376
377.variablelist td span, td p {
378 margin: 0.25em;
379}
380
381
382/* variablelist as list */
383dl {
384 padding-left: 1em
385}
386
387dt {
388 font-weight: bold;
389 margin-left: 1em;
390}
391
392dd {
393 margin-bottom: .6em;
394 margin-left: 1em;
395}
396
397dd p {
398 margin-top: 0;
399 margin-bottom: 0;
400 padding-top: 0;
401 padding-bottom: 0;
402}
403
404div.materials dt {
405 display: list-item;
406}
407
408div.materials dd {
409 margin-left: 0;
410 padding-left: 0;
411}
412
413
414/* segmentedlist */
415.appendix .segmentedlist {
416 padding-left: 1em;
417}
418
419.package .seg {
420 margin-bottom: 0em;
421 margin-top: 0em;
422 clear: left;
423}
424
425.content .seg {
426 margin-bottom: .4em;
427 margin-top: .4em;
428 clear: left;
429}
430
431.segtitle {
432 float: left;
433}
434
435.package .segbody, .appendix .segbody {
436 display: block;
437 padding-left: 14em;
438}
439
440.content .segbody {
441 display: block;
442 padding-left: 12em;
443}
444
445
446/* itemizedlist */
447ul {
448 padding-left: 1em
449}
450
451.itemizedlist ul {
452 margin-left: 1em
453}
454
455.itemizedlist li ul {
456 margin-bottom: 1.2em;
457}
458
459.itemizedlist li ul li p {
460 margin-top: .5em;
461 margin-bottom: .5em;
462}
463
464.itemizedlist li ul li:first-child p:first-child {
465 margin-top: -.6em;
466}
467
468ul.compact {
469 list-style: none;
470}
471
472.blfs ul.compact {
473 list-style: disc;
474}
475
476ul.compact li {
477 margin: 0em;
478 padding: 0em;
479}
480
481ul.compact li p {
482 padding: 0.3em;
483 margin: 0em;
484}
485
486.blfs ul.compact li p {
487 background-color: #f0fff0;
488}
489
490/* orderedlist */
491ol {
492 list-style: decimal;
493}
494
495ol ol {
496 list-style: lower-alpha;
497}
498
499ol ol ol {
500 list-style: lower-roman;
501}
502
503ol.compact li {
504 margin: 0em;
505 padding: 0em;
506}
507
508ol.compact li p {
509 padding: 0.3em;
510 margin: 0em;
511}
512
513
514/* Indented blocks */
515p, blockquote {
516 padding-left: 1em;
517 padding-right: 1em;
518}
519
520
521/* Monospaced elements */
522tt, code, kbd, pre, .command {
523 font-family: monospace;
524}
525
526.systemitem {
527 font-style: italic;
528}
529
530pre {
531 background-color: #e5e5e5;
532 border: 1px solid #050505;
533 padding: .5em 1em;
534 margin: 0 2em .5em 2em;
535 font-weight: bold;
536}
537
538pre.userinput {
539 color: #101310;
540}
541
542pre.root {
543 color: #101310;
544 border: 1px solid #11a;
545}
546
547pre.screen {
548 color: #000;
549 background-color: #e9e9e9;
550 font-weight: normal;
551}
552
553.literal, .prompt {
554 font-weight: normal;
555}
556
557
558/* Mixed tags */
559p.usernotes {
560 margin-left: -1em;
561 font-size: small;
562 font-weight: bold;
563 font-style: italic;
564}
565
566.underlined {
567 text-decoration: underline;
568}
569
570
571/* Last edited info */
572p.updated {
573 font-size: small;
574 font-weight: bold;
575 font-style: italic;
576}
577
578
579/* Special colored blocks */
580 /* OrangeRed4 */
581.feature-ssp {
582 color: #8B2500;
583}
584
585 /* RoyalBlue3 */
586.feature-aslr {
587 color: #3A5FCD;
588}
589
590 /* NavyBlue */
591.feature-pax {
592 color: #000080;
593}
594
595 /* VioletRed */
596.feature-hardened_tmp {
597 color: #d02090;
598}
599
600 /* PaleTurquoise4 */
601.feature-warnings {
602 color: #668b8b;
603}
604
605 /* RosyBrown */
606.feature-misc {
607 color: #bc8f8f;
608}
609
610 /* Sienna*/
611.feature-blowfish {
612 color: #8E6B23
613}
Note: See TracBrowser for help on using the repository browser.