-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpdf.css
More file actions
42 lines (36 loc) · 884 Bytes
/
pdf.css
File metadata and controls
42 lines (36 loc) · 884 Bytes
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
36
37
38
39
40
41
42
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i,800,800i");
@import url("https://www.sqlgate.com/assets/fonts/NotoSansKR-Hestia/stylesheets/NotoSansKR-Hestia.css");
@import url("https://www.sqlgate.com/assets/fonts/sgcon/style.css");
html, body {
font-family: Lato, "Noto Sans Korean", sans-serif;
word-break: keep-all;
color: #181c1f;
-webkit-font-smoothing: antialiased;
font-size: 12px;
}
blockquote{
border: 0 none;
margin: 0;
border-radius: 5px;
background-color: #f5f7f8;
padding: 5px;
}
blockquote p{
color: #267160;
display: block;
margin: 0;
padding: 5px 10px;
}
blockquote img{
max-width: 600px;
margin: 5px 0;
}
h1, h2{
page-break-before: always;
}
hr{
page-break-before: always;
}
p + hr{
page-break-before: auto;
}