Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/style/btl-print.css @ 12

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

added boost

File size: 3.1 KB
Line 
1/* Copyright Gennadiy Rozental 2001-2005.
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
4 */
5
6H1
7{
8    FONT-SIZE:      200%;
9    text-align:     center;
10}
11H2
12{
13    FONT-SIZE:      150%;
14}
15H3
16{
17    FONT-SIZE:      125%;
18}
19H4
20{
21    FONT-SIZE:      115%;
22}
23H5
24{
25    FONT-SIZE:      108%;
26}
27BODY
28{
29    background:     white;
30}
31A:link
32{
33    color:          black;
34    text-decoration:none;
35}
36A:visited
37{
38    color:          black;
39    text-decoration:none;
40}
41A:active
42{
43    color:          black;
44    text-decoration:none;
45}
46             
47P.first-line-indented
48{
49    text-indent:    10px;
50}
51P.indented
52{
53    margin-left:    20px; 
54    margin-top:     0px;
55    margin-bottom:  0px;
56}
57PRE.code
58{
59    border-left-style: groove; 
60    border-left-width: 1px; 
61    padding-left:   2em; 
62    font-size:      70%
63}
64
65P.epigraph
66{
67    text-align:     right; 
68    font-family:    Century Gothic; 
69    font-style:     italic
70}
71
72P.test-output
73{
74    font-family:    Arial; 
75    font-size:      10pt;
76    margin-left:    2em;
77    white-space:    pre
78}
79
80P.page-toc
81{
82    display:        none;
83}
84
85P.page-toc-indented
86{
87    display:        none;
88}
89
90TABLE.body-table
91{
92    border:         none;
93    margin-top:     0px;
94    padding-top:    0px;
95    width:          100%;
96}
97TABLE.body-table TD
98{
99    margin-top:     0px;
100    padding-top:    0px;
101    color:          black;
102    background:     white;
103}
104
105TABLE.parameter-table
106{
107    border:         black solid; 
108    border-width:   0px 0px 2px;
109    width:          100%
110}
111TABLE.parameter-table TD
112{
113    margin-top:     0px;
114    margin-bottom:  0px;
115    padding-top:    0px; 
116    padding-bottom: 10px; 
117}
118
119TABLE.parameter-table TD.name
120{
121    width:          25%;
122}
123
124
125TABLE.parameter-values-table
126{
127    border:         none;
128    width:          100%
129}
130TABLE.parameter-values-table TD
131{
132    margin:         0px;
133    padding-top:    0px; 
134    padding-bottom: 5px; 
135}
136
137TABLE.2fields
138{
139    border:         none collapse;
140    padding:        0px;
141    margin:         0px;
142}
143TABLE.2fields TD
144{
145    margin-left:    0px;
146    padding-left:   40px; 
147    valign:         top;
148}
149
150SPAN.reserv-word
151{
152    font-style:     italic;
153}
154SPAN.cpp-type
155{
156    font-weight:    bold;
157}
158SPAN.comment
159{
160    font-style:     oblique
161}
162SPAN.new-term
163{
164     font-weight:   bold;
165}
166
167DIV.screen-header
168{
169    display:        none;
170}
171
172TABLE.#depricated-tools-list
173{
174    width:          100%;
175    padding:        0px;
176    border:         1px solid black;
177}
178
179TABLE.#two-column-table THEAD TD
180{
181    border:         1px solid black;
182    color:          black;
183    font-weight:    bold
184    width:          50%;
185    padding:        0px;
186    text-align:     center;
187}
188
189TABLE.#two-column-table TBODY TD
190{
191    border:         1px solid black;
192    color:          black;
193    width:          50%;
194    text-align:     left;
195}
196
197SPAN.ref-to-top
198{
199    display:        none;
200}
201
202DIV.centered
203{
204    text-align:     center;
205}
206
207DIV.centered TABLE.body-table
208{
209    margin:         0px auto;
210    text-align:     left;
211} 
212
213DIV.footer
214{
215    border-top:     solid 3px rgb(50,50,50);
216}
Note: See TracBrowser for help on using the repository browser.