fx-platform-ui 0.0.11 → 0.0.13-alpha1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/lib/fx-platform-ui.mjs +4493 -4493
  3. package/lib/fx-platform-ui.umd.js +7 -7
  4. package/lib/packages/components/editor/index.d.ts +2 -0
  5. package/lib/packages/components/table/src/hook/useTableMethods.d.ts +1 -1
  6. package/lib/tinymce/langs/zh-Hans.js +412 -0
  7. package/lib/tinymce/skins/content/dark/content.css +66 -0
  8. package/lib/tinymce/skins/content/dark/content.min.css +1 -0
  9. package/lib/tinymce/skins/content/default/content.css +61 -0
  10. package/lib/tinymce/skins/content/default/content.min.css +1 -0
  11. package/lib/tinymce/skins/content/document/content.css +66 -0
  12. package/lib/tinymce/skins/content/document/content.min.css +1 -0
  13. package/lib/tinymce/skins/content/tinymce-5/content.css +61 -0
  14. package/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  15. package/lib/tinymce/skins/content/tinymce-5-dark/content.css +66 -0
  16. package/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  17. package/lib/tinymce/skins/content/writer/content.css +62 -0
  18. package/lib/tinymce/skins/content/writer/content.min.css +1 -0
  19. package/lib/tinymce/skins/ui/oxide/content.css +775 -0
  20. package/lib/tinymce/skins/ui/oxide/content.inline.css +769 -0
  21. package/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  22. package/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  23. package/lib/tinymce/skins/ui/oxide/skin.css +3109 -0
  24. package/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  25. package/lib/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
  26. package/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  27. package/lib/tinymce/skins/ui/oxide-dark/content.css +756 -0
  28. package/lib/tinymce/skins/ui/oxide-dark/content.inline.css +769 -0
  29. package/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  30. package/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  31. package/lib/tinymce/skins/ui/oxide-dark/skin.css +3112 -0
  32. package/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  33. package/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
  34. package/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  35. package/lib/tinymce/skins/ui/tinymce-5/content.css +775 -0
  36. package/lib/tinymce/skins/ui/tinymce-5/content.inline.css +769 -0
  37. package/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  38. package/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  39. package/lib/tinymce/skins/ui/tinymce-5/skin.css +3199 -0
  40. package/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  41. package/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
  42. package/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  43. package/lib/tinymce/skins/ui/tinymce-5-dark/content.css +756 -0
  44. package/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.css +769 -0
  45. package/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  46. package/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  47. package/lib/tinymce/skins/ui/tinymce-5-dark/skin.css +3199 -0
  48. package/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  49. package/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
  50. package/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  51. package/package.json +4 -1
  52. package/packages/component.ts +1 -0
  53. package/packages/components/editor/index.ts +10 -0
  54. package/packages/components/editor/src/hook/index.ts +1 -0
  55. package/packages/components/editor/src/hook/useEditorState.ts +139 -0
  56. package/packages/components/editor/src/index.vue +84 -0
  57. package/packages/components/editor/src/plat-editor-emits.ts +1 -0
  58. package/packages/components/editor/src/plat-editor-props.ts +65 -0
  59. package/packages/components/editor/src/type/index.ts +11 -0
  60. package/packages/components/table/src/hook/useTableMethods.tsx +1 -1
@@ -0,0 +1,775 @@
1
+ .mce-content-body .mce-item-anchor {
2
+ background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
3
+ }
4
+ .mce-content-body .mce-item-anchor:empty {
5
+ cursor: default;
6
+ display: inline-block;
7
+ height: 12px !important;
8
+ padding: 0 2px;
9
+ -webkit-user-modify: read-only;
10
+ -moz-user-modify: read-only;
11
+ -webkit-user-select: all;
12
+ -moz-user-select: all;
13
+ user-select: all;
14
+ width: 8px !important;
15
+ }
16
+ .mce-content-body .mce-item-anchor:not(:empty) {
17
+ background-position-x: 2px;
18
+ display: inline-block;
19
+ padding-left: 12px;
20
+ }
21
+ .mce-content-body .mce-item-anchor[data-mce-selected] {
22
+ outline-offset: 1px;
23
+ }
24
+ .tox-comments-visible .tox-comment[contenteditable="false"]:not([data-mce-selected]),
25
+ .tox-comments-visible span.tox-comment img:not([data-mce-selected]),
26
+ .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
27
+ .tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
28
+ .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
29
+ outline: 3px solid #ffe89d;
30
+ }
31
+ .tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
32
+ outline: 3px solid #fed635;
33
+ }
34
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
35
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
36
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
37
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
38
+ outline: 3px solid #fed635;
39
+ }
40
+ .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
41
+ background-color: #ffe89d;
42
+ outline: none;
43
+ }
44
+ .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
45
+ background-color: #fed635;
46
+ }
47
+ .tox-checklist > li:not(.tox-checklist--hidden) {
48
+ list-style: none;
49
+ margin: 0.25em 0;
50
+ }
51
+ .tox-checklist > li:not(.tox-checklist--hidden)::before {
52
+ content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
53
+ cursor: pointer;
54
+ height: 1em;
55
+ margin-left: -1.5em;
56
+ margin-top: 0.125em;
57
+ position: absolute;
58
+ width: 1em;
59
+ }
60
+ .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
61
+ content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
62
+ }
63
+ [dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
64
+ margin-left: 0;
65
+ margin-right: -1.5em;
66
+ }
67
+ /* stylelint-disable */
68
+ /* http://prismjs.com/ */
69
+ /**
70
+ * prism.js default theme for JavaScript, CSS and HTML
71
+ * Based on dabblet (http://dabblet.com)
72
+ * @author Lea Verou
73
+ */
74
+ code[class*="language-"],
75
+ pre[class*="language-"] {
76
+ color: black;
77
+ background: none;
78
+ text-shadow: 0 1px white;
79
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
80
+ font-size: 1em;
81
+ text-align: left;
82
+ white-space: pre;
83
+ word-spacing: normal;
84
+ word-break: normal;
85
+ word-wrap: normal;
86
+ line-height: 1.5;
87
+ -moz-tab-size: 4;
88
+ tab-size: 4;
89
+ -webkit-hyphens: none;
90
+ hyphens: none;
91
+ }
92
+ pre[class*="language-"]::-moz-selection,
93
+ pre[class*="language-"] ::-moz-selection,
94
+ code[class*="language-"]::-moz-selection,
95
+ code[class*="language-"] ::-moz-selection {
96
+ text-shadow: none;
97
+ background: #b3d4fc;
98
+ }
99
+ pre[class*="language-"]::selection,
100
+ pre[class*="language-"] ::selection,
101
+ code[class*="language-"]::selection,
102
+ code[class*="language-"] ::selection {
103
+ text-shadow: none;
104
+ background: #b3d4fc;
105
+ }
106
+ @media print {
107
+ code[class*="language-"],
108
+ pre[class*="language-"] {
109
+ text-shadow: none;
110
+ }
111
+ }
112
+ /* Code blocks */
113
+ pre[class*="language-"] {
114
+ padding: 1em;
115
+ margin: 0.5em 0;
116
+ overflow: auto;
117
+ }
118
+ :not(pre) > code[class*="language-"],
119
+ pre[class*="language-"] {
120
+ background: #f5f2f0;
121
+ }
122
+ /* Inline code */
123
+ :not(pre) > code[class*="language-"] {
124
+ padding: 0.1em;
125
+ border-radius: 0.3em;
126
+ white-space: normal;
127
+ }
128
+ .token.comment,
129
+ .token.prolog,
130
+ .token.doctype,
131
+ .token.cdata {
132
+ color: slategray;
133
+ }
134
+ .token.punctuation {
135
+ color: #999;
136
+ }
137
+ .token.namespace {
138
+ opacity: 0.7;
139
+ }
140
+ .token.property,
141
+ .token.tag,
142
+ .token.boolean,
143
+ .token.number,
144
+ .token.constant,
145
+ .token.symbol,
146
+ .token.deleted {
147
+ color: #905;
148
+ }
149
+ .token.selector,
150
+ .token.attr-name,
151
+ .token.string,
152
+ .token.char,
153
+ .token.builtin,
154
+ .token.inserted {
155
+ color: #690;
156
+ }
157
+ .token.operator,
158
+ .token.entity,
159
+ .token.url,
160
+ .language-css .token.string,
161
+ .style .token.string {
162
+ color: #9a6e3a;
163
+ /* This background color was intended by the author of this theme. */
164
+ background: hsla(0, 0%, 100%, 0.5);
165
+ }
166
+ .token.atrule,
167
+ .token.attr-value,
168
+ .token.keyword {
169
+ color: #07a;
170
+ }
171
+ .token.function,
172
+ .token.class-name {
173
+ color: #DD4A68;
174
+ }
175
+ .token.regex,
176
+ .token.important,
177
+ .token.variable {
178
+ color: #e90;
179
+ }
180
+ .token.important,
181
+ .token.bold {
182
+ font-weight: bold;
183
+ }
184
+ .token.italic {
185
+ font-style: italic;
186
+ }
187
+ .token.entity {
188
+ cursor: help;
189
+ }
190
+ /* stylelint-enable */
191
+ .mce-content-body {
192
+ overflow-wrap: break-word;
193
+ word-wrap: break-word;
194
+ }
195
+ .mce-content-body .mce-visual-caret {
196
+ background-color: black;
197
+ background-color: currentColor;
198
+ position: absolute;
199
+ }
200
+ .mce-content-body .mce-visual-caret-hidden {
201
+ display: none;
202
+ }
203
+ .mce-content-body *[data-mce-caret] {
204
+ left: -1000px;
205
+ margin: 0;
206
+ padding: 0;
207
+ position: absolute;
208
+ right: auto;
209
+ top: 0;
210
+ }
211
+ .mce-content-body .mce-offscreen-selection {
212
+ left: -2000000px;
213
+ max-width: 1000000px;
214
+ position: absolute;
215
+ }
216
+ .mce-content-body *[contentEditable=false] {
217
+ cursor: default;
218
+ }
219
+ .mce-content-body *[contentEditable=true] {
220
+ cursor: text;
221
+ }
222
+ .tox-cursor-format-painter {
223
+ cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
224
+ }
225
+ div.mce-footnotes hr {
226
+ margin-inline-end: auto;
227
+ margin-inline-start: 0;
228
+ width: 25%;
229
+ }
230
+ div.mce-footnotes li > a.mce-footnotes-backlink {
231
+ text-decoration: none;
232
+ }
233
+ @media print {
234
+ sup.mce-footnote a {
235
+ color: black;
236
+ text-decoration: none;
237
+ }
238
+ div.mce-footnotes {
239
+ break-inside: avoid;
240
+ width: 100%;
241
+ }
242
+ div.mce-footnotes li > a.mce-footnotes-backlink {
243
+ display: none;
244
+ }
245
+ }
246
+ .mce-content-body figure.align-left {
247
+ float: left;
248
+ }
249
+ .mce-content-body figure.align-right {
250
+ float: right;
251
+ }
252
+ .mce-content-body figure.image.align-center {
253
+ display: table;
254
+ margin-left: auto;
255
+ margin-right: auto;
256
+ }
257
+ .mce-preview-object {
258
+ border: 1px solid gray;
259
+ display: inline-block;
260
+ line-height: 0;
261
+ margin: 0 2px 0 2px;
262
+ position: relative;
263
+ }
264
+ .mce-preview-object .mce-shim {
265
+ background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
266
+ height: 100%;
267
+ left: 0;
268
+ position: absolute;
269
+ top: 0;
270
+ width: 100%;
271
+ }
272
+ .mce-preview-object[data-mce-selected="2"] .mce-shim {
273
+ display: none;
274
+ }
275
+ .mce-content-body .mce-mergetag:hover {
276
+ background-color: rgba(0, 108, 231, 0.1);
277
+ }
278
+ .mce-content-body .mce-mergetag-affix {
279
+ background-color: rgba(0, 108, 231, 0.1);
280
+ color: #006ce7;
281
+ }
282
+ .mce-object {
283
+ background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
284
+ border: 1px dashed #aaa;
285
+ }
286
+ .mce-pagebreak {
287
+ border: 1px dashed #aaa;
288
+ cursor: default;
289
+ display: block;
290
+ height: 5px;
291
+ margin-top: 15px;
292
+ page-break-before: always;
293
+ width: 100%;
294
+ }
295
+ @media print {
296
+ .mce-pagebreak {
297
+ border: 0;
298
+ }
299
+ }
300
+ .tiny-pageembed .mce-shim {
301
+ background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
302
+ height: 100%;
303
+ left: 0;
304
+ position: absolute;
305
+ top: 0;
306
+ width: 100%;
307
+ }
308
+ .tiny-pageembed[data-mce-selected="2"] .mce-shim {
309
+ display: none;
310
+ }
311
+ .tiny-pageembed {
312
+ display: inline-block;
313
+ position: relative;
314
+ }
315
+ .tiny-pageembed--21by9,
316
+ .tiny-pageembed--16by9,
317
+ .tiny-pageembed--4by3,
318
+ .tiny-pageembed--1by1 {
319
+ display: block;
320
+ overflow: hidden;
321
+ padding: 0;
322
+ position: relative;
323
+ width: 100%;
324
+ }
325
+ .tiny-pageembed--21by9 {
326
+ padding-top: 42.857143%;
327
+ }
328
+ .tiny-pageembed--16by9 {
329
+ padding-top: 56.25%;
330
+ }
331
+ .tiny-pageembed--4by3 {
332
+ padding-top: 75%;
333
+ }
334
+ .tiny-pageembed--1by1 {
335
+ padding-top: 100%;
336
+ }
337
+ .tiny-pageembed--21by9 iframe,
338
+ .tiny-pageembed--16by9 iframe,
339
+ .tiny-pageembed--4by3 iframe,
340
+ .tiny-pageembed--1by1 iframe {
341
+ border: 0;
342
+ height: 100%;
343
+ left: 0;
344
+ position: absolute;
345
+ top: 0;
346
+ width: 100%;
347
+ }
348
+ .mce-content-body[data-mce-placeholder] {
349
+ position: relative;
350
+ }
351
+ .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
352
+ color: rgba(34, 47, 62, 0.7);
353
+ content: attr(data-mce-placeholder);
354
+ position: absolute;
355
+ }
356
+ .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
357
+ left: 1px;
358
+ }
359
+ .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
360
+ right: 1px;
361
+ }
362
+ .mce-content-body div.mce-resizehandle {
363
+ background-color: #4099ff;
364
+ border-color: #4099ff;
365
+ border-style: solid;
366
+ border-width: 1px;
367
+ box-sizing: border-box;
368
+ height: 10px;
369
+ position: absolute;
370
+ width: 10px;
371
+ z-index: 1298;
372
+ }
373
+ .mce-content-body div.mce-resizehandle:hover {
374
+ background-color: #4099ff;
375
+ }
376
+ .mce-content-body div.mce-resizehandle:nth-of-type(1) {
377
+ cursor: nwse-resize;
378
+ }
379
+ .mce-content-body div.mce-resizehandle:nth-of-type(2) {
380
+ cursor: nesw-resize;
381
+ }
382
+ .mce-content-body div.mce-resizehandle:nth-of-type(3) {
383
+ cursor: nwse-resize;
384
+ }
385
+ .mce-content-body div.mce-resizehandle:nth-of-type(4) {
386
+ cursor: nesw-resize;
387
+ }
388
+ .mce-content-body .mce-resize-backdrop {
389
+ z-index: 10000;
390
+ }
391
+ .mce-content-body .mce-clonedresizable {
392
+ cursor: default;
393
+ opacity: 0.5;
394
+ outline: 1px dashed black;
395
+ position: absolute;
396
+ z-index: 10001;
397
+ }
398
+ .mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
399
+ .mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
400
+ border: 0;
401
+ }
402
+ .mce-content-body .mce-resize-helper {
403
+ background: #555;
404
+ background: rgba(0, 0, 0, 0.75);
405
+ border: 1px;
406
+ border-radius: 3px;
407
+ color: white;
408
+ display: none;
409
+ font-family: sans-serif;
410
+ font-size: 12px;
411
+ line-height: 14px;
412
+ margin: 5px 10px;
413
+ padding: 5px;
414
+ position: absolute;
415
+ white-space: nowrap;
416
+ z-index: 10002;
417
+ }
418
+ .tox-rtc-user-selection {
419
+ position: relative;
420
+ }
421
+ .tox-rtc-user-cursor {
422
+ bottom: 0;
423
+ cursor: default;
424
+ position: absolute;
425
+ top: 0;
426
+ width: 2px;
427
+ }
428
+ .tox-rtc-user-cursor::before {
429
+ background-color: inherit;
430
+ border-radius: 50%;
431
+ content: '';
432
+ display: block;
433
+ height: 8px;
434
+ position: absolute;
435
+ right: -3px;
436
+ top: -3px;
437
+ width: 8px;
438
+ }
439
+ .tox-rtc-user-cursor:hover::after {
440
+ background-color: inherit;
441
+ border-radius: 100px;
442
+ box-sizing: border-box;
443
+ color: #fff;
444
+ content: attr(data-user);
445
+ display: block;
446
+ font-size: 12px;
447
+ font-weight: bold;
448
+ left: -5px;
449
+ min-height: 8px;
450
+ min-width: 8px;
451
+ padding: 0 12px;
452
+ position: absolute;
453
+ top: -11px;
454
+ white-space: nowrap;
455
+ z-index: 1000;
456
+ }
457
+ .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
458
+ background-color: #2dc26b;
459
+ }
460
+ .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
461
+ background-color: #e03e2d;
462
+ }
463
+ .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
464
+ background-color: #f1c40f;
465
+ }
466
+ .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
467
+ background-color: #3598db;
468
+ }
469
+ .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
470
+ background-color: #b96ad9;
471
+ }
472
+ .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
473
+ background-color: #e67e23;
474
+ }
475
+ .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
476
+ background-color: #aaa69d;
477
+ }
478
+ .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
479
+ background-color: #f368e0;
480
+ }
481
+ .tox-rtc-remote-image {
482
+ background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
483
+ border: 1px solid #ccc;
484
+ min-height: 240px;
485
+ min-width: 320px;
486
+ }
487
+ .mce-match-marker {
488
+ background: #aaa;
489
+ color: #fff;
490
+ }
491
+ .mce-match-marker-selected {
492
+ background: #39f;
493
+ color: #fff;
494
+ }
495
+ .mce-match-marker-selected::-moz-selection {
496
+ background: #39f;
497
+ color: #fff;
498
+ }
499
+ .mce-match-marker-selected::selection {
500
+ background: #39f;
501
+ color: #fff;
502
+ }
503
+ .mce-content-body img[data-mce-selected],
504
+ .mce-content-body video[data-mce-selected],
505
+ .mce-content-body audio[data-mce-selected],
506
+ .mce-content-body object[data-mce-selected],
507
+ .mce-content-body embed[data-mce-selected],
508
+ .mce-content-body table[data-mce-selected] {
509
+ outline: 3px solid #b4d7ff;
510
+ }
511
+ .mce-content-body hr[data-mce-selected] {
512
+ outline: 3px solid #b4d7ff;
513
+ outline-offset: 1px;
514
+ }
515
+ .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
516
+ outline: 3px solid #b4d7ff;
517
+ }
518
+ .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
519
+ outline: 3px solid #b4d7ff;
520
+ }
521
+ .mce-content-body *[contentEditable=false][data-mce-selected] {
522
+ cursor: not-allowed;
523
+ outline: 3px solid #b4d7ff;
524
+ }
525
+ .mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
526
+ .mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
527
+ outline: none;
528
+ }
529
+ .mce-content-body *[data-mce-selected="inline-boundary"] {
530
+ background-color: #b4d7ff;
531
+ }
532
+ .mce-content-body .mce-edit-focus {
533
+ outline: 3px solid #b4d7ff;
534
+ }
535
+ .mce-content-body td[data-mce-selected],
536
+ .mce-content-body th[data-mce-selected] {
537
+ position: relative;
538
+ }
539
+ .mce-content-body td[data-mce-selected]::-moz-selection,
540
+ .mce-content-body th[data-mce-selected]::-moz-selection {
541
+ background: none;
542
+ }
543
+ .mce-content-body td[data-mce-selected]::selection,
544
+ .mce-content-body th[data-mce-selected]::selection {
545
+ background: none;
546
+ }
547
+ .mce-content-body td[data-mce-selected] *,
548
+ .mce-content-body th[data-mce-selected] * {
549
+ outline: none;
550
+ -webkit-touch-callout: none;
551
+ -webkit-user-select: none;
552
+ -moz-user-select: none;
553
+ user-select: none;
554
+ }
555
+ .mce-content-body td[data-mce-selected]::after,
556
+ .mce-content-body th[data-mce-selected]::after {
557
+ background-color: rgba(180, 215, 255, 0.7);
558
+ border: 1px solid rgba(180, 215, 255, 0.7);
559
+ bottom: -1px;
560
+ content: '';
561
+ left: -1px;
562
+ mix-blend-mode: multiply;
563
+ position: absolute;
564
+ right: -1px;
565
+ top: -1px;
566
+ }
567
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
568
+ .mce-content-body td[data-mce-selected]::after,
569
+ .mce-content-body th[data-mce-selected]::after {
570
+ border-color: rgba(0, 84, 180, 0.7);
571
+ }
572
+ }
573
+ .mce-content-body img[data-mce-selected]::-moz-selection {
574
+ background: none;
575
+ }
576
+ .mce-content-body img[data-mce-selected]::selection {
577
+ background: none;
578
+ }
579
+ .ephox-snooker-resizer-bar {
580
+ background-color: #b4d7ff;
581
+ opacity: 0;
582
+ -webkit-user-select: none;
583
+ -moz-user-select: none;
584
+ user-select: none;
585
+ }
586
+ .ephox-snooker-resizer-cols {
587
+ cursor: col-resize;
588
+ }
589
+ .ephox-snooker-resizer-rows {
590
+ cursor: row-resize;
591
+ }
592
+ .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
593
+ opacity: 1;
594
+ }
595
+ .mce-spellchecker-word {
596
+ background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
597
+ background-position: 0 calc(100% + 1px);
598
+ background-repeat: repeat-x;
599
+ background-size: auto 6px;
600
+ cursor: default;
601
+ height: 2rem;
602
+ }
603
+ .mce-spellchecker-grammar {
604
+ background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
605
+ background-position: 0 calc(100% + 1px);
606
+ background-repeat: repeat-x;
607
+ background-size: auto 6px;
608
+ cursor: default;
609
+ }
610
+ .mce-toc {
611
+ border: 1px solid gray;
612
+ }
613
+ .mce-toc h2 {
614
+ margin: 4px;
615
+ }
616
+ .mce-toc li {
617
+ list-style-type: none;
618
+ }
619
+ table[style*="border-width: 0px"],
620
+ .mce-item-table:not([border]),
621
+ .mce-item-table[border="0"],
622
+ table[style*="border-width: 0px"] td,
623
+ .mce-item-table:not([border]) td,
624
+ .mce-item-table[border="0"] td,
625
+ table[style*="border-width: 0px"] th,
626
+ .mce-item-table:not([border]) th,
627
+ .mce-item-table[border="0"] th,
628
+ table[style*="border-width: 0px"] caption,
629
+ .mce-item-table:not([border]) caption,
630
+ .mce-item-table[border="0"] caption {
631
+ border: 1px dashed #bbb;
632
+ }
633
+ .mce-visualblocks p,
634
+ .mce-visualblocks h1,
635
+ .mce-visualblocks h2,
636
+ .mce-visualblocks h3,
637
+ .mce-visualblocks h4,
638
+ .mce-visualblocks h5,
639
+ .mce-visualblocks h6,
640
+ .mce-visualblocks div:not([data-mce-bogus]),
641
+ .mce-visualblocks section,
642
+ .mce-visualblocks article,
643
+ .mce-visualblocks blockquote,
644
+ .mce-visualblocks address,
645
+ .mce-visualblocks pre,
646
+ .mce-visualblocks figure,
647
+ .mce-visualblocks figcaption,
648
+ .mce-visualblocks hgroup,
649
+ .mce-visualblocks aside,
650
+ .mce-visualblocks ul,
651
+ .mce-visualblocks ol,
652
+ .mce-visualblocks dl {
653
+ background-repeat: no-repeat;
654
+ border: 1px dashed #bbb;
655
+ margin-left: 3px;
656
+ padding-top: 10px;
657
+ }
658
+ .mce-visualblocks p {
659
+ background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
660
+ }
661
+ .mce-visualblocks h1 {
662
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
663
+ }
664
+ .mce-visualblocks h2 {
665
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
666
+ }
667
+ .mce-visualblocks h3 {
668
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
669
+ }
670
+ .mce-visualblocks h4 {
671
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
672
+ }
673
+ .mce-visualblocks h5 {
674
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
675
+ }
676
+ .mce-visualblocks h6 {
677
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
678
+ }
679
+ .mce-visualblocks div:not([data-mce-bogus]) {
680
+ background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
681
+ }
682
+ .mce-visualblocks section {
683
+ background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
684
+ }
685
+ .mce-visualblocks article {
686
+ background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
687
+ }
688
+ .mce-visualblocks blockquote {
689
+ background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
690
+ }
691
+ .mce-visualblocks address {
692
+ background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
693
+ }
694
+ .mce-visualblocks pre {
695
+ background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
696
+ }
697
+ .mce-visualblocks figure {
698
+ background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
699
+ }
700
+ .mce-visualblocks figcaption {
701
+ border: 1px dashed #bbb;
702
+ }
703
+ .mce-visualblocks hgroup {
704
+ background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
705
+ }
706
+ .mce-visualblocks aside {
707
+ background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
708
+ }
709
+ .mce-visualblocks ul {
710
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
711
+ }
712
+ .mce-visualblocks ol {
713
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
714
+ }
715
+ .mce-visualblocks dl {
716
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
717
+ }
718
+ .mce-visualblocks:not([dir=rtl]) p,
719
+ .mce-visualblocks:not([dir=rtl]) h1,
720
+ .mce-visualblocks:not([dir=rtl]) h2,
721
+ .mce-visualblocks:not([dir=rtl]) h3,
722
+ .mce-visualblocks:not([dir=rtl]) h4,
723
+ .mce-visualblocks:not([dir=rtl]) h5,
724
+ .mce-visualblocks:not([dir=rtl]) h6,
725
+ .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
726
+ .mce-visualblocks:not([dir=rtl]) section,
727
+ .mce-visualblocks:not([dir=rtl]) article,
728
+ .mce-visualblocks:not([dir=rtl]) blockquote,
729
+ .mce-visualblocks:not([dir=rtl]) address,
730
+ .mce-visualblocks:not([dir=rtl]) pre,
731
+ .mce-visualblocks:not([dir=rtl]) figure,
732
+ .mce-visualblocks:not([dir=rtl]) figcaption,
733
+ .mce-visualblocks:not([dir=rtl]) hgroup,
734
+ .mce-visualblocks:not([dir=rtl]) aside,
735
+ .mce-visualblocks:not([dir=rtl]) ul,
736
+ .mce-visualblocks:not([dir=rtl]) ol,
737
+ .mce-visualblocks:not([dir=rtl]) dl {
738
+ margin-left: 3px;
739
+ }
740
+ .mce-visualblocks[dir=rtl] p,
741
+ .mce-visualblocks[dir=rtl] h1,
742
+ .mce-visualblocks[dir=rtl] h2,
743
+ .mce-visualblocks[dir=rtl] h3,
744
+ .mce-visualblocks[dir=rtl] h4,
745
+ .mce-visualblocks[dir=rtl] h5,
746
+ .mce-visualblocks[dir=rtl] h6,
747
+ .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
748
+ .mce-visualblocks[dir=rtl] section,
749
+ .mce-visualblocks[dir=rtl] article,
750
+ .mce-visualblocks[dir=rtl] blockquote,
751
+ .mce-visualblocks[dir=rtl] address,
752
+ .mce-visualblocks[dir=rtl] pre,
753
+ .mce-visualblocks[dir=rtl] figure,
754
+ .mce-visualblocks[dir=rtl] figcaption,
755
+ .mce-visualblocks[dir=rtl] hgroup,
756
+ .mce-visualblocks[dir=rtl] aside,
757
+ .mce-visualblocks[dir=rtl] ul,
758
+ .mce-visualblocks[dir=rtl] ol,
759
+ .mce-visualblocks[dir=rtl] dl {
760
+ background-position-x: right;
761
+ margin-right: 3px;
762
+ }
763
+ .mce-nbsp,
764
+ .mce-shy {
765
+ background: #aaa;
766
+ }
767
+ .mce-shy::after {
768
+ content: '-';
769
+ }
770
+ body {
771
+ font-family: sans-serif;
772
+ }
773
+ table {
774
+ border-collapse: collapse;
775
+ }