-
Notifications
You must be signed in to change notification settings - Fork 1
/
editor-style.css
119 lines (99 loc) · 1.72 KB
/
editor-style.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
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
112
113
114
115
116
117
118
119
body,
button,
input,
select,
optgroup,
textarea {
color: #222;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
clear: both;
margin-top: 0;
}
p {
margin: 0 0 1.5em;
}
p:last-child {
margin-bottom: 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 0 1.5em;
padding: 0 1em;
font-size: 1.1em;
font-style: italic;
color: #767676;
border-left: 5px solid rgba(0, 0, 0, 0.1);
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr[title], acronym {
border-bottom: 1px dotted #666;
cursor: help;
text-decoration: none;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 0;
padding-left: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin: 0;
}
.wp-block {
max-width: 700px;
}
.wp-block[data-align="wide"] {
max-width: 1040px;
}
.wp-block[data-align="full"] {
max-width: none;
}
.editor-post-title__block .editor-post-title__input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 3em;
font-weight: 300;
}