forked from tomgp/simplify-line
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (91 loc) · 1.53 KB
/
Copy pathstyle.css
File metadata and controls
105 lines (91 loc) · 1.53 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
html { font-size: 15px; }
body {
width: 87.5%;
margin-left: auto;
margin-right: auto;
font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", sans-serif, "Helvetica Neue", "Lucida Grande";
color: #111;
max-width: 1400px;
}
h1 {
font-weight: 400;
margin-top: 4rem;
margin-bottom: 1.5rem;
font-size: 3.2rem;
line-height: 1;
}
h2 {
font-style: italic;
font-weight: 400;
margin-top: 2.1rem;
margin-bottom: 0;
font-size: 2.2rem;
line-height: 1;
}
h3 {
font-style: italic;
font-weight: 400;
font-size: 1.7rem;
margin-top: 2rem;
margin-bottom: 0;
line-height: 1;
}
p.subtitle {
font-style: italic;
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 1.8rem;
display: block;
line-height: 1rem;
}
article {
max-width: 650px;
position: relative;
padding-left: 2rem;
padding-right: 2rem;
}
section {
padding-top: 1rem;
padding-bottom: 1rem;
}
p, ol, ul {
font-size: 1.4rem;
line-height: 2rem;
}
ol, ul {
width: 45%;
-webkit-padding-start: 5%;
-webkit-padding-end: 5%;
font-size: 1rem;
}
ul {
list-style-type: none;
}
li {
padding: 0.5rem 0;
line-height: 1.5rem;
}
blockquote {
margin-top: 3em;
margin-bottom: 3em;
font-family: serif;
font-style: italic;
}
figure {
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
max-width: 55%;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin: 0 0 3em 0;
}
figcaption {
margin-top: 0;
margin-bottom: 0;
font-size: 1.1rem;
line-height: 1.6;
max-width: 40%;
}