2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-13 12:52:10 +00:00
Files
test/doc/style/btl-structure.css
Gennadiy Rozental c5c65ffc3d *** empty log message ***
[SVN r23832]
2004-07-20 10:51:08 +00:00

58 lines
1.1 KiB
CSS

/* Copyright Gennadiy Rozental 2001-2004.
* 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)
*/
BODY
{
margin: 0px;
padding: 0px;
background: white;
}
DIV.header
{
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
border-bottom: solid 1px #909090;
font-size: 80%
}
DIV.body
{
height: auto; /* 80%; */
width: 98%;
padding-left: 15px;
padding-right: 10px;
padding-bottom: 10px;
margin: 0px;
}
DIV.footer
{
height: 15%;
text-align: center;
padding-: 10px;
}
DIV.footer-body
{
text-align: left;
border-top: solid 2px;
border-top-color: #F0F0F0
color: black; /*#0F0F0F;*/
background: white; /*#F5F5F5;*/
width: 98%;
font-size: 80%;
padding-left: 10px;
padding-top: 10px;
}
DIV.see_also
{
border-top: solid 1px #CCCCCC;
padding-top: 10px;
margin: 0px;
}