mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
56 lines
600 B
CSS
56 lines
600 B
CSS
H1
|
|
{
|
|
FONT-SIZE: 200%;
|
|
COLOR: #00008B;
|
|
}
|
|
H2
|
|
{
|
|
FONT-SIZE: 150%;
|
|
}
|
|
H3
|
|
{
|
|
FONT-SIZE: 125%;
|
|
}
|
|
H4
|
|
{
|
|
FONT-SIZE: 108%;
|
|
}
|
|
BODY
|
|
{
|
|
FONT-SIZE: 100%;
|
|
BACKGROUND-COLOR: #ffffff;
|
|
}
|
|
PRE
|
|
{
|
|
MARGIN-LEFT: 2em;
|
|
FONT-FAMILY: Courier,
|
|
monospace;
|
|
}
|
|
CODE
|
|
{
|
|
FONT-FAMILY: Courier,
|
|
monospace;
|
|
white-space: pre;
|
|
}
|
|
.index
|
|
{
|
|
TEXT-ALIGN: left;
|
|
}
|
|
.page-index
|
|
{
|
|
TEXT-ALIGN: left;
|
|
}
|
|
.definition
|
|
{
|
|
TEXT-ALIGN: left;
|
|
}
|
|
.footnote
|
|
{
|
|
FONT-SIZE: 66%;
|
|
VERTICAL-ALIGN: super;
|
|
TEXT-DECORATION: none;
|
|
}
|
|
.function-semantics
|
|
{
|
|
CLEAR: left;
|
|
}
|