-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.css
74 lines (69 loc) · 1.33 KB
/
style.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* wkhmtmltopdf needs true-type fonts */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
font-family: 'Droid Sans Mono';
font-style: normal;
font-weight: 400;
src: url(http://themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJYW_AySPyikQrZReizgrnuw.ttf) format('truetype');
}
h1, h2, h3, p, blockquote {
margin: 0;
padding: 0;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 10px;
line-height: 13px;
color: black;
background-color: white;
margin: 10px 13px;
}
table {
margin: 10px 0 15px 0;
border-collapse: collapse;
font-size: 10px;
}
td, th {
border: 1px solid #ddd;
padding: 1px 10px;
}
a {
color: #0069d6;
}
p {
margin-bottom: 9px;
}
h1, h2, h3 {
color: #404040;
line-height: 36px;
}
h1 {
margin-bottom: 18px;
font-size: 30px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
code, pre {
font-family: 'Droid Sans Mono', monospace;
}
code {
background-color: #fee9cc;
color: black;
padding: 1px 3px;
font-size: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
table, pre {
page-break-inside: avoid;
}