Imported Upstream version 1.57.0
[platform/upstream/boost.git] / tools / build / website / boost.css
1 /* Copyright 2002 Dave Abrahams */
2 /* Distributed under the Boost Software License, Version 1.0. */
3 /* (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) */
4
5 H1
6 {
7     FONT-SIZE: 200%
8     COLOR: #00007f
9 }
10 H2
11 {
12     FONT-SIZE: 150%;
13 }
14 H3
15 {
16     FONT-SIZE: 125%;
17 }
18 H4
19 {
20     FONT-SIZE: 108%;
21 }
22 BODY
23 {
24     FONT-SIZE: 100%;
25     BACKGROUND-COLOR: #ffffff
26 }
27 PRE
28 {
29     MARGIN-LEFT: 2pc;
30     FONT-SIZE: 80%;
31     BACKGROUND-COLOR: #dfffff
32 }
33 CODE
34 {
35     FONT-SIZE: 95%;
36      white-space: pre
37 }
38 .index
39 {
40     TEXT-ALIGN: left
41 }
42 .page-index
43 {
44         TEXT-ALIGN: left
45 }
46 .definition
47 {
48         TEXT-ALIGN: left
49 }
50 .footnote
51 {
52     FONT-SIZE: 66%;
53     VERTICAL-ALIGN: super;
54     TEXT-DECORATION: none
55 }
56 .function-semantics
57 {
58     CLEAR: left
59 }
60 .metafunction-semantics
61 {
62     CLEAR: left
63 }