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