mirror of
https://github.com/boostorg/range.git
synced 2026-01-21 17:22:07 +00:00
43 lines
947 B
CSS
43 lines
947 B
CSS
/*
|
|
// Boost.Range library
|
|
//
|
|
// Copyright Thorsten Ottosen 2003-2008. Use, modification and
|
|
// distribution is subject to the Boost Software License, Version
|
|
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
// For more information, see http://www.boost.org/libs/range/
|
|
//
|
|
*/
|
|
pre{
|
|
BORDER-RIGHT: gray 1pt solid;
|
|
PADDING-RIGHT: 2pt;
|
|
BORDER-TOP: gray 1pt solid;
|
|
DISPLAY: block;
|
|
PADDING-LEFT: 2pt;
|
|
PADDING-BOTTOM: 2pt;
|
|
BORDER-LEFT: gray 1pt solid;
|
|
MARGIN-RIGHT: 32pt;
|
|
PADDING-TOP: 2pt;
|
|
BORDER-BOTTOM: gray 1pt solid;
|
|
FONT-FAMILY: "Courier New", Courier, mono;
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
|
|
.keyword{color: #0000FF;}
|
|
.identifier{}
|
|
.comment{font-style: italic; color: #008000;}
|
|
.special{color: #800040;}
|
|
.preprocessor{color: #3F007F;}
|
|
.string{font-style: italic; color: #666666;}
|
|
.literal{font-style: italic; color: #666666;}
|
|
|
|
table
|
|
{
|
|
cellpadding: 5px;
|
|
border: 2px;
|
|
}
|
|
|
|
|