This commit was manufactured by cvs2svn to create tag 'v5_1_1'.
[linux_from_scratch.git] / BOOK / stylesheets / lfs.css
blob16782c4f2e06f88cadd40837b0eb1bb2a494afd3
1 body {
2 font-weight: normal;
3 font-size: medium;
4 font-family: verdana, tahoma, helvetica, arial, sans-serif;
5 text-align: left;
6 background: #fff;
9 .toc ul, .index ul {
10 list-style: none;
13 li.preface {
14 margin-left: 2.5em;
17 div.book div.titlepage h1.title {
18 font-weight: bold;
19 font-size: xx-large;
20 text-align: center;
23 div.book div.titlepage h2.subtitle {
24 font-weight: bold;
25 font-size: x-large;
26 text-align: center;
29 div.book div.titlepage h3.author {
30 font-size: large;
33 div.book div.dedication div.titlepage h2.title {
34 font-weight: normal;
35 font-size: x-large;
38 div.chapter div.titlepage h2.title {
39 font-weight: bold;
40 font-size: x-large;
41 text-align: left;
44 div.sect1 div.titlepage h2.title {
45 font-weight: bold;
46 font-size: x-large;
47 text-align: left;
50 tt {
51 font-family: courier, monospace;
54 pre.screen {
55 color: black;
56 background-color: #dddddd;
59 pre.synopsis {
60 color: black;
61 background-color: #dddddd;
64 div.admonition {
65 border: medium solid;
66 width: 90%;
67 margin: .5em auto;
70 div.admonhead h3 {
71 display: inline;
72 margin-left: 1.5em;
75 div.admonbody {
76 margin: .5em;
79 .command {
80 font-family: courier, monospace;
83 .item {
84 width: 15em;
85 float: left;
88 .secitem {
89 font-weight: normal;
90 width: 12.5em;
91 float: left;