/*
XBSDB - Cross-Browser JavaScript Database library
Copyright (C) 2010 Alexey A.Znayev
This file is part of XBSDB documentation.
Alexey A.Znayev, znaeff@mail.ru
*/
HTML { font-size:10pt; color:rgb(0,0,0); }
BODY { font-family:verdana,arial,helvetica; }
HR { height:1px; border-width:0px; color:rgb(220,220,220); background-color:rgb(128,128,128); }
HR.light { height:1px; border-width:0px; color:rgb(220,220,220); background-color:rgb(200,200,200); }
DIV.code { font-family:monospace; font-size:8pt; background-color:rgb(220,220,220); }
DIV.syntax { background-color:rgb(220,220,220); }
DIV.method { border:solid 1px rgb(220,220,220); }
SPAN.comment { color:rgb(150,0,0); }
SPAN.xbsdb { color:rgb(0,120,0); font-weight:bold; }
SPAN.keyword { color:rgb(0,0,150); }
SPAN.method { font-size:12pt; font-weight:bold; }
SPAN.rem { font-size:8pt; font-style:italic; text-decoration:underline; }
P.h1 { font-size:16pt; font-weight:bold; text-align:center; }
P.h2 { font-size:12pt; font-weight:bold; text-align:center; }
P.h3 { font-size:12pt; font-weight:bold; }
P.h4 { font-weight:bold; }
P.link_toc { font-size:8pt; font-weight:bold; text-align:right; }
A:link { color:rgb(0,0,0); text-decoration:none; }
A:visited { color:rgb(0,0,0); text-decoration:none; }
A:hover { color:rgb(0,0,0); text-decoration:underline; }
A:active { color:rgb(0,0,0); text-decoration:none; }
|