blob: 9f8d4bda8f8ac93f82dedca44607b711456ac7eb [file] [log] [blame]
Brian Silvermana8ce4c32018-08-04 23:57:09 -07001/*=============================================================================
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}
29PRE
30{
31 MARGIN-LEFT: 2em;
32 FONT-FAMILY: Courier,
33 monospace;
34}
35CODE
36{
37 FONT-FAMILY: Courier,
38 monospace;
39}
40CODE.as_pre
41{
42 white-space: pre;
43}
44.index
45{
46 TEXT-ALIGN: left;
47}
48.page-index
49{
50 TEXT-ALIGN: left;
51}
52.definition
53{
54 TEXT-ALIGN: left;
55}
56.footnote
57{
58 FONT-SIZE: 66%;
59 VERTICAL-ALIGN: super;
60 TEXT-DECORATION: none;
61}
62.function-semantics
63{
64 CLEAR: left;
65}