2022-10-13 10:49:41 +00:00
|
|
|
@import "common/reset";
|
2022-12-19 15:10:26 +00:00
|
|
|
//@import "common/colors";
|
2022-10-13 10:49:41 +00:00
|
|
|
@import "common/base";
|
2022-10-16 22:15:34 +00:00
|
|
|
@import "common/content";
|
2022-10-13 10:49:41 +00:00
|
|
|
|
|
|
|
@import "components/site-header";
|
2022-10-16 22:15:34 +00:00
|
|
|
@import "components/breadcrumbs";
|
|
|
|
@import "components/table-of-contents";
|
2022-12-19 15:10:26 +00:00
|
|
|
|
2022-10-16 22:15:34 +00:00
|
|
|
@import "features/headings";
|
2022-12-19 15:10:26 +00:00
|
|
|
|
2022-10-17 14:46:58 +00:00
|
|
|
@import "shortcodes/hint";
|
2022-12-19 15:10:26 +00:00
|
|
|
@import "shortcodes/ref";
|
|
|
|
@import "shortcodes/required-optional-nullable";
|
2022-10-17 14:46:58 +00:00
|
|
|
|
|
|
|
@import "layouts/list";
|
|
|
|
@import "layouts/single";
|
2022-10-13 10:49:41 +00:00
|
|
|
|
2022-10-16 22:15:34 +00:00
|
|
|
#search-form,
|
2022-10-13 10:49:41 +00:00
|
|
|
.header-nav,
|
|
|
|
.docs-nav,
|
|
|
|
.site-footer,
|
2022-10-14 08:36:35 +00:00
|
|
|
.edit-link,
|
2022-10-16 22:15:34 +00:00
|
|
|
.footnote-backref,
|
|
|
|
.heading__anchor-link,
|
2022-12-19 15:10:26 +00:00
|
|
|
.section-nav,
|
|
|
|
.color-switcher
|
2022-10-13 10:49:41 +00:00
|
|
|
{
|
2022-12-19 15:10:26 +00:00
|
|
|
display: none !important;
|
2022-10-13 10:49:41 +00:00
|
|
|
}
|
|
|
|
.page-header {padding: 0;}
|
|
|
|
|
|
|
|
.page abbr[title]::after {
|
|
|
|
content: " (" attr(title) ") ";
|
|
|
|
}
|
|
|
|
|
|
|
|
a[href^="http"]:after {
|
|
|
|
content: " (" attr(href) ") ";
|
2022-12-19 15:10:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.page-ref[href^="http"]:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
a.source-ref[href^="http"]:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.source-ref, .page-ref {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content pre {
|
|
|
|
overflow: unset;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content pre code {
|
2022-12-23 11:21:41 +00:00
|
|
|
inline-size: 100%;
|
2022-12-19 15:10:26 +00:00
|
|
|
}
|
|
|
|
|