source: stylesheets/blfs.css@ dbaa33d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dbaa33d was dbaa33d, checked in by Randy McMurchy <randy@…>, 18 years ago

Modified the method of using cpan in the Perl Modules instructions, thanks to William Zhou for the suggestion

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5911 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.0 KB
Line 
1/* Global settings */
2body {
3 font-family: verdana, tahoma, helvetica, arial, sans-serif;
4 text-align: left;
5 background: #fff;
6 color: #333;
7 margin: 1em;
8 padding: 0;
9 font-size: 1em;
10 line-height: 1.2em
11}
12
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;
22}
23
24h3, h4, h5, h6 {
25 color: #222;
26}
27
28.url {
29 color: #55f; /* Light Blue */
30 font-weight: bold;
31}
32
33h1 { font-size: 173%; text-align: center; line-height: 1.2em; }
34h1.title sup { font-size: small; }
35h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; }
36h2.subtitle { text-align: center; line-height: 1.2em; }
37h3 { font-size: 120%; line-height: 1.2em; }
38h4 { font-size: 120%; line-height: 1.2em;}
39div.package h4, h5, h6 { font-size: 100%; font-style: italic; }
40
41/* Navigation */
42div.headertitles h4 {
43 margin-bottom: 2px;
44 text-align: center;
45}
46
47div.headertitles h3 {
48 margin-top: 2px;
49 text-align: center;
50}
51
52div.navheader, div.navfooter {
53 background: #ecedef;
54 padding: 0.1em 1em;
55 border-bottom: 1px solid #dbddec;
56}
57
58div.navfooter {
59 border-bottom: 0;
60 border-top: 1px solid #dbddec;
61}
62
63div.navheader ul, div.navfooter ul {
64 padding: .2em .5em .5em 0;
65 margin-left: 0px;
66 margin-right: 2px;
67 position: relative;
68 background: #dbddec;
69}
70
71div.navheader ul li, div.navfooter ul li {
72 display: inline;
73 width: 40%;
74}
75
76div.navheader ul li.prev, div.navfooter ul li.prev {
77 position: absolute;
78 display: block;
79 left: 0;
80 text-align: left;
81 padding: 0.2em 1em;
82 margin-left: 6px;
83}
84
85div.navheader ul li.next, div.navfooter ul li.next {
86 position: absolute;
87 display: block;
88 text-align: right;
89 right: 5px;
90 padding: 0.2em 0.5em;
91 margin-right: 7px;
92}
93
94div.navheader ul li.prev p, div.navfooter ul li.prev p,
95div.navheader ul li.next p, div.navfooter ul li.next p {
96 padding: 0;
97 margin: 1px 0px;
98}
99
100div.navheader ul li.home, div.navheader ul li.up,
101div.navfooter ul li.home, div.navfooter ul li.up {
102 text-align: center;
103 padding: 0;
104 margin: 0px auto;
105 display: block;
106 color: #dbddec;
107}
108
109/* TOC & Index*/
110
111div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
112 list-style: none;
113}
114
115div.toc, div.dedication {
116 padding-left: 1em;
117}
118
119li.preface {
120 margin-left: 1em;
121}
122
123div.toc ul li h3, div.toc ul li h4 {
124 margin: .4em;
125}
126
127.dummy {
128 font-weight: bold;
129 font-size: 110%;
130 line-height: 1.8em;
131/* Removed per Bruce
132 margin-left: -1.5em; */
133}
134
135.item {
136 width: 18.5em;
137 float: left;
138}
139
140.indexref {
141 margin-left: 18.5em;
142}
143
144.secitem {
145 font-weight: normal;
146 width: 16em;
147 float: left;
148}
149
150/* Admonitions */
151div.note, div.tip {
152 background-color: #fffff6;
153 border: 2px solid #dbddec;
154 width: 90%;
155 margin: .5em auto;
156}
157
158div.important, div.warning, div.caution {
159 background-color: #fffff6;
160 border: medium solid #400;
161 width: 90%;
162 margin: 1.5em auto;
163 color: #600;
164 font-size: larger;
165}
166
167div.important h3, div.warning h3, div.caution h3 {
168 color: #900;
169}
170
171div.admonhead img {
172 padding: .3em;
173}
174
175div.admonhead h3 {
176 display: inline;
177 margin-left: 1.5em;
178}
179
180div.admonbody {
181 margin: .5em;
182}
183
184div.important em, div.warning em, div.caution em {
185 color: #000;
186 font-weight: bold;
187}
188
189div.important tt, div.warning tt, div.caution tt {
190 font-weight: bold;
191}
192
193table {
194 width: auto;
195 margin-left: 1em;
196}
197
198td {
199 vertical-align: top;
200}
201
202td span, td p {
203 margin: 0.3em;
204}
205
206div.table table {
207 border-collapse: collapse;
208 }
209
210div.table td, div.table th {
211 padding: 0.3em;
212 text-align: right;
213 vertical-align: baseline;
214}
215
216div.table tr > td:first-child, div.table tr > th:first-child {
217 text-align: left;
218}
219
220div.revhistory th {
221 text-align: left;
222 line-height: 2em;
223}
224
225div.revhistory td {
226 padding-right: 1em;
227}
228
229span.term {
230 display: block;
231}
232
233/* variablelist & segmentedlist */
234dl {
235 margin: 0;
236 padding: 0;
237 list-style-type: none;
238}
239
240dt {
241 display: list-item;
242 font-weight: bold;
243 margin: .33em 0 0 1em;
244 padding: 0;
245}
246
247span.seg {
248 display: block;
249 padding-left: 12em;
250}
251
252div.content dt {
253 list-style: none;
254}
255
256dd {
257 margin: 0 0 1em 3em;
258 padding: 0;
259}
260
261div.variablelist dd {
262 margin-bottom: 1em;
263}
264
265div.variablelist dd p {
266 margin-top: 0px;
267}
268
269dl.materials dd {
270 margin-left: 0px;
271}
272
273div.segmentedlist {
274 margin-top: 1em;
275}
276
277div.segmentedlist p {
278 margin: 0px auto;
279}
280
281span.segtitle {
282 display: block;
283 float: left;
284 width: 12em;
285}
286
287div.seg {
288 clear: left;
289}
290
291/* itemizedlist */
292
293div.itemizedlist {
294 margin-left: 1em;
295}
296
297ul[compact="compact"] li p {
298 padding: 0.3em;
299 margin: 0em;
300 background-color: #f0fff0;
301}
302
303/* Indented blocks */
304p, ul, dl, code, blockquote {
305 padding-left: 1em;
306}
307
308/* Monospaced elements */
309tt, code, kbd, pre, .command {
310 font-family: monospace;
311}
312
313pre.userinput {
314 color: #101310;
315 background-color: #e5e5e5;
316 border: 1px solid #050505;
317 padding: .5em 1em;
318 margin: 0 2em;
319 font-weight: bold;
320}
321
322pre.root {
323 color: #101310;
324 background-color: #e5e5e5;
325 border: 1px solid #050505;
326 padding: .5em 1em;
327 margin: 0 2em;
328 font-weight: bold;
329}
330
331.literal, .prompt {
332 font-weight: normal;
333}
334
335pre.screen {
336 color: #000;
337 background-color: #e9e9e9;
338 border: 1px solid #050505;
339 padding: .5em 1em;
340 margin: 0 2em;
341}
342
343/* Sections */
344div h1, div.glossary h2 {
345 padding: 1em 0 0.5em 0;
346 margin: 0px auto;
347}
348
349div.glossary h2 {
350 text-align: center;
351 font-size: 173%;
352 padding-top: 0.4em;
353 border-bottom: .1em solid #dbddec;
354}
355
356div.package {
357 padding: 0 0.5em 0.3em 0.5em;
358 margin: 0.5em 0 0.5em 0;
359}
360
361div.kernel {
362 padding: 0 0.5em 0.3em 0.5em;
363 margin: 0.5em 0 0.5em 0;
364}
365
366div.installation {
367 padding: 0 0.5em 0.3em 0.5em;
368 margin: 0.5em 0 0.5em 0;
369}
370
371div.commands {
372 padding: 0 0.5em 0.3em 0.5em;
373 margin: 0.5em 0 0.5em 0;
374}
375
376div.testing {
377 padding: 0 0.5em 0.3em 0.5em;
378 margin: 0.5em 0 0.5em 0;
379}
380
381div.configuration {
382 padding: 0 0.5em 0.3em 0.5em;
383 margin: 0.5em 0 0.5em 0;
384}
385
386div.content {
387 padding: 0 0.5em 0.3em 0.5em;
388 margin: 0.5em 0 0.5em 0;
389}
390
391div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index {
392 padding-bottom: 0.5em;
393}
394
395div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 {
396 background: #f5f6f7;
397 border-bottom: .1em solid #dbddec;
398 margin: 0px auto;
399 padding: .5em;
400}
401
402div.book h1 {
403 background: #f5f6f7;
404 margin: 0px auto;
405 padding: 0.5em;
406}
407
408div.book h2.subtitle {
409 background: #dbddec;
410 margin: 0px auto;
411 padding: 0.2em;
412}
413div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory {
414 background: #f5f6f7;
415 margin: 0px auto;
416 padding: 1em 0.5em;
417}
418
419hr {
420 background: #dbddec;
421 height: .3em;
422 border: 0px;
423 margin: 0px auto;
424 padding: 0;
425}
426
427/* Last edited info */
428p.updated {
429 font-size: small;
430 font-weight: bold;
431 font-style: italic;
432}
433
434/* Inline tags */
435
436tt.systemitem {
437 font-style: italic;
438}
439
440p.usernotes {
441 margin-left: -1em;
442 font-size: small;
443 font-weight: bold;
444 font-style: italic;
445}
446
447.simplelist {
448 background-color: #f0fff0;
449}
450
451.underlined {
452 text-decoration: underline;
453}
Note: See TracBrowser for help on using the repository browser.