doc: fix typo
[dracut.git] / dracut.css
blob357ede1b1af489cd521ddc3de6295de353aca5a5
1 <?xml version="1.0"?>
2 <style>
4 body, h1, h2, h3, h4, h5, h6, pre, li, div {
5 line-height: 1.29em;
8 body {
9 background-color: white;
10 margin:0 auto;
11 font-family: "liberation sans", "Myriad ", "Bitstream Vera Sans", "Lucida Grande", "Luxi Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
12 font-size:12px;
13 max-width:55em;
14 color:black;
17 /* desktop styles */
18 body.desktop {
19 margin-left: 26em;
22 body.desktop .book > .toc {
23 display:block;
24 width:24em;
25 height:99%;
26 position:fixed;
27 overflow:auto;
28 top:0px;
29 left:0px;
30 padding-left:1em;
31 background-color:#EEEEEE;
34 .toc {
35 line-height:1.35em;
38 .toc .glossary,
39 .toc .chapter, .toc .appendix {
40 margin-top:1em;
43 .toc .part {
44 margin-top:1em;
45 display:block;
48 span.glossary,
49 span.appendix {
50 display:block;
51 margin-top:0.5em;
54 div {
55 padding-top:0px;
58 div.section {
59 padding-top:1em;
62 p, div.para, div.formalpara {
63 padding-top:0px;
64 margin-top:0.3em;
65 padding-bottom:0px;
66 margin-bottom:1em;
69 /*Links*/
70 a {
71 outline: none;
74 a:link {
75 text-decoration:none;
76 border-bottom: 1px dotted ;
77 color:#3366cc;
80 a:visited {
81 text-decoration:none;
82 border-bottom: 1px dotted ;
83 color:#003366;
86 div.longdesc-link {
87 float:right;
88 color:#999;
91 .toc a, .qandaset a {
92 font-weight:normal;
95 /*headings*/
96 h1, h2, h3, h4, h5, h6 {
97 color: #336699;
98 margin-top: 0em;
99 margin-bottom: 0em;
100 background-color: transparent;
103 h1 {
104 font-size:2.0em;
107 .titlepage h1.title {
108 font-size: 3.0em;
109 padding-top: 1em;
110 text-align:left;
113 .book > .titlepage h1.title {
114 text-align:center;
117 .article > .titlepage h1.title {
118 text-align:center;
121 .set .titlepage > div > div > h1.title {
122 text-align:center;
125 .producttitle {
126 margin-top: 0em;
127 margin-bottom: 0em;
128 font-size: 3.0em;
129 font-weight: bold;
130 color: white;
131 text-align: center;
132 padding: 0.7em;
135 .titlepage .corpauthor {
136 margin-top: 1em;
137 text-align: center;
140 .section h1.title {
141 font-size: 1.6em;
142 padding: 0em;
143 color: #336699;
144 text-align: left;
145 background: white;
148 h2 {
149 font-size:1.6em;
153 h2.subtitle, h3.subtitle {
154 margin-top: 1em;
155 margin-bottom: 1em;
156 font-size: 1.4em;
157 text-align: center;
160 .preface > div > div > div > h2.title {
161 margin-top: 1em;
162 font-size: 2.0em;
165 .appendix h2 {
166 margin-top: 1em;
167 font-size: 2.0em;
172 h3 {
173 font-size:1.3em;
174 padding-top:0em;
175 padding-bottom:0em;
177 h4 {
178 font-size:1.1em;
179 padding-top:0em;
180 padding-bottom:0em;
183 h5 {
184 font-size:1em;
187 h6 {
188 font-size:1em;
191 h5.formalpara {
192 font-size:1em;
193 margin-top:2em;
194 margin-bottom:.8em;
197 .abstract h6 {
198 margin-top:1em;
199 margin-bottom:.5em;
200 font-size:2em;
203 /*element rules*/
204 hr {
205 border-collapse: collapse;
206 border-style:none;
207 border-top: 1px dotted #ccc;
208 width:100%;
209 margin-top: 3em;
212 /* web site rules */
213 ul.languages, .languages li {
214 display:inline;
215 padding:0em;
218 .languages li a {
219 padding:0em .5em;
220 text-decoration: none;
223 .languages li p, .languages li div.para {
224 display:inline;
227 .languages li a:link, .languages li a:visited {
228 color:#444;
231 .languages li a:hover, .languages li a:focus, .languages li a:active {
232 color:black;
235 ul.languages {
236 display:block;
237 background-color:#eee;
238 padding:.5em;
241 /*supporting stylesheets*/
243 /*unique to the webpage only*/
244 .books {
245 position:relative;
248 .versions li {
249 width:100%;
250 clear:both;
251 display:block;
254 a.version {
255 font-size:2em;
256 text-decoration:none;
257 width:100%;
258 display:block;
259 padding:1em 0em .2em 0em;
260 clear:both;
263 a.version:before {
264 content:"Version";
265 font-size:smaller;
268 a.version:visited, a.version:link {
269 color:#666;
272 a.version:focus, a.version:hover {
273 color:black;
276 .books {
277 display:block;
278 position:relative;
279 clear:both;
280 width:100%;
283 .books li {
284 display:block;
285 width:200px;
286 float:left;
287 position:relative;
288 clear: none ;
291 .books .html {
292 width:170px;
293 display:block;
296 .books .pdf {
297 position:absolute;
298 left:170px;
299 top:0px;
300 font-size:smaller;
303 .books .pdf:link, .books .pdf:visited {
304 color:#555;
307 .books .pdf:hover, .books .pdf:focus {
308 color:#000;
311 .books li a {
312 text-decoration:none;
315 .books li a:hover {
316 color:black;
319 /*products*/
320 .products li {
321 display: block;
322 width:300px;
323 float:left;
326 .products li a {
327 width:300px;
328 padding:.5em 0em;
331 .products ul {
332 clear:both;
335 /*revision history*/
336 .revhistory {
337 display:block;
340 .revhistory table {
341 background-color:transparent;
342 border-color:#fff;
343 padding:0em;
344 margin: 0;
345 border-collapse:collapse;
346 border-style:none;
349 .revhistory td {
350 text-align :left;
351 padding:0em;
352 border: none;
353 border-top: 1px solid #fff;
354 font-weight: bold;
357 .revhistory .simplelist td {
358 font-weight: normal;
361 .revhistory .simplelist {
362 margin-bottom: 1.5em;
363 margin-left: 1em;
366 .revhistory table th {
367 display: none;
371 /*credits*/
372 .authorgroup div {
373 clear:both;
374 text-align: center;
377 h3.author {
378 margin: 0em;
379 padding: 0em;
380 padding-top: 1em;
383 .authorgroup h4 {
384 padding: 0em;
385 margin: 0em;
386 padding-top: 1em;
387 margin-top: 1em;
390 .author,
391 .editor,
392 .translator,
393 .othercredit,
394 .contrib {
395 display: block;
398 .revhistory .author {
399 display: inline;
402 .othercredit h3 {
403 padding-top: 1em;
407 .othercredit {
408 margin:0em;
409 padding:0em;
412 .releaseinfo {
413 clear: both;
416 .copyright {
417 margin-top: 1em;
420 /* qanda sets */
421 .answer {
422 margin-bottom:1em;
423 border-bottom:1px dotted #ccc;
426 .qandaset .toc {
427 border-bottom:1px dotted #ccc;
430 .question {
431 font-weight:bold;
434 .answer .data, .question .data {
435 padding-left: 2.6em;
438 .answer label, .question label {
439 float:left;
440 font-weight:bold;
444 /*Lists*/
445 ul {
446 padding-left:1.6em;
447 list-style-type: circle;
450 ul ul {
451 list-style-type: circle;
454 ol {
455 list-style-image:none;
456 list-style-type: decimal;
459 ol ol {
460 list-style-type: lower-alpha;
463 ol.arabic {
464 list-style-type: decimal;
467 ol.loweralpha {
468 list-style-type: lower-alpha;
471 ol.lowerroman {
472 list-style-type: lower-roman;
475 ol.upperalpha {
476 list-style-type: upper-alpha;
479 ol.upperroman {
480 list-style-type: upper-roman;
483 dt {
484 font-weight:bold;
485 margin-bottom:0em;
486 padding-bottom:0em;
489 dd {
490 margin:0em;
491 margin-left:2em;
492 padding-top:0em;
493 padding-bottom: 1em;
496 li {
497 padding-top:0px;
498 margin-top:0em;
499 padding-bottom:0px;
500 margin-bottom:0.4em;
503 li p, li div.para {
504 padding-top:0px;
505 margin-top:0em;
506 padding-bottom:0px;
507 margin-bottom:0.3em;
510 /*images*/
511 img {
512 display:block;
513 margin: 2em 0;
516 .inlinemediaobject, .inlinemediaobject img {
517 display:inline;
518 margin:0em;
521 .figure img {
522 display:block;
523 margin:0;
526 .figure .title {
527 margin:0em;
528 margin-bottom:2em;
529 padding:0px;
532 /*document modes*/
533 .confidential {
534 background-color:#900;
535 color:White;
536 padding:.5em .5em;
537 text-transform:uppercase;
538 text-align:center;
541 .longdesc-link {
542 display:none;
545 .longdesc {
546 display:none;
549 .prompt {
550 padding:0em .3em;
553 /*user interface styles*/
554 .screen .replaceable {
557 .guibutton, .guilabel {
558 font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
559 font-weight: bold;
560 white-space: nowrap;
563 .example {
564 background-color: #ffffff;
565 border-left: 3px solid #aaaaaa;
566 padding-top: 1em;
567 padding-bottom: 0.1em;
570 .example h6 {
571 padding-left: 10px;
574 .example-contents {
575 padding-left: 10px;
576 background-color: #ffffff;
579 .example-contents .para {
580 /* padding: 10px;*/
583 /*terminal/console text*/
584 .computeroutput,
585 .option {
586 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
587 font-weight:bold;
590 .replaceable {
591 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
592 font-style: italic;
595 .command, .filename, .keycap, .classname, .literal {
596 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
597 font-weight:bold;
600 /* no bold in toc */
601 .toc * {
602 font-weight: inherit;
605 pre {
606 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
607 display:block;
608 background-color: #f5f5f5;
609 color: #000000;
610 border: 1px solid #aaaaaa;
611 margin-bottom: 0.3em;
612 padding:.5em 1em;
613 white-space: pre-wrap; /* css-3 */
614 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
615 white-space: -pre-wrap; /* Opera 4-6 */
616 white-space: -o-pre-wrap; /* Opera 7 */
617 word-wrap: break-word; /* Internet Explorer 5.5+ */
618 font-size: 0.9em;
621 pre .replaceable,
622 pre .keycap {
625 code {
626 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
627 white-space: nowrap;
628 font-weight:bold;
631 .parameter code {
632 display: inline;
633 white-space: pre-wrap; /* css-3 */
634 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
635 white-space: -pre-wrap; /* Opera 4-6 */
636 white-space: -o-pre-wrap; /* Opera 7 */
637 word-wrap: break-word; /* Internet Explorer 5.5+ */
641 div.warning, div.note, div.important {
642 color: black;
643 margin: 0em;
644 padding: 0em;
645 background: none;
646 background-color: white;
647 margin-bottom: 1em;
648 padding-left: 1em;
649 border-left: 2px solid #aaaaaa;
652 div.warning h2, div.note h2,div.important h2 {
653 margin: 0em;
654 padding: 0em;
655 color: #eeeeec;
656 padding-top: 0px;
657 padding-bottom: 0px;
658 height: 1.4em;
659 line-height: 1.4em;
660 font-size: 1.4em;
661 display:inline;
664 div.admonition_header {
665 clear: both;
666 margin: 0em;
667 padding: 0em;
668 margin-top: -3.3em;
669 padding-left: 58px;
670 line-height: 1.0em;
671 font-size: 1.0em;
675 div.warning p, div.warning div.para,
676 div.note p, div.note div.para,
677 div.important p, div.important div.para {
678 padding: 0em;
679 margin: 0em;
682 div.admonition {
683 border: none;
684 border-left: 1px solid #aaaaaa;
685 border-right: 1px solid #aaaaaa;
686 padding:0em;
687 margin:0em;
688 padding-top: 1.5em;
689 padding-bottom: 1em;
690 padding-left: 2em;
691 padding-right: 1em;
692 background-color: #eeeeec;
693 -moz-border-radius: 0px;
694 -webkit-border-radius: 0px;
695 border-radius: 0px;
698 /*Page Title*/
699 #title {
700 display:block;
701 height:45px;
702 padding-bottom:1em;
703 margin:0em;
706 #title a.left{
707 display:inline;
708 border:none;
711 #title a.left img{
712 border:none;
713 float:left;
714 margin:0em;
715 margin-top:.7em;
718 #title a.right {
719 padding-bottom:1em;
722 #title a.right img {
723 border:none;
724 float:right;
725 margin:0em;
726 margin-top:.7em;
729 /*Table*/
730 table {
731 border:1px solid #6c614b;
732 width:100%;
733 border-collapse:collapse;
736 table.simplelist, .calloutlist table {
737 border-style: none;
740 table th {
741 text-align:left;
742 background-color:#6699cc;
743 padding:.3em .5em;
744 color:white;
747 table td {
748 padding:.15em .5em;
751 table tr.even td {
752 background-color:#f5f5f5;
755 table th p:first-child, table td p:first-child, table li p:first-child,
756 table th div.para:first-child, table td div.para:first-child, table li div.para:first-child {
757 margin-top:0em;
758 padding-top:0em;
759 display:inline;
762 th, td {
763 border-style:none;
764 vertical-align: top;
765 border: 1px solid #000;
768 .simplelist th, .simplelist td {
769 border: none;
772 table table td {
773 border-bottom:1px dotted #aaa;
774 background-color:white;
775 padding:.6em 0em;
778 table table {
779 border:1px solid white;
782 td.remarkval {
783 color:#444;
786 td.fieldval {
787 font-weight:bold;
790 .lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
791 color:white;
792 font-weight:bold;
793 background-color:#999;
794 width:120px;
797 td.remarkval {
798 width:230px;
801 td.tname {
802 font-weight:bold;
805 th.dbfield {
806 width:120px;
809 th.dbtype {
810 width:70px;
813 th.dbdefault {
814 width:70px;
817 th.dbnul {
818 width:70px;
821 th.dbkey {
822 width:70px;
825 span.book {
826 margin-top:4em;
827 display:block;
830 span.chapter {
831 display:block;
832 margin-top:0.5em;
835 table.simplelist td, .calloutlist table td {
836 border-style: none;
839 /*Breadcrumbs*/
840 #breadcrumbs ul li.first:before {
841 content:" ";
844 #breadcrumbs {
845 color:#900;
846 padding:3px;
847 margin-bottom:25px;
850 #breadcrumbs ul {
851 margin-left:0;
852 padding-left:0;
853 display:inline;
854 border:none;
857 #breadcrumbs ul li {
858 margin-left:0;
859 padding-left:2px;
860 border:none;
861 list-style:none;
862 display:inline;
865 #breadcrumbs ul li:before {
866 content:"\0020 \0020 \0020 \00BB \0020";
867 color:#333;
870 /*index*/
871 .glossary h3,
872 .index h3 {
873 font-size: 2em;
874 color:#aaa;
875 margin:0em;
878 .indexdiv {
879 margin-bottom:1em;
882 .glossary dt,
883 .index dt {
884 color:#444;
885 padding-top:.5em;
888 .glossary dl dl dt,
889 .index dl dl dt {
890 color:#777;
891 font-weight:normal;
892 padding-top:0em;
895 .index dl dl dt:before {
896 content:"- ";
897 color:#ccc;
900 /*changes*/
901 .footnote {
902 font-size: .7em;
903 margin:0em;
904 color:#222;
907 table .footnote {
910 sup {
911 color:#999;
912 margin:0em;
913 padding:0em;
914 line-height: .4em;
915 font-size: 1em;
916 padding-left:0em;
919 .footnote {
920 position:relative;
923 .footnote sup {
924 color:#e3dcc0;
925 position:absolute;
926 left: .4em;
929 .footnote sup a:link,
930 .footnote sup a:visited {
931 color:#92917d;
932 text-decoration:none;
935 .footnote:hover sup a {
936 text-decoration:none;
939 .footnote p,.footnote div.para {
940 padding-left:2em;
943 .footnote a:link,
944 .footnote a:visited {
945 color:#00537c;
948 .footnote a:hover {
951 /**/
952 div.chapter {
953 margin-top:3em;
956 div.section {
957 margin-top:1em;
960 div.note .replaceable,
961 div.important .replaceable,
962 div.warning .replaceable,
963 div.note .keycap,
964 div.important .keycap,
965 div.warning .keycap
969 ul li p:last-child, ul li div.para:last-child {
970 margin-bottom:0em;
971 padding-bottom:0em;
975 /* Dirty EVIL Mozilla hack for round corners */
976 pre {
977 -moz-border-radius:11px;
978 -webkit-border-radius:11px;
979 border-radius: 11px;
982 .example {
983 -moz-border-radius:0px;
984 -webkit-border-radius:0px;
985 border-radius: 0px;
988 .package, .citetitle {
989 font-style: italic;
992 .titlepage .edition {
993 color: #336699;
994 background-color: transparent;
995 margin-top: 1em;
996 margin-bottom: 1em;
997 font-size: 1.4em;
998 font-weight: bold;
999 text-align: center;
1002 span.remark {
1003 background-color: #ff00ff;
1006 .foreignphrase {
1007 font-style: inherit;
1010 dt {
1011 clear:both;
1014 dt img {
1015 border-style: none;
1016 max-width: 112px;
1019 dt object {
1020 max-width: 112px;
1023 dt .inlinemediaobject, dt object {
1024 display: inline;
1025 float: left;
1026 margin-bottom: 1em;
1027 padding-right: 1em;
1028 width: 112px;
1031 dl:after {
1032 display: block;
1033 clear: both;
1034 content: "";
1037 .toc dd {
1038 padding-bottom: 0em;
1039 margin-bottom: 1em;
1040 padding-left: 1.3em;
1041 margin-left: 0em;
1044 div.toc > dl > dt {
1045 padding-bottom: 0em;
1046 margin-bottom: 0em;
1047 margin-top: 1em;
1051 .strikethrough {
1052 text-decoration: line-through;
1055 .underline {
1056 text-decoration: underline;
1059 .calloutlist img, .callout {
1060 padding: 0em;
1061 margin: 0em;
1062 width: 12pt;
1063 display: inline;
1064 vertical-align: middle;
1067 .stepalternatives {
1068 list-style-image: none;
1069 list-style-type: none;
1073 a:link {
1074 color:#0066cc;
1077 a:hover, a:active {
1078 color:#003366;
1081 a:visited {
1082 color:#6699cc;
1086 h1 {
1087 color:#3c6eb4
1090 .section h1.title {
1091 color:#3c6eb4;
1095 h2,h3,h4,h5,h6 {
1096 color:#3c6eb4;
1099 table {
1100 border:1px solid #3c6eb4;
1103 table th {
1104 background-color:#3c6eb4;
1108 table tr.even td {
1109 background-color:#f5f5f5;
1112 .revhistory table th {
1113 color:#3c6eb4;
1116 .titlepage .edition {
1117 color: #3c6eb4;
1120 </style>