]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
7H1
8{
9 FONT-SIZE: 200%;
10 COLOR: #00008B;
11}
12H2
13{
14 FONT-SIZE: 150%;
15}
16H3
17{
18 FONT-SIZE: 125%;
19}
20H4
21{
22 FONT-SIZE: 108%;
23}
24BODY
25{
26 FONT-SIZE: 100%;
27 BACKGROUND-COLOR: #ffffff;
28 COLOR: #000000;
29}
30PRE
31{
32 MARGIN-LEFT: 2em;
33 FONT-FAMILY: Courier,
34 monospace;
35}
36CODE
37{
38 FONT-FAMILY: Courier,
39 monospace;
40}
41CODE.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}