deploy: 90c1e707c1
This commit is contained in:
@@ -407,7 +407,7 @@ basalt.run()
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<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="container" -->
|
||||
</body>
|
||||
|
||||
80
ldoc.css
80
ldoc.css
@@ -60,18 +60,21 @@ input,button,textarea,select,optgroup,option {
|
||||
font-style: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
input,button,textarea,select {*font-size:100%;
|
||||
}
|
||||
input,button,textarea,select {*font-size:100%;}
|
||||
/* END RESET */
|
||||
|
||||
body {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
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;}
|
||||
|
||||
@@ -84,19 +87,20 @@ em { font-style: italic;}
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
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; }
|
||||
h3 { font-size: 1.15em; }
|
||||
h4 { font-size: 1.06em; }
|
||||
|
||||
a:link { font-weight: bold; color: #004080; text-decoration: none; }
|
||||
a:visited { font-weight: bold; color: #006699; text-decoration: none; }
|
||||
a:link { font-weight: bold; color: #66b3ff; text-decoration: none; }
|
||||
a:visited { font-weight: bold; color: #b366ff; text-decoration: none; }
|
||||
a:link:hover { text-decoration: underline; }
|
||||
|
||||
hr {
|
||||
color:#cccccc;
|
||||
background: #00007f;
|
||||
color: #333333;
|
||||
background: #444444;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
@@ -110,20 +114,22 @@ p.name {
|
||||
}
|
||||
|
||||
pre.example {
|
||||
background-color: rgb(245, 245, 245);
|
||||
border: 1px solid silver;
|
||||
background-color: #2d2d2d;
|
||||
border: 1px solid #444444;
|
||||
padding: 10px;
|
||||
margin: 10px 0 10px 0;
|
||||
font-family: "Andale Mono", monospace;
|
||||
font-size: .85em;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: rgb(245, 245, 245);
|
||||
border: 1px solid silver;
|
||||
background-color: #2d2d2d;
|
||||
border: 1px solid #444444;
|
||||
padding: 10px;
|
||||
margin: 10px 0 10px 0;
|
||||
font-family: "Andale Mono", monospace;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
|
||||
@@ -133,7 +139,7 @@ table.index td { text-align: left; vertical-align: top; }
|
||||
#container {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #242424;
|
||||
}
|
||||
|
||||
#product {
|
||||
@@ -155,23 +161,23 @@ table.index td { text-align: left; vertical-align: top; }
|
||||
float: left;
|
||||
width: 14em;
|
||||
vertical-align: top;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #2d2d2d;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#navigation h2 {
|
||||
background-color:#e7e7e7;
|
||||
font-size:1.1em;
|
||||
color:#000000;
|
||||
background-color: #333333;
|
||||
font-size: 1.1em;
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
padding:0.2em;
|
||||
border-top:1px solid #dddddd;
|
||||
border-bottom:1px solid #dddddd;
|
||||
padding: 0.2em;
|
||||
border-top: 1px solid #444444;
|
||||
border-bottom: 1px solid #444444;
|
||||
}
|
||||
|
||||
#navigation ul
|
||||
{
|
||||
font-size:1em;
|
||||
font-size: 1em;
|
||||
list-style-type: none;
|
||||
margin: 1px 1px 10px 1px;
|
||||
}
|
||||
@@ -190,9 +196,9 @@ table.index td { text-align: left; vertical-align: top; }
|
||||
margin-left: 14em;
|
||||
width: 40em;
|
||||
padding: 1em;
|
||||
border-left: 2px solid #cccccc;
|
||||
border-right: 2px solid #cccccc;
|
||||
background-color: #f0ffff;
|
||||
border-left: 2px solid #444444;
|
||||
border-right: 2px solid #444444;
|
||||
background-color: #242424;
|
||||
}
|
||||
|
||||
#about {
|
||||
@@ -238,62 +244,62 @@ table.module_list td {
|
||||
border-width: 1px;
|
||||
padding: 3px;
|
||||
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.file_list {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #cccccc;
|
||||
border-color: #444444;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.file_list td {
|
||||
border-width: 1px;
|
||||
padding: 3px;
|
||||
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.function_list {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #aaaaaa;
|
||||
border-color: #444444;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.function_list td {
|
||||
border-width: 1px;
|
||||
padding: 3px;
|
||||
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.table_list {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #cccccc;
|
||||
border-color: #444444;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.table_list td {
|
||||
border-width: 1px;
|
||||
padding: 3px;
|
||||
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%; }
|
||||
|
||||
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 h3, dl.function h3 {font-size: .95em;}
|
||||
Reference in New Issue
Block a user