mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Update logo and docos.
This commit is contained in:
parent
7e03e4670b
commit
546b86fa8a
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 643 KiB After Width: | Height: | Size: 612 KiB |
@ -1,4 +1,4 @@
|
||||
.TH mxml 3 "Mini-XML API" "2020-10-09" "Mini-XML API"
|
||||
.TH mxml 3 "Mini-XML API" "2021-05-30" "Mini-XML API"
|
||||
.SH NAME
|
||||
mxml \- Mini-XML API
|
||||
.SH INCLUDE FILE
|
||||
|
BIN
doc/mxml.epub
BIN
doc/mxml.epub
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title>Mini-XML 3.2 API Reference</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<meta name="generator" content="codedoc v3.5">
|
||||
<meta name="generator" content="codedoc v3.7">
|
||||
<meta name="author" content="Michael R Sweet">
|
||||
<meta name="language" content="en-US">
|
||||
<meta name="copyright" content="Copyright © 2003-2020, All Rights Reserved.">
|
||||
@ -81,7 +81,8 @@ div.contents, div.body, div.footer {
|
||||
blockquote {
|
||||
border: solid thin gray;
|
||||
box-shadow: 3px 3px 5px rgba(127,127,127,0.25);
|
||||
padding: 0px 10px;
|
||||
margin: 1em 0;
|
||||
padding: 10px;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
p code, li code, p.code, pre, ul.code li {
|
||||
@ -95,6 +96,9 @@ p.code, pre, ul.code li {
|
||||
padding: 10px;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
a:link, a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -176,6 +180,22 @@ table.list td {
|
||||
h2.title, h3.title {
|
||||
border-bottom: solid 2px gray;
|
||||
}
|
||||
/* Syntax highlighting */
|
||||
span.comment {
|
||||
color: darkgreen;
|
||||
}
|
||||
span.directive {
|
||||
color: purple;
|
||||
}
|
||||
span.number {
|
||||
color: brown;
|
||||
}
|
||||
span.reserved {
|
||||
color: darkcyan;
|
||||
}
|
||||
span.string {
|
||||
color: magenta;
|
||||
}
|
||||
/* Dark mode overrides */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
|
BIN
doc/mxml.opacity
BIN
doc/mxml.opacity
Binary file not shown.
BIN
doc/mxml.png
BIN
doc/mxml.png
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 8.2 KiB |
Loading…
Reference in New Issue
Block a user