source: stylesheets/blfs.css@ 845e9193

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 845e9193 was 4f2f35c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Unified the optional Testing sections, Adjusted the CSS code.

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

  • Property mode set to 100644
File size: 6.2 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; }
34h1.title sup { font-size: small; }
35h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; }
36h2.subtitle { text-align: center; }
37h3 { font-size: 120%; }
38h4 { font-size: 120%;}
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.item {
128 width: 18.5em;
129 float: left;
130}
131
132.indexref {
133 margin-left: 18.5em;
134}
135
136.secitem {
137 font-weight: normal;
138 width: 16em;
139 float: left;
140}
141
142/* Admonitions */
143div.note, div.tip {
144 background-color: #fffff6;
145 border: 2px solid #dbddec;
146 width: 90%;
147 margin: .5em auto;
148}
149
150div.important, div.warning, div.caution {
151 background-color: #fffff6;
152 border: medium solid #400;
153 width: 90%;
154 margin: 1.5em auto;
155 color: #600;
156 font-size: larger;
157}
158
159div.important h3, div.warning h3, div.caution h3 {
160 color: #900;
161}
162
163div.admonhead img {
164 padding: .3em;
165}
166
167div.admonhead h3 {
168 display: inline;
169 margin-left: 1.5em;
170}
171
172div.admonbody {
173 margin: .5em;
174}
175
176div.important em, div.warning em, div.caution em {
177 color: #000;
178 font-weight: bold;
179}
180
181div.important tt, div.warning tt, div.caution tt {
182 font-weight: bold;
183}
184
185table {
186 width: auto;
187 margin-left: 1em;
188}
189
190td {
191 vertical-align: top;
192}
193
194td span, td p {
195 margin: 0.3em;
196}
197
198span.term {
199 display: block;
200}
201
202/* variablelist & segmentedlist */
203dl {
204 margin: 0;
205 padding: 0;
206 list-style-type: none;
207}
208
209dt {
210 display: list-item;
211 font-weight: bold;
212 margin: .33em 0 0 1em;
213 padding: 0;
214}
215
216span.seg {
217 display: block;
218 padding-left: 12em;
219}
220
221div.content dt {
222 list-style: none;
223}
224
225dd {
226 margin: 0 0 1em 3em;
227 padding: 0;
228}
229
230div.variablelist dd {
231 margin-bottom: 1em;
232}
233
234div.variablelist dd p {
235 margin-top: 0px;
236}
237
238dl.materials dd {
239 margin-left: 0px;
240}
241
242div.segmentedlist {
243 margin-top: 1em;
244}
245
246div.segmentedlist p {
247 margin: 0px auto;
248}
249
250span.segtitle {
251 display: block;
252 float: left;
253 width: 12em;
254}
255
256div.seg {
257 clear: left;
258}
259
260/* itemizedlist */
261
262div.itemizedlist {
263 margin-left: 1em;
264}
265
266ul[compact="compact"] li p {
267 padding: 0.3em;
268 margin: 0em;
269 background-color: #f0fff0;
270}
271
272/* Indented blocks */
273p, ul, dl, code, blockquote {
274 padding-left: 1em;
275}
276
277/* Monospaced elements */
278tt, code, kbd, pre, .command {
279 font-family: monospace;
280}
281
282pre.userinput {
283 color: #101310;
284 background-color: #e5e5e5;
285 border: 1px solid #050505;
286 padding: .5em 1em;
287 margin: 0 2em;
288 font-weight: bold;
289}
290
291pre.root {
292 color: #101310;
293 background-color: #e5e5e5;
294 border: 1px solid #050505;
295 padding: .5em 1em;
296 margin: 0 2em;
297 font-weight: bold;
298}
299
300.literal, .prompt {
301 font-weight: normal;
302}
303
304pre.screen {
305 color: #000;
306 background-color: #e9e9e9;
307 border: 1px solid #050505;
308 padding: .5em 1em;
309 margin: 0 2em;
310}
311
312/* Sections */
313div h1, div.glossary h2 {
314 padding: 1em 0 0.5em 0;
315 margin: 0px auto;
316}
317
318div.glossary h2 {
319 text-align: center;
320 font-size: 173%;
321 padding-top: 0.4em;
322 border-bottom: .1em solid #dbddec;
323}
324
325div.package {
326 padding: 0 0.5em 0.3em 0.5em;
327 margin: 0.5em 0 0.5em 0;
328}
329
330div.kernel {
331 padding: 0 0.5em 0.3em 0.5em;
332 margin: 0.5em 0 0.5em 0;
333}
334
335div.installation {
336 padding: 0 0.5em 0.3em 0.5em;
337 margin: 0.5em 0 0.5em 0;
338}
339
340div.commands {
341 padding: 0 0.5em 0.3em 0.5em;
342 margin: 0.5em 0 0.5em 0;
343}
344
345div.testing {
346 padding: 0 0.5em 0.3em 0.5em;
347 margin: 0.5em 0 0.5em 0;
348}
349
350div.configuration {
351 padding: 0 0.5em 0.3em 0.5em;
352 margin: 0.5em 0 0.5em 0;
353}
354
355div.content {
356 padding: 0 0.5em 0.3em 0.5em;
357 margin: 0.5em 0 0.5em 0;
358}
359
360div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index {
361 padding-bottom: 0.5em;
362}
363
364div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 {
365 background: #f5f6f7;
366 border-bottom: .1em solid #dbddec;
367 margin: 0px auto;
368 padding: .5em;
369}
370
371div.book h1 {
372 background: #f5f6f7;
373 margin: 0px auto;
374 padding: 0.5em;
375}
376
377div.book h2.subtitle {
378 background: #dbddec;
379 margin: 0px auto;
380 padding: 0.2em;
381}
382div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory {
383 background: #f5f6f7;
384 margin: 0px auto;
385 padding: 1em 0.5em;
386}
387
388hr {
389 background: #dbddec;
390 height: .3em;
391 border: 0px;
392 margin: 0px auto;
393 padding: 0;
394}
395
396/* Last edited info */
397p.updated {
398 font-size: small;
399 font-weight: bold;
400 font-style: italic;
401}
402
403/* Inline tags */
404
405tt.systemitem {
406 font-style: italic;
407}
Note: See TracBrowser for help on using the repository browser.