<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
H2 - Objects
H3 - Categories (Method/Property/..)
H4 - Method name
*/

CODE {
	font-size: x-small;
	font-family: "courier new",monospace;
}

TT {
	font-size: x-small;
}

TABLE {
	padding: 2pt;
}

TH {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

DL {
	margin-bottom: 0;
}

DT.param {
	font-style: italic;
	font-weight: bold;
}

DT.method {
	font-weight: bold;
}

DT.property {
	font-weight: bold;
}

.index {
	font-size: medium
}

.footer {
	font-size: xx-small
}

.raduga {
	color: black;
	font-family: sans-serif;
	background-color: white;
}

BODY {
	color: black;
	font-family: sans-serif;
	background-color: white;
}

A.extern:link {
	color: blue;
}

A:link    {color: #008000}
A:visited {color: black}
A:active  {color: #CC0000}
</pre></body></html>