<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles to handle collapse of sections (depends on sdk.js) */
#sect-audience { display: none; }
#expanded-audience { display: none; }
#collapsed-audience { display: inline; }
#sect-install { display: none; }
#expanded-install { display: none; }
#collapsed-install { display: inline; }
#sect-develop { display: none; }
#expanded-develop { display: none; }
#collapsed-develop { display: inline; }
#sect-support { display: none; }
#expanded-support { display: none; }
#collapsed-support { display: inline; }
#sect-ref { display: none; }
#expanded-ref { display: none; }
#collapsed-ref { display: inline; }

/* Override parent styles */
#contenthead { width: 616px; }

/* Styles for lists */
ul { margin-left: -2em; }
ol { margin-left: -1.5em; }
li { margin-top: 5px; margin-bottom: 5px; }

/* Styles for skill listings */
dl { margin-top: 0.5em; margin-bottom: 2em; margin-left: 0; padding: 0; overflow: auto; border-top: 1px solid; }
dl dt { float: left; width: 13em; margin: 0; padding: 5px; font-weight: bold; }
dl dd { margin: 0; padding: 5px; border-bottom: 1px solid; }

/* Styles for directory listings */
dl.dirlist dt { width: 15em; font-family: Courier, sans-serif; }

/* Style for table of contents */
ul.toc { list-style-type: square; background-color: #EEEEEE; margin: 0; padding: 1px 0 1px 2em; }
ul.toc li { margin: 0 0 1px 0; }

/* Styles for plugin type menu */
dl.plugins { float: left; border: 1px solid #000; text-align: center; padding: 0; margin-right: 1em; }
.plugins dt { background-color: black; padding: 5px; }
.plugins dt a { font-weight: bold; color: white; background-color: black; text-decoration: none; }
.plugins dd { margin: 0; padding: 0; }
dl.api { float: left; clear: right; border: 1px solid #000; text-align: center; padding: 10px; margin-right: 1em; }
.api dt { background-color: black; padding: 5px; }
.api dt a { font-weight: bold; color: white; background-color: black; text-decoration: none; }
.api dd { margin: 0; padding: 0; }


h3 { clear:both; }
img { padding-top: 5px; padding-bottom: 5px; }
code,tt {font-size: 130%; }
pre {margin-left: 1em; }
pre.code { font-size: 130%; width: 650px; }

/* Styles for topic listings */
ul.topics { list-style-type: none; clear: right; width: 700px; overflow: auto; margin-top: -1em; }
ul.topics li { float:left; padding: 3px; border-right: 1px solid #999999; margin: 0; }
ul.topics li:first-child { border-left: 1px solid #999999; }

/* Styles for footnotes */
dl.footnotes dt { width: 3em; }
dl.footnotes dd { padding: 5px 5px 5px 4em; }



</pre></body></html>