diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 42c4c7b..11ebd0b 100644
|
|
body { |
211 | 211 | body { |
212 | 212 | background: #f1f1f1; |
213 | 213 | color: #444; |
214 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 214 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
215 | 215 | font-size: 13px; |
216 | 216 | line-height: 1.4em; |
217 | 217 | min-width: 600px; |
diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
index d2eef49..b771202 100644
|
|
body.cheatin h1 { |
1180 | 1180 | clear: both; |
1181 | 1181 | color: #666; |
1182 | 1182 | font-size: 24px; |
1183 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 1183 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
1184 | 1184 | margin: 30px 0 0 0; |
1185 | 1185 | padding: 0; |
1186 | 1186 | padding-bottom: 7px; |
diff --git src/wp-admin/css/install.css src/wp-admin/css/install.css
index d1db4ec..3add7dc 100644
|
|
html { |
6 | 6 | body { |
7 | 7 | background: #fff; |
8 | 8 | color: #444; |
9 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 9 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
10 | 10 | margin: 140px auto 25px; |
11 | 11 | padding: 20px 20px 10px 20px; |
12 | 12 | max-width: 700px; |
… |
… |
label { |
132 | 132 | } |
133 | 133 | textarea { |
134 | 134 | border: 1px solid #ddd; |
135 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 135 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
136 | 136 | width: 100%; |
137 | 137 | -webkit-box-sizing: border-box; |
138 | 138 | -moz-box-sizing: border-box; |
… |
… |
textarea { |
181 | 181 | |
182 | 182 | input, |
183 | 183 | submit { |
184 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 184 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
185 | 185 | } |
186 | 186 | |
187 | 187 | .form-table input[type=text], |
diff --git src/wp-admin/css/login.css src/wp-admin/css/login.css
index 9f69e9c..19d07d9 100644
|
|
body { |
12 | 12 | background: #f1f1f1; |
13 | 13 | min-width: 0; |
14 | 14 | color: #444; |
15 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 15 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
16 | 16 | font-size: 13px; |
17 | 17 | line-height: 1.4em; |
18 | 18 | } |
diff --git src/wp-admin/css/press-this-editor.css src/wp-admin/css/press-this-editor.css
index 8e10d86..9e1a1c0 100644
|
|
object { |
77 | 77 | */ |
78 | 78 | body { |
79 | 79 | color: #404040; |
80 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 80 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
81 | 81 | font-size: 20px; |
82 | 82 | font-weight: 400; |
83 | 83 | line-height: 1.6; |
diff --git src/wp-admin/css/press-this.css src/wp-admin/css/press-this.css
index 1ec3ba0..7f8e890 100644
|
|
input, |
294 | 294 | select, |
295 | 295 | textarea { |
296 | 296 | color: #404040; |
297 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 297 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
298 | 298 | font-size: 20px; |
299 | 299 | font-weight: 400; |
300 | 300 | line-height: 1.6; |
diff --git src/wp-includes/css/admin-bar.css src/wp-includes/css/admin-bar.css
index 573ff8d..693a0ff 100644
|
|
|
9 | 9 | letter-spacing: normal; |
10 | 10 | font-size: 13px; |
11 | 11 | font-weight: 400; |
12 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 12 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
13 | 13 | line-height: 32px; |
14 | 14 | -webkit-border-radius: 0; |
15 | 15 | border-radius: 0; |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
84 | 84 | color: #ccc; |
85 | 85 | font-size: 13px; |
86 | 86 | font-weight: 400; |
87 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 87 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
88 | 88 | line-height: 32px; |
89 | 89 | height: 32px; |
90 | 90 | position: fixed; |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
627 | 627 | position: relative; |
628 | 628 | z-index: 30; |
629 | 629 | font-size: 13px; |
630 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 630 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
631 | 631 | line-height: 24px; |
632 | 632 | height: 24px; |
633 | 633 | width: 24px; |
… |
… |
html:lang(he-il) .rtl #wpadminbar * { |
810 | 810 | #wpadminbar * { |
811 | 811 | font-size: 14px; |
812 | 812 | font-weight: 400; |
813 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 813 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
814 | 814 | line-height: 32px; |
815 | 815 | } |
816 | 816 | |
diff --git src/wp-includes/css/media-views.css src/wp-includes/css/media-views.css
index b5d0953..d5c45a7 100644
|
|
|
17 | 17 | |
18 | 18 | .media-modal, |
19 | 19 | .media-frame { |
20 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 20 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
21 | 21 | font-size: 12px; |
22 | 22 | -webkit-overflow-scrolling: touch; |
23 | 23 | } |
… |
… |
|
80 | 80 | .media-frame input[type="url"], |
81 | 81 | .media-frame textarea, |
82 | 82 | .media-frame select { |
83 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 83 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
84 | 84 | font-size: 12px; |
85 | 85 | border-width: 1px; |
86 | 86 | border-style: solid; |
… |
… |
|
807 | 807 | padding: 4px; |
808 | 808 | font-size: 13px; |
809 | 809 | color: #444; |
810 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 810 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
811 | 811 | -webkit-appearance: none; |
812 | 812 | } |
813 | 813 | |
diff --git src/wp-includes/css/wp-embed-template.css src/wp-includes/css/wp-embed-template.css
index 10ff56e..3dbcf79 100644
|
|
body { |
61 | 61 | padding: 25px; |
62 | 62 | font-size: 14px; |
63 | 63 | font-weight: 400; |
64 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 64 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
65 | 65 | line-height: 1.5; |
66 | 66 | color: #82878c; |
67 | 67 | background: white; |
… |
… |
p.wp-embed-share-description { |
312 | 312 | padding: 0 5px; |
313 | 313 | font-size: 14px; |
314 | 314 | font-weight: 400; |
315 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 315 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
316 | 316 | line-height: 1.5; |
317 | 317 | resize: none; |
318 | 318 | cursor: text; |
diff --git src/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css src/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css
index 0aacc8b..1716a25 100644
|
|
|
1 | 1 | /* Generic */ |
2 | 2 | body { |
3 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 3 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
4 | 4 | font-size:13px; |
5 | 5 | background:#fcfcfc; |
6 | 6 | padding:0; |
diff --git src/wp-includes/js/tinymce/skins/wordpress/wp-content.css src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
index fe497d8..4821198 100644
|
|
a[data-wplink-url-error]:before { |
322 | 322 | .wpview-error p { |
323 | 323 | margin: 0; |
324 | 324 | text-align: center; |
325 | | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 325 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Roboto, Cantarell, "Helvetica Neue", sans-serif; |
326 | 326 | } |
327 | 327 | |
328 | 328 | .wpview-type-gallery:after { |