Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost.css @ 16

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

added boost

File size: 616 bytes
Line 
1H1
2{
3    FONT-SIZE: 200%;
4    COLOR: #00008B;
5}
6H2
7{
8    FONT-SIZE: 150%;
9}
10H3
11{
12    FONT-SIZE: 125%;
13}
14H4
15{
16    FONT-SIZE: 108%;
17}
18BODY
19{
20    FONT-SIZE: 100%;
21    BACKGROUND-COLOR: #ffffff;
22}
23PRE
24{
25    MARGIN-LEFT: 2em;
26    FONT-FAMILY: Courier,
27                 monospace;
28}
29CODE
30{
31    FONT-FAMILY: Courier,
32                 monospace;
33}
34CODE.as_pre
35{
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}
Note: See TracBrowser for help on using the repository browser.