Switch html rendering to my current colorscheme with a little less blue,
for night browsing.
This commit is contained in:
Kartik Agaram 2021-06-26 09:20:32 -07:00
parent f7a7db83ef
commit dc5a0acf3f
261 changed files with 1540 additions and 1540 deletions

View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxMinorFunction { color: #875f5f; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxMinorFunction { color: #875f5f; }
.LineNr { }
.Constant { color: #008787; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxMinorFunction { color: #875f5f; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxMinorFunction { color: #875f5f; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.Constant { color: #008787; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxS2Comment { color: #8a8a8a; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.SpecialChar { color: #d70000; }
.LineNr { }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxMinorFunction { color: #875f5f; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,16 +10,16 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.SpecialChar { color: #d70000; }
.LineNr { }
.SpecialChar { color: #d70000; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.CommentedCode { color: #8a8a8a; }
-->
</style>

View File

@ -10,13 +10,13 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,13 +10,13 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,17 +10,17 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxTest { color: #5f8700; }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.SpecialChar { color: #d70000; }
.LineNr { }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxMinorFunction { color: #875f5f; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,15 +10,15 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.Constant { color: #008787; }
.subxS1Comment { color: #0000af; }
.subxMinorFunction { color: #875f5f; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,13 +10,13 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

View File

@ -10,17 +10,17 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.CommentedCode { color: #8a8a8a; }
-->
</style>

View File

@ -10,17 +10,17 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxTest { color: #5f8700; }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
-->
</style>

View File

@ -10,17 +10,17 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
-->

12
html/400.mu.html generated
View File

@ -10,17 +10,17 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muComment { color: #005faf; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.PreProc { color: #c000c0; }
-->
</style>

View File

@ -10,22 +10,22 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdi { color: #87ffd7; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.muRegEdx { color: #878700; }
.muRegEcx { color: #af875f; }
.muRegEsi { color: #87d787; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEsi { color: #87d787; }
.muRegEcx { color: #af875f; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/408float.mu.html generated
View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEdi { color: #87ffd7; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

16
html/411string.mu.html generated
View File

@ -10,23 +10,23 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEcx { color: #af875f; }
.muRegEax { color: #875f00; }
.Special { color: #ff6060; }
.LineNr { }
.muComment { color: #005faf; }
.CommentedCode { color: #8a8a8a; }
.Constant { color: #008787; }
.LineNr { }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muTest { color: #5f8700; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

View File

@ -10,14 +10,12 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.LineNr { }
.Delimiter { color: #c000c0; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
@ -28,6 +26,8 @@ a { color:inherit; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
-->
</style>

View File

@ -10,23 +10,23 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEcx { color: #af875f; }
.muRegEdi { color: #87ffd7; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muRegEsi { color: #87d787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEbx { color: #8787af; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
.muRegEdx { color: #878700; }
-->
</style>

View File

@ -10,23 +10,23 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muRegEdx { color: #878700; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEdi { color: #87ffd7; }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.muRegEsi { color: #87d787; }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEsi { color: #87d787; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
.muRegEbx { color: #8787af; }
-->
</style>

12
html/502test.mu.html generated
View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muTest { color: #5f8700; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

View File

@ -10,16 +10,16 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.Special { color: #ff6060; }
.PreProc { color: #c000c0; }
-->
</style>

View File

@ -10,14 +10,12 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.LineNr { }
.Delimiter { color: #c000c0; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
@ -28,6 +26,8 @@ a { color:inherit; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
-->
</style>

18
html/505colors.mu.html generated
View File

@ -10,23 +10,23 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEsi { color: #87d787; }
.muComment { color: #005faf; }
.Delimiter { color: #c000c0; }
.LineNr { }
.muTest { color: #5f8700; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muRegEsi { color: #87d787; }
.muComment { color: #005faf; }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/506math.mu.html generated
View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdi { color: #87ffd7; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.muRegEdi { color: #87ffd7; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.Special { color: #ff6060; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

16
html/507line.mu.html generated
View File

@ -10,21 +10,21 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.muRegEdx { color: #878700; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEbx { color: #8787af; }
.muRegEcx { color: #af875f; }
.PreProc { color: #c000c0; }
-->
</style>

14
html/508circle.mu.html generated
View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdx { color: #878700; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

16
html/509bezier.mu.html generated
View File

@ -10,21 +10,21 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdx { color: #878700; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEbx { color: #8787af; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

10
html/boot.subx.html generated
View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.subxS1Comment { color: #0000af; }
.LineNr { }
.subxFunction { color: #af5f00; text-decoration: underline; }
.CommentedCode { color: #8a8a8a; }
.SpecialChar { color: #d70000; }
.Constant { color: #008787; }
.Folded { color: #080808; background-color: #949494; }
.subxS1Comment { color: #0000af; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

16
html/colors.mu.html generated
View File

@ -10,23 +10,23 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.CommentedCode { color: #8a8a8a; }
.LineNr { }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEsi { color: #87d787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.CommentedCode { color: #8a8a8a; }
.muComment { color: #005faf; }
.muRegEbx { color: #8787af; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

6
html/ex1.mu.html generated
View File

@ -10,14 +10,14 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.LineNr { }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/ex10.mu.html generated
View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

16
html/ex11.mu.html generated
View File

@ -10,23 +10,23 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEdi { color: #87ffd7; }
.muRegEbx { color: #8787af; }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEsi { color: #87d787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEbx { color: #8787af; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
.muRegEdi { color: #87ffd7; }
-->
</style>

14
html/ex2.mu.html generated
View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdx { color: #878700; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEdx { color: #878700; }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

16
html/ex3.mu.html generated
View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.muRegEdx { color: #878700; }
.muRegEcx { color: #af875f; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEax { color: #875f00; }
.Special { color: #ff6060; }
.Constant { color: #008787; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.muRegEcx { color: #af875f; }
.PreProc { color: #c000c0; }
-->
</style>

10
html/ex4.mu.html generated
View File

@ -10,16 +10,16 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/ex5.mu.html generated
View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/ex6.mu.html generated
View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muComment { color: #005faf; }
.LineNr { }
.muRegEcx { color: #af875f; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/ex7.mu.html generated
View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/ex8.mu.html generated
View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

12
html/ex9.mu.html generated
View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdi { color: #87ffd7; }
.Special { color: #ff6060; }
.muComment { color: #005faf; }
.LineNr { }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.muRegEsi { color: #87d787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.PreProc { color: #c000c0; }
-->
</style>

View File

@ -10,15 +10,13 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.LineNr { }
.Delimiter { color: #c000c0; }
.CommentedCode { color: #8a8a8a; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
@ -28,6 +26,8 @@ a { color:inherit; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
-->
</style>

8
html/life.mu.html generated
View File

@ -10,15 +10,13 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.LineNr { }
.Delimiter { color: #c000c0; }
.CommentedCode { color: #8a8a8a; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
@ -28,6 +26,8 @@ a { color:inherit; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
.muRegEbx { color: #8787af; }
-->
</style>

View File

@ -10,8 +10,8 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.subxS1Comment { color: #0000af; }
.Constant { color: #008787; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.SpecialChar { color: #d70000; }
.subxMinorFunction { color: #875f5f; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxS1Comment { color: #0000af; }
.SpecialChar { color: #d70000; }
.Constant { color: #008787; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
-->
</style>

View File

@ -10,21 +10,21 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.subxMinorFunction { color: #875f5f; }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxMinorFunction { color: #875f5f; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxS2Comment { color: #8a8a8a; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxS1Comment { color: #0000af; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxFunction { color: #af5f00; text-decoration: underline; }
-->
</style>

View File

@ -10,21 +10,21 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxS2Comment { color: #8a8a8a; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,22 +10,22 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.SpecialChar { color: #d70000; }
.subxMinorFunction { color: #875f5f; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.CommentedCode { color: #8a8a8a; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxS2Comment { color: #8a8a8a; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxMinorFunction { color: #875f5f; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxMinorFunction { color: #875f5f; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxMinorFunction { color: #875f5f; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxTest { color: #5f8700; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,21 +10,21 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxMinorFunction { color: #875f5f; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxMinorFunction { color: #875f5f; }
.SpecialChar { color: #d70000; }
.Constant { color: #008787; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxS2Comment { color: #8a8a8a; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.CommentedCode { color: #8a8a8a; }
.subxTest { color: #5f8700; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,21 +10,21 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxMinorFunction { color: #875f5f; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxMinorFunction { color: #875f5f; }
.SpecialChar { color: #d70000; }
.Constant { color: #008787; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxS2Comment { color: #8a8a8a; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.SpecialChar { color: #d70000; }
.Constant { color: #008787; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Constant { color: #008787; }
.Folded { color: #080808; background-color: #949494; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.SpecialChar { color: #d70000; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxMinorFunction { color: #875f5f; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.SpecialChar { color: #d70000; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxMinorFunction { color: #875f5f; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,22 +10,22 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.SpecialChar { color: #d70000; }
.Constant { color: #008787; }
.LineNr { }
.subxTest { color: #5f8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.subxS1Comment { color: #0000af; }
.CommentedCode { color: #8a8a8a; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
-->
</style>

View File

@ -10,20 +10,20 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.SpecialChar { color: #d70000; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.SpecialChar { color: #d70000; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Folded { color: #080808; background-color: #949494; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,18 +10,18 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
-->
</style>

View File

@ -10,8 +10,8 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxComment { color: #005faf; }

View File

@ -10,19 +10,19 @@
<meta name="colorscheme" content="minimal-light">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #eeeeee; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
pre { font-family: monospace; color: #000000; background-color: #ffffd7; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
.subxComment { color: #005faf; }
.subxS1Comment { color: #0000af; }
.subxS2Comment { color: #8a8a8a; }
.LineNr { }
.Constant { color: #008787; }
.subxTest { color: #5f8700; }
.subxS1Comment { color: #0000af; }
.subxFunction { color: #af5f00; text-decoration: underline; }
.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
.Constant { color: #008787; }
.subxH1Comment { color: #005faf; text-decoration: underline; }
-->
</style>

Some files were not shown because too many files have changed in this diff Show More