source: stylesheets/lfs.css@ 287ea55

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 287ea55 was 287ea55, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Merged newxml into HEAD

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

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