forked from mlhubber/mlmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpandoc.css
48 lines (46 loc) · 820 Bytes
/
pandoc.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
<style type="text/css">
.title
{
margin: 1em 0 0.5em 0;
color : green;
text-align: center;
font-weight: normal;
font-family: sans-serif;
font-size: 36px;
line-height: 42px;
text-transform: uppercase;
text-shadow: 2px 2px 2px #aaa;
}
.center
{
text-align: center;
}
body
{
margin-left: auto;
margin-right: auto;
margin: auto;
padding-right: 1em;
padding-left: 1em;
max-width: 44em;
font-family: Verdana, sans-serif;
font-size: 100%;
}
h1
{
font-family: sans-serif;
margin-bottom: 0;
font-size: 24px;
line-height: 36px;
}
pre
{
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
background: #faf8f0;
border: 1px solid #bebab0;
display: block;
padding: 0.5em 1em;
}
</style>