source: stylesheets/lfs-xsl/lfs.css.new@ 52dcb7d

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 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 52dcb7d was 52dcb7d, checked in by Xℹ Ruoyao <xry111@…>, 3 years ago

remove $Date$ and $LastChangedBy$

They are unsupported by Git.

  • Property mode set to 100644
File size: 22.6 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: 1.0em;
8 padding: 0em;
9 font-size: 1.1em;
10 line-height: 1.25em;
11 margin-top: 0em;
12}
13
14/* Links */
15a:link {
16 color: #22b;
17 font-weight: bold;
18 text-decoration: none;
19}
20
21a.ulink:link {
22 font-weight: bold;
23 color: #55f;
24 text-decoration: none;
25}
26
27a:visited {
28 color: #7e4988 ! important;
29 text-decoration: none;
30}
31
32a:hover,
33a:focus {
34 color: #d30e08 ! important;
35 text-decoration: underline;
36}
37
38a:active {
39 color: #4183C4 ! important;
40 text-decoration: none;
41}
42
43div.navfooter a:link {
44 color: #2AAA42 !important;
45}
46
47div.navfooter a:visited {
48 color: #2AAA42 ! important;
49 text-decoration: none;
50
51}
52
53div.navfooter a:hover, div.navfooter a:focus {
54 color: #2AAA42 ! important;
55 text-decoration: underline;
56}
57
58div.navfooter a:active {
59 color: #2AAA42 ! important;
60 text-decoration: none;
61}
62
63/* Book titlepage */
64
65.book .titlepage {
66 text-align: center;
67 width: 92%;
68 /*max-width: 900px;*/
69 /*max-width: 100ex;*/
70 background: #dbddec;
71 margin: 0px auto;
72 padding: 0px 1em;
73}
74
75.book hr {
76 background: #dbddec;
77 height: 2px;
78 border: 0px;
79 margin: 0px;
80 padding: 0px;
81}
82
83/* Sections */
84div.sect1,
85div.appendix,
86div.wrap,
87div.chapter,
88div.part,
89div.preface,
90div.toc,
91div.legalnotice,
92div.dedication,
93div.index,
94.book .titlepage {
95 padding-left: 0.3em;
96 /*max-width: 900px;*/
97 /*max-width: 100ex;*/
98 /*margin: 0px auto;*/
99 margin-left: 170px;
100}
101
102@media(max-width:1220px) and (min-height:550px){
103 div.sect1,
104 div.appendix,
105 div.wrap,
106 div.chapter,
107 div.part,
108 div.preface,
109 div.legalnotice,
110 div.dedication,
111 div.index,
112 .book .titlepage,
113 .book .toc {
114 /*margin: 0 auto;*/
115 margin-left: 170px;
116 }
117}
118/* end media */
119
120@media(max-width:1050px),
121 (max-width:1050px) and (min-width:800px) and (max-height:550px){
122
123 div.sect1,
124 div.appendix,
125 div.wrap,
126 div.chapter,
127 div.part,
128 div.preface,
129 div.legalnotice,
130 div.dedication,
131 div.index,
132 .book .titlepage,
133 .book .toc {
134 margin-left: 120px;
135 }
136}
137/* end media */
138
139@media(max-width:550px),
140 (max-width:800px) and (max-height:550px){
141 div.sect1,
142 div.appendix,
143 div.wrap,
144 div.chapter,
145 div.part,
146 div.preface,
147 div.legalnotice,
148 div.dedication,
149 div.index,
150 .book .titlepage,
151 .book .toc {
152 margin: auto;
153 margin-left: 7vmin;
154 }
155}
156/* end media */
157
158div.index > div.index {
159 margin: auto;
160}
161
162div.important ul {
163 padding-left: 1.5em;
164 list-style-type: disc;
165}
166
167div.important ul li p {
168 margin: 0em;
169 padding: 0em 0.6em;
170}
171
172.package,
173.kernel,
174.installation,
175.commands,
176.testing,
177.configuration,
178.content {
179 padding: 0em 0.5em 0.2em 0em;
180 margin: 0em;
181}
182
183.lfs .package {
184 margin: 1em;
185 padding: 0.2em 0.5em 0.75em 1.5em;
186 box-shadow: 0em 0em 6px rgba(0,0,0,.5);
187 border-radius: 4px;
188 position: relative;
189 line-height: 1.4em;
190}
191
192.lfs .configuration {
193 background: #fefefe;
194 border-top: 0.2em solid #dbddec;
195}
196
197.lfs .content {
198 margin: 1em;
199 padding: 0.2em 0.5em 0.75em 1em;
200 box-shadow: 0em 0em 6px rgba(0,0,0,.5);
201 border-left: 0.5em solid #444;
202 border-radius: 4px;
203 position: relative;
204 line-height: 1.4em;
205}
206
207/* Headers */
208h1, h2, h3, h4, h5, h6, b, .strong {
209 color: #000; /* black */
210 font-weight: bold;
211 line-height: 1em;
212}
213
214h1 {
215 font-size: 173%;
216 text-align: left;
217}
218
219.book h1 {
220 text-align: center;
221 margin: 0em;
222 padding: 0.7em;
223}
224
225.preface h1,
226.part h1,
227.chapter h1,
228.appendix h1,
229.index h1,
230.sect1 h1,
231.wrap h1 {
232 background: none; /*#f5f6f7;*/
233 border-bottom: 1px solid #EEE; /*1em solid #dbddec;*/
234 margin-bottom: 1em;
235 margin-top: 0px;
236 padding: 0.4em;
237}
238
239h1.title sup {
240 font-size: small;
241}
242
243h2 {
244 font-size:144%;
245 border-bottom:1px solid #EEE;
246 padding:.3em;
247}
248
249.titlepage h2,
250div.navheader h2 {
251 font-size: 120%;
252 border-bottom: none;
253 padding: 0.25em;
254}
255
256.book h2.subtitle {
257 margin: 0pt;
258 padding: 0.2em;
259}
260
261.appendix h2 {
262 font-size: 133%;
263 margin-top: 0.8em;
264 margin-bottom: 0.2em;
265}
266
267h3 {
268 font-size: 120%;
269 border-bottom: 1px solid #EEE;
270 padding: 0.25em;
271}
272
273h4 {
274 font-size: 110%;
275 border-bottom: 1px solid #EEE;
276 padding: 0.2em;
277}
278
279.titlepage h3,
280div.navheader h3 {
281 font-size: 120%;
282 border-bottom: none;
283 padding: 0.25em;
284}
285
286.titlepage h4,
287div.navheader h4 {
288 font-size: 110%;
289 border-bottom: none;
290 padding: 0.2em;
291}
292
293@media(max-width:550px){
294 .titlepage h2,
295 div.navheader h2 {
296 font-size: 4.7vmin;
297 border-bottom: none;
298 padding: 0.25em;
299 }
300
301 .titlepage h3,
302 div.navheader h3 {
303 font-size: 4.5vmin;
304 border-bottom: none;
305 padding: 0.25em;
306 }
307
308 .titlepage h4,
309 div.navheader h4 {
310 font-size: 4.3vmin;
311 border-bottom: none;
312 padding: 0.2em;
313 }
314}
315/* End media */
316
317.package h4, h5, h6 {
318 font-size: 100%;
319 font-style: italic;
320}
321
322/* Navigation */
323div.navheader {
324 background: #dbddec;
325 padding: 0.1em 0.5em;
326 /*margin: 0em auto;*/
327 margin-left: 170px;
328 /* border-bottom: 2px solid #dbddec; */
329 width: 100%;
330 /*max-width: 900px;*/
331 /*max-width: 100ex;*/
332 max-height: 85px;
333 z-index: 1000;
334}
335
336div.navheader ul {
337 display:none;
338}
339
340@media(min-width:550px) and (min-height:550px),
341 (min-width:1220px) and (min-height:550px){
342 div.navfooter{
343 top: 0px;
344 position: fixed;
345 background: rgb(255, 255, 255) url("../images/tux.png") no-repeat scroll 5px 5px;
346 display: block;
347 height: 100px;
348 width: 100px;
349 }
350}
351/* End media */
352
353@media(max-width:1220px) and (min-height:550px){
354 div.navheader {
355 border-bottom: 1px solid #dbddec;
356 /*max-width: 900px;*/
357 /*max-width: 100ex;*/
358 max-height: 150px;
359 z-index: 1000;
360 min-height: 50px;
361 height: auto;
362 width: auto;
363 margin: 0px auto;
364 }
365}
366/* End media */
367
368@media(max-width:1050px),
369 (max-width:1050px) and (min-width:800px) and (max-height:550px){
370 div.navheader{
371 margin-left: 120px;
372 height: auto;
373 width: auto;
374 }
375}
376/* End media */
377
378@media(max-width:550px),
379 (max-width:800px) and (max-height:550px){
380 div.navheader{
381 height: auto;
382 width: auto;
383 /*margin-left: 0px;*/
384 margin-left: 120px;
385 }
386}
387/* End media */
388
389div.navheader h4 {
390 margin-top: 0.4em;
391 margin-bottom: 0em;
392 text-align: center;
393}
394
395div.navheader h3 {
396 margin-top: 0.2em;
397 margin-bottom: 0em;
398 text-align: center;
399}
400
401div.navfooter ul{
402 position: relative;
403 margin: 0px;
404 padding: 0px;
405 height: 0px;
406 width: 0px;
407}
408
409div.navheader ul li.prev,
410div.navfooter ul li.prev {
411 position: fixed;
412 display: block;
413 left: 0px;
414 text-align: left;
415 padding: 0.2em 1em;
416 margin-left: 6px;
417 top: 50%;
418 max-width: 170px;
419 /*height: 270px;*/
420 /*border: 1px solid red;*/
421 /*padding-bottom: 3em;*/
422}
423/*
424div.navheader ul li.next,
425div.navfooter ul li.next {
426 position: fixed;
427 display: block;
428 text-align: right;
429 right: 5px;
430 padding: 0.2em 1em;
431 margin-right: 7px;
432 top: 50%;
433 max-width: 170px;
434}
435*/
436div.navheader ul li.next,
437div.navfooter ul li.next {
438 position: fixed;
439 display: block;
440 text-align: left;
441 left: 0px;
442 padding: 0.2em 1em;
443 margin-left: 6px;
444 top: 75%;
445 max-width: 170px;
446}
447
448div.navheader ul li.prev p,
449div.navfooter ul li.prev p,
450div.navheader ul li.next p,
451div.navfooter ul li.next p {
452 padding: 0em;
453 padding-bottom: 3em;
454 margin: 1px 0px;
455 max-width: 170px;
456 font-size: 90%;
457 color: blue;
458 font-weight: bold;
459}
460
461div.navheader ul li.home,
462div.navfooter ul li.home {
463 position: fixed;
464 text-align: left;
465 left: 0px;
466 padding: 0.2em 1em;
467 margin: 0px auto;
468 display: block;
469 color: #dbddec;
470 top: 115px;
471 margin-left: 6px;
472 max-width: 200px;
473}
474
475div.navheader ul li.up,
476div.navfooter ul li.up {
477 position: fixed;
478 text-align: left;
479 left: 0px;
480 padding: 0.2em 1em;
481 margin: 0px auto;
482 display: block;
483 color: #dbddec;
484 top: 75px;
485 margin-left: 6px;
486 max-width: 200px;
487 /*border: 1px solid black;*/
488}
489
490div.navheader ul li.up a,
491div.navfooter ul li.up a {
492 display: block;
493 padding: 10px 5px 10px 28px;
494 background: url(../images/chevron-top.png) no-repeat left center;
495 background-size: 20px 20px;
496}
497
498div.navheader ul li.home a,
499div.navfooter ul li.home a {
500 display: block;
501 padding: 10px 5px 10px 28px;
502 background: url(../images/grid-three-up.png) no-repeat left center;
503 background-size: 20px 20px;
504}
505
506div.navheader ul li.prev a,
507div.navfooter ul li.prev a {
508 display: block;
509 padding: 10px 5px 10px 35px;
510 background: url(../images/chevron-left.png) no-repeat left center;
511 background-size: 28px 28px;
512 /*border: 1px solid green;
513 margin: 2px;*/
514}
515
516/*
517div.navheader ul li.prev p span.xxx, span.xxx{
518 color: red;
519}
520
521div.navheader ul li.prev p {
522 border: 1px solid blue;
523}
524*/
525div.navheader ul li.next a,
526div.navfooter ul li.next a{
527 display: block;
528 padding: 10px 35px 10px 5px;
529 background: url(../images/chevron-right.png) no-repeat right center;
530 background-size: 28px 28px;
531}
532
533@media(max-width:1220px) and (min-height:550px){
534 div.navheader ul li,
535 div.navfooter ul li{
536 width: 120px;
537 }
538
539 div.navheader ul li.prev p,
540 div.navheader ul li.next p,
541 div.navfooter ul li.prev p,
542 div.navfooter ul li.next p{
543 text-align: center;
544 /*border: 1px solid blue;
545 margin: 2px;*/
546 height: 7.5vh; /* 7.5% ov viewport height */
547 overflow: hidden;
548 }
549/*
550 div.navheader ul li.prev p:after,
551 div.navheader ul li.next p:after,
552 div.navfooter ul li.prev p:after,
553 div.navfooter ul li.next p:after{
554 content: "";
555 text-align: right;
556 position: absolute;
557 bottom: 0px;
558 right: 0px;
559 width: 100%;
560 height: 2.8em;
561
562 background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1) 100%);
563
564 }
565*/
566 div.navheader ul li.prev,
567 div.navfooter ul li.prev {
568 position: fixed;
569 display: block;
570 left: 0px;
571 top: 40vh; /* 55% of viewport height */
572 padding: 0px;
573 margin: 0px;
574 }
575
576 div.navheader ul li.prev a,
577 div.navfooter ul li.prev a{
578 display: block;
579 text-align: center;
580 left: 0px;
581 padding: 10vh 0px 0px 0px;
582 background: url(../images/chevron-left.png) no-repeat center 5vh;
583 background-size: 25px 25px;
584 }
585
586 div.navheader ul li.next,
587 div.navfooter ul li.next {
588 position: fixed;
589 display: block;
590 left: 0px;
591 top: 62vh;
592 padding: 0px;
593 margin: 0px;
594 }
595
596 div.navheader ul li.next a,
597 div.navfooter ul li.next a {
598 display: block;
599 text-align: center;
600 left: 0px;
601 padding: 10vh 0px 0px 0px;
602 background: url(../images/chevron-right.png) no-repeat center 5vh;
603 background-size: 25px 25px;
604 }
605
606 div.navheader ul li.home,
607 div.navheader ul li.up,
608 div.navfooter ul li.home,
609 div.navfooter ul li.up {
610 position: fixed;
611 padding: 0px;
612 display: block;
613 color: #dbddec;
614 left: 0px;
615 margin: 0px;
616 }
617
618 div.navheader ul li.home,
619 div.navfooter ul li.home{
620 top:25vh;
621 }
622
623 div.navheader ul li.up,
624 div.navfooter ul li.up{
625 top:10vh;
626 }
627
628 div.navheader ul li.home a,
629 div.navfooter ul li.home a{
630 display: block;
631 text-align: center;
632 left: 0px;
633 padding: 10vh 0px 0px 0px;
634 background: url(../images/grid-three-up.png) no-repeat center 5vh;
635 background-size: 25px 25px;
636 }
637
638 div.navheader ul li.up a,
639 div.navfooter ul li.up a{
640 display: block;
641 text-align: center;
642 left: 0px;
643 padding: 10vh 0px 0px 0px;
644 background: url(../images/chevron-top.png) no-repeat center 5vh;
645 background-size: 25px 25px;
646 }
647}
648/* End media */
649
650@media(max-width:1220px) and (max-height:550px) and (min-width:800px),
651 (min-width:1220px) and (max-height:350px){
652 div.navheader ul li.prev p,
653 div.navfooter ul li.prev p,
654 div.navheader ul li.next p,
655 div.navfooter ul li.next p
656 {
657 display: none;
658 }
659
660 div.navheader ul li.prev,
661 div.navfooter ul li.prev {
662 max-width: 120px;
663 position: fixed;
664 display: block;
665 top: 45vmin; /* smaller of 60% viewport height, width */
666 padding: 0px;
667 margin-left: 10px;
668 font-size: 90%;
669 }
670
671 div.navheader ul li.next,
672 div.navfooter ul li.next {
673 max-width: 120px;
674 position: fixed;
675 display: block;
676 left: 0;
677 top: 80vmin;
678 padding: 0px;
679 margin-left: 10px;
680 font-size: 90%;
681 }
682
683 div.navheader ul li.prev a,
684 div.navfooter ul li.prev a {
685 background-size: 20px 20px;
686 }
687
688 div.navheader ul li.next a,
689 div.navfooter ul li.next a{
690 display: block;
691 padding: 10px 5px 10px 35px;
692 background: url(../images/chevron-right.png) no-repeat left center;
693 background-size: 20px 20px;
694 text-align: left;
695 }
696
697 div.navheader ul li.home,
698 div.navheader ul li.up,
699 div.navfooter ul li.home,
700 div.navfooter ul li.up {
701 max-width: 120px;
702 position: fixed;
703 padding: 0px;
704 margin-left: 10px;
705 display: block;
706 color: #dbddec;
707 font-size: 90%;
708 }
709
710 div.navheader ul li.home,
711 div.navfooter ul li.home{
712 top: 35vmin;
713 }
714
715 div.navheader ul li.up,
716 div.navfooter ul li.up{
717 top: 10vmin;
718 }
719
720 div.navheader ul li.home a,
721 div.navfooter ul li.home a,
722 div.navheader ul li.up a,
723 div.navfooter ul li.up a{
724 padding: 10px 5px 10px 35px;
725 }
726}
727/* End media */
728
729@media(max-width:550px),
730 (max-width:800px) and (max-height:550px){
731 div.navheader ul li.prev p,
732 div.navfooter ul li.prev p,
733 div.navheader ul li.next p,
734 div.navfooter ul li.next p {
735 display: none;
736 }
737
738 div.navheader ul li.prev,
739 div.navfooter ul li.prev {
740 position: fixed;
741 display: block;
742 left: 0px;
743 top: 60vmin;
744 padding: 0px;
745 margin: 0px;
746 }
747
748 div.navheader ul li.prev a,
749 div.navfooter ul li.prev a{
750 display: block;
751 width: 0px;
752 left: 0px;
753 padding: 5vmin 0 5vmin 8vmin;
754 text-indent: 15vmin;
755 height: 10vmin;
756 background: url(../images/chevron-left.png) no-repeat center center;
757 background-size: 6vmin 6vmin;
758 overflow: hidden;
759 }
760
761 div.navheader ul li.next,
762 div.navfooter ul li.next {
763 position: fixed;
764 display: block;
765 left: 0px;
766 top: 80vmin;
767 padding: 0px;
768 margin: 0px;
769 }
770
771 div.navheader ul li.next a,
772 div.navfooter ul li.next a{
773 display: block;
774 width: 0px;
775 left: 0px;
776 padding: 5vmin 0px 5vmin 8vmin;
777 text-indent: 15vmin;
778 height: 10vmin;
779 background: url(../images/chevron-right.png) no-repeat center center;
780 background-size: 6vmin 6vmin;
781 overflow: hidden;
782 }
783
784 div.navheader ul li.home,
785 div.navheader ul li.up,
786 div.navfooter ul li.home,
787 div.navfooter ul li.up {
788 position: fixed;
789 padding: 0px;
790 margin: 0px;
791 display: block;
792 color: #dbddec;
793 left: 0px;
794 }
795
796 div.navheader ul li.home,
797 div.navfooter ul li.home{
798 top: 40vmin;
799 }
800
801 div.navheader ul li.up,
802 div.navfooter ul li.up{
803 top: 20vmin;
804 }
805
806 div.navheader ul li.home a,
807 div.navfooter ul li.home a{
808 display: block;
809 width: 0px;
810 padding: 5vmin 0px 5vmin 8vmin;
811 text-indent: 15vmin;
812 height: 10vmin;
813 background: url(../images/grid-three-up.png) no-repeat center center;
814 background-size: 6vmin 6vmin;
815 overflow: hidden;
816 }
817
818 div.navheader ul li.up a,
819 div.navfooter ul li.up a{
820 display: block;
821 width: 0px;
822 padding: 5vmin 0px 5vmin 8vmin;
823 text-indent: 15vmin;
824 height: 10vmin;
825 background: url(../images/chevron-top.png) no-repeat center center;
826 background-size: 6vmin 6vmin;
827 overflow: hidden;
828 }
829}
830/* End media */
831
832/* TOC */
833div.toc ul,
834div.index ul,
835div.navheader ul,
836div.navfooter ul {
837 list-style: none;
838}
839
840li.preface,
841.part li.appendix {
842 margin-left: 1em;
843}
844
845div.toc h3 {
846 margin: 1em 0em 0.3em 0em;
847}
848
849li.appendix h3,
850li.glossary h3,
851li.index h3 {
852 margin: 0.5em
853}
854
855div.toc h4 {
856 margin: 0.6em 0em 0.2em 0em;
857}
858
859li.chapter h4 a {
860 display: block;
861 margin-bottom: 0.4em
862}
863
864.dummy {
865 display: block;
866 font-weight: bold;
867 font-size: 110%;
868 margin: 0.6em 0em 0.2em 0em;
869}
870
871/* Index */
872.index ul li {
873 margin: 5px 0em;
874}
875
876.index ul li ul li{
877 margin: 0em;
878}
879
880.item {
881 float: left;
882 margin-right: 1em
883}
884
885.secitem {
886 font-weight: normal;
887 float: left;
888 margin-right: 1em
889}
890
891.indexref {
892 display: block;
893}
894
895.item + .indexref {
896 margin-left: 16em;
897}
898
899.secitem + .indexref {
900 margin-left: 15em;
901}
902
903@media(max-width:600px){
904 .item {
905 display: block;
906 width: 100%;
907 }
908
909 .secitem {
910 display: block;
911 width: 100%;
912 margin-left: 1em;
913 }
914
915 .item + .indexref {
916 display: inline-block;
917 padding-left: 0px;
918 margin-left: 1em;
919 }
920
921 .secitem + .indexref {
922 display: inline-block;
923 padding-left: 0px;
924 margin-left: 2em;
925 }
926}
927/* End media */
928
929/* Admonitions */
930div.admon img {
931 padding-top: 10px;
932 margin-left: 1.1em;
933}
934
935div.admon h3 {
936 display: inline;
937 margin-bottom: 50px;
938 /*margin-left: 2em;*/
939}
940
941div.admon p {
942 margin-left: 0.5em;
943 padding-bottom: 0.4em;
944}
945
946div.admon pre {
947 margin: 0.5em 3em;
948}
949
950div.note,
951div.tip {
952 margin: 1em;
953 padding: 0.2em 0.5em 0.75em 0.75em;
954 box-shadow: 0px 0px 6px rgba(0,0,0,.5);
955 border-left: 0.5em solid #F9FF00;
956 border-radius: 4px;
957 position: relative;
958 line-height: 1.4em;
959}
960
961div.important,
962div.warning,
963div.caution {
964 margin: 1em;
965 padding: 0.2em 0.5em 0.75em 0.75em;
966 box-shadow: 0px 0px 6px rgba(0,0,0,.5);
967 border-left: 0.5em solid #dc322f;
968 border-radius: 4px;
969 position: relative;
970 line-height: 1.4em;
971}
972
973div.important h3,
974div.warning h3,
975div.caution h3 {
976 color: #900;
977}
978
979div.important em,
980div.warning em,
981div.caution em {
982 color: #000;
983 font-weight: bold;
984}
985
986/* table */
987.table p.title {
988 text-align: center;
989 margin-top: 0px;
990 margin-bottom: 0.3em;
991}
992
993.table table {
994 margin-left: auto;
995 margin-right: auto;
996}
997
998.table table th,
999.table table td {
1000 padding: 0.2em 2em 0.2em 2em;
1001 text-align: left;
1002}
1003
1004.revhistory {
1005 padding-left: 1em;
1006}
1007
1008.revhistory th {
1009 line-height: 2em;
1010 text-align: left;
1011}
1012
1013.revhistory td {
1014 padding-right: 1em;
1015}
1016
1017/* variablelist as table */
1018.variablelist table {
1019 width: auto;
1020 margin: 0em 1em 0em 1em;
1021}
1022
1023.variablelist td {
1024 vertical-align: top;
1025 min-width: 100px;
1026 padding: 0px;
1027}
1028
1029@media(max-width:700px){
1030 .variablelist td {
1031 display: inline-block;
1032 width: 100%;
1033 }
1034
1035 .variablelist td:nth-child(2) p{
1036 margin-left: 2em;
1037 }
1038}
1039/* End media */
1040
1041.variablelist td span,
1042td p {
1043 margin: 0.25em;
1044 padding: 0px;
1045}
1046
1047/* variablelist as list */
1048dl {
1049 padding-left: 1em
1050}
1051
1052dt {
1053 font-weight:bold;
1054 margin-left: 1em;
1055}
1056
1057dd {
1058 margin-bottom: 0.6em;
1059 margin-left: 1em;
1060}
1061
1062dd p {
1063 margin-top: 0px;
1064 margin-bottom: 0px;
1065 padding-top: 0px;
1066 padding-bottom: 0px;
1067}
1068
1069div.materials dt {
1070 display: list-item;
1071}
1072
1073div.materials dd {
1074 margin-left: 0px;
1075 padding-left: 0px;
1076}
1077
1078/* segmentedlist */
1079.appendix .segmentedlist {
1080 padding-left: 1em;
1081}
1082
1083.package .seg {
1084 margin-bottom: 0px;
1085 margin-top: 0px;
1086 clear: left;
1087}
1088
1089.content .seg {
1090 margin-bottom: 0.4em;
1091 margin-top: 0.4em;
1092 clear: left;
1093}
1094
1095.segtitle {
1096 float: left;
1097 padding-right: 1em;
1098}
1099
1100.package .segbody, .appendix .segbody {
1101 display: block;
1102 padding-left: 14em;
1103}
1104
1105.content .segbody {
1106 display: block;
1107 padding-left: 12em;
1108}
1109
1110@media(max-width:700px){
1111 .segtitle {
1112 display: block;
1113 width: 100%;
1114 }
1115
1116 .package .segbody, .content .segbody {
1117 display: inline-block;
1118 padding-left: 0px;
1119 margin-left: 1em;
1120 }
1121}
1122/* End media */
1123
1124/* itemizedlist */
1125.itemizedlist ul {
1126 margin-left: 1em;
1127}
1128
1129.itemizedlist li p {
1130 margin: 5px 0;
1131}
1132
1133.itemizedlist li p:first-child {
1134 padding-left: 3px;
1135 margin-top: 15px;
1136}
1137
1138.itemizedlist li ul {
1139 margin-bottom: 1.2em;
1140}
1141
1142.itemizedlist li ul li p {
1143 margin-top: 0.5em;
1144 margin-bottom: 0.5em;
1145}
1146
1147.itemizedlist li ul li:first-child p:first-child {
1148 margin-top: -0.6em;
1149}
1150
1151ul.compact {
1152 list-style: none;
1153}
1154
1155.blfs ul.compact {
1156 list-style: disc;
1157}
1158
1159ul.compact li {
1160 margin: 0px;
1161 padding: 0px;
1162}
1163
1164ul.compact li p {
1165 padding: 0.3em;
1166 margin: 0px;
1167}
1168
1169.blfs ul.compact li p {
1170 background-color: #f0fff0;
1171}
1172
1173/* orderedlist */
1174ol {
1175 list-style: decimal;
1176}
1177
1178ol ol {
1179 list-style: lower-alpha;
1180}
1181
1182ol ol ol {
1183 list-style: lower-roman;
1184}
1185
1186ol.compact li {
1187 margin: 0px;
1188 padding: 0px;
1189}
1190
1191ol.compact li p {
1192 padding: 0.3em;
1193 margin: 0px;
1194}
1195
1196/* Indented blocks */
1197p,
1198blockquote {
1199 padding-left: 1em;
1200 padding-right: 1em;
1201}
1202
1203/* Monospaced elements */
1204tt,
1205code,
1206kbd,
1207pre,
1208.command {
1209 font-family: monospace;
1210}
1211
1212.systemitem {
1213 font-style: italic;
1214}
1215
1216pre {
1217 background-color: #e9e9e9;
1218 color: #333;
1219 margin: 1em;
1220 padding: 0.2em 0.5em 0.5em 2em;
1221 border-radius: 4px;
1222 position: relative;
1223 line-height: 1.2em;
1224 overflow: auto;
1225 font-weight: bold;
1226}
1227
1228pre.screen {
1229 font-weight: normal;
1230}
1231
1232.literal,
1233.prompt {
1234 font-weight: normal;
1235}
1236
1237/* Mixed tags */
1238p.usernotes {
1239 margin-left: -1em;
1240 font-size: small;
1241 font-weight: bold;
1242 font-style: italic;
1243}
1244
1245.underlined {
1246 text-decoration: underline;
1247}
1248
1249/* Last edited info */
1250p.updated {
1251 font-size: small;
1252 font-weight: bold;
1253 font-style: italic;
1254}
1255
1256/* Special colored blocks */
1257 /* OrangeRed4 */
1258.feature-ssp {
1259 color: #8B2500;
1260}
1261
1262 /* RoyalBlue3 */
1263.feature-aslr {
1264 color: #3A5FCD;
1265}
1266
1267 /* NavyBlue */
1268.feature-pax {
1269 color: #000080;
1270}
1271
1272 /* VioletRed */
1273.feature-hardened_tmp {
1274 color: #d02090;
1275}
1276
1277 /* PaleTurquoise4 */
1278.feature-warnings {
1279 color: #668b8b;
1280}
1281
1282 /* RosyBrown */
1283.feature-misc {
1284 color: #bc8f8f;
1285}
1286
1287 /* Sienna*/
1288.feature-blowfish {
1289 color: #8E6B23
1290}
Note: See TracBrowser for help on using the repository browser.