Skip to content

Commit

Permalink
add input format
Browse files Browse the repository at this point in the history
update document
update package.json
  • Loading branch information
xpadev-net committed Jun 26, 2022
1 parent 757b1e8 commit ed678c1
Show file tree
Hide file tree
Showing 11 changed files with 262,922 additions and 227,449 deletions.
183 changes: 110 additions & 73 deletions docs/index.html

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ ul {
padding: 10px 0;
margin-left: 10px
}
.item.deprecated{
color: #999;
}

span.red {
color: #f07178
Expand Down Expand Up @@ -104,4 +107,60 @@ span.type {
span.important{
color: red;
font-size: 1.5em;
}
span.warn::before{
content:"⚠";
width: 20px;
height: 20px;
text-align: center;
display: inline-block;
margin-right: 5px;
}
.warn{
color: #880000;
background: #ffcccc;
padding: 5px;
border: solid 1px #FF0000;
margin: 5px 0;
display: inline-block;
}
.warn a{
color: unset;
}
span.note::before{
content:"i";
width: 20px;
height: 20px;
text-align: center;
background: #9CDCFE;
color: #0000ff;
border: solid #0000FF 1px;
border-radius: 50%;
display: inline-block;
margin-right: 5px;
}
.note{
color: black;
background: #cccccc;
padding: 5px;
border: solid 1px #666666;
margin: 5px 0;
display: inline-block;
}
table{
border-collapse: collapse;
}
table .type{
color: #ccc;
font-size: .75em;
line-height: inherit;
padding: 0 2px;
text-align: center;
}
.type a{
color: unset;
}
td,th{
border: solid 1px white;
padding: 2px 5px;
}
Loading

0 comments on commit ed678c1

Please sign in to comment.