]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/python/doc/html/boost.css
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / python / doc / html / boost.css
1 /*=============================================================================
2 Copyright 2002 William E. Kempf
3 Distributed under the Boost Software License, Version 1.0. (See accompany-
4 ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 =============================================================================*/
6
7 H1
8 {
9 FONT-SIZE: 200%;
10 COLOR: #00008B;
11 }
12 H2
13 {
14 FONT-SIZE: 150%;
15 }
16 H3
17 {
18 FONT-SIZE: 125%;
19 }
20 H4
21 {
22 FONT-SIZE: 108%;
23 }
24 BODY
25 {
26 FONT-SIZE: 100%;
27 BACKGROUND-COLOR: #ffffff;
28 COLOR: #000000;
29 }
30 PRE
31 {
32 MARGIN-LEFT: 2em;
33 FONT-FAMILY: Courier,
34 monospace;
35 }
36 CODE
37 {
38 FONT-FAMILY: Courier,
39 monospace;
40 }
41 CODE.as_pre
42 {
43 white-space: pre;
44 }
45 .index
46 {
47 TEXT-ALIGN: left;
48 }
49 .page-index
50 {
51 TEXT-ALIGN: left;
52 }
53 .definition
54 {
55 TEXT-ALIGN: left;
56 }
57 .footnote
58 {
59 FONT-SIZE: 66%;
60 VERTICAL-ALIGN: super;
61 TEXT-DECORATION: none;
62 }
63 .function-semantics
64 {
65 CLEAR: left;
66 }