Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/mpl/doc/style.css @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 7.6 KB
Line 
1/*
2
3:Author: David Goodger
4:Author: Aleksey Gurtovoy
5:Copyright: This stylesheet has been placed in the public domain.
6
7*/
8
9
10
11.first
12{
13  margin-top: 0;
14}
15
16.last
17{
18  margin-bottom: 0; 
19}
20
21
22
23/* <a/> */
24
25
26a
27{
28    color: #0000cc;
29}
30
31a:visited
32{
33    color: #800080;
34}
35
36/*
37sup a:link,
38sup a:visited,
39a.interlink:link,
40a.interlink:visited
41{
42    color: #505050;
43    text-decoration: none;
44}
45*/
46
47a.refentry
48{
49    text-decoration: none;
50}
51
52a.subsection-title:link,
53a.subsection-title:active,
54a.subsection-title:visited,
55a.subsection-title:hover
56{
57    color: black;
58    text-decoration: none;
59}
60
61a.identifier:link,
62a.identifier:active,
63a.identifier:visited
64{
65    color: black;
66    text-decoration: none;
67}
68
69a.header:link,
70a.header:active,
71a.header:visited
72{
73    color: black;
74    text-decoration: none;
75}
76
77
78a.identifier:hover,
79a.header:hover
80{
81    color: #0000cc;
82}
83
84a.toc-backref:link,
85a.toc-backref:active,
86a.toc-backref:visited,
87a.toc-backref:hover
88{
89  text-decoration: none;
90  color: black 
91}
92
93a.ref-subsection-title
94{
95    text-decoration: none;
96    color: black;
97}
98
99
100/* <blockquote/> */
101
102blockquote.epigraph
103{
104    margin: 2em 5em;
105}
106
107
108/* <caption/> */
109
110caption
111{
112    font-weight: bold;
113}
114
115
116/* <body/> */
117
118body
119{
120    background: #fffff5;
121}
122
123body.refmanual
124{
125    background: #fffff5 url(refmanual/manual.png) no-repeat top right fixed;
126    margin-right: 25pt;
127}
128
129/* <dd/> */
130
131dd
132{
133    margin-bottom: 0.5em;
134}
135
136
137
138/* <div/> */
139
140div.abstract
141{
142    margin: 2em 5em;
143}
144
145div.dedication
146{
147    margin: 2em 5em;
148    text-align: center;
149    font-style: italic;
150}
151
152
153div.figure
154{
155    margin-left: 2em;
156}
157
158div.sidebar
159{
160    border: solid 1px black;
161    padding: 1em;
162    background-color: #ffffee;
163    width: 40%;
164    float: right;
165    clear: right;
166}
167
168div.compound
169{
170    margin-top: 15pt;
171}
172
173div.document,
174div.section
175{
176    margin-left: 3pt;
177    margin-right: 3pt;
178}
179
180    body.refmanual
181div.section
182{
183    margin-left: 1pt;
184    margin-right: 0pt;
185}
186
187
188div.system-messages
189{
190    margin: 5em;
191}
192
193div.system-message
194{
195    border: medium outset;
196    padding: 1em;
197}
198
199div.topic
200{
201    margin: 2em;
202}
203
204
205div.attention, 
206div.caution, 
207div.danger, 
208div.error, 
209div.hint,
210div.important, 
211div.note, 
212div.tip, 
213div.warning, 
214div.admonition
215{
216    margin: 2em;
217    border: solid 1px black;
218    padding: 1em;
219}
220
221div.header-separator,
222div.footer-separator
223{
224    border-top: solid 1px #a09a8b;
225    border-bottom: solid 1px #e4e2de;
226}
227
228
229
230/* <dt/> */
231
232dt
233{
234    font-weight: bold
235}
236
237
238
239/* <h/> */
240
241
242h1.title 
243{
244    text-align: center;
245    vertical-align: text-bottom;
246   
247    padding-top: 15pt;
248    padding-bottom: 5pt;
249    padding-right: 277px; /* logo width */
250    padding-left: 277px; /* logo width */
251}
252
253h2.subtitle
254{
255    text-align: center;
256}
257
258    div.system-messages 
259h1
260{
261    color: red;
262}
263
264    div.section
265h1
266{
267    margin-top: 7pt;
268    margin-bottom: 10pt;
269}
270
271    body.refmanual
272    div.section 
273h3
274{
275    margin-bottom: 0pt;
276    padding-bottom: 0pt;
277
278/*
279    padding-left: 1pt;
280    border-style: none none solid none;
281    border-width: 2px;
282    border-color: #f0a0a0;
283*/
284}
285
286
287
288/* <hr/> */
289
290hr.header-separator
291{
292    width: 100%;
293    display: none;
294/*    margin-top: 1pt;*/
295}
296
297hr.footer-separator
298{
299    width: 100%;
300/*    margin-bottom: 1pt;*/
301}
302
303
304
305/* <img/> */
306
307img
308{
309    border: 0;
310}
311
312img.right-aligned
313{
314    padding-left: 5pt;
315    padding-bottom: 5pt;
316}
317
318
319/* <ol/> */
320
321ol.simple
322{
323    margin-bottom: 1em;
324}
325
326ol.arabic
327{
328    list-style: decimal;
329}
330
331ol.loweralpha
332{
333    list-style: lower-alpha;
334}
335
336ol.upperalpha
337{
338    list-style: upper-alpha;
339}
340
341ol.lowerroman
342{
343    list-style: lower-roman;
344}
345
346ol.upperroman
347{
348    list-style: upper-roman;
349}
350
351
352
353/* <p/> */
354
355p
356{
357    margin-top: 7pt;
358    padding-top: 0pt;
359}
360
361p.attribution
362{
363    text-align: right;
364    margin-left: 50%;
365}
366
367p.caption 
368{
369    font-style: italic;
370}
371
372p.credits
373{
374    font-style: italic;
375    font-size: smaller;
376}
377
378p.label
379{
380    white-space: nowrap;
381}
382
383p.rubric
384{
385    font-weight: bold;
386    font-size: larger;
387    color: maroon;
388    text-align: center;
389}
390
391p.topic-title 
392{
393    font-weight: bold;
394    margin-top: 5pt;
395}
396
397p.sidebar-title
398{
399    font-family: sans-serif;
400    font-weight: bold;
401}
402
403p.sidebar-subtitle
404{
405    font-family: sans-serif;
406    font-weight: bold;
407}
408
409    div.abstract 
410p.topic-title
411{
412  font-weight: bold;
413  text-align: center; 
414}
415
416    div.dedication 
417p.topic-title
418{
419    font-weight: bold;
420    font-style: normal;
421}
422
423    div.system-message 
424p.system-message-title
425{
426  color: red;
427  font-weight: bold;
428}
429
430    div.attention 
431p.admonition-title, 
432    div.caution 
433p.admonition-title,
434    div.danger 
435p.admonition-title, 
436    div.error 
437p.admonition-title,
438    div.warning 
439p.admonition-title
440{
441    color: red;
442    font-weight: bold;
443    font-family: sans-serif;
444}
445
446    div.hint 
447p.admonition-title, 
448    div.important 
449p.admonition-title,
450    div.note 
451p.admonition-title, 
452    div.tip 
453p.admonition-title,
454    div.admonition 
455p.admonition-title
456{
457  font-weight: bold;
458  font-family: sans-serif;
459}
460
461    td
462p
463{
464    margin-top: 5pt;
465    margin-bottom: 5pt;
466}
467
468/* <pre/> */
469
470pre.address
471{
472    margin-bottom: 0;
473    margin-top: 0;
474    font-family: serif;
475    font-size: 100%;
476}
477
478pre.line-block
479{
480    font-family: serif;
481    font-size: 100%;
482}
483
484
485pre.doctest-block
486{
487    margin-left: 2em;
488    margin-right: 2em;
489    background-color: #eeeeee;
490}
491
492pre.literal-block
493{
494    border-style: none none none solid;
495    border-width: 1px;
496    border-color: black;
497    padding-top: 2pt;
498    padding-bottom: 2pt;
499    padding-left: 1em;
500    padding-right: 1em;
501    margin-top: 10pt;
502    margin-left: 0pt;
503/*    background-color: #f7f7f7;*/
504    background-color: #f5f5f5;
505}
506
507    td
508pre.literal-block
509{
510    border-style: none;
511    margin-top: 0pt;
512    padding-top: 0pt;
513    margin-bottom: 0pt;
514    padding-bottom: 0pt;
515    padding-left: 1pt;
516}
517
518pre.literal-block
519{
520    margin-bottom: 1pt;
521}
522
523
524
525/* <table/> */
526
527table
528{
529    margin-top: 0.5em;
530    margin-bottom: 0.5em;
531}
532
533table.docinfo
534{
535    border: solid 0;
536    margin: 2em 4em;
537}   
538   
539table.field-list
540{
541    border: solid 0;
542    margin-left: 1pt;
543}
544
545
546table.citation
547{
548    border: solid 0;
549    border-left: solid thin gray;
550}
551
552table.footnote
553{
554    border: solid 0;
555    border-left: solid thin black;
556}
557
558table.header,
559table.footer
560{
561    border: solid 0;
562    width: 100%;
563    margin: 0pt;
564    padding: 0pt;
565}
566
567
568table.table
569{
570    border: solid 1px black; 
571    border-collapse: collapse;
572    margin-bottom: 10pt;
573}
574
575
576
577/* <td/> / <th/> */
578
579    table.table 
580td, 
581    table.table 
582th
583{
584    border: solid 1px black; 
585    vertical-align: top;   
586}
587
588    table.table 
589th
590{
591    padding-left: 5pt;
592    padding-right: 5pt;
593}
594
595    table.table 
596td
597{
598    padding-left: 5pt;
599    padding-right: 5pt;
600    padding-top: 1pt;
601    padding-bottom: 1pt;
602}
603
604
605td.header-group
606{
607    padding: 0pt;
608    padding-bottom: 2pt;
609    margin: 0pt;
610    vertical-align: top;
611}
612
613td.navigation-bar
614{
615    text-align: left;
616    white-space: nowrap;
617    padding-right: 0.5em;
618}
619
620td.page-location
621{
622    text-align: right;
623}
624
625th.docinfo-name,
626th.field-name
627{
628    font-weight: bold;
629    text-align: left;
630    white-space: nowrap;
631}
632
633td.label
634{
635    padding-left: 5pt;
636    padding-right: 10pt;
637}
638
639
640/* <tr/> */
641
642tr.header, 
643tr.footer
644{
645    padding: 0pt;
646    margin: 0pt;
647}
648
649
650
651/* <tt/> */
652
653tt.literal
654{
655    background-color: #f5f5f5;
656}
657
658    h1
659tt, 
660    h2 
661tt, 
662    h3 
663tt, 
664    h4 
665tt, 
666    h5 
667tt, 
668    h6 
669tt 
670{
671    font-size: 100%;
672}
673
674
675/* <span/> */
676
677span.classifier
678{
679    font-family: sans-serif;
680    font-style: oblique;
681}
682
683span.classifier-delimiter
684{
685    font-family: sans-serif;
686    font-weight: bold;
687}
688
689span.interpreted
690{
691    font-family: sans-serif;
692}
693
694span.option
695{
696    white-space: nowrap;
697}
698
699span.option-argument
700{
701    font-style: italic;
702}
703
704span.pre
705{
706    white-space: pre;
707}
708
709span.problematic
710{
711    color: red;
712}
713
714
715/* <ul/> */
716
717ul.toc
718{
719    list-style-type: circle;
720}
Note: See TracBrowser for help on using the repository browser.