mirror of
https://github.com/boostorg/test.git
synced 2026-01-22 17:52:18 +00:00
35 lines
602 B
CSS
35 lines
602 B
CSS
/* Copyright Gennadiy Rozental 2001-2006.
|
|
* 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)
|
|
*/
|
|
|
|
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;
|
|
}
|