-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmarkdown-print.css.default
95 lines (95 loc) · 1.61 KB
/
markdown-print.css.default
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
body, p, li, div, h1, h2, h3, h4, h5, h6, td {
color: #000000;
font-family: "Liberation Sans", "Helvetica Neue", Calibri, sans-serif;
}
code {
font-family: "Liberation Mono", Consolas, monospace;
font-weight: bold;
}
pre {
background: #FFFFFF;
border: 1px solid #B8C0C4;
padding: 4px 8px 4px 8px;
margin: 0px 1em;
max-width: 56em;
white-space: pre-wrap;
word-wrap: break-word;
font-family: "Liberation Mono", Consolas, monospace;
font-weight: normal;
color: #474747;
}
pre code {
font-family: "Liberation Mono", Consolas, monospace;
font-weight: normal;
color: #474747;
}
dd {
margin-bottom: 1em;
}
dd p {
margin-top: 0px;
}
dd pre {
margin: 1em 0px;
}
blockquote {
border-left: 3px solid #B6B6B6;
margin: 1em;
padding-left: 1em;
}
a {
text-decoration: none;
color: #600000;
}
a:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
/* fix for space in list items containing <pre> */
li p {
margin-top: 0px;
}
li pre {
margin-bottom: 1em;
}
td, th {
padding: 0.1em 1em;
}
/* Metadata Table */
table#metadata {
margin: 1em 0em 1em 1em;
border-collapse: collapse;
border-top: 1px solid #EDEDED;
float: right;
}
.mda {
/* metadata attribute */
border-left: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
font-weight: bold;
vertical-align: top;
}
.mdv {
/* metadata value */
border-right: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
}
/* Don't print these things */
.controls {
display: none;
}
#hideButton {
display: none;
}
#showButton {
display: none;
}
#TOC {
display: none;
}
#bigfoot {
display: none;
}
.permalink {
display: none;
}