static-old/media/css/print.less @ 9698d436ae22
lisp
Ignore new build
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 04 Jan 2020 23:37:05 -0500 |
parents |
f9c2bf2fa2c9 |
children |
(none) |
body {
font: normal 10pt/1.25 Palatino, "Palatino Linotype";
text-rendering: optimizeLegibility;
}
nav, header, .toc {
display: none;
}
#leaf-title {
a {
text-decoration: none;
color: black;
}
}
#leaf-content {
ul.print-links {
display: block;
font-size: 1em;
list-style-type: none;
margin-left: 0em;
a {
text-decoration: none;
}
}
code, pre {
font: normal 9pt Menlo, Monaco, Consolas, "Courier New", Courier, monospace;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
border: 1.43em solid #e5e5e5;
padding: 1px;
background: black;
width: 400px;
}
img.left, img.right {
border: none;
background: none;
padding: none;
}
img.left {
margin: 0 1.5em 1em 0;
float: left;
}
img.right {
margin: 0 0 .75em 1em;
float: right;
}
}
div#leaf-content.with-diagrams img {
display: block;
margin-left: auto;
margin-right: auto;
background: none;
border: none;
}
span.amp {
font-family: "Palatino", "Constantia", "Palatino Linotype", serif;
font-style: italic;
}
a {
text-decoration: underline;
color: #c06;
}
footer {
display: none;
}