Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 1.6 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
6TABLE.parameter-table
7{
8    width:          90%
9}
10TABLE.parameter-table TD
11{
12    margin-top:     0px;
13    margin-bottom:  0px;
14    padding-top:    0px; 
15    padding-bottom: 10px; 
16}
17
18TABLE.parameter-table TD.name
19{
20    width:          25%;
21}
22
23TABLE.parameter-values-table
24{
25    border:         none;
26    width:          100%
27}
28TABLE.parameter-values-table TD
29{
30    margin:         0px;
31    padding-top:    0px; 
32    padding-bottom: 5px; 
33}
34
35TABLE.2fields
36{
37    border:         none collapse;
38    padding:        0px;
39    margin:         0px;
40}
41TABLE.2fields TD
42{
43    margin-left:    0px;
44    padding-left:   40px; 
45    valign:         top;
46}
47
48TABLE.#two-column-table
49{
50    width:          90%;
51    padding:        0px;
52    border:         1px solid black;
53}
54
55TABLE.#two-column-table THEAD TD
56{
57    background:     #B4B4CA;   
58    border:         1px solid black;
59    color:          white;
60    font-weight:    bold;
61    width:          50%;
62    font-size:      12pt;
63    text-align:     center;
64}
65
66TABLE.#two-column-table TBODY TD
67{
68    background:     #F0F0F0;
69    border:         1px solid black;
70    color:          black;
71    width:          50%;
72    text-align:     left;
73}
74
75TABLE.test-example-summary TD
76{
77    margin-top:     0px;
78    margin-bottom:  0px;
79    padding-top:    0px; 
80    padding-bottom: 10px; 
81}
82
83TABLE.test-example-summary TD.title
84{
85    font-size:      110%;
86    font-style:     italic
87}
88
Note: See TracBrowser for help on using the repository browser.