blogotheme/assets/css/print.css
2022-02-27 17:39:52 +01:00

84 lines
1.2 KiB
CSS

/**
* Print stylesheet for the blogotheme theme.
* @version 1.0
* @lastmodified 2021-01-03
*/
@media print {
body {
word-break: keep-all;
font-size: 1em;
font-family: serif;
}
h1, h2, p, hr {
margin: 0;
padding: 0;
padding-top: 1em;
}
.post{
line-height: 1;
}
.nav-bar {
max-width: none;
padding: 0;
}
.card {
border: none;
margin: 0;
}
#menu {
display: none;
float: left;
max-width: none;
}
.content {
text-align: justify;
margin: 0;
max-width: none;
box-shadow: none;
}
.side-text-padding {
padding-left: 0rem !important;
padding-right: 0rem !important;
box-sizing: border-box !important;
}
.end-nav {
display: none;
}
main {
padding: none;
}
footer {
font-size: 1em;
padding: 1em;
}
footer::after {
content: "Printed from https://n07070.xyz";
font-size: 1em;
font-weight: bolder;
display: flex;
justify-content: center;
}
footer small {
display: none;
}
footer sup {
display: none;
}
}