source: stylesheets/lfs.css@ 55851d6

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 55851d6 was 55851d6, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Tagging corrections in chapters 1 to 4.

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[e7392f2]1/* Global settings */
[287ea55]2body {
[e7392f2]3 font-family: sans-serif;
[287ea55]4 text-align: left;
[e7392f2]5 background: #fff;
[20ab0e9]6 color: #333;
[e7392f2]7 margin: 1em;
8 padding: 0;
9 font-size: 1em;
10 line-height: 1.2em
[287ea55]11}
12
[e7392f2]13a:link { color: #22b; }
14a:visited { color: #7e4988; }
15a:hover, a:focus { color: #d30e08; }
16a:active { color: #6b77b1;}
17
18/* Headers */
19h1, h2, b, strong {
20 color: #000;
21 font-weight: bold;
[ded6ddd]22}
23
[e7392f2]24h3, h4, h5, h6 {
[20ab0e9]25 color: #222;
[ded6ddd]26}
27
[9fd2b20]28h1 { font-size: 173%; text-align: center; }
29h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; }
[e7392f2]30h2.subtitle { text-align: center; }
[9fd2b20]31h3 { font-size: 120%; }
[e7392f2]32h4 { font-size: 110%;}
33h5, h6 { font-size: 110%; font-style: italic; }
34
35/* Navigation */
36div.headertitles h4 {
[9fd2b20]37 margin-bottom: 2px;
[20ab0e9]38 text-align: center;
[ded6ddd]39}
40
[e7392f2]41div.headertitles h3 {
[9fd2b20]42 margin-top: 2px;
[20ab0e9]43 text-align: center;
[ded6ddd]44}
45
[e7392f2]46div.navheader, div.navfooter {
47 background: #ecedef;
[9fd2b20]48 padding: 0.1em 1em;
[e7392f2]49 border-bottom: 1px solid #dbddec;
[287ea55]50}
51
[e7392f2]52div.navfooter {
53 border-bottom: 0;
54 border-top: 1px solid #dbddec;
[287ea55]55}
56
[e7392f2]57div.navheader ul, div.navfooter ul {
[bc37722c]58 padding: .2em .5em .5em 0;
59 margin-left: 0px;
60 margin-right: 2px;
[e7392f2]61 position: relative;
62 background: #dbddec;
[287ea55]63}
64
[e7392f2]65div.navheader ul li, div.navfooter ul li {
66 display: inline;
[287ea55]67}
68
[20ab0e9]69div.navheader ul li.prev, div.navfooter ul li.prev {
[9fd2b20]70 position: absolute;
[20ab0e9]71 display: block;
[9fd2b20]72 left: 0;
73 text-align: left;
[bc37722c]74 padding: 0.2em 1em;
75 margin-left: 6px;
[9fd2b20]76}
77
[20ab0e9]78div.navheader ul li.next, div.navfooter ul li.next {
[e7392f2]79 position: absolute;
[20ab0e9]80 display: block;
[e7392f2]81 text-align: right;
[bc37722c]82 right: 5px;
83 padding: 0.2em 0.5em;
84 margin-right: 7px;
[9fd2b20]85}
86
[20ab0e9]87div.navheader ul li.prev p, div.navfooter ul li.prev p,
[9fd2b20]88div.navheader ul li.next p, div.navfooter ul li.next p {
[20ab0e9]89 padding: 0;
90 margin: 1px 0px;
[287ea55]91}
92
[e7392f2]93div.navheader ul li.home, div.navheader ul li.up,
94div.navfooter ul li.home, div.navfooter ul li.up {
[20ab0e9]95 text-align: center;
[e7392f2]96 padding: 0;
[20ab0e9]97 margin: 0px auto;
[e7392f2]98 display: block;
[9fd2b20]99 color: #dbddec;
[287ea55]100}
101
[e7392f2]102/* TOC & Index*/
103
104div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
105 list-style: none;
[287ea55]106}
107
[e7392f2]108div.toc, div.dedication {
109 padding-left: 1em;
[287ea55]110}
111
[e7392f2]112li.preface {
113 margin-left: 1em;
[287ea55]114}
115
[e7392f2]116div.toc ul li h3, div.toc ul li h4 {
117 margin: .4em;
[287ea55]118}
119
[e7392f2]120.item {
121 width: 15em;
122 float: left;
[287ea55]123}
124
[e7392f2]125.secitem {
126 font-weight: normal;
127 width: 14em;
128 float: left;
[287ea55]129}
130
[e7392f2]131/* Admonitions */
[55851d6]132div.admonition {
[9fd2b20]133 background-color: #fffff6;
[55851d6]134 border: medium solid #600;
[ded6ddd]135 width: 90%;
136 margin: .5em auto;
[287ea55]137}
138
[e7392f2]139div.admonhead img {
140 padding: .3em;
141}
142
[ded6ddd]143div.admonhead h3 {
[e7392f2]144 display: inline;
145 margin-left: 1.5em;
[287ea55]146}
147
[ded6ddd]148div.admonbody {
[e7392f2]149 margin: .5em;
[287ea55]150}
151
[20ab0e9]152/* variablelist & segmentedlist */
153dl {
154 margin: 0;
155 padding: 0;
[287ea55]156}
157
[20ab0e9]158dt {
[e7392f2]159 font-weight: bold;
[20ab0e9]160 margin: .33em 0 0 1em;
161 padding: 0;
[287ea55]162}
163
[20ab0e9]164dd {
165 margin: 0 0 1em 3em;
166 padding: 0;
167}
[e7392f2]168div.variablelist dd {
169 margin-bottom: 1em;
[287ea55]170}
[c755815f]171
[e7392f2]172div.variablelist dd p {
173 margin-top: 0px;
174}
175
[20ab0e9]176dl.materials dd {
177 margin-left: 0px;
178}
179
[e7392f2]180div.segmentedlist {
181 margin-top: 1em;
182}
183
184div.segmentedlist p {
185 margin: 0px auto;
186}
187
188/* Indented blocks */
189p, ul, dl, code, blockquote {
190 padding-left: 1em;
191}
192
[20ab0e9]193/* Monospaced elements */
194tt, code, kbd, pre, .command {
195 font-family: monospace;
196}
197
[55851d6]198pre.userinput {
[20ab0e9]199 color: #101310;
200 background-color: #e5e5e5;
201 border: 1px solid #050505;
202 padding: .5em 1em;
203 margin: 0 2em;
204 font-weight: bold;
205}
206
[55851d6]207pre.screen {
208 background-color: #e9e9e9;
209 border: 1px solid #050505;
210 padding: .5em 1em;
211 margin: 0 2em;
212}
213
[e7392f2]214/* Sections */
215div.wrap h1 {
216 background: #f5f6f7;
[55851d6]217 padding: 0.5em 0 0.5em 0;
[bc37722c]218 margin: 0px auto;
[e7392f2]219}
220
221div.package {
[20ab0e9]222 background: #f5f6f7;
[9fd2b20]223 border-bottom: 0.2em solid #dbddec;
[55851d6]224 padding: 0 0.5em 0.3em 0.5em;
[bc37722c]225 margin: 0px auto;
[e7392f2]226}
227
228div.installation {
[9fd2b20]229 padding: 0 0.5em 0.3em 0.5em;
230 margin: 0.5em 0 0.5em 0;
231}
232
233div.configuration {
[20ab0e9]234 background: #fefefe;
[9fd2b20]235 border-top: 0.2em solid #dbddec;
[20ab0e9]236 padding: 0.5em;
[9fd2b20]237 margin: 0.5em 0 .5em 0;
[e7392f2]238}
239
240div.content {
[20ab0e9]241 background: #f5f6f7;
[9fd2b20]242 border-top: 0.2em solid #dbddec;
[55851d6]243 padding: 0.5em 0.5em 0.5em 0.5em;
[9fd2b20]244 margin: 0.5em 0 .5em 0;
[c755815f]245}
[e7392f2]246
247div.installation h2, div.content h2 {
[9fd2b20]248 padding-top: 0.3em;
[e7392f2]249 margin: 0;
250}
251
252div.book, div.preface, div.part, div.chapter, div.sect1, div.index {
253 padding-bottom: 0.5em;
254}
255
256div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.index h1 {
257 background: #f5f6f7;
258 border-bottom: .1em solid #dbddec;
259 margin: 0px auto;
260 padding: .5em;
261}
262
263div.book h1 {
264 background: #f5f6f7;
265 margin: 0px auto;
266 padding: 0.5em;
267}
268
269div.book h2.subtitle {
270 background: #dbddec;
271 margin: 0px auto;
272 padding: 0.2em;
273}
274div.authorgroup, div p.copyright, div.abstract {
275 background: #f5f6f7;
276 margin: 0px auto;
[20ab0e9]277 padding: 1em 0.5em;
[e7392f2]278}
279
280hr {
281 background: #dbddec;
282 height: .3em;
283 border: 0px;
284 margin: 0px auto;
[20ab0e9]285 padding: 0;
[d0eda1b]286}
Note: See TracBrowser for help on using the repository browser.