component_ryl 1.0.21 → 1.0.25

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 (34) hide show
  1. package/README.md +5 -6
  2. package/dist/build.js +1 -1
  3. package/package.json +1 -1
  4. package/static/tinymce/langs/zh_CN.js +0 -419
  5. package/static/tinymce/skins/content/dark/content.css +0 -72
  6. package/static/tinymce/skins/content/dark/content.min.css +0 -7
  7. package/static/tinymce/skins/content/default/content.css +0 -68
  8. package/static/tinymce/skins/content/default/content.min.css +0 -7
  9. package/static/tinymce/skins/content/document/content.css +0 -72
  10. package/static/tinymce/skins/content/document/content.min.css +0 -7
  11. package/static/tinymce/skins/content/writer/content.css +0 -68
  12. package/static/tinymce/skins/content/writer/content.min.css +0 -7
  13. package/static/tinymce/skins/ui/oxide/content.css +0 -728
  14. package/static/tinymce/skins/ui/oxide/content.inline.css +0 -722
  15. package/static/tinymce/skins/ui/oxide/content.inline.min.css +0 -7
  16. package/static/tinymce/skins/ui/oxide/content.min.css +0 -7
  17. package/static/tinymce/skins/ui/oxide/content.mobile.css +0 -29
  18. package/static/tinymce/skins/ui/oxide/content.mobile.min.css +0 -7
  19. package/static/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
  20. package/static/tinymce/skins/ui/oxide/skin.css +0 -2972
  21. package/static/tinymce/skins/ui/oxide/skin.min.css +0 -7
  22. package/static/tinymce/skins/ui/oxide/skin.mobile.css +0 -673
  23. package/static/tinymce/skins/ui/oxide/skin.mobile.min.css +0 -7
  24. package/static/tinymce/skins/ui/oxide-dark/content.css +0 -710
  25. package/static/tinymce/skins/ui/oxide-dark/content.inline.css +0 -722
  26. package/static/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -7
  27. package/static/tinymce/skins/ui/oxide-dark/content.min.css +0 -7
  28. package/static/tinymce/skins/ui/oxide-dark/content.mobile.css +0 -29
  29. package/static/tinymce/skins/ui/oxide-dark/content.mobile.min.css +0 -7
  30. package/static/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
  31. package/static/tinymce/skins/ui/oxide-dark/skin.css +0 -2972
  32. package/static/tinymce/skins/ui/oxide-dark/skin.min.css +0 -7
  33. package/static/tinymce/skins/ui/oxide-dark/skin.mobile.css +0 -673
  34. package/static/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +0 -7
@@ -1,710 +0,0 @@
1
- /**
2
- * Copyright (c) Tiny Technologies, Inc. All rights reserved.
3
- * Licensed under the LGPL or a commercial license.
4
- * For LGPL see License.txt in the project root for license information.
5
- * For commercial licenses see https://www.tiny.cloud/
6
- */
7
- .mce-content-body .mce-item-anchor {
8
- 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'%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
9
- cursor: default;
10
- display: inline-block;
11
- height: 12px !important;
12
- padding: 0 2px;
13
- -webkit-user-modify: read-only;
14
- -moz-user-modify: read-only;
15
- -webkit-user-select: all;
16
- -moz-user-select: all;
17
- -ms-user-select: all;
18
- user-select: all;
19
- width: 8px !important;
20
- }
21
- .mce-content-body .mce-item-anchor[data-mce-selected] {
22
- outline-offset: 1px;
23
- }
24
- .tox-comments-visible .tox-comment {
25
- background-color: #fff0b7;
26
- }
27
- .tox-comments-visible .tox-comment--active {
28
- background-color: #ffe168;
29
- }
30
- .tox-checklist > li:not(.tox-checklist--hidden) {
31
- list-style: none;
32
- margin: 0.25em 0;
33
- }
34
- .tox-checklist > li:not(.tox-checklist--hidden)::before {
35
- 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%236d737b%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
36
- cursor: pointer;
37
- height: 1em;
38
- margin-left: -1.5em;
39
- margin-top: 0.125em;
40
- position: absolute;
41
- width: 1em;
42
- }
43
- .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
44
- 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");
45
- }
46
- [dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
47
- margin-left: 0;
48
- margin-right: -1.5em;
49
- }
50
- /* stylelint-disable */
51
- /* http://prismjs.com/ */
52
- /**
53
- * Dracula Theme originally by Zeno Rocha [@zenorocha]
54
- * https://draculatheme.com/
55
- *
56
- * Ported for PrismJS by Albert Vallverdu [@byverdu]
57
- */
58
- code[class*="language-"],
59
- pre[class*="language-"] {
60
- color: #f8f8f2;
61
- background: none;
62
- text-shadow: 0 1px rgba(0, 0, 0, 0.3);
63
- font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
64
- text-align: left;
65
- white-space: pre;
66
- word-spacing: normal;
67
- word-break: normal;
68
- word-wrap: normal;
69
- line-height: 1.5;
70
- -moz-tab-size: 4;
71
- tab-size: 4;
72
- -webkit-hyphens: none;
73
- -ms-hyphens: none;
74
- hyphens: none;
75
- }
76
- /* Code blocks */
77
- pre[class*="language-"] {
78
- padding: 1em;
79
- margin: 0.5em 0;
80
- overflow: auto;
81
- border-radius: 0.3em;
82
- }
83
- :not(pre) > code[class*="language-"],
84
- pre[class*="language-"] {
85
- background: #282a36;
86
- }
87
- /* Inline code */
88
- :not(pre) > code[class*="language-"] {
89
- padding: 0.1em;
90
- border-radius: 0.3em;
91
- white-space: normal;
92
- }
93
- .token.comment,
94
- .token.prolog,
95
- .token.doctype,
96
- .token.cdata {
97
- color: #6272a4;
98
- }
99
- .token.punctuation {
100
- color: #f8f8f2;
101
- }
102
- .namespace {
103
- opacity: 0.7;
104
- }
105
- .token.property,
106
- .token.tag,
107
- .token.constant,
108
- .token.symbol,
109
- .token.deleted {
110
- color: #ff79c6;
111
- }
112
- .token.boolean,
113
- .token.number {
114
- color: #bd93f9;
115
- }
116
- .token.selector,
117
- .token.attr-name,
118
- .token.string,
119
- .token.char,
120
- .token.builtin,
121
- .token.inserted {
122
- color: #50fa7b;
123
- }
124
- .token.operator,
125
- .token.entity,
126
- .token.url,
127
- .language-css .token.string,
128
- .style .token.string,
129
- .token.variable {
130
- color: #f8f8f2;
131
- }
132
- .token.atrule,
133
- .token.attr-value,
134
- .token.function,
135
- .token.class-name {
136
- color: #f1fa8c;
137
- }
138
- .token.keyword {
139
- color: #8be9fd;
140
- }
141
- .token.regex,
142
- .token.important {
143
- color: #ffb86c;
144
- }
145
- .token.important,
146
- .token.bold {
147
- font-weight: bold;
148
- }
149
- .token.italic {
150
- font-style: italic;
151
- }
152
- .token.entity {
153
- cursor: help;
154
- }
155
- /* stylelint-enable */
156
- .mce-content-body {
157
- overflow-wrap: break-word;
158
- word-wrap: break-word;
159
- }
160
- .mce-content-body .mce-visual-caret {
161
- background-color: black;
162
- background-color: currentColor;
163
- position: absolute;
164
- }
165
- .mce-content-body .mce-visual-caret-hidden {
166
- display: none;
167
- }
168
- .mce-content-body *[data-mce-caret] {
169
- left: -1000px;
170
- margin: 0;
171
- padding: 0;
172
- position: absolute;
173
- right: auto;
174
- top: 0;
175
- }
176
- .mce-content-body .mce-offscreen-selection {
177
- left: -2000000px;
178
- max-width: 1000000px;
179
- position: absolute;
180
- }
181
- .mce-content-body *[contentEditable=false] {
182
- cursor: default;
183
- }
184
- .mce-content-body *[contentEditable=true] {
185
- cursor: text;
186
- }
187
- .tox-cursor-format-painter {
188
- 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;
189
- }
190
- .mce-content-body figure.align-left {
191
- float: left;
192
- }
193
- .mce-content-body figure.align-right {
194
- float: right;
195
- }
196
- .mce-content-body figure.image.align-center {
197
- display: table;
198
- margin-left: auto;
199
- margin-right: auto;
200
- }
201
- .mce-preview-object {
202
- border: 1px solid gray;
203
- display: inline-block;
204
- line-height: 0;
205
- margin: 0 2px 0 2px;
206
- position: relative;
207
- }
208
- .mce-preview-object .mce-shim {
209
- background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
210
- height: 100%;
211
- left: 0;
212
- position: absolute;
213
- top: 0;
214
- width: 100%;
215
- }
216
- .mce-preview-object[data-mce-selected="2"] .mce-shim {
217
- display: none;
218
- }
219
- .mce-object {
220
- 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%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
221
- border: 1px dashed #aaa;
222
- }
223
- .mce-pagebreak {
224
- border: 1px dashed #aaa;
225
- cursor: default;
226
- display: block;
227
- height: 5px;
228
- margin-top: 15px;
229
- page-break-before: always;
230
- width: 100%;
231
- }
232
- @media print {
233
- .mce-pagebreak {
234
- border: 0;
235
- }
236
- }
237
- .tiny-pageembed .mce-shim {
238
- background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
239
- height: 100%;
240
- left: 0;
241
- position: absolute;
242
- top: 0;
243
- width: 100%;
244
- }
245
- .tiny-pageembed[data-mce-selected="2"] .mce-shim {
246
- display: none;
247
- }
248
- .tiny-pageembed {
249
- display: inline-block;
250
- position: relative;
251
- }
252
- .tiny-pageembed--21by9,
253
- .tiny-pageembed--16by9,
254
- .tiny-pageembed--4by3,
255
- .tiny-pageembed--1by1 {
256
- display: block;
257
- overflow: hidden;
258
- padding: 0;
259
- position: relative;
260
- width: 100%;
261
- }
262
- .tiny-pageembed--21by9 {
263
- padding-top: 42.857143%;
264
- }
265
- .tiny-pageembed--16by9 {
266
- padding-top: 56.25%;
267
- }
268
- .tiny-pageembed--4by3 {
269
- padding-top: 75%;
270
- }
271
- .tiny-pageembed--1by1 {
272
- padding-top: 100%;
273
- }
274
- .tiny-pageembed--21by9 iframe,
275
- .tiny-pageembed--16by9 iframe,
276
- .tiny-pageembed--4by3 iframe,
277
- .tiny-pageembed--1by1 iframe {
278
- border: 0;
279
- height: 100%;
280
- left: 0;
281
- position: absolute;
282
- top: 0;
283
- width: 100%;
284
- }
285
- .mce-content-body[data-mce-placeholder] {
286
- position: relative;
287
- }
288
- .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
289
- color: rgba(34, 47, 62, 0.7);
290
- content: attr(data-mce-placeholder);
291
- position: absolute;
292
- }
293
- .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
294
- left: 1px;
295
- }
296
- .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
297
- right: 1px;
298
- }
299
- .mce-content-body div.mce-resizehandle {
300
- background-color: #4099ff;
301
- border-color: #4099ff;
302
- border-style: solid;
303
- border-width: 1px;
304
- box-sizing: border-box;
305
- height: 10px;
306
- position: absolute;
307
- width: 10px;
308
- z-index: 10000;
309
- }
310
- .mce-content-body div.mce-resizehandle:hover {
311
- background-color: #4099ff;
312
- }
313
- .mce-content-body div.mce-resizehandle:nth-of-type(1) {
314
- cursor: nwse-resize;
315
- }
316
- .mce-content-body div.mce-resizehandle:nth-of-type(2) {
317
- cursor: nesw-resize;
318
- }
319
- .mce-content-body div.mce-resizehandle:nth-of-type(3) {
320
- cursor: nwse-resize;
321
- }
322
- .mce-content-body div.mce-resizehandle:nth-of-type(4) {
323
- cursor: nesw-resize;
324
- }
325
- .mce-content-body .mce-clonedresizable {
326
- opacity: 0.5;
327
- outline: 1px dashed black;
328
- position: absolute;
329
- z-index: 10000;
330
- }
331
- .mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
332
- .mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
333
- border: 0;
334
- }
335
- .mce-content-body .mce-resize-helper {
336
- background: #555;
337
- background: rgba(0, 0, 0, 0.75);
338
- border: 1px;
339
- border-radius: 3px;
340
- color: white;
341
- display: none;
342
- font-family: sans-serif;
343
- font-size: 12px;
344
- line-height: 14px;
345
- margin: 5px 10px;
346
- padding: 5px;
347
- position: absolute;
348
- white-space: nowrap;
349
- z-index: 10001;
350
- }
351
- .tox-rtc-user-selection {
352
- position: relative;
353
- }
354
- .tox-rtc-user-cursor {
355
- bottom: 0;
356
- cursor: default;
357
- position: absolute;
358
- top: 0;
359
- width: 2px;
360
- }
361
- .tox-rtc-user-cursor::before {
362
- background-color: inherit;
363
- border-radius: 50%;
364
- content: '';
365
- display: block;
366
- height: 8px;
367
- position: absolute;
368
- right: -3px;
369
- top: -3px;
370
- width: 8px;
371
- }
372
- .tox-rtc-user-cursor:hover::after {
373
- background-color: inherit;
374
- border-radius: 100px;
375
- box-sizing: border-box;
376
- color: #fff;
377
- content: attr(data-user);
378
- display: block;
379
- font-size: 12px;
380
- font-weight: bold;
381
- left: -5px;
382
- min-height: 8px;
383
- min-width: 8px;
384
- padding: 0 12px;
385
- position: absolute;
386
- top: -11px;
387
- white-space: nowrap;
388
- z-index: 1000;
389
- }
390
- .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
391
- background-color: #2dc26b;
392
- }
393
- .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
394
- background-color: #e03e2d;
395
- }
396
- .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
397
- background-color: #f1c40f;
398
- }
399
- .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
400
- background-color: #3598db;
401
- }
402
- .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
403
- background-color: #b96ad9;
404
- }
405
- .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
406
- background-color: #e67e23;
407
- }
408
- .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
409
- background-color: #aaa69d;
410
- }
411
- .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
412
- background-color: #f368e0;
413
- }
414
- .tox-rtc-remote-image {
415
- 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;
416
- border: 1px solid #ccc;
417
- min-height: 240px;
418
- min-width: 320px;
419
- }
420
- .mce-match-marker {
421
- background: #aaa;
422
- color: #fff;
423
- }
424
- .mce-match-marker-selected {
425
- background: #39f;
426
- color: #fff;
427
- }
428
- .mce-match-marker-selected::-moz-selection {
429
- background: #39f;
430
- color: #fff;
431
- }
432
- .mce-match-marker-selected::selection {
433
- background: #39f;
434
- color: #fff;
435
- }
436
- .mce-content-body img[data-mce-selected],
437
- .mce-content-body video[data-mce-selected],
438
- .mce-content-body audio[data-mce-selected],
439
- .mce-content-body object[data-mce-selected],
440
- .mce-content-body embed[data-mce-selected],
441
- .mce-content-body table[data-mce-selected] {
442
- outline: 3px solid #4099ff;
443
- }
444
- .mce-content-body hr[data-mce-selected] {
445
- outline: 3px solid #4099ff;
446
- outline-offset: 1px;
447
- }
448
- .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
449
- outline: 3px solid #4099ff;
450
- }
451
- .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
452
- outline: 3px solid #4099ff;
453
- }
454
- .mce-content-body *[contentEditable=false][data-mce-selected] {
455
- cursor: not-allowed;
456
- outline: 3px solid #4099ff;
457
- }
458
- .mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
459
- .mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
460
- outline: none;
461
- }
462
- .mce-content-body *[data-mce-selected="inline-boundary"] {
463
- background-color: #4099ff;
464
- }
465
- .mce-content-body .mce-edit-focus {
466
- outline: 3px solid #4099ff;
467
- }
468
- .mce-content-body td[data-mce-selected],
469
- .mce-content-body th[data-mce-selected] {
470
- position: relative;
471
- }
472
- .mce-content-body td[data-mce-selected]::-moz-selection,
473
- .mce-content-body th[data-mce-selected]::-moz-selection {
474
- background: none;
475
- }
476
- .mce-content-body td[data-mce-selected]::selection,
477
- .mce-content-body th[data-mce-selected]::selection {
478
- background: none;
479
- }
480
- .mce-content-body td[data-mce-selected] *,
481
- .mce-content-body th[data-mce-selected] * {
482
- outline: none;
483
- -webkit-touch-callout: none;
484
- -webkit-user-select: none;
485
- -moz-user-select: none;
486
- -ms-user-select: none;
487
- user-select: none;
488
- }
489
- .mce-content-body td[data-mce-selected]::after,
490
- .mce-content-body th[data-mce-selected]::after {
491
- background-color: rgba(180, 215, 255, 0.35);
492
- border: 1px solid transparent;
493
- bottom: -1px;
494
- content: '';
495
- left: -1px;
496
- mix-blend-mode: lighten;
497
- position: absolute;
498
- right: -1px;
499
- top: -1px;
500
- }
501
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
502
- .mce-content-body td[data-mce-selected]::after,
503
- .mce-content-body th[data-mce-selected]::after {
504
- border-color: rgba(0, 84, 180, 0.35);
505
- }
506
- }
507
- .mce-content-body img::-moz-selection {
508
- background: none;
509
- }
510
- .mce-content-body img::selection {
511
- background: none;
512
- }
513
- .ephox-snooker-resizer-bar {
514
- background-color: #4099ff;
515
- opacity: 0;
516
- -webkit-user-select: none;
517
- -moz-user-select: none;
518
- -ms-user-select: none;
519
- user-select: none;
520
- }
521
- .ephox-snooker-resizer-cols {
522
- cursor: col-resize;
523
- }
524
- .ephox-snooker-resizer-rows {
525
- cursor: row-resize;
526
- }
527
- .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
528
- opacity: 1;
529
- }
530
- .mce-spellchecker-word {
531
- 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");
532
- background-position: 0 calc(100% + 1px);
533
- background-repeat: repeat-x;
534
- background-size: auto 6px;
535
- cursor: default;
536
- height: 2rem;
537
- }
538
- .mce-spellchecker-grammar {
539
- 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");
540
- background-position: 0 calc(100% + 1px);
541
- background-repeat: repeat-x;
542
- background-size: auto 6px;
543
- cursor: default;
544
- }
545
- .mce-toc {
546
- border: 1px solid gray;
547
- }
548
- .mce-toc h2 {
549
- margin: 4px;
550
- }
551
- .mce-toc li {
552
- list-style-type: none;
553
- }
554
- table[style*="border-width: 0px"],
555
- .mce-item-table:not([border]),
556
- .mce-item-table[border="0"],
557
- table[style*="border-width: 0px"] td,
558
- .mce-item-table:not([border]) td,
559
- .mce-item-table[border="0"] td,
560
- table[style*="border-width: 0px"] th,
561
- .mce-item-table:not([border]) th,
562
- .mce-item-table[border="0"] th,
563
- table[style*="border-width: 0px"] caption,
564
- .mce-item-table:not([border]) caption,
565
- .mce-item-table[border="0"] caption {
566
- border: 1px dashed #bbb;
567
- }
568
- .mce-visualblocks p,
569
- .mce-visualblocks h1,
570
- .mce-visualblocks h2,
571
- .mce-visualblocks h3,
572
- .mce-visualblocks h4,
573
- .mce-visualblocks h5,
574
- .mce-visualblocks h6,
575
- .mce-visualblocks div:not([data-mce-bogus]),
576
- .mce-visualblocks section,
577
- .mce-visualblocks article,
578
- .mce-visualblocks blockquote,
579
- .mce-visualblocks address,
580
- .mce-visualblocks pre,
581
- .mce-visualblocks figure,
582
- .mce-visualblocks figcaption,
583
- .mce-visualblocks hgroup,
584
- .mce-visualblocks aside,
585
- .mce-visualblocks ul,
586
- .mce-visualblocks ol,
587
- .mce-visualblocks dl {
588
- background-repeat: no-repeat;
589
- border: 1px dashed #bbb;
590
- margin-left: 3px;
591
- padding-top: 10px;
592
- }
593
- .mce-visualblocks p {
594
- background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
595
- }
596
- .mce-visualblocks h1 {
597
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
598
- }
599
- .mce-visualblocks h2 {
600
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
601
- }
602
- .mce-visualblocks h3 {
603
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
604
- }
605
- .mce-visualblocks h4 {
606
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
607
- }
608
- .mce-visualblocks h5 {
609
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
610
- }
611
- .mce-visualblocks h6 {
612
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
613
- }
614
- .mce-visualblocks div:not([data-mce-bogus]) {
615
- background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
616
- }
617
- .mce-visualblocks section {
618
- background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
619
- }
620
- .mce-visualblocks article {
621
- background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
622
- }
623
- .mce-visualblocks blockquote {
624
- background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
625
- }
626
- .mce-visualblocks address {
627
- background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
628
- }
629
- .mce-visualblocks pre {
630
- background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
631
- }
632
- .mce-visualblocks figure {
633
- background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
634
- }
635
- .mce-visualblocks figcaption {
636
- border: 1px dashed #bbb;
637
- }
638
- .mce-visualblocks hgroup {
639
- background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
640
- }
641
- .mce-visualblocks aside {
642
- background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
643
- }
644
- .mce-visualblocks ul {
645
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
646
- }
647
- .mce-visualblocks ol {
648
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
649
- }
650
- .mce-visualblocks dl {
651
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
652
- }
653
- .mce-visualblocks:not([dir=rtl]) p,
654
- .mce-visualblocks:not([dir=rtl]) h1,
655
- .mce-visualblocks:not([dir=rtl]) h2,
656
- .mce-visualblocks:not([dir=rtl]) h3,
657
- .mce-visualblocks:not([dir=rtl]) h4,
658
- .mce-visualblocks:not([dir=rtl]) h5,
659
- .mce-visualblocks:not([dir=rtl]) h6,
660
- .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
661
- .mce-visualblocks:not([dir=rtl]) section,
662
- .mce-visualblocks:not([dir=rtl]) article,
663
- .mce-visualblocks:not([dir=rtl]) blockquote,
664
- .mce-visualblocks:not([dir=rtl]) address,
665
- .mce-visualblocks:not([dir=rtl]) pre,
666
- .mce-visualblocks:not([dir=rtl]) figure,
667
- .mce-visualblocks:not([dir=rtl]) figcaption,
668
- .mce-visualblocks:not([dir=rtl]) hgroup,
669
- .mce-visualblocks:not([dir=rtl]) aside,
670
- .mce-visualblocks:not([dir=rtl]) ul,
671
- .mce-visualblocks:not([dir=rtl]) ol,
672
- .mce-visualblocks:not([dir=rtl]) dl {
673
- margin-left: 3px;
674
- }
675
- .mce-visualblocks[dir=rtl] p,
676
- .mce-visualblocks[dir=rtl] h1,
677
- .mce-visualblocks[dir=rtl] h2,
678
- .mce-visualblocks[dir=rtl] h3,
679
- .mce-visualblocks[dir=rtl] h4,
680
- .mce-visualblocks[dir=rtl] h5,
681
- .mce-visualblocks[dir=rtl] h6,
682
- .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
683
- .mce-visualblocks[dir=rtl] section,
684
- .mce-visualblocks[dir=rtl] article,
685
- .mce-visualblocks[dir=rtl] blockquote,
686
- .mce-visualblocks[dir=rtl] address,
687
- .mce-visualblocks[dir=rtl] pre,
688
- .mce-visualblocks[dir=rtl] figure,
689
- .mce-visualblocks[dir=rtl] figcaption,
690
- .mce-visualblocks[dir=rtl] hgroup,
691
- .mce-visualblocks[dir=rtl] aside,
692
- .mce-visualblocks[dir=rtl] ul,
693
- .mce-visualblocks[dir=rtl] ol,
694
- .mce-visualblocks[dir=rtl] dl {
695
- background-position-x: right;
696
- margin-right: 3px;
697
- }
698
- .mce-nbsp,
699
- .mce-shy {
700
- background: #aaa;
701
- }
702
- .mce-shy::after {
703
- content: '-';
704
- }
705
- body {
706
- font-family: sans-serif;
707
- }
708
- table {
709
- border-collapse: collapse;
710
- }