-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
77 lines (64 loc) · 1.03 KB
/
styles.css
File metadata and controls
77 lines (64 loc) · 1.03 KB
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
body {
background-color: #FFF;
color: #333;
font: 15px Helvetica, arial, freesans, clean, sans-serif;
word-wrap: break-word;
line-height: 1.7;
padding: 0 20px 20px 20px;
width: 722px;
-webkit-font-smoothing: antialiased;
}
a {
color: #4183c4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, blockquote, ul, ol, dl, table, pre {
margin: 15px 0;
}
ul, ol {
padding-left: 30px;
}
h1 {
border-bottom: 1px solid #ddd;
color: #000;
font-size: 2.5em;
}
h2 {
border-bottom: 1px solid #eee;
color: #000;
font-size: 2.0em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.0em;
}
h6 {
color: #777;
font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
line-height: 1.7;
margin: 1em 0 15px 0;
}
h1 + p, h2 + p, h3 + p {
margin-top: 10px;
}
code {
background-color: #F8F8F8;
border-radius: 3px;
border: 1px solid #DDD;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 12px;
margin: 0 2px;
padding: 0 5px;
white-space: pre;
}