@media print { form,
button,
input,
select,
textarea,
.main-navigation,
.social-menu,
.header-image,
.page-links,
.edit-link,
.post-navigation,
.pagination.navigation,
.comments-pagination,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link,
.site-footer,
.site-info,
.comments-area .entry-title {
display: none !important;
} body {
font-size: 12pt;
}
h1 {
font-size: 24pt;
}
h2 {
font-size: 22pt;
}
h3 {
font-size: 17pt;
}
h4 {
font-size: 12pt;
}
h5 {
font-size: 11pt;
}
h6 {
font-size: 12pt;
}
.entry-meta {
font-size: 9pt;
}
article {
width: 100%;
}
article:nth-child(n+2) {
grid-column: span 6;
width: 100%;
} body,
.site {
background: none !important; }
body,
a,
.site-title a {
color: #222 !important; }
h2,
h5,
blockquote,
.site-description,
.entry-meta,
.entry-meta a {
color: #777 !important; }
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
font-size: 11pt;
width: 34%;
}
.site-footer {
padding: 0;
}
}