-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv-print.css
More file actions
20 lines (20 loc) · 1019 Bytes
/
Copy pathcv-print.css
File metadata and controls
20 lines (20 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Print styles for cv.pdf (pandoc index.md -> HTML -> Chrome PDF). See `make pdf`. */
@page { size: A4; margin: 10mm 13mm; }
body { font: 8.8pt/1.28 "Helvetica Neue", Arial, sans-serif; color: #111; }
h1 { font-size: 17pt; margin: 0 0 1mm; }
h2 { font-size: 10.5pt; text-transform: uppercase; letter-spacing: .06em;
border-bottom: 1px solid #999; margin: 2.6mm 0 1.2mm; padding-bottom: .6mm; }
p { margin: 0 0 1.2mm; }
ul, ol { margin: 0 0 1.2mm; padding-left: 4mm; }
li { margin: 0 0 .3mm; }
a { color: #0b4f8a; text-decoration: none; }
h2, strong { break-after: avoid; }
li { break-inside: avoid; }
/* undo pandoc's default page styles */
html { background: #fff; }
body { max-width: none; margin: 0; padding: 0; }
header#title-block-header { margin: 0 0 2mm; }
h1.title { font-size: 17pt; margin: 0 0 1mm; text-align: left; }
p.subtitle { font-size: 10.5pt; color: #444; margin: 0; text-align: left; }
/* the site links to the PDF; hide that link inside the PDF */
p:has(> a[href="cv.pdf"]) { display: none; }