<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, pre,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: none; }

a img { border: none; }

input { border-width: 0px; }

/* Page */

body {
  font-family: sans-serif;
  font-size: 10pt;
}

a[href] {
  text-decoration: underline;
  color: #69481D; /* brown */
}

a[href]:hover {
  text-decoration: none;
}

#owner {
  padding: 4px;
  font-size: 12pt;
  display: block;
}

#owner a {
  color: black;
}

.value #owner {
  background-color: #7996AC;
}

.type #owner {
  background-color: #799F5A;
}

#definition {
  display: block;
  padding: 6px;
}

#definition &gt; img {
  float: left;
}

#definition &gt; h1 {
  padding: 12px 0 12px 6px;
  color: white;
  font-size: 24pt;
  display: inline-block;
}

#signature &gt; span.kind {
  font-size: 11pt;
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding-left: 6px;
}

#signature &gt; span.symbol {
  font-size: 11pt;
  text-align: left;
}

.value #definition {
  background-color: #2C475C;
}

.type #definition {
  background-color: #385E1A;
}

#comment {
  display:none;
  padding-right: 8px;
  padding-left: 8px;
}

#template .values &gt; h3 {
  color: white;
  padding: 4px;
  background-color: #7996AC;
  font-size: 12pt;
  font-weight: bold;
}

#template .types &gt; h3 {
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 12pt;
  background-color: #799F5A;
}

#constructors &gt; h3 {
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 12pt;
  background-color: #333;
}

#template &gt; div.parent &gt; h3 {
  color: white;
  padding: 4px;
  margin-top: 10px;
  background-color: #47166D;
  font-size: 12pt;
  font-weight: bold;
}

#template &gt; div.parent &gt; h3 * {
  color: white;
}

/* Member cells */

div.members &gt; ol {
  background-color: white;
  list-style: none
}

div.members &gt; ol &gt; li {
  display: block;
}

/* Member signatures */

#tooltip {
  background: #EFD5B5;
  border: 1px solid gray;
  color: black;
  display: none;
  padding: 5px;
  position: absolute;
}

.signature {
  padding: 3px;
  font-family: monospace;
  font-size: 10pt;
  clear: both;
  display: block;
  background-color: #E5E5E5;
}

.signature .kind {
  text-align: right;
  float: left;
  display: inline-block;
  width: 8em;
}

.signature &gt; a &gt; .symbol &gt; .name {
  text-decoration: underline;
}

.signature &gt; a:hover &gt; .symbol &gt; .name {
  text-decoration: none;
}

.signature &gt; a {
  text-decoration: none;
}

.signature .symbol {
  display: inline;
  padding-left: 0.7em;
}

.signature .name {
  display: inline-block;
  font-weight: bold;
}

.signature .symbol .params .implicit {
  font-style: italic;
}

.signature .symbol .name.deprecated {
  text-decoration: line-through;
}

.signature .symbol .params .default {
  font-style: italic;
}

#template .values .signature .name {
  color: blue;
}

#template .types .signature .name {
  color: green;
}

/* Comments text formating */

.cmt {}

.cmt p {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.cmt h3 {
  margin-bottom: 1em;
  margin-top: 1em;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: x-large;
}

.cmt h4 {
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: large;
}

.cmt h5 {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  display: block;
  text-align: left;
  font-weight: bold;
}

.cmt h6 {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  display: block;
  text-align: left;
  font-style: italic;
}

.cmt pre {
  padding: 0.4em;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  margin-left: 0;
  margin-bottom: 0.4em;
  margin-right: 0;
  margin-top: 0.4em;
  background-color: #eee;
  display: block;
  font-family: monospace;
}

.cmt ul {
  display: block;
  list-style: circle;
  padding-left:20px;
}

.cmt ol {
  display: block;
  padding-left:20px;
}

.cmt ol.decimal {
  list-style: decimal;
}

.cmt ol.lowerAlpha {
  list-style: lower-alpha;
}

.cmt ol.upperAlpha {
  list-style: upper-alpha;
}

.cmt ol.lowerRoman {
  list-style: lower-roman;
}

.cmt ol.upperRoman {
  list-style: upper-roman;
}

.cmt li {
  display:list-item;
}

.cmt code {
  font-family: monospace;
}

.cmt a {
  font-style: bold;
}

.cmt em, .cmt i {
  font-style: italic;
}

.cmt strong, .cmt b {
  font-weight: bold;
}

/* Comments structured layout */

p.comment {
  display: block;
  margin-left: 8.7em;
}

.shortcomment {
  display: block;
  cursor: pointer;
  margin: 4px 0px;
  padding: 0 8px;
}

div.fullcomment {
  margin: 10px 0 10px 0;
}

#template div.fullcomment {
  display:none;
  margin: 6px 0 6px 8.7em;
}

#template .shortcomment {
  margin: 0 0 0 8.7em;
  padding: 0;
}

div.fullcomment .block {
  padding: 2px 0 2px 0;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

div.fullcomment div.block ol li p, 
div.fullcomment div.block ol li {
  display:inline
}

div.fullcomment .block + .block {
  border-top: none;
}

div.fullcomment .block &gt; h5 {
  font-style: italic;
  font-weight: normal;
  display: inline-block;
}

div.fullcomment .comment {
  margin: 6px 0 6px 0;
}

div.fullcomment dl.paramcmts &gt; dt {
  display: block;
  float: left;
  font-weight: bold;
  margin: 2px 4px 2px 0;
}

div.fullcomment dl.paramcmts &gt; dd {
  display: block;
  padding-left: 80px;
  border-top: 1px dashed gray;
  border-bottom: 1px dashed gray;
}

div.fullcomment dl.paramcmts &gt; dt:first-child + dd {
  border-top: none;
}

div.fullcomment dl.paramcmts &gt; dd:last-child {
  border-bottom: none;
}

div.fullcomment dl.paramcmts &gt; dd + dt + dd {
  border-top: none;
}

/* Members filter tool */

#textfilter {
	position: relative;
	display: block;
    height: 20px;
	margin-bottom: 5px;
}

#textfilter &gt; .pre {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url("filter_box_left.png");
}

#textfilter &gt; .input {
	display: block;
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
}

#textfilter &gt; .input &gt; input {
	height: 16px;
	padding: 2px;
	font-weight: bold;
	color: #993300;
	background-color: white;
    width: 100%;
}

#textfilter &gt; .post {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: url("filter_box_right.png");
}

#mbrsel {
  padding: 4px;
  background-color: #B78E99; /* grayish pink */
  display: block;
  margin-bottom: 10px;
}

#mbrsel &gt; div &gt; span.filtertype {
  padding: 4px;
  float: left;
  display: inline-block;
  color: white;
  width: 4.5em;
}

#mbrsel &gt; div &gt; ol {
  display: inline-block;
  background-color: white;
}

#mbrsel &gt; div &gt; ol#linearization {
  display: inline;
}

#mbrsel &gt; div &gt; ol &gt; li {
  padding: 4px 8px 4px 8px;
  background-color: white;
  display: inline-block;
  cursor: pointer;
}

#mbrsel &gt; div &gt; ol &gt; li.in {
  background-color: white;
  color: #4C4C4C;
}

#mbrsel &gt; div &gt; ol &gt; li.out {
  color: #80384E;
  background-color: #9E6A77;
}

#mbrsel .hideall {
  color: #4C4C4C;
  font-weight: bold;
}

#mbrsel .showall {
  color: #4C4C4C;
  font-weight: bold;  
}
</pre></body></html>