typedoc-theme-oxide 0.1.16 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,59 @@
1
- :target{display:block}.tsd-anchor-icon{display:none}.docblock{--code-background:var(--code-block-background-color)}.docblock pre>button{display:none}rustdoc-toolbar #help-button .shortcuts{width:100%}rustdoc-toolbar #help-button .infos{display:none}oxide-search-results .search-results.active{display:grid;grid-template-columns:min-content 1fr}oxide-search-results .search-results.active>.result-item{grid-template-areas:none}oxide-search-results .search-results.active>.result-item,oxide-search-results .search-results.active>.result-item .result-name{display:grid;grid-column:1/3;grid-template-columns:subgrid}oxide-search-results .search-results.active>.result-item .result-name .typename{grid-column:1/2;white-space:nowrap;width:auto}oxide-search-results .search-results.active>.result-item .result-name .path{grid-column:2/3}oxide-search-results .search-results.active>.result-item .result-name .path span{display:inline-block}
1
+ :target {
2
+ display: block;
3
+ }
4
+
5
+ .tsd-anchor-icon {
6
+ display: none;
7
+ }
8
+
9
+ .docblock {
10
+ --code-background: var(--code-block-background-color);
11
+ }
12
+
13
+ .docblock pre > button {
14
+ display: none;
15
+ }
16
+
17
+ rustdoc-toolbar #help-button .shortcuts {
18
+ width: 100%;
19
+ }
20
+
21
+ rustdoc-toolbar #help-button .infos {
22
+ display: none;
23
+ }
24
+
25
+ oxide-search-results .search-results.active {
26
+ display: grid;
27
+ grid-template-columns: min-content 1fr;
28
+ }
29
+
30
+ oxide-search-results .search-results.active > .result-item {
31
+ display: grid;
32
+ grid-template-areas: none;
33
+ grid-template-columns: subgrid;
34
+ grid-column: 1 / 3;
35
+ }
36
+
37
+ oxide-search-results .search-results.active > .result-item .result-name {
38
+ display: grid;
39
+ grid-template-columns: subgrid;
40
+ grid-column: 1 / 3;
41
+ /* align-items: initial; */
42
+ }
43
+
44
+ oxide-search-results .search-results.active > .result-item .result-name .typename {
45
+ grid-column: 1 / 2;
46
+ width: auto;
47
+ white-space: nowrap;
48
+ /* line-height: 1.5rem; */
49
+ }
50
+
51
+ oxide-search-results .search-results.active > .result-item .result-name .path {
52
+ grid-column: 2 / 3;
53
+ }
54
+
55
+ oxide-search-results .search-results.active > .result-item .result-name .path span {
56
+ display: inline-block;
57
+ }
58
+
2
59
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,QACE,aACF,CAEA,iBACE,YACF,CAEA,UACE,oDAKF,CAHE,qBACE,YACF,CAIA,wCACE,UACF,CAEA,oCACE,YACF,CAGF,4CACE,YAAa,CACb,qCA8BF,CA5BE,yDAEE,wBAyBF,CArBE,+HALA,YAAa,CAGb,eAAkB,CADlB,6BAuBA,CAdE,gFACE,eAAkB,CAElB,kBAAmB,CADnB,UAGF,CAEA,4EACE,eAKF,CAHE,iFACE,oBACF","file":"index.css","sourcesContent":[":target {\n display: block;\n}\n\n.tsd-anchor-icon {\n display: none;\n}\n\n.docblock {\n --code-background: var(--code-block-background-color);\n\n pre > button {\n display: none;\n }\n}\n\nrustdoc-toolbar #help-button {\n .shortcuts {\n width: 100%;\n }\n\n .infos {\n display: none;\n }\n}\n\noxide-search-results .search-results.active {\n display: grid;\n grid-template-columns: min-content 1fr;\n\n > .result-item {\n display: grid;\n grid-template-areas: none;\n grid-template-columns: subgrid;\n grid-column: 1 / 3;\n\n .result-name {\n display: grid;\n grid-template-columns: subgrid;\n grid-column: 1 / 3;\n /* align-items: initial; */\n\n .typename {\n grid-column: 1 / 2;\n width: auto;\n white-space: nowrap;\n /* line-height: 1.5rem; */\n }\n\n .path {\n grid-column: 2 / 3;\n\n span {\n display: inline-block;\n }\n }\n }\n }\n}\n"]}
1
+ {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA;EACE,cAAc;AAChB;;AAEA;EACE,aAAa;AACf;;AAEA;EACE,qDAAqD;AAKvD;;AAHE;IACE,aAAa;EACf;;AAIA;IACE,WAAW;EACb;;AAEA;IACE,aAAa;EACf;;AAGF;EACE,aAAa;EACb,sCAAsC;AA8BxC;;AA5BE;IACE,aAAa;IACb,yBAAyB;IACzB,8BAA8B;IAC9B,kBAAkB;EAuBpB;;AArBE;MACE,aAAa;MACb,8BAA8B;MAC9B,kBAAkB;MAClB,0BAA0B;IAgB5B;;AAdE;QACE,kBAAkB;QAClB,WAAW;QACX,mBAAmB;QACnB,yBAAyB;MAC3B;;AAEA;QACE,kBAAkB;MAKpB;;AAHE;UACE,qBAAqB;QACvB","file":"index.css","sourcesContent":[":target {\n display: block;\n}\n\n.tsd-anchor-icon {\n display: none;\n}\n\n.docblock {\n --code-background: var(--code-block-background-color);\n\n pre > button {\n display: none;\n }\n}\n\nrustdoc-toolbar #help-button {\n .shortcuts {\n width: 100%;\n }\n\n .infos {\n display: none;\n }\n}\n\noxide-search-results .search-results.active {\n display: grid;\n grid-template-columns: min-content 1fr;\n\n > .result-item {\n display: grid;\n grid-template-areas: none;\n grid-template-columns: subgrid;\n grid-column: 1 / 3;\n\n .result-name {\n display: grid;\n grid-template-columns: subgrid;\n grid-column: 1 / 3;\n /* align-items: initial; */\n\n .typename {\n grid-column: 1 / 2;\n width: auto;\n white-space: nowrap;\n /* line-height: 1.5rem; */\n }\n\n .path {\n grid-column: 2 / 3;\n\n span {\n display: inline-block;\n }\n }\n }\n }\n}\n"]}