mirror of
https://github.com/boostorg/test.git
synced 2026-01-26 07:02:12 +00:00
30 lines
407 B
CSS
30 lines
407 B
CSS
PRE.code
|
|
{
|
|
border-left-style: groove;
|
|
border-left-width: 1px;
|
|
padding-left: 2em;
|
|
}
|
|
|
|
SPAN.literal
|
|
{
|
|
color: rgb(140,35,00);
|
|
}
|
|
SPAN.reserv-word
|
|
{
|
|
color: #6666FF;
|
|
font-style: italic
|
|
}
|
|
SPAN.cpp-type
|
|
{
|
|
color: rgb(150,0,205);
|
|
font-weight: bold;
|
|
}
|
|
SPAN.comment
|
|
{
|
|
color: rgb(00,99,33);
|
|
}
|
|
SPAN.new-term
|
|
{
|
|
font-weight: bold;
|
|
}
|