source: stylesheets/lfs.css@ 11b36cd

Last change on this file since 11b36cd was 11b36cd, checked in by Matthew Burgess <matthew@…>, 20 years ago

Upgraded to lfs-xsl-0.9 (Manuel)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.5 KB
Line 
1body {
2 font-weight: normal;
3 font-size: medium;
4 font-family: verdana, tahoma, helvetica, arial, sans-serif;
5 text-align: left;
6}
7
8.toc ul, .index ul {
9 list-style: none;
10}
11
12.navheader, .navfooter {
13 font-size: smaller;
14 text-align: center;
15}
16
17div.navheader ul li, div.navfooter ul li {
18 display: inline;
19 padding: 4em;
20}
21
22li.preface {
23 margin-left: 2.5em;
24}
25
26div.book div.titlepage h1.title {
27 font-weight: bold;
28 font-size: xx-large;
29 text-align: center;
30}
31
32div.book div.titlepage h2.subtitle {
33 font-weight: bold;
34 font-size: x-large;
35 text-align: center;
36}
37
38div.book div.titlepage h3.author {
39 font-size: large;
40}
41
42div.book div.dedication div.titlepage h2.title {
43 font-weight: normal;
44 font-size: x-large;
45}
46
47div.chapter div.titlepage h2.title {
48 font-weight: bold;
49 font-size: x-large;
50 text-align: left;
51}
52
53div.sect1 div.titlepage h2.title {
54 font-weight: bold;
55 font-size: x-large;
56 text-align: left;
57}
58
59tt {
60 font-family: courier, monospace;
61}
62
63pre.screen {
64 color: black;
65 background-color: #dddddd;
66}
67
68pre.synopsis {
69 color: black;
70 background-color: #dddddd;
71}
72
73div.admonition {
74 border: medium solid;
75 width: 90%;
76 margin: .5em auto;
77}
78
79div.admonhead h3 {
80 display: inline;
81 margin-left: 1.5em;
82}
83
84div.admonbody {
85 margin: .5em;
86}
87
88.command {
89 font-family: courier, monospace;
90}
91
92.item {
93 width: 15em;
94 float: left;
95}
96
97.secitem {
98 font-weight: normal;
99 width: 12.5em;
100 float: left;
101}
Note: See TracBrowser for help on using the repository browser.