mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
* Moved XML sources to src * Added reference.css from Reece Dunn to html dir * Added images from boost/doc/html so that local builds look ok [SVN r22175]
77 lines
967 B
CSS
77 lines
967 B
CSS
th
|
|
{
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.title
|
|
{
|
|
font-weight: bold;
|
|
font-size: 2pc;
|
|
font-family: Times New Roman;
|
|
margin-bottom: 1pc;
|
|
text-align: center;
|
|
}
|
|
|
|
.toc
|
|
{
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
margin-bottom: 0pc;
|
|
width: 50%;
|
|
}
|
|
|
|
.programlisting
|
|
{
|
|
margin-left: 3pc;
|
|
width: 50%;
|
|
}
|
|
|
|
.computeroutput
|
|
{
|
|
font-family: Lucida Console;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.table
|
|
{
|
|
text-align: center;
|
|
margin-bottom: 1pc;
|
|
}
|
|
|
|
@media screen
|
|
{
|
|
a{ color: blue; }
|
|
|
|
th, .title
|
|
{
|
|
background-color: lightskyblue;
|
|
}
|
|
|
|
.section-title
|
|
{
|
|
background-color: #EEE;
|
|
}
|
|
|
|
.programlisting
|
|
{
|
|
background-color: #EED;
|
|
border: 0.1em ridge cyan;
|
|
padding: 1pc;
|
|
}
|
|
|
|
.toc
|
|
{
|
|
border: 0.2em ridge lightcoral;
|
|
padding: 0.5pc;
|
|
background-color: #DDD;
|
|
}
|
|
}
|
|
|
|
@media print
|
|
{
|
|
a{ color: black; }
|
|
}
|
|
|
|
|