2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 01:22:08 +00:00
Files
test/doc/style/btl-tables.css
Gennadiy Rozental 0958a0a7e7 in progress
[SVN r33190]
2006-03-01 16:57:33 +00:00

94 lines
1.6 KiB
CSS

/* Copyright Gennadiy Rozental 2001-2006.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
*/
TABLE.parameter-table
{
width: 90%
}
TABLE.parameter-table TD
{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}
TABLE.parameter-table TD.name
{
width: 25%;
}
TABLE.parameter-values-table
{
border: none;
width: 100%
}
TABLE.parameter-values-table TD
{
margin: 0px;
padding-top: 0px;
padding-bottom: 5px;
}
TABLE.2fields
{
border: none collapse;
padding: 0px;
margin: 0px;
}
TABLE.2fields TD
{
margin-left: 0px;
padding-left: 40px;
valign: top;
}
TABLE.#two-column-table
{
width: 90%;
padding: 0px;
border: 1px solid black;
}
TABLE.#two-column-table THEAD TD
{
background: #B4B4CA;
border: 1px solid black;
color: white;
font-weight: bold;
width: 50%;
font-size: 12pt;
text-align: center;
}
TABLE.#two-column-table TBODY TD
{
background: #F0F0F0;
border: 1px solid black;
color: black;
width: 50%;
text-align: left;
}
TABLE.test-example-summary TD
{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
}
TABLE.test-example-summary TD.title
{
font-size: 110%;
font-style: italic
}
TABLE.indented
{
margin-left: 20px;
}