@zextras/carbonio-design-system 0.2.2 → 0.3.0

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