Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 1.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
6BODY
7{
8    margin:         0px;
9    padding:        0px; 
10    background:     white;
11}
12
13DIV.header
14{
15    padding-top:    5px; 
16    padding-left:   10px; 
17    padding-bottom: 5px; 
18    border-bottom:  solid 1px #909090;
19    font-size: 80%
20}
21
22DIV.body
23{
24    height:         auto; /* 80%; */
25    width:          98%; 
26    padding-left:   15px; 
27    padding-right:  10px; 
28    padding-bottom: 10px; 
29    margin:         0px; 
30}
31
32DIV.footer
33{
34    height:         15%; 
35    text-align:     center; 
36    padding-:       10px;
37}
38
39DIV.footer-body
40{
41    text-align:     left; 
42    border-top:     solid 2px;
43    border-top-color: #F0F0F0
44    color:          black; /*#0F0F0F;*/
45    background:     white; /*#F5F5F5;*/
46    width:          98%;
47    font-size:      80%;
48    padding-left:   10px;
49    padding-top:    10px;
50}
51
52DIV.see_also
53{
54    border-top:     solid 1px #CCCCCC;
55    padding-top:    10px; 
56    margin:         0px; 
57}
Note: See TracBrowser for help on using the repository browser.