source: stylesheets/lfs.css@ a9e89d0

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

Navigational links: back again to use <ul>
and made a proper css code.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3538 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,.navheader ul, .navfooter 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}
32
33.next {
34 float : right;
35 text-align: right;
36 padding-right: 2em;
37}
38
39.up, .home {
40 width : 10em;
41 margin: 0px auto;
42}
43
44li.preface {
45 margin-left: 2.5em;
46}
47
48div.book div.titlepage h1.title {
49 font-weight: bold;
50 font-size: xx-large;
51 text-align: center;
52}
53
54div.book div.titlepage h2.subtitle {
55 font-weight: bold;
56 font-size: x-large;
57 text-align: center;
58}
59
60div.book div.titlepage h3.author {
61 font-size: large;
62}
63
64div.book div.dedication div.titlepage h2.title {
65 font-weight: normal;
66 font-size: x-large;
67}
68
69div.chapter div.titlepage h2.title {
70 font-weight: bold;
71 font-size: x-large;
72 text-align: left;
73}
74
75div.sect1 div.titlepage h2.title {
76 font-weight: bold;
77 font-size: x-large;
78 text-align: left;
79}
80
81tt {
82 font-family: courier, monospace;
83}
84
85pre.screen {
86 color: black;
87 background-color: #dddddd;
88}
89
90pre.synopsis {
91 color: black;
92 background-color: #dddddd;
93}
94
95div.admonition {
96 border: medium solid;
97 width: 90%;
98 margin: .5em auto;
99}
100
101div.admonhead h3 {
102 display: inline;
103 margin-left: 1.5em;
104}
105
106div.admonbody {
107 margin: .5em;
108}
109
110.command {
111 font-family: courier, monospace;
112}
113
114.item {
115 width: 15em;
116 float: left;
117}
118
119.secitem {
120 font-weight: normal;
121 width: 12.5em;
122 float: left;
123}
124
125.materials dd {
126 margin-bottom: 1em;
127 margin-left: 0px auto;
128}
129
130.materials dd p {
131 margin-top: 0px auto;
132}
Note: See TracBrowser for help on using the repository browser.