source: stylesheets/lfs.css@ ded6ddd

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 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 ded6ddd was ded6ddd, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Updated the stylesheets to their current version.

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

  • Property mode set to 100644
File size: 1.9 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
17.headerlinks {
18 border-bottom : solid 2px green;
19 padding-bottom: 0.5em;
20}
21
22.navfooter {
23 border-top : solid 2px green;
24 padding-top: 0.5em;
25 margin-top: 0.5em;
26}
27
28.prev {
29 float : left;
30 text-align: left;
31 /* border : solid 1px #ddd; */
32 padding-left: 2em;
33}
34
35.next {
36 float : right;
37 text-align: right;
38 /* border : solid 1px #0dd; */
39 padding-right: 2em;
40}
41
42.up {
43 /* border : solid 1px #ff0; */
44 width : 10em;
45 /* background-color: #bbb; */
46 margin: 0px auto;
47}
48
49li.preface {
50 margin-left: 2.5em;
51}
52
53div.book div.titlepage h1.title {
54 font-weight: bold;
55 font-size: xx-large;
56 text-align: center;
57}
58
59div.book div.titlepage h2.subtitle {
60 font-weight: bold;
61 font-size: x-large;
62 text-align: center;
63}
64
65div.book div.titlepage h3.author {
66 font-size: large;
67}
68
69div.book div.dedication div.titlepage h2.title {
70 font-weight: normal;
71 font-size: x-large;
72}
73
74div.chapter div.titlepage h2.title {
75 font-weight: bold;
76 font-size: x-large;
77 text-align: left;
78}
79
80div.sect1 div.titlepage h2.title {
81 font-weight: bold;
82 font-size: x-large;
83 text-align: left;
84}
85
86tt {
87 font-family: courier, monospace;
88}
89
90pre.screen {
91 color: black;
92 background-color: #dddddd;
93}
94
95pre.synopsis {
96 color: black;
97 background-color: #dddddd;
98}
99
100div.admonition {
101 border: medium solid;
102 width: 90%;
103 margin: .5em auto;
104}
105
106div.admonhead h3 {
107 display: inline;
108 margin-left: 1.5em;
109}
110
111div.admonbody {
112 margin: .5em;
113}
114
115.command {
116 font-family: courier, monospace;
117}
118
119.item {
120 width: 15em;
121 float: left;
122}
123
124.secitem {
125 font-weight: normal;
126 width: 12.5em;
127 float: left;
128}
Note: See TracBrowser for help on using the repository browser.