2018-06-21 10:23:45 +01:00
|
|
|
* {
|
2018-08-02 22:47:49 +01:00
|
|
|
background-color: #fff !important;
|
|
|
|
color: #222;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
2018-08-02 22:47:49 +01:00
|
|
|
font-size: 11pt !important;
|
|
|
|
font-family: Helvetica, sans-serif !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@page {
|
2018-08-02 22:47:49 +01:00
|
|
|
margin: 0.6in 0.5in;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.limit,
|
2018-08-02 22:47:49 +01:00
|
|
|
body > section {
|
|
|
|
max-width: 100% !important;
|
|
|
|
margin: 0 !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2018-08-02 22:47:49 +01:00
|
|
|
page-break-after: avoid;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h3,
|
|
|
|
a,
|
|
|
|
.footnotes ol li a,
|
|
|
|
.h-feed .h-entry,
|
|
|
|
code,
|
|
|
|
pre {
|
2018-08-02 22:47:49 +01:00
|
|
|
border: none;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
p, li, blockquote, figure, .footnotes {
|
2018-08-02 22:47:49 +01:00
|
|
|
page-break-inside: avoid !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-08-02 22:47:49 +01:00
|
|
|
color: #000;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
2018-08-02 22:47:49 +01:00
|
|
|
border: 1pt solid #666;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
2018-08-02 22:47:49 +01:00
|
|
|
.footnote ol li a {
|
|
|
|
display: block;
|
|
|
|
overflow: visible;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > header,
|
|
|
|
body > footer,
|
2018-06-21 10:23:45 +01:00
|
|
|
video,
|
|
|
|
audio,
|
2018-08-02 22:47:49 +01:00
|
|
|
.footnote-backref,
|
2018-11-03 09:48:37 +00:00
|
|
|
.footnote-back,
|
2018-06-21 10:23:45 +01:00
|
|
|
.donation,
|
|
|
|
.noprint {
|
2018-08-02 22:47:49 +01:00
|
|
|
display:none !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code, pre {
|
|
|
|
max-width: 96%;
|
2018-11-04 12:57:51 +00:00
|
|
|
page-break-inside: auto;
|
2018-06-21 10:23:45 +01:00
|
|
|
font-family: "Courier", "Courier New", monospace !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
2018-08-02 22:47:49 +01:00
|
|
|
border: 1pt dotted #666;
|
|
|
|
padding: 0.6em;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.adaptimg {
|
2018-08-02 22:47:49 +01:00
|
|
|
max-height: 35vh;
|
|
|
|
max-width: 90vw;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid #000;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.h-feed .h-entry {
|
2018-11-04 12:57:51 +00:00
|
|
|
page-break-after: always;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|