first commit

This commit is contained in:
Jose Caban
2025-06-07 11:34:38 -04:00
commit 0eb2d7c07d
4708 changed files with 1500614 additions and 0 deletions

27
extern/ustl/1.5/docs/style/default.css vendored Normal file
View File

@@ -0,0 +1,27 @@
body {
font-family: sans-serif;
color: black;
background-color: #59C;
margin: 5mm
}
div.banner {
color: black;
background-color: #48B;
text-align: center;
font-size: 1cm;
padding: 1mm;
margin-top: -5mm;
margin-left: -5mm;
margin-right: -5mm;
margin-bottom: 5mm
}
div.motto {
color: #159;
font-style: italic;
font-size: 2mm;
margin-top: -5mm
}
div.sffooter { text-align: right }
a:link { color: #238 }
a:visited { color: #632 }
hr.banner { display: none }

View File

@@ -0,0 +1,28 @@
h1 { text-align: center; }
a.elRef, a.el, caption { font-weight: bold }
a.code, a.el { text-decoration: none }
a.code, a.codeRef { color: #4444ee }
dl.el { margin-left: -1cm }
div.fragment { width: 100%; border: none; background-color: #eeeeee }
div.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
div.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
div.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
td.md, td.mdname1, td.mdname, td.indexkey { font-weight: bold }
td.indexvalue { font-style: italic }
td.indexkey, td.indexvalue {
padding-right : 10px;
padding-top : 2px;
padding-left : 10px;
padding-bottom : 2px;
margin-left : 0px;
margin-right : 0px;
margin-top : 2px;
margin-bottom : 2px
}
span.keyword { color: #008000 }
span.keywordtype { color: #604020 }
span.keywordflow { color: #e08000 }
span.comment { color: #800000 }
span.preprocessor { color: #806020 }
span.stringliteral { color: #002080 }
span.charliteral { color: #008080 }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB