source: stylesheets/lfs.css@ 2ec64b3

v5_1_1
Last change on this file since 2ec64b3 was 2ec64b3, checked in by lfs-dev <lfs-dev@…>, 20 years ago

This commit was manufactured by cvs2svn to create tag 'v5_1_1'.

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/v5_1_1/BOOK@3757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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