forked from SoftUni/Programming-Basics-Book-JS-BG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdf.css
35 lines (28 loc) · 707 Bytes
/
pdf.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* This CSS code is applied for PDF rendering */
.readme-book-cover-image {
display: none;
}
.page .section code,
.page .section pre {
font-family: "Consolas", "Lucida Console", "Liberation Mono", "Menlo", "Courier New", monospace;
}
.page .section code {
padding: 0.2em 0em;
border-radius: 0.25em;
font-size: 1em;
}
.page .section pre {
padding: 0.4em 0.6em;
border-radius: 0.25em;
line-height: 1.5em;
}
.page .section pre>code {
font-size: 1em;
}
.page .section h1, .page .section h2, .page .section h3, .page .section h4, .page .section h5, .page .section h6 {
margin-top: 0.7em;
margin-bottom: .3em;
}
.page .section table th {
background: #eee;
}