hugo-theme-paradox/assets/styles/print.scss

62 lines
951 B
SCSS
Raw Normal View History

@import "common/reset";
2022-12-19 15:10:26 +00:00
//@import "common/colors";
@import "common/base";
2022-10-16 22:15:34 +00:00
@import "common/content";
@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-16 22:15:34 +00:00
#search-form,
.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-12-19 15:10:26 +00:00
display: none !important;
}
.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 {
width: 100%;
}