source: stylesheets/blfs.css@ 1423d58f

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 1423d58f was 55526553, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update qpopper index; increase index column 1 width

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

  • Property mode set to 100644
File size: 6.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; }
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%;}
39h5, 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
198/* variablelist & segmentedlist */
199dl {
200 margin: 0;
201 padding: 0;
202 list-style-type: none;
203}
204
205dt {
206 display: list-item;
207 font-weight: bold;
208 margin: .33em 0 0 1em;
209 padding: 0;
210}
211
212span.seg {
213 display: block;
214 padding-left: 12em;
215}
216
217div.content dt {
218 list-style: none;
219}
220
221dd {
222 margin: 0 0 1em 3em;
223 padding: 0;
224}
225
226div.variablelist dd {
227 margin-bottom: 1em;
228}
229
230div.variablelist dd p {
231 margin-top: 0px;
232}
233
234dl.materials dd {
235 margin-left: 0px;
236}
237
238div.segmentedlist {
239 margin-top: 1em;
240}
241
242div.segmentedlist p {
243 margin: 0px auto;
244}
245
246span.segtitle {
247 display: block;
248 float: left;
249 width: 12em;
250}
251
252div.seg {
253 clear: left;
254}
255
256/* itemizedlist */
257
258div.itemizedlist {
259 margin-left: 1em;
260}
261
262div.sect3 li p {
263 padding: 0.3em;
264 margin: 0em;
265 background-color: #f0fff0;
266}
267
268/* Indented blocks */
269p, ul, dl, code, blockquote {
270 padding-left: 1em;
271}
272
273/* Monospaced elements */
274tt, code, kbd, pre, .command {
275 font-family: monospace;
276}
277
278pre.userinput {
279 color: #101310;
280 background-color: #e5e5e5;
281 border: 1px solid #050505;
282 padding: .5em 1em;
283 margin: 0 2em;
284}
285
286.literal {
287 font-weight: normal;
288}
289
290pre.screen {
291 color: #000;
292 background-color: #e9e9e9;
293 border: 1px solid #050505;
294 padding: .5em 1em;
295 margin: 0 2em;
296}
297
298/* Sections */
299div.wrap h1, div.glossary h2 {
300 background: #f5f6f7;
301 padding: 1em 0 0.5em 0;
302 margin: 0px auto;
303}
304
305div.glossary h2 {
306 text-align: center;
307 font-size: 173%;
308 padding-top: 0.4em;
309 border-bottom: .1em solid #dbddec;
310}
311
312div.package {
313 background: #f5f6f7;
314 border-bottom: 0.2em solid #dbddec;
315 padding: 0.5em 0.5em 0.3em 0.5em;
316 margin: 0px auto;
317}
318
319div.installation {
320 padding: 0 0.5em 0.3em 0.5em;
321 margin: 0.5em 0 0.5em 0;
322}
323
324div.configuration {
325 background: #fefefe;
326 border-top: 0.2em solid #dbddec;
327 padding: 0.5em;
328 margin: 0.5em 0 .5em 0;
329}
330
331div.content {
332 background: #f5f6f7;
333 border-top: 0.2em solid #dbddec;
334 padding: 0.5em 0.5em 1em 0.5em;
335 margin: 0.5em 0 .5em 0;
336}
337
338div.installation h2, div.content h2 {
339 padding-top: 0.3em;
340 margin: 0;
341}
342
343div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index {
344 padding-bottom: 0.5em;
345}
346
347div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 {
348 background: #f5f6f7;
349 border-bottom: .1em solid #dbddec;
350 margin: 0px auto;
351 padding: .5em;
352}
353
354div.book h1 {
355 background: #f5f6f7;
356 margin: 0px auto;
357 padding: 0.5em;
358}
359
360div.book h2.subtitle {
361 background: #dbddec;
362 margin: 0px auto;
363 padding: 0.2em;
364}
365div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory {
366 background: #f5f6f7;
367 margin: 0px auto;
368 padding: 1em 0.5em;
369}
370
371hr {
372 background: #dbddec;
373 height: .3em;
374 border: 0px;
375 margin: 0px auto;
376 padding: 0;
377}
378
379/* Last edited info */
380p.updated {
381 font-size: small;
382 font-weight: bold;
383 font-style: italic;
384}
Note: See TracBrowser for help on using the repository browser.