author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:52:52 +0200 | |
changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
/*------------------------------------------------------------------------------ |
3 |
TinyMCE and Quicklinks toolbars |
|
4 |
------------------------------------------------------------------------------*/ |
|
5 |
||
6 |
/* TinyMCE widgets/containers */ |
|
7 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
8 |
.mce-tinymce { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
9 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
10 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
11 |
|
5 | 12 |
.mce-container, |
13 |
.mce-container *, |
|
14 |
.mce-widget, |
|
15 |
.mce-widget * { |
|
16 |
color: inherit; |
|
17 |
font-family: inherit; |
|
18 |
} |
|
19 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
20 |
.mce-container .mce-monospace, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
.mce-widget .mce-monospace { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
22 |
font-family: Consolas, Monaco, monospace; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
23 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
24 |
line-height: 150%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
25 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
26 |
|
5 | 27 |
/* TinyMCE windows */ |
28 |
#mce-modal-block, |
|
29 |
#mce-modal-block.mce-fade { |
|
30 |
opacity: 0.7; |
|
31 |
filter: alpha(opacity=70); |
|
32 |
transition: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
background: #000; |
5 | 34 |
} |
35 |
||
36 |
.mce-window { |
|
37 |
border-radius: 0; |
|
9 | 38 |
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
5 | 39 |
-webkit-font-smoothing: subpixel-antialiased; |
40 |
transition: none; |
|
41 |
} |
|
42 |
||
43 |
.mce-window .mce-container-body.mce-abs-layout { |
|
44 |
overflow: visible; |
|
45 |
} |
|
46 |
||
47 |
.mce-window .mce-window-head { |
|
18 | 48 |
background: #fff; |
49 |
border-bottom: 1px solid #dcdcde; |
|
5 | 50 |
padding: 0; |
51 |
min-height: 36px; |
|
52 |
} |
|
53 |
||
54 |
.mce-window .mce-window-head .mce-title { |
|
18 | 55 |
color: #3c434a; |
5 | 56 |
font-size: 18px; |
57 |
font-weight: 600; |
|
58 |
line-height: 36px; |
|
59 |
margin: 0; |
|
60 |
padding: 0 16px 0 36px; |
|
61 |
} |
|
62 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
63 |
.mce-window .mce-window-head .mce-close, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
64 |
.mce-window-head .mce-close .mce-i-remove { |
5 | 65 |
color: transparent; |
66 |
top: 0; |
|
67 |
left: 0; |
|
68 |
width: 36px; |
|
69 |
height: 36px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
70 |
padding: 0; |
5 | 71 |
line-height: 36px; |
72 |
text-align: center; |
|
73 |
} |
|
74 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
75 |
.mce-window-head .mce-close .mce-i-remove:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
76 |
font: normal 20px/36px dashicons; |
5 | 77 |
text-align: center; |
18 | 78 |
color: #646970; |
5 | 79 |
width: 36px; |
80 |
height: 36px; |
|
81 |
display: block; |
|
82 |
} |
|
83 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
84 |
.mce-window-head .mce-close:hover .mce-i-remove:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
85 |
.mce-window-head .mce-close:focus .mce-i-remove:before { |
18 | 86 |
color: #135e96; |
5 | 87 |
} |
88 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
89 |
.mce-window-head .mce-close:focus .mce-i-remove, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
90 |
div.mce-tab:focus { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
91 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
92 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
93 |
outline: 2px solid transparent; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
94 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
95 |
|
5 | 96 |
.mce-window .mce-window-head .mce-dragh { |
97 |
width: calc( 100% - 36px ); |
|
98 |
} |
|
99 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
100 |
.mce-window .mce-foot { |
18 | 101 |
border-top: 1px solid #dcdcde; |
5 | 102 |
} |
103 |
||
104 |
.mce-textbox, |
|
105 |
.mce-checkbox i.mce-i-checkbox, |
|
106 |
#wp-link .query-results { |
|
18 | 107 |
border: 1px solid #dcdcde; |
5 | 108 |
border-radius: 0; |
9 | 109 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
5 | 110 |
transition: .05s all ease-in-out; |
111 |
} |
|
112 |
||
113 |
.mce-textbox:focus, |
|
114 |
.mce-textbox.mce-focus, |
|
115 |
.mce-checkbox:focus i.mce-i-checkbox, |
|
116 |
#wp-link .query-results:focus { |
|
18 | 117 |
border-color: #4f94d4; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
118 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
119 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
120 |
outline: 2px solid transparent; |
5 | 121 |
} |
122 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
123 |
.mce-window .mce-wp-help { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
124 |
height: 360px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
125 |
width: 460px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
126 |
overflow: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
127 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
128 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
129 |
.mce-window .mce-wp-help * { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
130 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
131 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
132 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
133 |
.mce-window .mce-wp-help > .mce-container-body { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
134 |
width: auto !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
135 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
136 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
137 |
.mce-window .wp-editor-help { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
138 |
padding: 10px 20px 0 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
139 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
140 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
141 |
.mce-window .wp-editor-help h2, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
142 |
.mce-window .wp-editor-help p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
143 |
margin: 8px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
144 |
white-space: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
145 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
146 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
147 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
148 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
149 |
.mce-window .wp-editor-help table { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
150 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
151 |
margin-bottom: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
152 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
153 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
154 |
.mce-window .wp-editor-help table.wp-help-single { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
155 |
margin: 0 8px 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
156 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
157 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
158 |
.mce-window .wp-editor-help table.fixed { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
159 |
table-layout: fixed; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
160 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
161 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
162 |
.mce-window .wp-editor-help table.fixed th:nth-child(odd), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
163 |
.mce-window .wp-editor-help table.fixed td:nth-child(odd) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
164 |
width: 12%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
165 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
166 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
167 |
.mce-window .wp-editor-help table.fixed th:nth-child(even), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
168 |
.mce-window .wp-editor-help table.fixed td:nth-child(even) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
169 |
width: 38%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
170 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
171 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
172 |
.mce-window .wp-editor-help table.fixed th:nth-child(odd) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
173 |
padding: 5px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
174 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
175 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
176 |
.mce-window .wp-editor-help td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
177 |
.mce-window .wp-editor-help th { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
178 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
179 |
padding: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
180 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
181 |
word-wrap: break-word; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
182 |
white-space: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
183 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
184 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
185 |
.mce-window .wp-editor-help th { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
186 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
187 |
padding-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
188 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
189 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
190 |
.mce-window .wp-editor-help kbd { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
191 |
font-family: monospace; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
192 |
padding: 2px 7px 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
193 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
194 |
margin: 0; |
18 | 195 |
background: #f0f0f1; |
9 | 196 |
background: rgba(0, 0, 0, 0.08); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
197 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
198 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
199 |
.mce-window .wp-help-th-center td:nth-child(odd), |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
200 |
.mce-window .wp-help-th-center th:nth-child(odd) { |
9 | 201 |
text-align: center; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
202 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
203 |
|
5 | 204 |
/* TinyMCE menus */ |
205 |
.mce-menu, |
|
206 |
.mce-floatpanel.mce-popover { |
|
9 | 207 |
border-color: rgba(0, 0, 0, 0.15); |
5 | 208 |
border-radius: 0; |
9 | 209 |
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); |
5 | 210 |
} |
211 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
212 |
.mce-menu, |
5 | 213 |
.mce-floatpanel.mce-popover.mce-bottom { |
214 |
margin-top: 2px; |
|
215 |
} |
|
216 |
||
217 |
.mce-floatpanel .mce-arrow { |
|
218 |
display: none; |
|
219 |
} |
|
220 |
||
221 |
.mce-menu .mce-container-body { |
|
222 |
min-width: 160px; |
|
223 |
} |
|
224 |
||
225 |
.mce-menu-item { |
|
226 |
border: none; |
|
227 |
margin-bottom: 2px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
228 |
padding: 6px 12px 6px 15px; |
5 | 229 |
} |
230 |
||
231 |
.mce-menu-has-icons i.mce-ico { |
|
232 |
line-height: 20px; |
|
233 |
} |
|
234 |
||
235 |
/* TinyMCE panel */ |
|
236 |
div.mce-panel { |
|
237 |
border: 0; |
|
238 |
background: #fff; |
|
239 |
} |
|
240 |
||
241 |
.mce-panel.mce-menu { |
|
18 | 242 |
border: 1px solid #dcdcde; |
5 | 243 |
} |
244 |
||
245 |
div.mce-tab { |
|
246 |
line-height: 13px; |
|
247 |
} |
|
248 |
||
249 |
/* TinyMCE toolbars */ |
|
250 |
div.mce-toolbar-grp { |
|
18 | 251 |
border-bottom: 1px solid #dcdcde; |
252 |
background: #f6f7f7; |
|
5 | 253 |
padding: 0; |
254 |
position: relative; |
|
255 |
} |
|
256 |
||
257 |
div.mce-inline-toolbar-grp { |
|
18 | 258 |
border: 1px solid #a7aaad; |
5 | 259 |
border-radius: 2px; |
9 | 260 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); |
5 | 261 |
box-sizing: border-box; |
262 |
margin-bottom: 8px; |
|
263 |
position: absolute; |
|
264 |
-webkit-user-select: none; |
|
265 |
user-select: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
266 |
max-width: 98%; |
5 | 267 |
z-index: 100100; /* Same as the other TinyMCE "panels" */ |
268 |
} |
|
269 |
||
270 |
div.mce-inline-toolbar-grp > div.mce-stack-layout { |
|
271 |
padding: 1px; |
|
272 |
} |
|
273 |
||
274 |
div.mce-inline-toolbar-grp.mce-arrow-up { |
|
275 |
margin-bottom: 0; |
|
276 |
margin-top: 8px; |
|
277 |
} |
|
278 |
||
279 |
div.mce-inline-toolbar-grp:before, |
|
280 |
div.mce-inline-toolbar-grp:after { |
|
281 |
position: absolute; |
|
282 |
right: 50%; |
|
283 |
display: block; |
|
284 |
width: 0; |
|
285 |
height: 0; |
|
286 |
border-style: solid; |
|
287 |
border-color: transparent; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
288 |
content: ""; |
5 | 289 |
} |
290 |
||
291 |
div.mce-inline-toolbar-grp.mce-arrow-up:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
292 |
top: -9px; |
18 | 293 |
border-bottom-color: #a7aaad; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
294 |
border-width: 0 9px 9px; |
5 | 295 |
margin-right: -9px; |
296 |
} |
|
297 |
||
298 |
div.mce-inline-toolbar-grp.mce-arrow-down:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
299 |
bottom: -9px; |
18 | 300 |
border-top-color: #a7aaad; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
301 |
border-width: 9px 9px 0; |
5 | 302 |
margin-right: -9px; |
303 |
} |
|
304 |
||
305 |
div.mce-inline-toolbar-grp.mce-arrow-up:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
306 |
top: -8px; |
18 | 307 |
border-bottom-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
308 |
border-width: 0 8px 8px; |
5 | 309 |
margin-right: -8px; |
310 |
} |
|
311 |
||
312 |
div.mce-inline-toolbar-grp.mce-arrow-down:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
313 |
bottom: -8px; |
18 | 314 |
border-top-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
315 |
border-width: 8px 8px 0; |
5 | 316 |
margin-right: -8px; |
317 |
} |
|
318 |
||
319 |
div.mce-inline-toolbar-grp.mce-arrow-left:before, |
|
320 |
div.mce-inline-toolbar-grp.mce-arrow-left:after { |
|
321 |
margin: 0; |
|
322 |
} |
|
323 |
||
324 |
div.mce-inline-toolbar-grp.mce-arrow-left:before { |
|
325 |
right: 20px; |
|
326 |
} |
|
327 |
div.mce-inline-toolbar-grp.mce-arrow-left:after { |
|
328 |
right: 21px; |
|
329 |
} |
|
330 |
||
331 |
div.mce-inline-toolbar-grp.mce-arrow-right:before, |
|
332 |
div.mce-inline-toolbar-grp.mce-arrow-right:after { |
|
333 |
right: auto; |
|
334 |
margin: 0; |
|
335 |
} |
|
336 |
||
337 |
div.mce-inline-toolbar-grp.mce-arrow-right:before { |
|
338 |
left: 20px; |
|
339 |
} |
|
340 |
||
341 |
div.mce-inline-toolbar-grp.mce-arrow-right:after { |
|
342 |
left: 21px; |
|
343 |
} |
|
344 |
||
345 |
div.mce-inline-toolbar-grp.mce-arrow-full { |
|
346 |
left: 0; |
|
347 |
} |
|
348 |
||
349 |
div.mce-inline-toolbar-grp.mce-arrow-full > div { |
|
350 |
width: 100%; |
|
351 |
overflow-x: auto; |
|
352 |
} |
|
353 |
||
354 |
div.mce-toolbar-grp > div { |
|
355 |
padding: 3px; |
|
356 |
} |
|
357 |
||
358 |
.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first { |
|
359 |
padding-left: 32px; |
|
360 |
} |
|
361 |
||
362 |
.mce-toolbar .mce-btn-group { |
|
363 |
margin: 0; |
|
364 |
} |
|
365 |
||
9 | 366 |
/* Classic block hide/show toolbars */ |
367 |
.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) { |
|
368 |
display: none; |
|
369 |
} |
|
370 |
||
371 |
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar { |
|
372 |
display: block; |
|
373 |
} |
|
374 |
||
5 | 375 |
div.mce-statusbar { |
18 | 376 |
border-top: 1px solid #dcdcde; |
5 | 377 |
} |
378 |
||
379 |
div.mce-path { |
|
380 |
padding: 2px 10px; |
|
381 |
margin: 0; |
|
382 |
} |
|
383 |
||
384 |
.mce-path, |
|
385 |
.mce-path-item, |
|
386 |
.mce-path .mce-divider { |
|
387 |
font-size: 12px; |
|
388 |
} |
|
389 |
||
390 |
.mce-toolbar .mce-btn, |
|
391 |
.qt-dfw { |
|
392 |
border-color: transparent; |
|
393 |
background: transparent; |
|
394 |
box-shadow: none; |
|
395 |
text-shadow: none; |
|
396 |
cursor: pointer; |
|
397 |
} |
|
398 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
399 |
.mce-btn .mce-txt { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
400 |
direction: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
401 |
text-align: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
402 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
403 |
|
5 | 404 |
.mce-toolbar .mce-btn-group .mce-btn, |
405 |
.qt-dfw { |
|
406 |
border: 1px solid transparent; |
|
407 |
margin: 2px; |
|
408 |
border-radius: 2px; |
|
409 |
} |
|
410 |
||
411 |
.mce-toolbar .mce-btn-group .mce-btn:hover, |
|
412 |
.mce-toolbar .mce-btn-group .mce-btn:focus, |
|
413 |
.qt-dfw:hover, |
|
414 |
.qt-dfw:focus { |
|
18 | 415 |
background: #f6f7f7; |
416 |
color: #1d2327; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
417 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
418 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
419 |
outline: 2px solid transparent; |
5 | 420 |
} |
421 |
||
422 |
.mce-toolbar .mce-btn-group .mce-btn.mce-active, |
|
423 |
.mce-toolbar .mce-btn-group .mce-btn:active, |
|
424 |
.qt-dfw.active { |
|
18 | 425 |
background: #f0f0f1; |
426 |
border-color: #50575e; |
|
5 | 427 |
} |
428 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
429 |
.mce-btn.mce-active, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
430 |
.mce-btn.mce-active button, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
431 |
.mce-btn.mce-active:hover button, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
432 |
.mce-btn.mce-active i, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
433 |
.mce-btn.mce-active:hover i { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
434 |
color: inherit; |
5 | 435 |
} |
436 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
437 |
.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
438 |
.mce-toolbar .mce-btn-group .mce-btn.mce-active:focus { |
18 | 439 |
border-color: #1d2327; |
5 | 440 |
} |
441 |
||
442 |
.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
443 |
.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus { |
18 | 444 |
color: #a7aaad; |
5 | 445 |
background: none; |
18 | 446 |
border-color: #dcdcde; |
5 | 447 |
text-shadow: 0 1px 0 #fff; |
448 |
box-shadow: none; |
|
449 |
} |
|
450 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
451 |
.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus { |
18 | 452 |
border-color: #50575e; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
453 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
454 |
|
5 | 455 |
.mce-toolbar .mce-btn-group .mce-first, |
456 |
.mce-toolbar .mce-btn-group .mce-last { |
|
457 |
border-color: transparent; |
|
458 |
} |
|
459 |
||
460 |
.mce-toolbar .mce-btn button, |
|
461 |
.qt-dfw { |
|
462 |
padding: 2px 3px; |
|
463 |
line-height: normal; |
|
464 |
} |
|
465 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
466 |
.mce-toolbar .mce-listbox button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
467 |
font-size: 13px; |
16 | 468 |
line-height: 1.53846153; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
469 |
padding-right: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
470 |
padding-left: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
471 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
472 |
|
5 | 473 |
.mce-toolbar .mce-btn i { |
474 |
text-shadow: none; |
|
475 |
} |
|
476 |
||
477 |
.mce-toolbar .mce-btn-group > div { |
|
478 |
white-space: normal; |
|
479 |
} |
|
480 |
||
481 |
.mce-toolbar .mce-colorbutton .mce-open { |
|
482 |
border-left: 0; |
|
483 |
} |
|
484 |
||
485 |
.mce-toolbar .mce-colorbutton .mce-preview { |
|
486 |
margin: 0; |
|
487 |
padding: 0; |
|
488 |
top: auto; |
|
489 |
bottom: 2px; |
|
490 |
right: 3px; |
|
491 |
height: 3px; |
|
492 |
width: 20px; |
|
18 | 493 |
background: #50575e; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
494 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
495 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
496 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
497 |
min-width: 0; |
18 | 498 |
background: #3582c4; |
499 |
border-color: #2271b1 #135e96 #135e96; |
|
500 |
box-shadow: 0 1px 0 #135e96; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
501 |
color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
502 |
text-decoration: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
503 |
text-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
504 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
505 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
506 |
/* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
507 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
508 |
padding: 2px 3px 1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
509 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
510 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
511 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
512 |
color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
513 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
514 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
515 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
516 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { |
18 | 517 |
background: #4f94d4; |
518 |
border-color: #135e96; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
519 |
color: #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
520 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
521 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
522 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus { |
18 | 523 |
box-shadow: 0 0 1px 1px #72aee6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
525 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
526 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary:active { |
18 | 527 |
background: #2271b1; |
528 |
border-color: #135e96; |
|
529 |
box-shadow: inset 0 2px 0 #135e96; |
|
5 | 530 |
} |
531 |
||
532 |
/* mce listbox */ |
|
533 |
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox { |
|
9 | 534 |
border-radius: 0; |
535 |
direction: rtl; |
|
536 |
background: #fff; |
|
18 | 537 |
border: 1px solid #dcdcde; |
5 | 538 |
} |
539 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
540 |
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
541 |
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
542 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
543 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
544 |
outline: 2px solid transparent; |
5 | 545 |
} |
546 |
||
547 |
.mce-panel .mce-btn i.mce-caret { |
|
18 | 548 |
border-top: 6px solid #50575e; |
5 | 549 |
margin-right: 2px; |
550 |
margin-left: 2px; |
|
551 |
} |
|
552 |
||
553 |
.mce-listbox i.mce-caret { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
554 |
left: 4px; |
5 | 555 |
} |
556 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
557 |
.mce-panel .mce-btn:hover i.mce-caret, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
558 |
.mce-panel .mce-btn:focus i.mce-caret { |
18 | 559 |
border-top-color: #1d2327; |
5 | 560 |
} |
561 |
||
562 |
.mce-panel .mce-active i.mce-caret { |
|
563 |
border-top: 0; |
|
18 | 564 |
border-bottom: 6px solid #1d2327; |
5 | 565 |
margin-top: 7px; |
566 |
} |
|
567 |
||
568 |
.mce-listbox.mce-active i.mce-caret { |
|
569 |
margin-top: -3px; |
|
570 |
} |
|
571 |
||
572 |
.mce-toolbar .mce-splitbtn:hover .mce-open { |
|
573 |
border-left-color: transparent; |
|
574 |
} |
|
575 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
576 |
.mce-toolbar .mce-splitbtn .mce-open.mce-active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
577 |
background: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
578 |
outline: none; |
5 | 579 |
} |
580 |
||
581 |
.mce-menu .mce-menu-item:hover, |
|
582 |
.mce-menu .mce-menu-item.mce-selected, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
583 |
.mce-menu .mce-menu-item:focus, |
9 | 584 |
.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, |
585 |
.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview { |
|
18 | 586 |
background: #2271b1; /* See color scheme. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
587 |
color: #fff; |
5 | 588 |
} |
589 |
||
9 | 590 |
.mce-menu .mce-menu-item:hover .mce-caret, |
591 |
.mce-menu .mce-menu-item:focus .mce-caret, |
|
592 |
.mce-menu .mce-menu-item.mce-selected .mce-caret { |
|
593 |
border-right-color: #fff; |
|
594 |
} |
|
595 |
||
596 |
/* rtl:ignore */ |
|
597 |
.rtl .mce-menu .mce-menu-item:hover .mce-caret, |
|
598 |
.rtl .mce-menu .mce-menu-item:focus .mce-caret, |
|
599 |
.rtl .mce-menu .mce-menu-item.mce-selected .mce-caret { |
|
600 |
border-left-color: inherit; |
|
601 |
border-right-color: #fff; |
|
602 |
} |
|
603 |
||
604 |
.mce-menu .mce-menu-item:hover .mce-text, |
|
605 |
.mce-menu .mce-menu-item:focus .mce-text, |
|
606 |
.mce-menu .mce-menu-item:hover .mce-ico, |
|
607 |
.mce-menu .mce-menu-item:focus .mce-ico, |
|
608 |
.mce-menu .mce-menu-item.mce-selected .mce-text, |
|
609 |
.mce-menu .mce-menu-item.mce-selected .mce-ico, |
|
610 |
.mce-menu .mce-menu-item:hover .mce-menu-shortcut, |
|
611 |
.mce-menu .mce-menu-item:focus .mce-menu-shortcut, |
|
612 |
.mce-menu .mce-menu-item.mce-active .mce-menu-shortcut, |
|
613 |
.mce-menu .mce-menu-item.mce-disabled:hover .mce-text, |
|
614 |
.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
615 |
color: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
617 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
618 |
.mce-menu .mce-menu-item.mce-disabled { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
619 |
cursor: default; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
620 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
621 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
622 |
.mce-menu .mce-menu-item.mce-disabled:hover { |
18 | 623 |
background: #c3c4c7; |
5 | 624 |
} |
625 |
||
626 |
/* Menubar */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
627 |
div.mce-menubar { |
18 | 628 |
border-color: #dcdcde; |
5 | 629 |
background: #fff; |
19 | 630 |
border-width: 0 0 1px; |
5 | 631 |
} |
632 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
633 |
.mce-menubar .mce-menubtn:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
634 |
.mce-menubar .mce-menubtn.mce-active, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
635 |
.mce-menubar .mce-menubtn:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
636 |
border-color: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
637 |
background: transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
638 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
639 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
640 |
.mce-menubar .mce-menubtn:focus { |
18 | 641 |
color: #043959; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
642 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
643 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
644 |
outline: 2px solid transparent; |
5 | 645 |
} |
646 |
||
647 |
div.mce-menu .mce-menu-item-sep, |
|
648 |
.mce-menu-item-sep:hover { |
|
18 | 649 |
border-bottom: 1px solid #dcdcde; |
19 | 650 |
height: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
651 |
margin: 5px 0; |
5 | 652 |
} |
653 |
||
654 |
.mce-menubtn span { |
|
655 |
margin-left: 0; |
|
656 |
padding-right: 3px; |
|
657 |
} |
|
658 |
||
659 |
.mce-menu-has-icons i.mce-ico:before { |
|
660 |
margin-right: -2px; |
|
661 |
} |
|
662 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
663 |
/* Keyboard shortcuts position */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
664 |
.mce-menu.mce-menu-align .mce-menu-item-normal { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
665 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
666 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
667 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
668 |
.mce-menu.mce-menu-align .mce-menu-shortcut { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
669 |
bottom: 0.6em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
670 |
font-size: 0.9em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
671 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
672 |
|
5 | 673 |
/* Buttons in modals */ |
674 |
.mce-primary button, |
|
675 |
.mce-primary button i { |
|
676 |
text-align: center; |
|
677 |
color: #fff; |
|
678 |
text-shadow: none; |
|
679 |
padding: 0; |
|
16 | 680 |
line-height: 1.85714285; |
5 | 681 |
} |
682 |
||
683 |
.mce-window .mce-btn { |
|
18 | 684 |
color: #50575e; |
685 |
background: #f6f7f7; |
|
5 | 686 |
text-decoration: none; |
687 |
font-size: 13px; |
|
688 |
line-height: 26px; |
|
689 |
height: 28px; |
|
690 |
margin: 0; |
|
691 |
padding: 0; |
|
692 |
cursor: pointer; |
|
18 | 693 |
border: 1px solid #c3c4c7; |
5 | 694 |
-webkit-appearance: none; |
695 |
border-radius: 3px; |
|
696 |
white-space: nowrap; |
|
18 | 697 |
box-shadow: 0 1px 0 #c3c4c7; |
5 | 698 |
} |
699 |
||
700 |
/* Remove the dotted border on :focus and the extra padding in Firefox */ |
|
701 |
.mce-window .mce-btn::-moz-focus-inner { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
702 |
border-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
703 |
border-style: none; |
5 | 704 |
padding: 0; |
705 |
} |
|
706 |
||
707 |
.mce-window .mce-btn:hover, |
|
708 |
.mce-window .mce-btn:focus { |
|
18 | 709 |
background: #f6f7f7; |
710 |
border-color: #8c8f94; |
|
711 |
color: #1d2327; |
|
5 | 712 |
} |
713 |
||
714 |
.mce-window .mce-btn:focus { |
|
18 | 715 |
border-color: #4f94d4; |
716 |
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); |
|
5 | 717 |
} |
718 |
||
719 |
.mce-window .mce-btn:active { |
|
18 | 720 |
background: #f0f0f1; |
721 |
border-color: #8c8f94; |
|
9 | 722 |
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
723 |
transform: translateY(1px); |
5 | 724 |
} |
725 |
||
726 |
.mce-window .mce-btn.mce-disabled { |
|
18 | 727 |
color: #a7aaad !important; |
728 |
border-color: #dcdcde !important; |
|
729 |
background: #f6f7f7 !important; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
730 |
box-shadow: none !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
731 |
text-shadow: 0 1px 0 #fff !important; |
5 | 732 |
cursor: default; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
733 |
transform: none !important; |
5 | 734 |
} |
735 |
||
736 |
.mce-window .mce-btn.mce-primary { |
|
18 | 737 |
background: #3582c4; |
738 |
border-color: #2271b1 #135e96 #135e96; |
|
739 |
box-shadow: 0 1px 0 #135e96; |
|
5 | 740 |
color: #fff; |
741 |
text-decoration: none; |
|
18 | 742 |
text-shadow: 0 -1px 1px #135e96, |
743 |
-1px 0 1px #135e96, |
|
744 |
0 1px 1px #135e96, |
|
745 |
1px 0 1px #135e96; |
|
5 | 746 |
} |
747 |
||
748 |
.mce-window .mce-btn.mce-primary:hover, |
|
749 |
.mce-window .mce-btn.mce-primary:focus { |
|
18 | 750 |
background: #4f94d4; |
751 |
border-color: #135e96; |
|
5 | 752 |
color: #fff; |
753 |
} |
|
754 |
||
755 |
.mce-window .mce-btn.mce-primary:focus { |
|
18 | 756 |
box-shadow: 0 1px 0 #2271b1, |
757 |
0 0 2px 1px #72aee6; |
|
5 | 758 |
} |
759 |
||
760 |
.mce-window .mce-btn.mce-primary:active { |
|
18 | 761 |
background: #2271b1; |
762 |
border-color: #135e96; |
|
763 |
box-shadow: inset 0 2px 0 #135e96; |
|
5 | 764 |
vertical-align: top; |
765 |
} |
|
766 |
||
767 |
.mce-window .mce-btn.mce-primary.mce-disabled { |
|
18 | 768 |
color: #9ec2e6 !important; |
769 |
background: #4f94d4 !important; |
|
770 |
border-color: #3582c4 !important; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
771 |
box-shadow: none !important; |
9 | 772 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important; |
5 | 773 |
cursor: default; |
774 |
} |
|
775 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
776 |
.mce-menubtn.mce-fixed-width span { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
777 |
overflow-x: hidden; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
778 |
text-overflow: ellipsis; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
779 |
width: 82px; |
5 | 780 |
} |
781 |
||
782 |
/* Charmap modal */ |
|
783 |
.mce-charmap { |
|
784 |
margin: 3px; |
|
785 |
} |
|
786 |
||
787 |
.mce-charmap td { |
|
788 |
padding: 0; |
|
18 | 789 |
border-color: #dcdcde; |
5 | 790 |
cursor: pointer; |
791 |
} |
|
792 |
||
793 |
.mce-charmap td:hover { |
|
18 | 794 |
background: #f6f7f7; |
5 | 795 |
} |
796 |
||
797 |
.mce-charmap td div { |
|
798 |
width: 18px; |
|
799 |
height: 22px; |
|
16 | 800 |
line-height: 1.57142857; |
5 | 801 |
} |
802 |
||
803 |
/* TinyMCE tooltips */ |
|
804 |
.mce-tooltip { |
|
805 |
margin-top: 2px; |
|
806 |
} |
|
807 |
||
808 |
.mce-tooltip-inner { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
809 |
border-radius: 3px; |
9 | 810 |
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); |
5 | 811 |
color: #fff; |
812 |
font-size: 12px; |
|
813 |
} |
|
814 |
||
815 |
/* TinyMCE icons */ |
|
816 |
.mce-ico { |
|
9 | 817 |
font-family: tinymce, Arial; |
5 | 818 |
} |
819 |
||
820 |
.mce-btn-small .mce-ico { |
|
9 | 821 |
font-family: tinymce-small, Arial; |
5 | 822 |
} |
823 |
||
824 |
.mce-toolbar .mce-ico { |
|
18 | 825 |
color: #50575e; |
16 | 826 |
line-height: 1; |
5 | 827 |
width: 20px; |
828 |
height: 20px; |
|
829 |
text-align: center; |
|
830 |
text-shadow: none; |
|
831 |
margin: 0; |
|
832 |
padding: 0; |
|
833 |
} |
|
834 |
||
835 |
.qt-dfw { |
|
18 | 836 |
color: #50575e; |
16 | 837 |
line-height: 1; |
5 | 838 |
width: 28px; |
839 |
height: 26px; |
|
840 |
text-align: center; |
|
841 |
text-shadow: none; |
|
842 |
} |
|
843 |
||
844 |
.mce-toolbar .mce-btn .mce-open { |
|
845 |
line-height: 20px; |
|
846 |
} |
|
847 |
||
848 |
.mce-toolbar .mce-btn:hover .mce-open, |
|
849 |
.mce-toolbar .mce-btn:focus .mce-open, |
|
850 |
.mce-toolbar .mce-btn.mce-active .mce-open { |
|
18 | 851 |
border-right-color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
852 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
853 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
854 |
div.mce-notification { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
855 |
right: 10% !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
856 |
left: 10%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
857 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
858 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
859 |
.mce-notification button.mce-close { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
860 |
left: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
861 |
top: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
862 |
font-weight: 400; |
18 | 863 |
color: #50575e; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
864 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
865 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
866 |
.mce-notification button.mce-close:hover, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
867 |
.mce-notification button.mce-close:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
868 |
color: #000; |
5 | 869 |
} |
870 |
||
871 |
i.mce-i-bold, |
|
872 |
i.mce-i-italic, |
|
873 |
i.mce-i-bullist, |
|
874 |
i.mce-i-numlist, |
|
875 |
i.mce-i-blockquote, |
|
876 |
i.mce-i-alignleft, |
|
877 |
i.mce-i-aligncenter, |
|
878 |
i.mce-i-alignright, |
|
879 |
i.mce-i-link, |
|
880 |
i.mce-i-unlink, |
|
881 |
i.mce-i-wp_more, |
|
882 |
i.mce-i-strikethrough, |
|
883 |
i.mce-i-spellchecker, |
|
884 |
i.mce-i-fullscreen, |
|
885 |
i.mce-i-wp_fullscreen, |
|
886 |
i.mce-i-dfw, |
|
887 |
i.mce-i-wp_adv, |
|
888 |
i.mce-i-underline, |
|
889 |
i.mce-i-alignjustify, |
|
890 |
i.mce-i-forecolor, |
|
891 |
i.mce-i-backcolor, |
|
892 |
i.mce-i-pastetext, |
|
893 |
i.mce-i-pasteword, |
|
894 |
i.mce-i-removeformat, |
|
895 |
i.mce-i-charmap, |
|
896 |
i.mce-i-outdent, |
|
897 |
i.mce-i-indent, |
|
898 |
i.mce-i-undo, |
|
899 |
i.mce-i-redo, |
|
900 |
i.mce-i-help, |
|
901 |
i.mce-i-wp_help, |
|
902 |
i.mce-i-wp-media-library, |
|
903 |
i.mce-i-ltr, |
|
904 |
i.mce-i-wp_page, |
|
905 |
i.mce-i-hr, |
|
906 |
i.mce-i-wp_code, |
|
907 |
i.mce-i-dashicon, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
908 |
i.mce-i-remove { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
909 |
font: normal 20px/1 dashicons; |
5 | 910 |
padding: 0; |
911 |
vertical-align: top; |
|
18 | 912 |
speak: never; |
5 | 913 |
-webkit-font-smoothing: antialiased; |
914 |
-moz-osx-font-smoothing: grayscale; |
|
915 |
margin-right: -2px; |
|
916 |
padding-left: 2px; |
|
917 |
} |
|
918 |
||
919 |
.qt-dfw { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
920 |
font: normal 20px/1 dashicons; |
5 | 921 |
vertical-align: top; |
18 | 922 |
speak: never; |
5 | 923 |
-webkit-font-smoothing: antialiased; |
924 |
-moz-osx-font-smoothing: grayscale; |
|
925 |
} |
|
926 |
||
927 |
i.mce-i-bold:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
928 |
content: "\f200"; |
5 | 929 |
} |
930 |
||
931 |
i.mce-i-italic:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
932 |
content: "\f201"; |
5 | 933 |
} |
934 |
||
935 |
i.mce-i-bullist:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
936 |
content: "\f203"; |
5 | 937 |
} |
938 |
||
939 |
i.mce-i-numlist:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
940 |
content: "\f204"; |
5 | 941 |
} |
942 |
||
943 |
i.mce-i-blockquote:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
944 |
content: "\f205"; |
5 | 945 |
} |
946 |
||
947 |
i.mce-i-alignleft:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
948 |
content: "\f206"; |
5 | 949 |
} |
950 |
||
951 |
i.mce-i-aligncenter:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
952 |
content: "\f207"; |
5 | 953 |
} |
954 |
||
955 |
i.mce-i-alignright:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
956 |
content: "\f208"; |
5 | 957 |
} |
958 |
||
959 |
i.mce-i-link:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
960 |
content: "\f103"; |
5 | 961 |
} |
962 |
||
963 |
i.mce-i-unlink:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
964 |
content: "\f225"; |
5 | 965 |
} |
966 |
||
967 |
i.mce-i-wp_more:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
968 |
content: "\f209"; |
5 | 969 |
} |
970 |
||
971 |
i.mce-i-strikethrough:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
972 |
content: "\f224"; |
5 | 973 |
} |
974 |
||
975 |
i.mce-i-spellchecker:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
976 |
content: "\f210"; |
5 | 977 |
} |
978 |
||
979 |
i.mce-i-fullscreen:before, |
|
980 |
i.mce-i-wp_fullscreen:before, |
|
981 |
i.mce-i-dfw:before, |
|
982 |
.qt-dfw:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
983 |
content: "\f211"; |
5 | 984 |
} |
985 |
||
986 |
i.mce-i-wp_adv:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
987 |
content: "\f212"; |
5 | 988 |
} |
989 |
||
990 |
i.mce-i-underline:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
991 |
content: "\f213"; |
5 | 992 |
} |
993 |
||
994 |
i.mce-i-alignjustify:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
995 |
content: "\f214"; |
5 | 996 |
} |
997 |
||
998 |
i.mce-i-forecolor:before, |
|
999 |
i.mce-i-backcolor:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1000 |
content: "\f215"; |
5 | 1001 |
} |
1002 |
||
1003 |
i.mce-i-pastetext:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1004 |
content: "\f217"; |
5 | 1005 |
} |
1006 |
||
1007 |
i.mce-i-removeformat:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1008 |
content: "\f218"; |
5 | 1009 |
} |
1010 |
||
1011 |
i.mce-i-charmap:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1012 |
content: "\f220"; |
5 | 1013 |
} |
1014 |
||
1015 |
i.mce-i-outdent:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1016 |
content: "\f221"; |
5 | 1017 |
} |
1018 |
||
1019 |
i.mce-i-indent:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1020 |
content: "\f222"; |
5 | 1021 |
} |
1022 |
||
1023 |
i.mce-i-undo:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1024 |
content: "\f171"; |
5 | 1025 |
} |
1026 |
||
1027 |
i.mce-i-redo:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1028 |
content: "\f172"; |
5 | 1029 |
} |
1030 |
||
1031 |
i.mce-i-help:before, |
|
1032 |
i.mce-i-wp_help:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1033 |
content: "\f223"; |
5 | 1034 |
} |
1035 |
||
1036 |
i.mce-i-wp-media-library:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1037 |
content: "\f104"; |
5 | 1038 |
} |
1039 |
||
1040 |
i.mce-i-ltr:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1041 |
content: "\f320"; |
5 | 1042 |
} |
1043 |
||
1044 |
i.mce-i-wp_page:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1045 |
content: "\f105"; |
5 | 1046 |
} |
1047 |
||
1048 |
i.mce-i-hr:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1049 |
content: "\f460"; |
5 | 1050 |
} |
1051 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1052 |
i.mce-i-remove:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1053 |
content: "\f158"; |
5 | 1054 |
} |
1055 |
||
1056 |
i.mce-i-wp_code:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1057 |
content: "\f475"; |
5 | 1058 |
} |
1059 |
||
1060 |
/* RTL button icons */ |
|
1061 |
.rtl i.mce-i-outdent:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1062 |
content: "\f222"; |
5 | 1063 |
} |
1064 |
||
1065 |
.rtl i.mce-i-indent:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1066 |
content: "\f221"; |
5 | 1067 |
} |
1068 |
||
1069 |
/* Editors */ |
|
1070 |
.wp-editor-wrap { |
|
1071 |
position: relative; |
|
1072 |
} |
|
1073 |
||
1074 |
.wp-editor-tools { |
|
1075 |
position: relative; |
|
1076 |
z-index: 1; |
|
1077 |
} |
|
1078 |
||
1079 |
.wp-editor-tools:after { |
|
1080 |
clear: both; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1081 |
content: ""; |
5 | 1082 |
display: table; |
1083 |
} |
|
1084 |
||
1085 |
.wp-editor-container { |
|
1086 |
clear: both; |
|
18 | 1087 |
border: 1px solid #dcdcde; |
5 | 1088 |
} |
1089 |
||
1090 |
.wp-editor-area { |
|
1091 |
font-family: Consolas, Monaco, monospace; |
|
1092 |
font-size: 13px; |
|
1093 |
padding: 10px; |
|
1094 |
margin: 1px 0 0; |
|
1095 |
line-height: 150%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1096 |
border: 0; |
5 | 1097 |
outline: none; |
1098 |
display: block; |
|
1099 |
resize: vertical; |
|
1100 |
box-sizing: border-box; |
|
1101 |
} |
|
1102 |
||
1103 |
.rtl .wp-editor-area { |
|
1104 |
font-family: Tahoma, Monaco, monospace; |
|
1105 |
} |
|
1106 |
||
1107 |
.locale-he-il .wp-editor-area { |
|
1108 |
font-family: Arial, Monaco, monospace; |
|
1109 |
} |
|
1110 |
||
1111 |
.wp-editor-container textarea.wp-editor-area { |
|
1112 |
width: 100%; |
|
1113 |
margin: 0; |
|
1114 |
box-shadow: none; |
|
1115 |
} |
|
1116 |
||
1117 |
.wp-editor-tabs { |
|
1118 |
float: left; |
|
1119 |
} |
|
1120 |
||
1121 |
.wp-switch-editor { |
|
1122 |
float: right; |
|
1123 |
box-sizing: content-box; |
|
1124 |
position: relative; |
|
1125 |
top: 1px; |
|
18 | 1126 |
background: #f0f0f1; |
1127 |
color: #646970; |
|
5 | 1128 |
cursor: pointer; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1129 |
font-size: 13px; |
16 | 1130 |
line-height: 1.46153846; |
5 | 1131 |
height: 20px; |
1132 |
margin: 5px 5px 0 0; |
|
1133 |
padding: 3px 8px 4px; |
|
18 | 1134 |
border: 1px solid #dcdcde; |
5 | 1135 |
} |
1136 |
||
1137 |
.wp-switch-editor:focus { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1138 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1139 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1140 |
outline: 2px solid transparent; |
18 | 1141 |
color: #1d2327; |
5 | 1142 |
} |
1143 |
||
1144 |
.wp-switch-editor:active { |
|
18 | 1145 |
background-color: #f6f7f7; |
5 | 1146 |
box-shadow: none; |
1147 |
} |
|
1148 |
||
1149 |
.js .tmce-active .wp-editor-area { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1150 |
color: #fff; |
5 | 1151 |
} |
1152 |
||
1153 |
.tmce-active .quicktags-toolbar { |
|
9 | 1154 |
display: none; |
5 | 1155 |
} |
1156 |
||
1157 |
.tmce-active .switch-tmce, |
|
1158 |
.html-active .switch-html { |
|
18 | 1159 |
background: #f6f7f7; |
1160 |
color: #50575e; |
|
1161 |
border-bottom-color: #f6f7f7; |
|
5 | 1162 |
} |
1163 |
||
1164 |
.wp-media-buttons { |
|
1165 |
float: right; |
|
1166 |
} |
|
1167 |
||
1168 |
.wp-media-buttons .button { |
|
1169 |
margin-left: 5px; |
|
1170 |
margin-bottom: 4px; |
|
1171 |
padding-right: 7px; |
|
1172 |
padding-left: 7px; |
|
1173 |
} |
|
1174 |
||
1175 |
.wp-media-buttons .button:active { |
|
1176 |
position: relative; |
|
1177 |
top: 1px; |
|
1178 |
margin-top: -1px; |
|
1179 |
margin-bottom: 1px; |
|
1180 |
} |
|
1181 |
||
1182 |
.wp-media-buttons .insert-media { |
|
1183 |
padding-right: 5px; |
|
1184 |
} |
|
1185 |
||
1186 |
.wp-media-buttons a { |
|
1187 |
text-decoration: none; |
|
18 | 1188 |
color: #3c434a; |
5 | 1189 |
font-size: 12px; |
1190 |
} |
|
1191 |
||
1192 |
.wp-media-buttons img { |
|
1193 |
padding: 0 4px; |
|
1194 |
vertical-align: middle; |
|
1195 |
} |
|
1196 |
||
1197 |
.wp-media-buttons span.wp-media-buttons-icon { |
|
1198 |
display: inline-block; |
|
16 | 1199 |
width: 20px; |
1200 |
height: 20px; |
|
1201 |
line-height: 1; |
|
1202 |
vertical-align: middle; |
|
5 | 1203 |
margin: 0 2px; |
1204 |
} |
|
1205 |
||
1206 |
.wp-media-buttons .add_media span.wp-media-buttons-icon { |
|
1207 |
background: none; |
|
1208 |
} |
|
1209 |
||
1210 |
.wp-media-buttons .add_media span.wp-media-buttons-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1211 |
font: normal 18px/1 dashicons; |
18 | 1212 |
speak: never; |
5 | 1213 |
-webkit-font-smoothing: antialiased; |
1214 |
-moz-osx-font-smoothing: grayscale; |
|
1215 |
} |
|
1216 |
||
1217 |
.wp-media-buttons .add_media span.wp-media-buttons-icon:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1218 |
content: "\f104"; |
5 | 1219 |
} |
1220 |
||
9 | 1221 |
.mce-content-body dl.wp-caption { |
1222 |
max-width: 100%; |
|
1223 |
} |
|
1224 |
||
5 | 1225 |
/* Quicktags */ |
1226 |
.quicktags-toolbar { |
|
1227 |
padding: 3px; |
|
1228 |
position: relative; |
|
18 | 1229 |
border-bottom: 1px solid #dcdcde; |
1230 |
background: #f6f7f7; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1231 |
min-height: 30px; |
5 | 1232 |
} |
1233 |
||
1234 |
.has-dfw .quicktags-toolbar { |
|
1235 |
padding-left: 35px; |
|
1236 |
} |
|
1237 |
||
1238 |
.wp-core-ui .quicktags-toolbar input.button.button-small { |
|
1239 |
margin: 2px; |
|
1240 |
} |
|
1241 |
||
1242 |
.quicktags-toolbar input[value="link"] { |
|
1243 |
text-decoration: underline; |
|
1244 |
} |
|
1245 |
||
1246 |
.quicktags-toolbar input[value="del"] { |
|
1247 |
text-decoration: line-through; |
|
1248 |
} |
|
1249 |
||
1250 |
.quicktags-toolbar input[value="i"] { |
|
1251 |
font-style: italic; |
|
1252 |
} |
|
1253 |
||
1254 |
.quicktags-toolbar input[value="b"] { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1255 |
font-weight: 600; |
5 | 1256 |
} |
1257 |
||
1258 |
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw, |
|
1259 |
.qt-dfw { |
|
1260 |
position: absolute; |
|
1261 |
top: 0; |
|
1262 |
left: 0; |
|
9 | 1263 |
} |
1264 |
||
1265 |
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw { |
|
1266 |
margin: 7px 0 0 7px; |
|
1267 |
} |
|
1268 |
||
1269 |
.qt-dfw { |
|
5 | 1270 |
margin: 5px 0 0 5px; |
1271 |
} |
|
1272 |
||
1273 |
.qt-fullscreen { |
|
1274 |
position: static; |
|
1275 |
margin: 2px; |
|
1276 |
} |
|
1277 |
||
9 | 1278 |
@media screen and (max-width: 782px) { |
5 | 1279 |
.mce-toolbar .mce-btn button, |
1280 |
.qt-dfw { |
|
1281 |
padding: 6px 7px; |
|
1282 |
} |
|
1283 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1284 |
/* Compensate for the extra box shadow at the bottom of .mce-btn.mce-primary */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1285 |
.mce-toolbar .mce-btn-group .mce-btn.mce-primary button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1286 |
padding: 6px 7px 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1287 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1288 |
|
5 | 1289 |
.mce-toolbar .mce-btn-group .mce-btn { |
1290 |
margin: 1px; |
|
1291 |
} |
|
1292 |
||
1293 |
.qt-dfw { |
|
1294 |
width: 36px; |
|
1295 |
height: 34px; |
|
1296 |
} |
|
1297 |
||
1298 |
.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw { |
|
1299 |
margin: 4px 0 0 4px; |
|
1300 |
} |
|
1301 |
||
1302 |
.mce-toolbar .mce-colorbutton .mce-preview { |
|
1303 |
right: 8px; |
|
1304 |
bottom: 6px; |
|
1305 |
} |
|
1306 |
||
1307 |
.mce-window .mce-btn { |
|
1308 |
padding: 2px 0; |
|
1309 |
} |
|
1310 |
||
1311 |
.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first, |
|
1312 |
.has-dfw .quicktags-toolbar { |
|
1313 |
padding-left: 40px; |
|
1314 |
} |
|
1315 |
} |
|
1316 |
||
9 | 1317 |
@media screen and (min-width: 782px) { |
5 | 1318 |
.wp-core-ui .quicktags-toolbar input.button.button-small { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1319 |
/* .button-small is normally 11px, but a bit too small for these buttons. */ |
5 | 1320 |
font-size: 12px; |
16 | 1321 |
min-height: 26px; |
1322 |
line-height: 2; |
|
5 | 1323 |
} |
1324 |
} |
|
1325 |
||
1326 |
#wp_editbtns, |
|
1327 |
#wp_gallerybtns { |
|
1328 |
padding: 2px; |
|
1329 |
position: absolute; |
|
1330 |
display: none; |
|
1331 |
z-index: 100020; |
|
1332 |
} |
|
1333 |
||
1334 |
#wp_editimgbtn, |
|
1335 |
#wp_delimgbtn, |
|
1336 |
#wp_editgallery, |
|
1337 |
#wp_delgallery { |
|
18 | 1338 |
background-color: #f0f0f1; |
5 | 1339 |
margin: 2px; |
1340 |
padding: 2px; |
|
18 | 1341 |
border: 1px solid #8c8f94; |
5 | 1342 |
border-radius: 3px; |
1343 |
} |
|
1344 |
||
1345 |
#wp_editimgbtn:hover, |
|
1346 |
#wp_delimgbtn:hover, |
|
1347 |
#wp_editgallery:hover, |
|
1348 |
#wp_delgallery:hover { |
|
18 | 1349 |
border-color: #50575e; |
1350 |
background-color: #c3c4c7; |
|
5 | 1351 |
} |
1352 |
||
1353 |
/*------------------------------------------------------------------------------ |
|
1354 |
wp-link |
|
1355 |
------------------------------------------------------------------------------*/ |
|
1356 |
||
1357 |
#wp-link-wrap { |
|
1358 |
display: none; |
|
1359 |
background-color: #fff; |
|
9 | 1360 |
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
5 | 1361 |
width: 500px; |
1362 |
overflow: hidden; |
|
1363 |
margin-right: -250px; |
|
1364 |
margin-top: -125px; |
|
1365 |
position: fixed; |
|
1366 |
top: 50%; |
|
1367 |
right: 50%; |
|
1368 |
z-index: 100105; |
|
1369 |
transition: height 0.2s, margin-top 0.2s; |
|
1370 |
} |
|
1371 |
||
1372 |
#wp-link-backdrop { |
|
1373 |
display: none; |
|
1374 |
position: fixed; |
|
1375 |
top: 0; |
|
1376 |
right: 0; |
|
1377 |
left: 0; |
|
1378 |
bottom: 0; |
|
1379 |
min-height: 360px; |
|
1380 |
background: #000; |
|
1381 |
opacity: 0.7; |
|
1382 |
filter: alpha(opacity=70); |
|
1383 |
z-index: 100100; |
|
1384 |
} |
|
1385 |
||
1386 |
#wp-link { |
|
1387 |
position: relative; |
|
1388 |
height: 100%; |
|
1389 |
} |
|
1390 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1391 |
#wp-link-wrap { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1392 |
height: 600px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1393 |
margin-top: -300px; |
5 | 1394 |
} |
1395 |
||
1396 |
#wp-link-wrap .wp-link-text-field { |
|
1397 |
display: none; |
|
1398 |
} |
|
1399 |
||
1400 |
#wp-link-wrap.has-text-field .wp-link-text-field { |
|
1401 |
display: block; |
|
1402 |
} |
|
1403 |
||
1404 |
#link-modal-title { |
|
18 | 1405 |
background: #fff; |
1406 |
border-bottom: 1px solid #dcdcde; |
|
5 | 1407 |
font-size: 18px; |
1408 |
font-weight: 600; |
|
16 | 1409 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1410 |
margin: 0; |
5 | 1411 |
padding: 0 16px 0 36px; |
1412 |
} |
|
1413 |
||
1414 |
#wp-link-close { |
|
18 | 1415 |
color: #646970; |
5 | 1416 |
padding: 0; |
1417 |
position: absolute; |
|
1418 |
top: 0; |
|
1419 |
left: 0; |
|
1420 |
width: 36px; |
|
1421 |
height: 36px; |
|
1422 |
text-align: center; |
|
1423 |
background: none; |
|
1424 |
border: none; |
|
1425 |
cursor: pointer; |
|
1426 |
} |
|
1427 |
||
1428 |
#wp-link-close:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
font: normal 20px/36px dashicons; |
5 | 1430 |
vertical-align: top; |
18 | 1431 |
speak: never; |
5 | 1432 |
-webkit-font-smoothing: antialiased; |
1433 |
-moz-osx-font-smoothing: grayscale; |
|
1434 |
width: 36px; |
|
1435 |
height: 36px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1436 |
content: "\f158"; |
5 | 1437 |
} |
1438 |
||
1439 |
#wp-link-close:hover, |
|
1440 |
#wp-link-close:focus { |
|
18 | 1441 |
color: #135e96; |
5 | 1442 |
} |
1443 |
||
1444 |
#wp-link-close:focus { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1445 |
box-shadow: 0 0 0 2px #2271b1; |
16 | 1446 |
/* Only visible in Windows High Contrast mode */ |
1447 |
outline: 2px solid transparent; |
|
1448 |
outline-offset: -2px; |
|
5 | 1449 |
} |
1450 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1451 |
#wp-link-wrap #link-selector { |
5 | 1452 |
-webkit-overflow-scrolling: touch; |
1453 |
padding: 0 16px; |
|
1454 |
position: absolute; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1455 |
top: calc(2.15384615em + 16px); |
5 | 1456 |
right: 0; |
1457 |
left: 0; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1458 |
bottom: calc(2.15384615em + 19px); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1459 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1460 |
flex-direction: column; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1461 |
overflow: auto; |
5 | 1462 |
} |
1463 |
||
1464 |
#wp-link ol, |
|
1465 |
#wp-link ul { |
|
1466 |
list-style: none; |
|
1467 |
margin: 0; |
|
1468 |
padding: 0; |
|
1469 |
} |
|
1470 |
||
1471 |
#wp-link input[type="text"] { |
|
1472 |
box-sizing: border-box; |
|
1473 |
} |
|
1474 |
||
1475 |
#wp-link #link-options { |
|
1476 |
padding: 8px 0 12px; |
|
1477 |
} |
|
1478 |
||
1479 |
#wp-link p.howto { |
|
1480 |
margin: 3px 0; |
|
1481 |
} |
|
1482 |
||
1483 |
#wp-link p.howto a { |
|
1484 |
text-decoration: none; |
|
1485 |
color: inherit; |
|
1486 |
} |
|
1487 |
||
1488 |
#wp-link label input[type="text"] { |
|
1489 |
margin-top: 5px; |
|
1490 |
width: 70%; |
|
1491 |
} |
|
1492 |
||
1493 |
#wp-link #link-options label span, |
|
1494 |
#wp-link #search-panel label span.search-label { |
|
1495 |
display: inline-block; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1496 |
width: 120px; |
5 | 1497 |
text-align: left; |
1498 |
padding-left: 5px; |
|
1499 |
max-width: 24%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1500 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1501 |
word-wrap: break-word; |
5 | 1502 |
} |
1503 |
||
1504 |
#wp-link .link-search-field { |
|
1505 |
width: 250px; |
|
1506 |
max-width: 70%; |
|
1507 |
} |
|
1508 |
||
1509 |
#wp-link .link-search-wrapper { |
|
1510 |
margin: 5px 0 9px; |
|
1511 |
display: block; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1512 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1513 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1514 |
#wp-link .query-results { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1515 |
position: absolute; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1516 |
width: calc(100% - 32px); |
5 | 1517 |
} |
1518 |
||
1519 |
#wp-link .link-search-wrapper .spinner { |
|
16 | 1520 |
float: none; |
1521 |
margin: -3px 4px 0 0; |
|
5 | 1522 |
} |
1523 |
||
1524 |
#wp-link .link-target { |
|
1525 |
padding: 3px 0 0; |
|
1526 |
} |
|
1527 |
||
1528 |
#wp-link .link-target label { |
|
1529 |
max-width: 70%; |
|
1530 |
} |
|
1531 |
||
1532 |
#wp-link .query-results { |
|
18 | 1533 |
border: 1px #dcdcde solid; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1534 |
margin: 0 0 12px; |
5 | 1535 |
background: #fff; |
1536 |
overflow: auto; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1537 |
max-height: 290px; |
5 | 1538 |
} |
1539 |
||
1540 |
#wp-link li { |
|
1541 |
clear: both; |
|
1542 |
margin-bottom: 0; |
|
18 | 1543 |
border-bottom: 1px solid #f0f0f1; |
1544 |
color: #2c3338; |
|
5 | 1545 |
padding: 4px 10px 4px 6px; |
1546 |
cursor: pointer; |
|
1547 |
position: relative; |
|
1548 |
} |
|
1549 |
||
1550 |
#wp-link .query-notice { |
|
1551 |
padding: 0; |
|
18 | 1552 |
border-bottom: 1px solid #dcdcde; |
1553 |
background-color: #fff; |
|
5 | 1554 |
color: #000; |
1555 |
} |
|
1556 |
||
1557 |
#wp-link .query-notice .query-notice-default, |
|
1558 |
#wp-link .query-notice .query-notice-hint { |
|
1559 |
display: block; |
|
1560 |
padding: 6px; |
|
18 | 1561 |
border-right: 4px solid #72aee6; |
5 | 1562 |
} |
1563 |
||
1564 |
#wp-link .unselectable.no-matches-found { |
|
1565 |
padding: 0; |
|
18 | 1566 |
border-bottom: 1px solid #dcdcde; |
1567 |
background-color: #f6f7f7; |
|
5 | 1568 |
} |
1569 |
||
1570 |
#wp-link .no-matches-found .item-title { |
|
1571 |
display: block; |
|
1572 |
padding: 6px; |
|
18 | 1573 |
border-right: 4px solid #d63638; |
5 | 1574 |
} |
1575 |
||
1576 |
#wp-link .query-results em { |
|
1577 |
font-style: normal; |
|
1578 |
} |
|
1579 |
||
1580 |
#wp-link li:hover { |
|
18 | 1581 |
background: #f0f6fc; |
1582 |
color: #101517; |
|
5 | 1583 |
} |
1584 |
||
1585 |
#wp-link li.unselectable { |
|
18 | 1586 |
border-bottom: 1px solid #dcdcde; |
5 | 1587 |
} |
1588 |
||
1589 |
#wp-link li.unselectable:hover { |
|
1590 |
background: #fff; |
|
1591 |
cursor: auto; |
|
18 | 1592 |
color: #2c3338; |
5 | 1593 |
} |
1594 |
||
1595 |
#wp-link li.selected { |
|
18 | 1596 |
background: #dcdcde; |
1597 |
color: #2c3338; |
|
5 | 1598 |
} |
1599 |
||
1600 |
#wp-link li.selected .item-title { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1601 |
font-weight: 600; |
5 | 1602 |
} |
1603 |
||
1604 |
#wp-link li:last-child { |
|
1605 |
border: none; |
|
1606 |
} |
|
1607 |
||
1608 |
#wp-link .item-title { |
|
1609 |
display: inline-block; |
|
1610 |
width: 80%; |
|
1611 |
width: calc(100% - 68px); |
|
1612 |
word-wrap: break-word; |
|
1613 |
} |
|
1614 |
||
1615 |
#wp-link .item-info { |
|
1616 |
text-transform: uppercase; |
|
18 | 1617 |
color: #646970; |
5 | 1618 |
font-size: 11px; |
1619 |
position: absolute; |
|
1620 |
left: 5px; |
|
1621 |
top: 5px; |
|
1622 |
} |
|
1623 |
||
1624 |
#wp-link .river-waiting { |
|
1625 |
display: none; |
|
1626 |
padding: 10px 0; |
|
1627 |
} |
|
1628 |
||
1629 |
#wp-link .submitbox { |
|
1630 |
padding: 8px 16px; |
|
18 | 1631 |
background: #fff; |
1632 |
border-top: 1px solid #dcdcde; |
|
5 | 1633 |
position: absolute; |
1634 |
bottom: 0; |
|
1635 |
right: 0; |
|
1636 |
left: 0; |
|
1637 |
} |
|
1638 |
||
1639 |
#wp-link-cancel { |
|
16 | 1640 |
line-height: 1.92307692; |
5 | 1641 |
float: right; |
1642 |
} |
|
1643 |
||
1644 |
#wp-link-update { |
|
16 | 1645 |
line-height: 1.76923076; |
5 | 1646 |
float: left; |
1647 |
} |
|
1648 |
||
1649 |
#wp-link-submit { |
|
1650 |
float: left; |
|
1651 |
} |
|
1652 |
||
9 | 1653 |
@media screen and (max-width: 782px) { |
5 | 1654 |
#link-selector { |
1655 |
padding: 0 16px 60px; |
|
1656 |
} |
|
1657 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1658 |
#wp-link-wrap #link-selector { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1659 |
bottom: calc(2.71428571em + 23px); |
5 | 1660 |
} |
1661 |
||
1662 |
#wp-link-cancel { |
|
16 | 1663 |
line-height: 2.46153846; |
5 | 1664 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1665 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1666 |
#wp-link .link-target { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1667 |
padding-top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1668 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1669 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1670 |
#wp-link .submitbox .button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1671 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1672 |
} |
5 | 1673 |
} |
1674 |
||
9 | 1675 |
@media screen and (max-width: 520px) { |
5 | 1676 |
#wp-link-wrap { |
1677 |
width: auto; |
|
1678 |
margin-right: 0; |
|
1679 |
right: 10px; |
|
1680 |
left: 10px; |
|
1681 |
max-width: 500px; |
|
1682 |
} |
|
1683 |
} |
|
1684 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1685 |
@media screen and (max-height: 620px) { |
5 | 1686 |
#wp-link-wrap { |
1687 |
transition: none; |
|
1688 |
height: auto; |
|
1689 |
margin-top: 0; |
|
1690 |
top: 10px; |
|
1691 |
bottom: 10px; |
|
1692 |
} |
|
1693 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1694 |
#link-selector { |
5 | 1695 |
overflow: auto; |
1696 |
} |
|
1697 |
} |
|
1698 |
||
9 | 1699 |
@media screen and (max-height: 290px) { |
5 | 1700 |
#wp-link-wrap { |
1701 |
height: auto; |
|
1702 |
margin-top: 0; |
|
1703 |
top: 10px; |
|
1704 |
bottom: 10px; |
|
1705 |
} |
|
1706 |
||
1707 |
#link-selector { |
|
1708 |
overflow: auto; |
|
1709 |
height: calc(100% - 92px); |
|
1710 |
padding-bottom: 2px; |
|
1711 |
} |
|
1712 |
} |
|
1713 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1714 |
div.wp-link-preview { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1715 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1716 |
margin: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1717 |
max-width: 694px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1718 |
overflow: hidden; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1719 |
text-overflow: ellipsis; |
5 | 1720 |
} |
1721 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1722 |
div.wp-link-preview a { |
18 | 1723 |
color: #2271b1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1724 |
text-decoration: underline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1725 |
transition-property: border, background, color; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1726 |
transition-duration: .05s; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1727 |
transition-timing-function: ease-in-out; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1728 |
cursor: pointer; |
5 | 1729 |
} |
1730 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1731 |
div.wp-link-preview a.wplink-url-error { |
18 | 1732 |
color: #d63638; |
5 | 1733 |
} |
1734 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1735 |
.mce-inline-toolbar-grp div.mce-flow-layout-item > div { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1736 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1737 |
align-items: flex-end; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1738 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1739 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1740 |
div.wp-link-input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1741 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1742 |
margin: 2px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1743 |
max-width: 694px; |
5 | 1744 |
} |
1745 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1746 |
div.wp-link-input label { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1747 |
margin-bottom: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1748 |
display: block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1749 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1750 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1751 |
div.wp-link-input input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1752 |
width: 300px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1753 |
padding: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1754 |
box-sizing: border-box; |
16 | 1755 |
line-height: 1.28571429; /* 18px */ |
1756 |
/* Override value inherited from default input fields. */ |
|
1757 |
min-height: 26px; |
|
5 | 1758 |
} |
1759 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1760 |
.mce-toolbar div.wp-link-preview ~ .mce-btn, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1761 |
.mce-toolbar div.wp-link-input ~ .mce-btn { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1762 |
margin: 2px 1px; |
5 | 1763 |
} |
1764 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1765 |
.mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1766 |
margin-left: 2px; |
5 | 1767 |
} |
1768 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1769 |
.ui-autocomplete.wplink-autocomplete { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1770 |
z-index: 100110; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1771 |
max-height: 200px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1772 |
overflow-y: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1773 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1774 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1775 |
list-style: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1776 |
position: absolute; |
18 | 1777 |
border: 1px solid #4f94d4; |
1778 |
box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8); |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1779 |
background-color: #fff; |
5 | 1780 |
} |
1781 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1782 |
.ui-autocomplete.wplink-autocomplete li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1783 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1784 |
padding: 4px 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1785 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1786 |
white-space: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1787 |
text-align: right; |
5 | 1788 |
} |
1789 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1790 |
.ui-autocomplete.wplink-autocomplete li .wp-editor-float-right { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1791 |
float: left; |
5 | 1792 |
} |
1793 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1794 |
.ui-autocomplete.wplink-autocomplete li.ui-state-focus { |
18 | 1795 |
background-color: #dcdcde; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1796 |
cursor: pointer; |
5 | 1797 |
} |
1798 |
||
9 | 1799 |
@media screen and (max-width: 782px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1800 |
div.wp-link-preview, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1801 |
div.wp-link-input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1802 |
max-width: 70%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1803 |
max-width: calc(100% - 86px); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1804 |
} |
5 | 1805 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1806 |
div.wp-link-preview { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1807 |
margin: 8px 5px 8px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1808 |
} |
5 | 1809 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1810 |
div.wp-link-input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1811 |
width: 300px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1812 |
} |
5 | 1813 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1814 |
div.wp-link-input input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1815 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1816 |
font-size: 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1817 |
padding: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1818 |
} |
5 | 1819 |
} |
1820 |
||
1821 |
/* =Overlay Body |
|
1822 |
-------------------------------------------------------------- */ |
|
1823 |
||
1824 |
.mce-fullscreen { |
|
1825 |
z-index: 100010; |
|
1826 |
} |
|
1827 |
||
1828 |
/* =Localization |
|
1829 |
-------------------------------------------------------------- */ |
|
1830 |
.rtl .wp-switch-editor, |
|
1831 |
.rtl .quicktags-toolbar input { |
|
1832 |
font-family: Tahoma, sans-serif; |
|
1833 |
} |
|
1834 |
||
1835 |
/* rtl:ignore */ |
|
1836 |
.mce-rtl .mce-flow-layout .mce-flow-layout-item > div { |
|
1837 |
direction: rtl; |
|
1838 |
} |
|
1839 |
||
1840 |
/* rtl:ignore */ |
|
1841 |
.mce-rtl .mce-listbox i.mce-caret { |
|
1842 |
left: 6px; |
|
1843 |
} |
|
1844 |
||
1845 |
html:lang(he-il) .rtl .wp-switch-editor, |
|
9 | 1846 |
html:lang(he-il) .rtl .quicktags-toolbar input { |
1847 |
font-family: Arial, sans-serif; |
|
5 | 1848 |
} |
1849 |
||
1850 |
/* HiDPI */ |
|
1851 |
@media print, |
|
1852 |
(min-resolution: 120dpi) { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1853 |
.wp-media-buttons .add_media span.wp-media-buttons-icon { |
5 | 1854 |
background: none; |
1855 |
} |
|
1856 |
} |