This commit is contained in:
NoryiE
2025-02-09 18:34:58 +00:00
parent 55217bcb37
commit 06c5332dd2
2 changed files with 44 additions and 38 deletions

View File

@@ -407,7 +407,7 @@ basalt.run()
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2025-02-09 18:32:12 </i> <i style="float:right;">Last updated 2025-02-09 18:34:57 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@@ -60,18 +60,21 @@ input,button,textarea,select,optgroup,option {
font-style: inherit; font-style: inherit;
font-weight: inherit; font-weight: inherit;
} }
input,button,textarea,select {*font-size:100%; input,button,textarea,select {*font-size:100%;}
}
/* END RESET */ /* END RESET */
body { body {
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
font-family: arial, helvetica, geneva, sans-serif; font-family: arial, helvetica, geneva, sans-serif;
background-color: #ffffff; margin: 0px; background-color: #1a1a1a;
color: #e0e0e0;
} }
code, tt { font-family: monospace; } code, tt {
font-family: monospace;
color: #88ccff;
}
body, p, td, th { font-size: .95em; line-height: 1.2em;} body, p, td, th { font-size: .95em; line-height: 1.2em;}
@@ -84,19 +87,20 @@ em { font-style: italic;}
h1 { h1 {
font-size: 1.5em; font-size: 1.5em;
margin: 0 0 20px 0; margin: 0 0 20px 0;
color: #ffffff;
} }
h2, h3, h4 { margin: 15px 0 10px 0; } h2, h3, h4 { margin: 15px 0 10px 0; color: #ffffff; }
h2 { font-size: 1.25em; } h2 { font-size: 1.25em; }
h3 { font-size: 1.15em; } h3 { font-size: 1.15em; }
h4 { font-size: 1.06em; } h4 { font-size: 1.06em; }
a:link { font-weight: bold; color: #004080; text-decoration: none; } a:link { font-weight: bold; color: #66b3ff; text-decoration: none; }
a:visited { font-weight: bold; color: #006699; text-decoration: none; } a:visited { font-weight: bold; color: #b366ff; text-decoration: none; }
a:link:hover { text-decoration: underline; } a:link:hover { text-decoration: underline; }
hr { hr {
color:#cccccc; color: #333333;
background: #00007f; background: #444444;
height: 1px; height: 1px;
} }
@@ -110,20 +114,22 @@ p.name {
} }
pre.example { pre.example {
background-color: rgb(245, 245, 245); background-color: #2d2d2d;
border: 1px solid silver; border: 1px solid #444444;
padding: 10px; padding: 10px;
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
font-family: "Andale Mono", monospace; font-family: "Andale Mono", monospace;
font-size: .85em; font-size: .85em;
color: #e0e0e0;
} }
pre { pre {
background-color: rgb(245, 245, 245); background-color: #2d2d2d;
border: 1px solid silver; border: 1px solid #444444;
padding: 10px; padding: 10px;
margin: 10px 0 10px 0; margin: 10px 0 10px 0;
font-family: "Andale Mono", monospace; font-family: "Andale Mono", monospace;
color: #e0e0e0;
} }
@@ -133,7 +139,7 @@ table.index td { text-align: left; vertical-align: top; }
#container { #container {
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
background-color: #f0f0f0; background-color: #242424;
} }
#product { #product {
@@ -155,23 +161,23 @@ table.index td { text-align: left; vertical-align: top; }
float: left; float: left;
width: 14em; width: 14em;
vertical-align: top; vertical-align: top;
background-color: #f0f0f0; background-color: #2d2d2d;
overflow: visible; overflow: visible;
} }
#navigation h2 { #navigation h2 {
background-color:#e7e7e7; background-color: #333333;
font-size:1.1em; font-size: 1.1em;
color:#000000; color: #ffffff;
text-align: left; text-align: left;
padding:0.2em; padding: 0.2em;
border-top:1px solid #dddddd; border-top: 1px solid #444444;
border-bottom:1px solid #dddddd; border-bottom: 1px solid #444444;
} }
#navigation ul #navigation ul
{ {
font-size:1em; font-size: 1em;
list-style-type: none; list-style-type: none;
margin: 1px 1px 10px 1px; margin: 1px 1px 10px 1px;
} }
@@ -190,9 +196,9 @@ table.index td { text-align: left; vertical-align: top; }
margin-left: 14em; margin-left: 14em;
width: 40em; width: 40em;
padding: 1em; padding: 1em;
border-left: 2px solid #cccccc; border-left: 2px solid #444444;
border-right: 2px solid #cccccc; border-right: 2px solid #444444;
background-color: #f0ffff; background-color: #242424;
} }
#about { #about {
@@ -238,62 +244,62 @@ table.module_list td {
border-width: 1px; border-width: 1px;
padding: 3px; padding: 3px;
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #444444;
} }
table.module_list td.name { background-color: #f0f0f0; } table.module_list td.name { background-color: #333333; }
table.module_list td.summary { width: 100%; } table.module_list td.summary { width: 100%; }
table.file_list { table.file_list {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #444444;
border-collapse: collapse; border-collapse: collapse;
} }
table.file_list td { table.file_list td {
border-width: 1px; border-width: 1px;
padding: 3px; padding: 3px;
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #444444;
} }
table.file_list td.name { background-color: #fff0ff; } table.file_list td.name { background-color: #333333; }
table.file_list td.summary { width: 100%; } table.file_list td.summary { width: 100%; }
table.function_list { table.function_list {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: #aaaaaa; border-color: #444444;
border-collapse: collapse; border-collapse: collapse;
} }
table.function_list td { table.function_list td {
border-width: 1px; border-width: 1px;
padding: 3px; padding: 3px;
border-style: solid; border-style: solid;
border-color: #eeeeee; border-color: #444444;
} }
table.function_list td.name { background-color: #f0f0ff; } table.function_list td.name { background-color: #333333; }
table.function_list td.summary { width: 100%; } table.function_list td.summary { width: 100%; }
table.table_list { table.table_list {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #444444;
border-collapse: collapse; border-collapse: collapse;
} }
table.table_list td { table.table_list td {
border-width: 1px; border-width: 1px;
padding: 3px; padding: 3px;
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #444444;
} }
table.table_list td.name { background-color: #f0f0f0; } table.table_list td.name { background-color: #333333; }
table.table_list td.summary { width: 100%; } table.table_list td.summary { width: 100%; }
dl.table dt, dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;} dl.table dt, dl.function dt {border-top: 1px solid #444444; padding-top: 1em;}
dl.table dd, dl.function dd {padding-bottom: 1em; margin: 10px 0 0 20px;} dl.table dd, dl.function dd {padding-bottom: 1em; margin: 10px 0 0 20px;}
dl.table h3, dl.function h3 {font-size: .95em;} dl.table h3, dl.function h3 {font-size: .95em;}