-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patheditor-styles.css
78 lines (63 loc) · 1.48 KB
/
editor-styles.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
body.block-editor-page .editor-block-list__layout .editor-block-list__block {
max-width: 700px;
}
body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align=full] {
max-width: none;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
ul.wp-block-gallery {
margin-left: 0;
}
.editor-block-list__layout h1,
.editor-block-list__layout h2,
.editor-block-list__layout h3,
.editor-block-list__layout h4,
.editor-block-list__layout h5,
.editor-block-list__layout h6,
.editor-post-title__block .editor-post-title__input {
color: #191919;
font-family: 'Work Sans', 'sans-serif';
}
.editor-block-list__layout,
.editor-block-list__layout .editor-block-list__block {
font-family: 'Work Sans', 'sans-serif';
color: #595959;
}
blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
background-color: #f7f7f7;
padding: 25px;
margin-bottom: 10px;
border-left: 2px solid #cbd1dc;
}
.block-library-list .editor-rich-text__tinymce ul, .block-library-list .editor-rich-text__tinymce ol {
margin: 0 0 15px 15px;
padding-left: 20px;
}
.block-library-list .editor-rich-text__tinymce ul {
list-style: disc;
}
.block-library-list .editor-rich-text__tinymce ol {
list-style: decimal;
}
.block-library-list .editor-rich-text__tinymce li > ul,
.block-library-list .editor-rich-text__tinymce li > ol {
margin-bottom: 0;
margin-left: 15px;
}