source: stylesheets/blfs.css@ 5e363b3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5e363b3 was 5e363b3, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update index formatting

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

  • Property mode set to 100644
File size: 5.8 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; }
34h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; }
35h2.subtitle { text-align: center; }
36h3 { font-size: 120%; }
37h4 { font-size: 120%;}
38h5, h6 { font-size: 100%; font-style: italic; }
39
40/* Navigation */
41div.headertitles h4 {
42 margin-bottom: 2px;
43 text-align: center;
44}
45
46div.headertitles h3 {
47 margin-top: 2px;
48 text-align: center;
49}
50
51div.navheader, div.navfooter {
52 background: #ecedef;
53 padding: 0.1em 1em;
54 border-bottom: 1px solid #dbddec;
55}
56
57div.navfooter {
58 border-bottom: 0;
59 border-top: 1px solid #dbddec;
60}
61
62div.navheader ul, div.navfooter ul {
63 padding: .2em .5em .5em 0;
64 margin-left: 0px;
65 margin-right: 2px;
66 position: relative;
67 background: #dbddec;
68}
69
70div.navheader ul li, div.navfooter ul li {
71 display: inline;
72 width: 40%;
73}
74
75div.navheader ul li.prev, div.navfooter ul li.prev {
76 position: absolute;
77 display: block;
78 left: 0;
79 text-align: left;
80 padding: 0.2em 1em;
81 margin-left: 6px;
82}
83
84div.navheader ul li.next, div.navfooter ul li.next {
85 position: absolute;
86 display: block;
87 text-align: right;
88 right: 5px;
89 padding: 0.2em 0.5em;
90 margin-right: 7px;
91}
92
93div.navheader ul li.prev p, div.navfooter ul li.prev p,
94div.navheader ul li.next p, div.navfooter ul li.next p {
95 padding: 0;
96 margin: 1px 0px;
97}
98
99div.navheader ul li.home, div.navheader ul li.up,
100div.navfooter ul li.home, div.navfooter ul li.up {
101 text-align: center;
102 padding: 0;
103 margin: 0px auto;
104 display: block;
105 color: #dbddec;
106}
107
108/* TOC & Index*/
109
110div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
111 list-style: none;
112}
113
114div.toc, div.dedication {
115 padding-left: 1em;
116}
117
118li.preface {
119 margin-left: 1em;
120}
121
122div.toc ul li h3, div.toc ul li h4 {
123 margin: .4em;
124}
125
126.item {
127 width: 17em;
128 float: left;
129}
130
131.indexref {
132 margin-left: 17em;
133}
134
135.secitem {
136 font-weight: normal;
137 width: 16em;
138 float: left;
139}
140
141/* Admonitions */
142div.note, div.tip {
143 background-color: #fffff6;
144 border: 2px solid #dbddec;
145 width: 90%;
146 margin: .5em auto;
147}
148
149div.important, div.warning, div.caution {
150 background-color: #fffff6;
151 border: medium solid #400;
152 width: 90%;
153 margin: 1.5em auto;
154 color: #600;
155 font-size: larger;
156}
157
158div.important h3, div.warning h3, div.caution h3 {
159 color: #900;
160}
161
162div.admonhead img {
163 padding: .3em;
164}
165
166div.admonhead h3 {
167 display: inline;
168 margin-left: 1.5em;
169}
170
171div.admonbody {
172 margin: .5em;
173}
174
175div.important em, div.warning em, div.caution em {
176 color: #000;
177 font-weight: bold;
178}
179
180div.important tt, div.warning tt, div.caution tt {
181 font-weight: bold;
182}
183
184/* variablelist & segmentedlist */
185dl {
186 margin: 0;
187 padding: 0;
188 list-style-type: none;
189}
190
191dt {
192 display: list-item;
193 font-weight: bold;
194 margin: .33em 0 0 1em;
195 padding: 0;
196}
197
198div.content dt {
199 list-style: none;
200}
201
202dd {
203 margin: 0 0 1em 3em;
204 padding: 0;
205}
206
207div.variablelist dd {
208 margin-bottom: 1em;
209}
210
211div.variablelist dd p {
212 margin-top: 0px;
213}
214
215dl.materials dd {
216 margin-left: 0px;
217}
218
219div.segmentedlist {
220 margin-top: 1em;
221}
222
223div.segmentedlist p {
224 margin: 0px auto;
225}
226
227span.segtitle {
228 display: block;
229 float: left;
230 width: 12em;
231}
232
233div.seg {
234 clear: left;
235}
236
237/* itemizedlist */
238
239div.itemizedlist {
240 margin-left: 1em;
241}
242
243div.sect3 li p {
244 padding: 0.3em;
245 margin: 0em;
246 background-color: #f0fff0;
247}
248
249/* Indented blocks */
250p, ul, dl, code, blockquote {
251 padding-left: 1em;
252}
253
254/* Monospaced elements */
255tt, code, kbd, pre, .command {
256 font-family: monospace;
257}
258
259pre.userinput {
260 color: #101310;
261 background-color: #e5e5e5;
262 border: 1px solid #050505;
263 padding: .5em 1em;
264 margin: 0 2em;
265}
266
267.literal {
268 font-weight: normal;
269}
270
271pre.screen {
272 color: #000;
273 background-color: #e9e9e9;
274 border: 1px solid #050505;
275 padding: .5em 1em;
276 margin: 0 2em;
277}
278
279/* Sections */
280div.wrap h1, div.glossary h2 {
281 background: #f5f6f7;
282 padding: 1em 0 0.5em 0;
283 margin: 0px auto;
284}
285
286div.glossary h2 {
287 text-align: center;
288 font-size: 173%;
289 padding-top: 0.4em;
290 border-bottom: .1em solid #dbddec;
291}
292
293div.package {
294 background: #f5f6f7;
295 border-bottom: 0.2em solid #dbddec;
296 padding: 0.5em 0.5em 0.3em 0.5em;
297 margin: 0px auto;
298}
299
300div.installation {
301 padding: 0 0.5em 0.3em 0.5em;
302 margin: 0.5em 0 0.5em 0;
303}
304
305div.configuration {
306 background: #fefefe;
307 border-top: 0.2em solid #dbddec;
308 padding: 0.5em;
309 margin: 0.5em 0 .5em 0;
310}
311
312div.content {
313 background: #f5f6f7;
314 border-top: 0.2em solid #dbddec;
315 padding: 0.5em 0.5em 1em 0.5em;
316 margin: 0.5em 0 .5em 0;
317}
318
319div.installation h2, div.content h2 {
320 padding-top: 0.3em;
321 margin: 0;
322}
323
324div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index {
325 padding-bottom: 0.5em;
326}
327
328div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 {
329 background: #f5f6f7;
330 border-bottom: .1em solid #dbddec;
331 margin: 0px auto;
332 padding: .5em;
333}
334
335div.book h1 {
336 background: #f5f6f7;
337 margin: 0px auto;
338 padding: 0.5em;
339}
340
341div.book h2.subtitle {
342 background: #dbddec;
343 margin: 0px auto;
344 padding: 0.2em;
345}
346div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory {
347 background: #f5f6f7;
348 margin: 0px auto;
349 padding: 1em 0.5em;
350}
351
352hr {
353 background: #dbddec;
354 height: .3em;
355 border: 0px;
356 margin: 0px auto;
357 padding: 0;
358}
359
360/* Last edited info */
361p.updated {
362 font-size: small;
363 font-weight: bold;
364 font-style: italic;
365}
Note: See TracBrowser for help on using the repository browser.