-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (96 loc) · 1.48 KB
/
style.css
File metadata and controls
111 lines (96 loc) · 1.48 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
106
107
108
109
110
111
html,
body {
margin: auto;
padding: 0;
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
}
html {
font-size: 1.25em;
}
body,
textarea {
/* background-color: white; */
font-family: 'Helvetica Neue', 'helvetica', serif;
font-weight: 400;
line-height: 1.45;
color: #18181a;
font-kerning: normal;
-moz-font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
-ms-font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
}
p {
margin-bottom: 1.3em;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
margin: 1.414em 0 0.5em;
font-weight: inherit;
line-height: 1.2;
}
h1,
.h1 {
font-size: 4.236em;
}
h2,
.h2 {
font-size: 2.618em;
}
h3,
.h3 {
font-size: 1.618em;
}
/* h1 { */
/* margin-top: 0; */
/* font-size: 6.854em; */
/* } */
small,
.font_small {
font-size: 0.618em;
}
textarea {
outline: none;
resize: none;
border: 0;
background-color: #f8f8f9;
overflow: auto;
width: 600px;
height: 120px;
font-size: 1em;
margin: 0;
padding: 0;
}
i,
em {
/* use actual italic fonts here */
}
a {
color: #18181a;
}
a:hover,
a:active {
color: #4967AA;
}
.h1,
.h2,
.h3,
.marginless {
margin: 0;
padding: 0;
}
/* To add
* italics
* Mobile Text tweak = 16px=1em on mobile
* 45-75 chars widths
* Right padding of baseWidth
* Done
* underline/link
* Passed the type checklist
*/