summary refs log tree commit diff
path: root/v1.82/css/print.css
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2023-04-18 08:53:52 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2023-04-18 08:53:52 +0000
commit281964e616979c6fb4edd4fb9661bc9905c2db3f (patch)
tree9dad72fa5e1e82de661da92ce4c959e088f6d950 /v1.82/css/print.css
parentdeploy: 929797d939e6d55ad7b0838c361396f43903156a (diff)
downloadsynapse-281964e616979c6fb4edd4fb9661bc9905c2db3f.tar.xz
deploy: ce007103030e281098cf4dccffed44581a32bd13
Diffstat (limited to 'v1.82/css/print.css')
-rw-r--r--v1.82/css/print.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/v1.82/css/print.css b/v1.82/css/print.css
new file mode 100644

index 0000000000..5e690f7559 --- /dev/null +++ b/v1.82/css/print.css
@@ -0,0 +1,54 @@ + +#sidebar, +#menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#page-wrapper.page-wrapper { + transform: none; + margin-left: 0px; + overflow-y: initial; +} + +#content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + background-color: #666666; + border-radius: 5px; + + /* Force background to be printed in Chrome */ + -webkit-print-color-adjust: exact; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +}