Skip to content

Commit d3a5cce

Browse files
committed
docs
1 parent ebcfa12 commit d3a5cce

File tree

104 files changed

+14821
-6029
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+14821
-6029
lines changed

docs/assets/css/main.css

+47-92
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ dfn {
139139
* * Address differences between Firefox and other browsers.
140140
* * Known issue: no IE 6/7 normalization. */
141141
hr {
142+
-moz-box-sizing: content-box;
142143
box-sizing: content-box;
143144
height: 0;
144145
}
@@ -376,6 +377,8 @@ input[type=checkbox], input[type=radio] {
376377
input[type=search] {
377378
-webkit-appearance: textfield;
378379
/* 1 */
380+
-moz-box-sizing: content-box;
381+
-webkit-box-sizing: content-box;
379382
/* 2 */
380383
box-sizing: content-box;
381384
}
@@ -417,70 +420,6 @@ table {
417420
border-spacing: 0;
418421
}
419422

420-
/* *
421-
* *Visual Studio-like style based on original C# coloring by Jason Diamond <[email protected]> */
422-
.hljs {
423-
display: inline-block;
424-
padding: 0.5em;
425-
background: white;
426-
color: black;
427-
}
428-
429-
.hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket {
430-
color: #008000;
431-
}
432-
433-
.hljs-keyword, .hljs-id, .hljs-built_in, .css .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title {
434-
color: #00f;
435-
}
436-
437-
.xml .hljs-tag {
438-
color: #00f;
439-
}
440-
.xml .hljs-tag .hljs-value {
441-
color: #00f;
442-
}
443-
444-
.hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value {
445-
color: #a31515;
446-
}
447-
448-
.ruby .hljs-symbol {
449-
color: #a31515;
450-
}
451-
.ruby .hljs-symbol .hljs-string {
452-
color: #a31515;
453-
}
454-
455-
.hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute {
456-
color: #a31515;
457-
}
458-
459-
.ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .hljs-preprocessor, .hljs-pragma, .userType, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-special, .hljs-prompt {
460-
color: #2b91af;
461-
}
462-
463-
.hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag {
464-
color: #808080;
465-
}
466-
467-
.vhdl .hljs-typename {
468-
font-weight: bold;
469-
}
470-
.vhdl .hljs-string {
471-
color: #666666;
472-
}
473-
.vhdl .hljs-literal {
474-
color: #a31515;
475-
}
476-
.vhdl .hljs-attribute {
477-
color: #00b0e8;
478-
}
479-
480-
.xml .hljs-attribute {
481-
color: #f00;
482-
}
483-
484423
ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child,
485424
ul.tsd-descriptions > li > :first-child > :first-child,
486425
.tsd-panel > :first-child > :first-child,
@@ -560,7 +499,6 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
560499
}
561500

562501
.row {
563-
display: -ms-flexbox;
564502
display: flex;
565503
position: relative;
566504
margin: 0 -10px;
@@ -1573,10 +1511,6 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
15731511
background-position: -221px -187px;
15741512
}
15751513

1576-
.no-transition {
1577-
transition: none !important;
1578-
}
1579-
15801514
@keyframes fade-in {
15811515
from {
15821516
opacity: 0;
@@ -1682,6 +1616,12 @@ pre code {
16821616
background-color: transparent;
16831617
}
16841618

1619+
blockquote {
1620+
margin: 1em 0;
1621+
padding-left: 1em;
1622+
border-left: 4px solid gray;
1623+
}
1624+
16851625
.tsd-typography {
16861626
line-height: 1.333em;
16871627
}
@@ -1800,10 +1740,10 @@ html.default.has-menu .col-content {
18001740
.tsd-breadcrumb {
18011741
margin: 0;
18021742
padding: 0;
1803-
color: #808080;
1743+
color: #707070;
18041744
}
18051745
.tsd-breadcrumb a {
1806-
color: #808080;
1746+
color: #707070;
18071747
text-decoration: none;
18081748
}
18091749
.tsd-breadcrumb a:hover {
@@ -1876,8 +1816,8 @@ dl.tsd-comment-tags dt {
18761816
padding: 1px 5px;
18771817
margin: 0 10px 0 0;
18781818
border-radius: 4px;
1879-
border: 1px solid #808080;
1880-
color: #808080;
1819+
border: 1px solid #707070;
1820+
color: #707070;
18811821
font-size: 0.8em;
18821822
font-weight: normal;
18831823
}
@@ -1918,10 +1858,6 @@ dl.tsd-comment-tags p {
19181858
display: none;
19191859
}
19201860

1921-
.toggle-only-exported .tsd-is-not-exported {
1922-
display: none;
1923-
}
1924-
19251861
.toggle-externals .tsd-is-external {
19261862
display: none;
19271863
}
@@ -2018,10 +1954,12 @@ footer .tsd-legend {
20181954
border-bottom: 1px solid #eee;
20191955
}
20201956
.tsd-index-panel ul.tsd-index-list {
1957+
-webkit-column-count: 3;
20211958
-moz-column-count: 3;
20221959
-ms-column-count: 3;
20231960
-o-column-count: 3;
20241961
column-count: 3;
1962+
-webkit-column-gap: 20px;
20251963
-moz-column-gap: 20px;
20261964
-ms-column-gap: 20px;
20271965
-o-column-gap: 20px;
@@ -2032,6 +1970,7 @@ footer .tsd-legend {
20321970
}
20331971
@media (max-width: 900px) {
20341972
.tsd-index-panel ul.tsd-index-list {
1973+
-webkit-column-count: 1;
20351974
-moz-column-count: 1;
20361975
-ms-column-count: 1;
20371976
-o-column-count: 1;
@@ -2040,6 +1979,7 @@ footer .tsd-legend {
20401979
}
20411980
@media (min-width: 901px) and (max-width: 1024px) {
20421981
.tsd-index-panel ul.tsd-index-list {
1982+
-webkit-column-count: 2;
20431983
-moz-column-count: 2;
20441984
-ms-column-count: 2;
20451985
-o-column-count: 2;
@@ -2058,36 +1998,36 @@ footer .tsd-legend {
20581998
color: #9600ff;
20591999
}
20602000
.tsd-index-panel .tsd-parent-kind-interface a {
2061-
color: #7da01f;
2001+
color: #647F1B;
20622002
}
20632003
.tsd-index-panel .tsd-parent-kind-enum a {
2064-
color: #cc9900;
2004+
color: #937210;
20652005
}
20662006
.tsd-index-panel .tsd-parent-kind-class a {
2067-
color: #4da6ff;
2007+
color: #0672DE;
20682008
}
20692009
.tsd-index-panel .tsd-kind-module a {
20702010
color: #9600ff;
20712011
}
20722012
.tsd-index-panel .tsd-kind-interface a {
2073-
color: #7da01f;
2013+
color: #647F1B;
20742014
}
20752015
.tsd-index-panel .tsd-kind-enum a {
2076-
color: #cc9900;
2016+
color: #937210;
20772017
}
20782018
.tsd-index-panel .tsd-kind-class a {
2079-
color: #4da6ff;
2019+
color: #0672DE;
20802020
}
20812021
.tsd-index-panel .tsd-is-private a {
2082-
color: #808080;
2022+
color: #707070;
20832023
}
20842024

20852025
.tsd-flag {
20862026
display: inline-block;
20872027
padding: 1px 5px;
20882028
border-radius: 4px;
20892029
color: #fff;
2090-
background-color: #808080;
2030+
background-color: #707070;
20912031
text-indent: 0;
20922032
font-size: 14px;
20932033
font-weight: normal;
@@ -2106,6 +2046,21 @@ footer .tsd-legend {
21062046
margin-bottom: 0;
21072047
border-bottom: none;
21082048
}
2049+
.tsd-member a[data-tsd-kind] {
2050+
color: #9600ff;
2051+
}
2052+
.tsd-member a[data-tsd-kind=Interface] {
2053+
color: #647F1B;
2054+
}
2055+
.tsd-member a[data-tsd-kind=Enum] {
2056+
color: #937210;
2057+
}
2058+
.tsd-member a[data-tsd-kind=Class] {
2059+
color: #0672DE;
2060+
}
2061+
.tsd-member a[data-tsd-kind=Private] {
2062+
color: #707070;
2063+
}
21092064

21102065
.tsd-navigation {
21112066
margin: 0 0 0 40px;
@@ -2169,7 +2124,7 @@ footer .tsd-legend {
21692124
.tsd-navigation.primary li.label span {
21702125
display: block;
21712126
padding: 20px 0 6px 5px;
2172-
color: #808080;
2127+
color: #707070;
21732128
}
21742129
.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a {
21752130
padding-top: 20px;
@@ -2346,7 +2301,7 @@ footer .tsd-legend {
23462301
top: 10px;
23472302
}
23482303
#tsd-search .results span.parent {
2349-
color: #808080;
2304+
color: #707070;
23502305
font-weight: normal;
23512306
}
23522307
#tsd-search.has-focus {
@@ -2376,6 +2331,7 @@ footer .tsd-legend {
23762331
border: 1px solid #eee;
23772332
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
23782333
font-size: 14px;
2334+
overflow-x: auto;
23792335
}
23802336
.tsd-signature.tsd-kind-icon {
23812337
padding-left: 30px;
@@ -2397,7 +2353,7 @@ footer .tsd-legend {
23972353
}
23982354

23992355
.tsd-signature-symbol {
2400-
color: #808080;
2356+
color: #707070;
24012357
font-weight: normal;
24022358
}
24032359

@@ -2444,7 +2400,6 @@ footer .tsd-legend {
24442400
ul.tsd-descriptions {
24452401
position: relative;
24462402
overflow: hidden;
2447-
transition: height 0.3s;
24482403
padding: 0;
24492404
list-style: none;
24502405
}
@@ -2495,11 +2450,11 @@ ul.tsd-type-parameters .tsd-comment {
24952450

24962451
.tsd-sources {
24972452
font-size: 14px;
2498-
color: #808080;
2453+
color: #707070;
24992454
margin: 0 0 1em 0;
25002455
}
25012456
.tsd-sources a {
2502-
color: #808080;
2457+
color: #707070;
25032458
text-decoration: underline;
25042459
}
25052460
.tsd-sources ul, .tsd-sources p {
@@ -2680,4 +2635,4 @@ input[type=checkbox]:checked + .tsd-widget:before {
26802635

26812636
img {
26822637
max-width: 100%;
2683-
}
2638+
}

docs/assets/js/main.js

+248-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/search.js

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)