Brian Silverman | a8ce4c3 | 2018-08-04 23:57:09 -0700 | [diff] [blame] | 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 | } |
| 29 | PRE |
| 30 | { |
| 31 | MARGIN-LEFT: 2em; |
| 32 | FONT-FAMILY: Courier, |
| 33 | monospace; |
| 34 | } |
| 35 | CODE |
| 36 | { |
| 37 | FONT-FAMILY: Courier, |
| 38 | monospace; |
| 39 | } |
| 40 | CODE.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 | } |