source: stylesheets/lfs-xsl/lfs.css@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 was ccded7e, checked in by Xi Ruoyao <xry111@…>, 3 years ago

clean up unused SVN prop entries

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