2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/v2/doc/html/reference.css
Christopher Currie bd5f729b9a Re-organized boostbook files:
* 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]
2004-02-05 19:51:14 +00:00

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; }
}