static/css/print.css @ 578872d23f06
default tip
Links
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 09 Sep 2024 10:31:31 -0400 |
parents |
cc1550af2246 |
children |
(none) |
body {
font: normal 10pt/1.25 serif;
text-rendering: optimizeLegibility;
}
header, footer, hr.main-separator {
display: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
color: black;
}
code, pre {
font: normal 9pt Consolas, Menlo, "Courier New", monospace;
}
pre {
white-space: pre-wrap;
}
a {
text-decoration: underline;
color: #c06;
}
main#page-blog-entry img {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 300px;
}