-
Notifications
You must be signed in to change notification settings - Fork 2
/
github-markdown.css
62 lines (52 loc) · 1014 Bytes
/
github-markdown.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
body {
margin: 0 auto 0 auto;
width: 80%;
font-family: Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
max-width: 670px;
min-width: 360px;
font-size: 16px;
color: #333;
background-color: #FDFAFA;
}
#header {
background-color: #801A15;
color: #fff;
}
h1 {
font-size: 2.3em;
}
#header-h1 {
background-image: url(media/flag-32px.png);
background-position: 34px 34px;
background-repeat: no-repeat;
line-height: 0.7;
padding: 30px 20px 20px 82px;
}
#header-continued {
font-size: 0.6em;
padding-left: 4em;
}
#header-subtitle {
padding: 0 0 0 20px;
}
#header-description {
padding: 0 20px 20px 20px;
}
table {
margin: 0 auto;
}
hr {
background-color: #E7E7E7;
height: 4px;
border: 0px none;
}
a {
color: #4078C0;
/*font-weight: bold;*/
text-decoration: none;
}
code {
background-color: rgba(0, 0, 0, 0.04);
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 13.6px;
}