]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut.css
iscsi: always popd, even if there is no iscsi device
[thirdparty/dracut.git] / dracut.css
1 <?xml version="1.0"?>
2 <style>
3
4 body, h1, h2, h3, h4, h5, h6, pre, li, div {
5 line-height: 1.29em;
6 }
7
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;
15 }
16
17 /* desktop styles */
18 body.desktop {
19 margin-left: 26em;
20 }
21
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;
32 }
33
34 .toc {
35 line-height:1.35em;
36 }
37
38 .toc .glossary,
39 .toc .chapter, .toc .appendix {
40 margin-top:1em;
41 }
42
43 .toc .part {
44 margin-top:1em;
45 display:block;
46 }
47
48 span.glossary,
49 span.appendix {
50 display:block;
51 margin-top:0.5em;
52 }
53
54 div {
55 padding-top:0px;
56 }
57
58 div.section {
59 padding-top:1em;
60 }
61
62 p, div.para, div.formalpara {
63 padding-top:0px;
64 margin-top:0.3em;
65 padding-bottom:0px;
66 margin-bottom:1em;
67 }
68
69 /*Links*/
70 a {
71 outline: none;
72 }
73
74 a:link {
75 text-decoration:none;
76 border-bottom: 1px dotted ;
77 color:#3366cc;
78 }
79
80 a:visited {
81 text-decoration:none;
82 border-bottom: 1px dotted ;
83 color:#003366;
84 }
85
86 div.longdesc-link {
87 float:right;
88 color:#999;
89 }
90
91 .toc a, .qandaset a {
92 font-weight:normal;
93 }
94
95 /*headings*/
96 h1, h2, h3, h4, h5, h6 {
97 color: #336699;
98 margin-top: 0em;
99 margin-bottom: 0em;
100 background-color: transparent;
101 }
102
103 h1 {
104 font-size:2.0em;
105 }
106
107 .titlepage h1.title {
108 font-size: 3.0em;
109 padding-top: 1em;
110 text-align:left;
111 }
112
113 .book > .titlepage h1.title {
114 text-align:center;
115 }
116
117 .article > .titlepage h1.title {
118 text-align:center;
119 }
120
121 .set .titlepage > div > div > h1.title {
122 text-align:center;
123 }
124
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;
133 }
134
135 .titlepage .corpauthor {
136 margin-top: 1em;
137 text-align: center;
138 }
139
140 .section h1.title {
141 font-size: 1.6em;
142 padding: 0em;
143 color: #336699;
144 text-align: left;
145 background: white;
146 }
147
148 h2 {
149 font-size:1.6em;
150 }
151
152
153 h2.subtitle, h3.subtitle {
154 margin-top: 1em;
155 margin-bottom: 1em;
156 font-size: 1.4em;
157 text-align: center;
158 }
159
160 .preface > div > div > div > h2.title {
161 margin-top: 1em;
162 font-size: 2.0em;
163 }
164
165 .appendix h2 {
166 margin-top: 1em;
167 font-size: 2.0em;
168 }
169
170
171
172 h3 {
173 font-size:1.3em;
174 padding-top:0em;
175 padding-bottom:0em;
176 }
177 h4 {
178 font-size:1.1em;
179 padding-top:0em;
180 padding-bottom:0em;
181 }
182
183 h5 {
184 font-size:1em;
185 }
186
187 h6 {
188 font-size:1em;
189 }
190
191 h5.formalpara {
192 font-size:1em;
193 margin-top:2em;
194 margin-bottom:.8em;
195 }
196
197 .abstract h6 {
198 margin-top:1em;
199 margin-bottom:.5em;
200 font-size:2em;
201 }
202
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;
210 }
211
212 /* web site rules */
213 ul.languages, .languages li {
214 display:inline;
215 padding:0em;
216 }
217
218 .languages li a {
219 padding:0em .5em;
220 text-decoration: none;
221 }
222
223 .languages li p, .languages li div.para {
224 display:inline;
225 }
226
227 .languages li a:link, .languages li a:visited {
228 color:#444;
229 }
230
231 .languages li a:hover, .languages li a:focus, .languages li a:active {
232 color:black;
233 }
234
235 ul.languages {
236 display:block;
237 background-color:#eee;
238 padding:.5em;
239 }
240
241 /*supporting stylesheets*/
242
243 /*unique to the webpage only*/
244 .books {
245 position:relative;
246 }
247
248 .versions li {
249 width:100%;
250 clear:both;
251 display:block;
252 }
253
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;
261 }
262
263 a.version:before {
264 content:"Version";
265 font-size:smaller;
266 }
267
268 a.version:visited, a.version:link {
269 color:#666;
270 }
271
272 a.version:focus, a.version:hover {
273 color:black;
274 }
275
276 .books {
277 display:block;
278 position:relative;
279 clear:both;
280 width:100%;
281 }
282
283 .books li {
284 display:block;
285 width:200px;
286 float:left;
287 position:relative;
288 clear: none ;
289 }
290
291 .books .html {
292 width:170px;
293 display:block;
294 }
295
296 .books .pdf {
297 position:absolute;
298 left:170px;
299 top:0px;
300 font-size:smaller;
301 }
302
303 .books .pdf:link, .books .pdf:visited {
304 color:#555;
305 }
306
307 .books .pdf:hover, .books .pdf:focus {
308 color:#000;
309 }
310
311 .books li a {
312 text-decoration:none;
313 }
314
315 .books li a:hover {
316 color:black;
317 }
318
319 /*products*/
320 .products li {
321 display: block;
322 width:300px;
323 float:left;
324 }
325
326 .products li a {
327 width:300px;
328 padding:.5em 0em;
329 }
330
331 .products ul {
332 clear:both;
333 }
334
335 /*revision history*/
336 .revhistory {
337 display:block;
338 }
339
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;
347 }
348
349 .revhistory td {
350 text-align :left;
351 padding:0em;
352 border: none;
353 border-top: 1px solid #fff;
354 font-weight: bold;
355 }
356
357 .revhistory .simplelist td {
358 font-weight: normal;
359 }
360
361 .revhistory .simplelist {
362 margin-bottom: 1.5em;
363 margin-left: 1em;
364 }
365
366 .revhistory table th {
367 display: none;
368 }
369
370
371 /*credits*/
372 .authorgroup div {
373 clear:both;
374 text-align: center;
375 }
376
377 h3.author {
378 margin: 0em;
379 padding: 0em;
380 padding-top: 1em;
381 }
382
383 .authorgroup h4 {
384 padding: 0em;
385 margin: 0em;
386 padding-top: 1em;
387 margin-top: 1em;
388 }
389
390 .author,
391 .editor,
392 .translator,
393 .othercredit,
394 .contrib {
395 display: block;
396 }
397
398 .revhistory .author {
399 display: inline;
400 }
401
402 .othercredit h3 {
403 padding-top: 1em;
404 }
405
406
407 .othercredit {
408 margin:0em;
409 padding:0em;
410 }
411
412 .releaseinfo {
413 clear: both;
414 }
415
416 .copyright {
417 margin-top: 1em;
418 }
419
420 /* qanda sets */
421 .answer {
422 margin-bottom:1em;
423 border-bottom:1px dotted #ccc;
424 }
425
426 .qandaset .toc {
427 border-bottom:1px dotted #ccc;
428 }
429
430 .question {
431 font-weight:bold;
432 }
433
434 .answer .data, .question .data {
435 padding-left: 2.6em;
436 }
437
438 .answer label, .question label {
439 float:left;
440 font-weight:bold;
441 }
442
443
444 /*Lists*/
445 ul {
446 padding-left:1.6em;
447 list-style-type: circle;
448 }
449
450 ul ul {
451 list-style-type: circle;
452 }
453
454 ol {
455 list-style-image:none;
456 list-style-type: decimal;
457 }
458
459 ol ol {
460 list-style-type: lower-alpha;
461 }
462
463 ol.arabic {
464 list-style-type: decimal;
465 }
466
467 ol.loweralpha {
468 list-style-type: lower-alpha;
469 }
470
471 ol.lowerroman {
472 list-style-type: lower-roman;
473 }
474
475 ol.upperalpha {
476 list-style-type: upper-alpha;
477 }
478
479 ol.upperroman {
480 list-style-type: upper-roman;
481 }
482
483 dt {
484 font-weight:bold;
485 margin-bottom:0em;
486 padding-bottom:0em;
487 }
488
489 dd {
490 margin:0em;
491 margin-left:2em;
492 padding-top:0em;
493 padding-bottom: 1em;
494 }
495
496 li {
497 padding-top:0px;
498 margin-top:0em;
499 padding-bottom:0px;
500 margin-bottom:0.4em;
501 }
502
503 li p, li div.para {
504 padding-top:0px;
505 margin-top:0em;
506 padding-bottom:0px;
507 margin-bottom:0.3em;
508 }
509
510 /*images*/
511 img {
512 display:block;
513 margin: 2em 0;
514 }
515
516 .inlinemediaobject, .inlinemediaobject img {
517 display:inline;
518 margin:0em;
519 }
520
521 .figure img {
522 display:block;
523 margin:0;
524 }
525
526 .figure .title {
527 margin:0em;
528 margin-bottom:2em;
529 padding:0px;
530 }
531
532 /*document modes*/
533 .confidential {
534 background-color:#900;
535 color:White;
536 padding:.5em .5em;
537 text-transform:uppercase;
538 text-align:center;
539 }
540
541 .longdesc-link {
542 display:none;
543 }
544
545 .longdesc {
546 display:none;
547 }
548
549 .prompt {
550 padding:0em .3em;
551 }
552
553 /*user interface styles*/
554 .screen .replaceable {
555 }
556
557 .guibutton, .guilabel {
558 font-family: "liberation mono", "bitstream vera mono", "dejavu mono", monospace;
559 font-weight: bold;
560 white-space: nowrap;
561 }
562
563 .example {
564 background-color: #ffffff;
565 border-left: 3px solid #aaaaaa;
566 padding-top: 1em;
567 padding-bottom: 0.1em;
568 }
569
570 .example h6 {
571 padding-left: 10px;
572 }
573
574 .example-contents {
575 padding-left: 10px;
576 background-color: #ffffff;
577 }
578
579 .example-contents .para {
580 /* padding: 10px;*/
581 }
582
583 /*terminal/console text*/
584 .computeroutput,
585 .option {
586 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
587 font-weight:bold;
588 }
589
590 .replaceable {
591 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
592 font-style: italic;
593 }
594
595 .command, .filename, .keycap, .classname, .literal {
596 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
597 font-weight:bold;
598 }
599
600 /* no bold in toc */
601 .toc * {
602 font-weight: inherit;
603 }
604
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;
619 }
620
621 pre .replaceable,
622 pre .keycap {
623 }
624
625 code {
626 font-family:"liberation mono", "bitstream vera mono", "dejavu mono", monospace;
627 white-space: nowrap;
628 font-weight:bold;
629 }
630
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+ */
638 }
639
640
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;
650 }
651
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;
662 }
663
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;
672 }
673
674
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;
680 }
681
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;
696 }
697
698 /*Page Title*/
699 #title {
700 display:block;
701 height:45px;
702 padding-bottom:1em;
703 margin:0em;
704 }
705
706 #title a.left{
707 display:inline;
708 border:none;
709 }
710
711 #title a.left img{
712 border:none;
713 float:left;
714 margin:0em;
715 margin-top:.7em;
716 }
717
718 #title a.right {
719 padding-bottom:1em;
720 }
721
722 #title a.right img {
723 border:none;
724 float:right;
725 margin:0em;
726 margin-top:.7em;
727 }
728
729 /*Table*/
730 table {
731 border:1px solid #6c614b;
732 width:100%;
733 border-collapse:collapse;
734 }
735
736 table.simplelist, .calloutlist table {
737 border-style: none;
738 }
739
740 table th {
741 text-align:left;
742 background-color:#6699cc;
743 padding:.3em .5em;
744 color:white;
745 }
746
747 table td {
748 padding:.15em .5em;
749 }
750
751 table tr.even td {
752 background-color:#f5f5f5;
753 }
754
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;
760 }
761
762 th, td {
763 border-style:none;
764 vertical-align: top;
765 border: 1px solid #000;
766 }
767
768 .simplelist th, .simplelist td {
769 border: none;
770 }
771
772 table table td {
773 border-bottom:1px dotted #aaa;
774 background-color:white;
775 padding:.6em 0em;
776 }
777
778 table table {
779 border:1px solid white;
780 }
781
782 td.remarkval {
783 color:#444;
784 }
785
786 td.fieldval {
787 font-weight:bold;
788 }
789
790 .lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
791 color:white;
792 font-weight:bold;
793 background-color:#999;
794 width:120px;
795 }
796
797 td.remarkval {
798 width:230px;
799 }
800
801 td.tname {
802 font-weight:bold;
803 }
804
805 th.dbfield {
806 width:120px;
807 }
808
809 th.dbtype {
810 width:70px;
811 }
812
813 th.dbdefault {
814 width:70px;
815 }
816
817 th.dbnul {
818 width:70px;
819 }
820
821 th.dbkey {
822 width:70px;
823 }
824
825 span.book {
826 margin-top:4em;
827 display:block;
828 }
829
830 span.chapter {
831 display:block;
832 margin-top:0.5em;
833 }
834
835 table.simplelist td, .calloutlist table td {
836 border-style: none;
837 }
838
839 /*Breadcrumbs*/
840 #breadcrumbs ul li.first:before {
841 content:" ";
842 }
843
844 #breadcrumbs {
845 color:#900;
846 padding:3px;
847 margin-bottom:25px;
848 }
849
850 #breadcrumbs ul {
851 margin-left:0;
852 padding-left:0;
853 display:inline;
854 border:none;
855 }
856
857 #breadcrumbs ul li {
858 margin-left:0;
859 padding-left:2px;
860 border:none;
861 list-style:none;
862 display:inline;
863 }
864
865 #breadcrumbs ul li:before {
866 content:"\0020 \0020 \0020 \00BB \0020";
867 color:#333;
868 }
869
870 /*index*/
871 .glossary h3,
872 .index h3 {
873 font-size: 2em;
874 color:#aaa;
875 margin:0em;
876 }
877
878 .indexdiv {
879 margin-bottom:1em;
880 }
881
882 .glossary dt,
883 .index dt {
884 color:#444;
885 padding-top:.5em;
886 }
887
888 .glossary dl dl dt,
889 .index dl dl dt {
890 color:#777;
891 font-weight:normal;
892 padding-top:0em;
893 }
894
895 .index dl dl dt:before {
896 content:"- ";
897 color:#ccc;
898 }
899
900 /*changes*/
901 .footnote {
902 font-size: .7em;
903 margin:0em;
904 color:#222;
905 }
906
907 table .footnote {
908 }
909
910 sup {
911 color:#999;
912 margin:0em;
913 padding:0em;
914 line-height: .4em;
915 font-size: 1em;
916 padding-left:0em;
917 }
918
919 .footnote {
920 position:relative;
921 }
922
923 .footnote sup {
924 color:#e3dcc0;
925 position:absolute;
926 left: .4em;
927 }
928
929 .footnote sup a:link,
930 .footnote sup a:visited {
931 color:#92917d;
932 text-decoration:none;
933 }
934
935 .footnote:hover sup a {
936 text-decoration:none;
937 }
938
939 .footnote p,.footnote div.para {
940 padding-left:2em;
941 }
942
943 .footnote a:link,
944 .footnote a:visited {
945 color:#00537c;
946 }
947
948 .footnote a:hover {
949 }
950
951 /**/
952 div.chapter {
953 margin-top:3em;
954 }
955
956 div.section {
957 margin-top:1em;
958 }
959
960 div.note .replaceable,
961 div.important .replaceable,
962 div.warning .replaceable,
963 div.note .keycap,
964 div.important .keycap,
965 div.warning .keycap
966 {
967 }
968
969 ul li p:last-child, ul li div.para:last-child {
970 margin-bottom:0em;
971 padding-bottom:0em;
972 }
973
974
975 /* Dirty EVIL Mozilla hack for round corners */
976 pre {
977 -moz-border-radius:11px;
978 -webkit-border-radius:11px;
979 border-radius: 11px;
980 }
981
982 .example {
983 -moz-border-radius:0px;
984 -webkit-border-radius:0px;
985 border-radius: 0px;
986 }
987
988 .package, .citetitle {
989 font-style: italic;
990 }
991
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;
1000 }
1001
1002 span.remark {
1003 background-color: #ff00ff;
1004 }
1005
1006 .foreignphrase {
1007 font-style: inherit;
1008 }
1009
1010 dt {
1011 clear:both;
1012 }
1013
1014 dt img {
1015 border-style: none;
1016 max-width: 112px;
1017 }
1018
1019 dt object {
1020 max-width: 112px;
1021 }
1022
1023 dt .inlinemediaobject, dt object {
1024 display: inline;
1025 float: left;
1026 margin-bottom: 1em;
1027 padding-right: 1em;
1028 width: 112px;
1029 }
1030
1031 dl:after {
1032 display: block;
1033 clear: both;
1034 content: "";
1035 }
1036
1037 .toc dd {
1038 padding-bottom: 0em;
1039 margin-bottom: 1em;
1040 padding-left: 1.3em;
1041 margin-left: 0em;
1042 }
1043
1044 div.toc > dl > dt {
1045 padding-bottom: 0em;
1046 margin-bottom: 0em;
1047 margin-top: 1em;
1048 }
1049
1050
1051 .strikethrough {
1052 text-decoration: line-through;
1053 }
1054
1055 .underline {
1056 text-decoration: underline;
1057 }
1058
1059 .calloutlist img, .callout {
1060 padding: 0em;
1061 margin: 0em;
1062 width: 12pt;
1063 display: inline;
1064 vertical-align: middle;
1065 }
1066
1067 .stepalternatives {
1068 list-style-image: none;
1069 list-style-type: none;
1070 }
1071
1072
1073 a:link {
1074 color:#0066cc;
1075 }
1076
1077 a:hover, a:active {
1078 color:#003366;
1079 }
1080
1081 a:visited {
1082 color:#6699cc;
1083 }
1084
1085
1086 h1 {
1087 color:#3c6eb4
1088 }
1089
1090 .section h1.title {
1091 color:#3c6eb4;
1092 }
1093
1094
1095 h2,h3,h4,h5,h6 {
1096 color:#3c6eb4;
1097 }
1098
1099 table {
1100 border:1px solid #3c6eb4;
1101 }
1102
1103 table th {
1104 background-color:#3c6eb4;
1105 }
1106
1107
1108 table tr.even td {
1109 background-color:#f5f5f5;
1110 }
1111
1112 .revhistory table th {
1113 color:#3c6eb4;
1114 }
1115
1116 .titlepage .edition {
1117 color: #3c6eb4;
1118 }
1119
1120 </style>