Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/boost.css @ 33

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

updated boost from 1_33_1 to 1_34_1

File size: 777 bytes
Line 
1/*
2Copyright 2002 David Abrahams.
3Distributed under the Boost Software License, Version 1.0.
4(See accompanying file LICENSE_1_0.txt or copy at
5http://www.boost.org/LICENSE_1_0.txt)
6 */
7H1
8{
9    FONT-SIZE: 200%
10    COLOR: #00007f
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: 2pc;
32    FONT-SIZE: 80%;
33    BACKGROUND-COLOR: #dfffff
34}
35CODE
36{
37    FONT-SIZE: 95%;
38     white-space: pre
39}
40.index
41{
42    TEXT-ALIGN: left
43}
44.page-index
45{
46        TEXT-ALIGN: left
47}
48.definition
49{
50        TEXT-ALIGN: left
51}
52.footnote
53{
54    FONT-SIZE: 66%;
55    VERTICAL-ALIGN: super;
56    TEXT-DECORATION: none
57}
58.function-semantics
59{
60    CLEAR: left
61}
62.metafunction-semantics
63{
64    CLEAR: left
65}
Note: See TracBrowser for help on using the repository browser.