2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 18:32:30 +00:00
Files
test/doc/style/btl-code.css
Gennadiy Rozental c5c65ffc3d *** empty log message ***
[SVN r23832]
2004-07-20 10:51:08 +00:00

35 lines
602 B
CSS

/* Copyright Gennadiy Rozental 2001-2004.
* 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;
}