@@ -139,6 +139,7 @@ dfn {
139
139
* * Address differences between Firefox and other browsers.
140
140
* * Known issue: no IE 6/7 normalization. */
141
141
hr {
142
+ -moz-box-sizing : content-box;
142
143
box-sizing : content-box;
143
144
height : 0 ;
144
145
}
@@ -376,6 +377,8 @@ input[type=checkbox], input[type=radio] {
376
377
input [type = search ] {
377
378
-webkit-appearance : textfield;
378
379
/* 1 */
380
+ -moz-box-sizing : content-box;
381
+ -webkit-box-sizing : content-box;
379
382
/* 2 */
380
383
box-sizing : content-box;
381
384
}
@@ -417,70 +420,6 @@ table {
417
420
border-spacing : 0 ;
418
421
}
419
422
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
-
484
423
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 ,
485
424
ul .tsd-descriptions > li > : first-child > : first-child ,
486
425
.tsd-panel > : first-child > : first-child ,
@@ -560,7 +499,6 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
560
499
}
561
500
562
501
.row {
563
- display : -ms-flexbox;
564
502
display : flex;
565
503
position : relative;
566
504
margin : 0 -10px ;
@@ -1573,10 +1511,6 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
1573
1511
background-position : -221px -187px ;
1574
1512
}
1575
1513
1576
- .no-transition {
1577
- transition : none !important ;
1578
- }
1579
-
1580
1514
@keyframes fade-in {
1581
1515
from {
1582
1516
opacity : 0 ;
@@ -1682,6 +1616,12 @@ pre code {
1682
1616
background-color : transparent;
1683
1617
}
1684
1618
1619
+ blockquote {
1620
+ margin : 1em 0 ;
1621
+ padding-left : 1em ;
1622
+ border-left : 4px solid gray;
1623
+ }
1624
+
1685
1625
.tsd-typography {
1686
1626
line-height : 1.333em ;
1687
1627
}
@@ -1800,10 +1740,10 @@ html.default.has-menu .col-content {
1800
1740
.tsd-breadcrumb {
1801
1741
margin : 0 ;
1802
1742
padding : 0 ;
1803
- color : # 808080 ;
1743
+ color : # 707070 ;
1804
1744
}
1805
1745
.tsd-breadcrumb a {
1806
- color : # 808080 ;
1746
+ color : # 707070 ;
1807
1747
text-decoration : none;
1808
1748
}
1809
1749
.tsd-breadcrumb a : hover {
@@ -1876,8 +1816,8 @@ dl.tsd-comment-tags dt {
1876
1816
padding : 1px 5px ;
1877
1817
margin : 0 10px 0 0 ;
1878
1818
border-radius : 4px ;
1879
- border : 1px solid # 808080 ;
1880
- color : # 808080 ;
1819
+ border : 1px solid # 707070 ;
1820
+ color : # 707070 ;
1881
1821
font-size : 0.8em ;
1882
1822
font-weight : normal;
1883
1823
}
@@ -1918,10 +1858,6 @@ dl.tsd-comment-tags p {
1918
1858
display : none;
1919
1859
}
1920
1860
1921
- .toggle-only-exported .tsd-is-not-exported {
1922
- display : none;
1923
- }
1924
-
1925
1861
.toggle-externals .tsd-is-external {
1926
1862
display : none;
1927
1863
}
@@ -2018,10 +1954,12 @@ footer .tsd-legend {
2018
1954
border-bottom : 1px solid # eee ;
2019
1955
}
2020
1956
.tsd-index-panel ul .tsd-index-list {
1957
+ -webkit-column-count : 3 ;
2021
1958
-moz-column-count : 3 ;
2022
1959
-ms-column-count : 3 ;
2023
1960
-o-column-count : 3 ;
2024
1961
column-count : 3 ;
1962
+ -webkit-column-gap : 20px ;
2025
1963
-moz-column-gap : 20px ;
2026
1964
-ms-column-gap : 20px ;
2027
1965
-o-column-gap : 20px ;
@@ -2032,6 +1970,7 @@ footer .tsd-legend {
2032
1970
}
2033
1971
@media (max-width : 900px ) {
2034
1972
.tsd-index-panel ul .tsd-index-list {
1973
+ -webkit-column-count : 1 ;
2035
1974
-moz-column-count : 1 ;
2036
1975
-ms-column-count : 1 ;
2037
1976
-o-column-count : 1 ;
@@ -2040,6 +1979,7 @@ footer .tsd-legend {
2040
1979
}
2041
1980
@media (min-width : 901px ) and (max-width : 1024px ) {
2042
1981
.tsd-index-panel ul .tsd-index-list {
1982
+ -webkit-column-count : 2 ;
2043
1983
-moz-column-count : 2 ;
2044
1984
-ms-column-count : 2 ;
2045
1985
-o-column-count : 2 ;
@@ -2058,36 +1998,36 @@ footer .tsd-legend {
2058
1998
color : # 9600ff ;
2059
1999
}
2060
2000
.tsd-index-panel .tsd-parent-kind-interface a {
2061
- color : # 7da01f ;
2001
+ color : # 647F1B ;
2062
2002
}
2063
2003
.tsd-index-panel .tsd-parent-kind-enum a {
2064
- color : # cc9900 ;
2004
+ color : # 937210 ;
2065
2005
}
2066
2006
.tsd-index-panel .tsd-parent-kind-class a {
2067
- color : # 4da6ff ;
2007
+ color : # 0672DE ;
2068
2008
}
2069
2009
.tsd-index-panel .tsd-kind-module a {
2070
2010
color : # 9600ff ;
2071
2011
}
2072
2012
.tsd-index-panel .tsd-kind-interface a {
2073
- color : # 7da01f ;
2013
+ color : # 647F1B ;
2074
2014
}
2075
2015
.tsd-index-panel .tsd-kind-enum a {
2076
- color : # cc9900 ;
2016
+ color : # 937210 ;
2077
2017
}
2078
2018
.tsd-index-panel .tsd-kind-class a {
2079
- color : # 4da6ff ;
2019
+ color : # 0672DE ;
2080
2020
}
2081
2021
.tsd-index-panel .tsd-is-private a {
2082
- color : # 808080 ;
2022
+ color : # 707070 ;
2083
2023
}
2084
2024
2085
2025
.tsd-flag {
2086
2026
display : inline-block;
2087
2027
padding : 1px 5px ;
2088
2028
border-radius : 4px ;
2089
2029
color : # fff ;
2090
- background-color : # 808080 ;
2030
+ background-color : # 707070 ;
2091
2031
text-indent : 0 ;
2092
2032
font-size : 14px ;
2093
2033
font-weight : normal;
@@ -2106,6 +2046,21 @@ footer .tsd-legend {
2106
2046
margin-bottom : 0 ;
2107
2047
border-bottom : none;
2108
2048
}
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
+ }
2109
2064
2110
2065
.tsd-navigation {
2111
2066
margin : 0 0 0 40px ;
@@ -2169,7 +2124,7 @@ footer .tsd-legend {
2169
2124
.tsd-navigation .primary li .label span {
2170
2125
display : block;
2171
2126
padding : 20px 0 6px 5px ;
2172
- color : # 808080 ;
2127
+ color : # 707070 ;
2173
2128
}
2174
2129
.tsd-navigation .primary li .globals + li > span , .tsd-navigation .primary li .globals + li > a {
2175
2130
padding-top : 20px ;
@@ -2346,7 +2301,7 @@ footer .tsd-legend {
2346
2301
top : 10px ;
2347
2302
}
2348
2303
# tsd-search .results span .parent {
2349
- color : # 808080 ;
2304
+ color : # 707070 ;
2350
2305
font-weight : normal;
2351
2306
}
2352
2307
# tsd-search .has-focus {
@@ -2376,6 +2331,7 @@ footer .tsd-legend {
2376
2331
border : 1px solid # eee ;
2377
2332
font-family : Menlo, Monaco, Consolas, "Courier New" , monospace;
2378
2333
font-size : 14px ;
2334
+ overflow-x : auto;
2379
2335
}
2380
2336
.tsd-signature .tsd-kind-icon {
2381
2337
padding-left : 30px ;
@@ -2397,7 +2353,7 @@ footer .tsd-legend {
2397
2353
}
2398
2354
2399
2355
.tsd-signature-symbol {
2400
- color : # 808080 ;
2356
+ color : # 707070 ;
2401
2357
font-weight : normal;
2402
2358
}
2403
2359
@@ -2444,7 +2400,6 @@ footer .tsd-legend {
2444
2400
ul .tsd-descriptions {
2445
2401
position : relative;
2446
2402
overflow : hidden;
2447
- transition : height 0.3s ;
2448
2403
padding : 0 ;
2449
2404
list-style : none;
2450
2405
}
@@ -2495,11 +2450,11 @@ ul.tsd-type-parameters .tsd-comment {
2495
2450
2496
2451
.tsd-sources {
2497
2452
font-size : 14px ;
2498
- color : # 808080 ;
2453
+ color : # 707070 ;
2499
2454
margin : 0 0 1em 0 ;
2500
2455
}
2501
2456
.tsd-sources a {
2502
- color : # 808080 ;
2457
+ color : # 707070 ;
2503
2458
text-decoration : underline;
2504
2459
}
2505
2460
.tsd-sources ul , .tsd-sources p {
@@ -2680,4 +2635,4 @@ input[type=checkbox]:checked + .tsd-widget:before {
2680
2635
2681
2636
img {
2682
2637
max-width : 100% ;
2683
- }
2638
+ }
0 commit comments