Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost.css @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 969 bytes
Line 
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}
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}
Note: See TracBrowser for help on using the repository browser.