biso24-editor 1.3.0 → 1.3.2

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 (53) hide show
  1. package/CKEditor4/CHANGES.md +2182 -2182
  2. package/CKEditor4/LICENSE.md +1436 -1436
  3. package/CKEditor4/README.md +39 -39
  4. package/CKEditor4/SECURITY.md +10 -10
  5. package/CKEditor4/adapters/jquery.js +158 -158
  6. package/CKEditor4/bender-runner.config.json +16 -16
  7. package/CKEditor4/build-config.js +100 -100
  8. package/CKEditor4/ckeditor.js +30065 -30065
  9. package/CKEditor4/config.js +39 -39
  10. package/CKEditor4/contents.css +161 -161
  11. package/CKEditor4/lang/vi.js +475 -475
  12. package/CKEditor4/plugins/a11yhelp/dialogs/a11yhelp.js +143 -143
  13. package/CKEditor4/plugins/a11yhelp/dialogs/lang/vi.js +122 -122
  14. package/CKEditor4/plugins/custompaste/plugin.js +57 -57
  15. package/CKEditor4/plugins/dialog/dialogDefinition.js +4 -4
  16. package/CKEditor4/plugins/dialog/styles/dialog.css +18 -18
  17. package/CKEditor4/plugins/font/lang/vi.js +14 -14
  18. package/CKEditor4/plugins/font/plugin.js +535 -535
  19. package/CKEditor4/plugins/image2/dialogs/image2.js +558 -558
  20. package/CKEditor4/plugins/image2/lang/vi.js +21 -21
  21. package/CKEditor4/plugins/image2/plugin.js +1716 -1708
  22. package/CKEditor4/plugins/justify/plugin.js +266 -266
  23. package/CKEditor4/plugins/justify_group/plugin.js +64 -64
  24. package/CKEditor4/plugins/lineheight/LICENSE +22 -22
  25. package/CKEditor4/plugins/lineheight/README.md +2 -2
  26. package/CKEditor4/plugins/lineheight/lang/vi.js +3 -3
  27. package/CKEditor4/plugins/lineheight/plugin.js +99 -99
  28. package/CKEditor4/plugins/lineheight/readme.txt +30 -30
  29. package/CKEditor4/plugins/link/dialogs/anchor.js +82 -82
  30. package/CKEditor4/plugins/link/dialogs/link.js +777 -777
  31. package/CKEditor4/plugins/menubutton/plugin.js +99 -99
  32. package/CKEditor4/plugins/pastefromword/filter/default.js +849 -849
  33. package/CKEditor4/plugins/pastetools/filter/common.js +445 -445
  34. package/CKEditor4/plugins/pastetools/filter/image.js +163 -163
  35. package/CKEditor4/plugins/pdffile/plugin.js +36 -36
  36. package/CKEditor4/plugins/placeholder_button/plugin.js +31 -31
  37. package/CKEditor4/plugins/sourcedialog/dialogs/sourcedialog.js +88 -88
  38. package/CKEditor4/plugins/sourcedialog/lang/vi.js +9 -9
  39. package/CKEditor4/plugins/sourcedialog/plugin.js +30 -30
  40. package/CKEditor4/plugins/wordfile/plugin.js +161 -161
  41. package/CKEditor4/skins/moono-lisa/dialog.css +685 -685
  42. package/CKEditor4/skins/moono-lisa/dialog_ie.css +721 -721
  43. package/CKEditor4/skins/moono-lisa/dialog_ie8.css +746 -746
  44. package/CKEditor4/skins/moono-lisa/dialog_iequirks.css +724 -724
  45. package/CKEditor4/skins/moono-lisa/editor.css +1551 -1551
  46. package/CKEditor4/skins/moono-lisa/editor_gecko.css +1556 -1556
  47. package/CKEditor4/skins/moono-lisa/editor_ie.css +1588 -1588
  48. package/CKEditor4/skins/moono-lisa/editor_ie8.css +1639 -1639
  49. package/CKEditor4/skins/moono-lisa/editor_iequirks.css +1632 -1632
  50. package/CKEditor4/skins/moono-lisa/readme.md +46 -46
  51. package/CKEditor4/styles.js +136 -136
  52. package/CKEditor4/vendor/promise.js +385 -385
  53. package/package.json +1 -1
@@ -1,1632 +1,1632 @@
1
- /*
2
- Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
- For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- .cke_reset {
6
- margin: 0;
7
- padding: 0;
8
- border: 0;
9
- background: transparent;
10
- text-decoration: none;
11
- width: auto;
12
- height: auto;
13
- vertical-align: baseline;
14
- box-sizing: content-box;
15
- position: static;
16
- transition: none;
17
- border-radius: 4px;
18
- }
19
- .cke_reset_all,
20
- .cke_reset_all *,
21
- .cke_reset_all a,
22
- .cke_reset_all textarea {
23
- margin: 0;
24
- padding: 0;
25
- border: 0;
26
- background: transparent;
27
- text-decoration: none;
28
- width: auto;
29
- height: auto;
30
- vertical-align: baseline;
31
- box-sizing: content-box;
32
- position: static;
33
- transition: none;
34
- border-collapse: collapse;
35
- font:
36
- normal normal normal 12px Arial,
37
- Helvetica,
38
- Tahoma,
39
- Verdana,
40
- Sans-Serif;
41
- color: #000;
42
- text-align: left;
43
- white-space: nowrap;
44
- cursor: auto;
45
- float: none;
46
- }
47
- .cke_reset_all .cke_rtl * {
48
- text-align: right;
49
- }
50
- .cke_reset_all iframe {
51
- vertical-align: inherit;
52
- }
53
- .cke_reset_all textarea {
54
- white-space: pre-wrap;
55
- }
56
- .cke_reset_all textarea,
57
- .cke_reset_all input[type='text'],
58
- .cke_reset_all input[type='password'] {
59
- cursor: text;
60
- }
61
- .cke_reset_all textarea[disabled],
62
- .cke_reset_all input[type='text'][disabled],
63
- .cke_reset_all input[type='password'][disabled] {
64
- cursor: default;
65
- }
66
- .cke_reset_all fieldset {
67
- padding: 10px;
68
- border: 2px groove #e0dfe3;
69
- }
70
- .cke_reset_all select {
71
- box-sizing: border-box;
72
- }
73
- .cke_reset_all select[multiple] option:checked {
74
- background-color: #cecece;
75
- }
76
- .cke_reset_all table {
77
- table-layout: auto;
78
- }
79
- .cke_chrome {
80
- display: block;
81
- border: 1px solid #e0e0e0;
82
- padding: 0;
83
- }
84
- .cke_inner {
85
- display: block;
86
- background: #fff;
87
- padding: 0;
88
- -webkit-touch-callout: none;
89
- border-radius: 4px;
90
- }
91
- .cke_float {
92
- border: 0;
93
- }
94
- .cke_float .cke_inner {
95
- padding-bottom: 0;
96
- }
97
- .cke_top,
98
- .cke_contents,
99
- .cke_bottom {
100
- display: block;
101
- overflow: hidden;
102
- }
103
- .cke_contents {
104
- border-radius: 0 0 4px 4px;
105
- height: 100% !important;
106
- display: flex;
107
- }
108
- .cke_top {
109
- flex-shrink: 0;
110
- border-bottom: 1px solid #e0e0e0;
111
- background-color: white;
112
- padding: 6px 4px 2px;
113
- white-space: normal;
114
- border-radius: 4px 4px 0 0;
115
- }
116
- .cke_float .cke_top {
117
- border: 1px solid #e0e0e0;
118
- }
119
- .cke_bottom {
120
- padding: 6px 4px 2px;
121
- position: relative;
122
- border-top: 1px solid #e0e0e0;
123
- background-color: white;
124
- }
125
- .cke_browser_ios .cke_contents {
126
- overflow-y: auto;
127
- -webkit-overflow-scrolling: touch;
128
- }
129
- .cke_resizer {
130
- width: 0;
131
- height: 0;
132
- overflow: hidden;
133
- border-width: 10px 10px 0 0;
134
- border-color: transparent #2021240f transparent transparent;
135
- border-style: dashed solid dashed dashed;
136
- font-size: 0;
137
- vertical-align: bottom;
138
- margin-top: 6px;
139
- margin-bottom: 2px;
140
- }
141
- .cke_hc .cke_resizer {
142
- font-size: 15px;
143
- width: auto;
144
- height: auto;
145
- border-width: 0;
146
- }
147
- .cke_resizer_ltr {
148
- cursor: se-resize;
149
- float: right;
150
- margin-right: -4px;
151
- }
152
- .cke_resizer_rtl {
153
- border-width: 10px 0 0 10px;
154
- border-color: transparent transparent transparent #2021240f;
155
- border-style: dashed dashed dashed solid;
156
- cursor: sw-resize;
157
- float: left;
158
- margin-left: -4px;
159
- right: auto;
160
- }
161
- .cke_wysiwyg_div {
162
- display: block;
163
- height: 100%;
164
- overflow: auto;
165
- padding: 0 8px;
166
- outline-style: none;
167
- box-sizing: border-box;
168
- }
169
- .cke_panel {
170
- visibility: visible;
171
- width: 120px;
172
- height: 100px;
173
- overflow: hidden;
174
- background-color: #fff;
175
- border: 1px solid #e0e0e0;
176
- }
177
- .cke_menu_panel {
178
- padding: 0;
179
- margin: 0;
180
- }
181
- .cke_combopanel {
182
- width: 150px;
183
- height: 170px;
184
- }
185
- .cke_panel_frame {
186
- width: 100%;
187
- height: 100%;
188
- font-size: 12px;
189
- overflow: auto;
190
- overflow-x: hidden;
191
- }
192
- .cke_panel_container {
193
- overflow-y: auto;
194
- overflow-x: hidden;
195
- }
196
- .cke_panel_block:focus {
197
- outline: 0;
198
- }
199
- .cke_panel_list {
200
- margin: 0;
201
- padding: 0;
202
- list-style-type: none;
203
- white-space: nowrap;
204
- }
205
- .cke_panel_listItem {
206
- margin: 0;
207
- padding: 0;
208
- }
209
- .cke_panel_listItem a {
210
- padding: 6px 7px;
211
- display: block;
212
- color: inherit !important;
213
- text-decoration: none;
214
- overflow: hidden;
215
- text-overflow: ellipsis;
216
- }
217
- .cke_hc .cke_panel_listItem a {
218
- border-style: none;
219
- }
220
- .cke_panel_listItem.cke_selected a,
221
- .cke_panel_listItem a:hover,
222
- .cke_panel_listItem a:focus,
223
- .cke_panel_listItem a:active {
224
- background-color: #e9e9e9;
225
- }
226
- .cke_panel_listItem a:focus {
227
- outline: 1px dotted #000;
228
- }
229
- .cke_hc .cke_panel_listItem a:hover,
230
- .cke_hc .cke_panel_listItem a:focus,
231
- .cke_hc .cke_panel_listItem a:active {
232
- border: 2px solid;
233
- padding: 4px 5px;
234
- }
235
- .cke_panel_listItem p,
236
- .cke_panel_listItem h1,
237
- .cke_panel_listItem h2,
238
- .cke_panel_listItem h3,
239
- .cke_panel_listItem h4,
240
- .cke_panel_listItem h5,
241
- .cke_panel_listItem h6,
242
- .cke_panel_listItem pre {
243
- margin-top: 0;
244
- margin-bottom: 0;
245
- }
246
- .cke_panel_grouptitle {
247
- cursor: default;
248
- font-size: 11px;
249
- font-weight: bold;
250
- white-space: nowrap;
251
- margin: 0;
252
- padding: 6px 6px 7px 6px;
253
- color: #484848;
254
- border-bottom: 1px solid #e0e0e0;
255
- background: #f8f8f8;
256
- }
257
- .cke_colorblock {
258
- padding: 10px;
259
- font-size: 11px;
260
- font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
261
- }
262
- .cke_colorblock,
263
- .cke_colorblock a {
264
- text-decoration: none;
265
- color: #000;
266
- }
267
- a.cke_colorbox {
268
- padding: 2px;
269
- float: left;
270
- width: 20px;
271
- height: 20px;
272
- }
273
- .cke_rtl a.cke_colorbox {
274
- float: right;
275
- }
276
- a:hover.cke_colorbox,
277
- a:focus.cke_colorbox,
278
- a:active.cke_colorbox {
279
- outline: 0;
280
- padding: 0;
281
- border: 2px solid #139ff7;
282
- }
283
- a:hover.cke_colorbox {
284
- border-color: #2021240f;
285
- }
286
- span.cke_colorbox {
287
- width: 20px;
288
- height: 20px;
289
- float: left;
290
- }
291
- .cke_rtl span.cke_colorbox {
292
- float: right;
293
- }
294
- a.cke_colorauto,
295
- a.cke_colormore {
296
- border: #fff 1px solid;
297
- padding: 3px;
298
- display: block;
299
- cursor: pointer;
300
- }
301
- a.cke_colorauto {
302
- padding: 0;
303
- border: 1px solid transparent;
304
- margin-bottom: 6px;
305
- height: 26px;
306
- line-height: 26px;
307
- }
308
- a.cke_colormore {
309
- margin-top: 10px;
310
- height: 20px;
311
- line-height: 19px;
312
- }
313
- a:hover.cke_colorauto,
314
- a:hover.cke_colormore,
315
- a:focus.cke_colorauto,
316
- a:focus.cke_colormore,
317
- a:active.cke_colorauto,
318
- a:active.cke_colormore {
319
- outline: 0;
320
- border: #139ff7 1px solid;
321
- background-color: #f8f8f8;
322
- }
323
- a:hover.cke_colorauto,
324
- a:hover.cke_colormore {
325
- border-color: #2021240f;
326
- }
327
- .cke_colorauto span.cke_colorbox {
328
- width: 18px;
329
- height: 18px;
330
- border: 1px solid #808080;
331
- margin-left: 1px;
332
- margin-top: 3px;
333
- }
334
- .cke_rtl .cke_colorauto span.cke_colorbox {
335
- margin-left: 0;
336
- margin-right: 1px;
337
- }
338
- span.cke_colorbox[style*='#ffffff'],
339
- span.cke_colorbox[style*='#FFFFFF'],
340
- span.cke_colorbox[style='background-color:#fff'],
341
- span.cke_colorbox[style='background-color:#FFF'],
342
- span.cke_colorbox[style*='rgb(255,255,255)'],
343
- span.cke_colorbox[style*='rgb(255, 255, 255)'] {
344
- border: 1px solid #808080;
345
- width: 18px;
346
- height: 18px;
347
- }
348
- .cke_toolbar {
349
- float: left;
350
- }
351
- .cke_rtl .cke_toolbar {
352
- float: right;
353
- }
354
- .cke_toolgroup {
355
- border: 0;
356
- float: left;
357
- margin: 1px 2px 6px 0;
358
- padding-right: 3px;
359
- }
360
- .cke_rtl .cke_toolgroup {
361
- float: right;
362
- margin: 1px 0 6px 2px;
363
- padding-left: 3px;
364
- padding-right: 0;
365
- }
366
- .cke_hc .cke_toolgroup {
367
- margin-right: 5px;
368
- margin-bottom: 5px;
369
- }
370
- .cke_hc.cke_rtl .cke_toolgroup {
371
- margin-right: 0;
372
- margin-left: 5px;
373
- }
374
- a.cke_button {
375
- display: inline-block;
376
- height: 18px;
377
- padding: 4px 6px;
378
- outline: 0;
379
- cursor: default;
380
- float: left;
381
- border: 0;
382
- position: relative;
383
- }
384
- a.cke_button_expandable {
385
- padding: 4px 5px;
386
- }
387
- .cke_rtl a.cke_button {
388
- float: right;
389
- }
390
- .cke_hc a.cke_button {
391
- border: 1px solid black;
392
- padding: 3px 5px;
393
- margin: 0 3px 5px 0;
394
- }
395
- .cke_hc.cke_rtl a.cke_button {
396
- margin: 0 0 5px 3px;
397
- }
398
- a.cke_button_on {
399
- background: #fff;
400
- border: 1px #bcbcbc solid;
401
- padding: 3px 5px;
402
- }
403
- a.cke_button_expandable.cke_button_on {
404
- padding: 3px 4px;
405
- }
406
- a.cke_button_off:hover,
407
- a.cke_button_off:focus,
408
- a.cke_button_off:active {
409
- background: #2021240f;
410
- border: 1px #2021240f solid;
411
- padding: 3px 5px;
412
- }
413
- a.cke_button_expandable.cke_button_off:hover,
414
- a.cke_button_expandable.cke_button_off:focus,
415
- a.cke_button_expandable.cke_button_off:active {
416
- padding: 3px 4px;
417
- }
418
- .cke_hc a.cke_button_on,
419
- .cke_hc a.cke_button_off:hover,
420
- .cke_hc a.cke_button_off:focus,
421
- .cke_hc a.cke_button_off:active {
422
- background: #2021240f;
423
- border: 3px solid #000;
424
- padding: 1px 3px;
425
- }
426
- @media screen and (hover: none) {
427
- a.cke_button_off:hover {
428
- background: transparent;
429
- border: 0;
430
- padding: 4px 6px;
431
- }
432
- a.cke_button_expandable.cke_button_off:hover {
433
- padding: 4px 5px;
434
- }
435
- a.cke_button_off:active {
436
- background: #2021240f;
437
- border: 1px #2021240f solid;
438
- padding: 3px 5px;
439
- }
440
- a.cke_button_expandable.cke_button_off:active {
441
- padding: 3px 4px;
442
- }
443
- }
444
- a.cke_button_disabled:hover,
445
- a.cke_button_disabled:focus,
446
- a.cke_button_disabled:active {
447
- border: 0;
448
- padding: 4px 6px;
449
- background-color: transparent;
450
- }
451
- a.cke_button_expandable.cke_button_disabled:hover,
452
- a.cke_button_expandable.cke_button_disabled:active {
453
- padding: 4px 5px;
454
- }
455
- a.cke_button_disabled:focus {
456
- border: 1px #2021240f solid;
457
- padding: 3px 5px;
458
- }
459
- a.cke_button_expandable.cke_button_disabled:focus {
460
- padding: 3px 4px;
461
- }
462
- .cke_hc a.cke_button_disabled:hover,
463
- .cke_hc a.cke_button_disabled:focus,
464
- .cke_hc a.cke_button_disabled:active {
465
- border: 1px solid #acacac;
466
- padding: 3px 5px;
467
- margin: 0 3px 5px 0;
468
- }
469
- .cke_hc a.cke_button_disabled:focus {
470
- border: 3px solid #000;
471
- padding: 1px 3px;
472
- }
473
- .cke_hc.cke_rtl a.cke_button_disabled:hover,
474
- .cke_hc.cke_rtl a.cke_button_disabled:focus,
475
- .cke_hc.cke_rtl a.cke_button_disabled:active {
476
- margin: 0 0 5px 3px;
477
- }
478
- a.cke_button_disabled .cke_button_icon,
479
- a.cke_button_disabled .cke_button_arrow {
480
- opacity: 0.3;
481
- }
482
- .cke_hc a.cke_button_disabled {
483
- border-color: #acacac;
484
- }
485
- .cke_hc a.cke_button_disabled .cke_button_icon,
486
- .cke_hc a.cke_button_disabled .cke_button_label {
487
- opacity: 0.5;
488
- }
489
- .cke_toolgroup a.cke_button:last-child:after,
490
- .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
491
- content: '';
492
- position: absolute;
493
- height: 18px;
494
- width: 0;
495
- border-right: 1px solid #2021240f;
496
- margin-top: 4px;
497
- top: 0;
498
- right: -3px;
499
- }
500
- .cke_rtl .cke_toolgroup a.cke_button:last-child:after,
501
- .cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
502
- border-right: 0;
503
- right: auto;
504
- border-left: 1px solid #2021240f;
505
- top: 0;
506
- left: -3px;
507
- }
508
- .cke_hc .cke_toolgroup a.cke_button:last-child:after,
509
- .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
510
- .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
511
- border-color: #000;
512
- top: 0;
513
- right: -7px;
514
- }
515
- .cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after,
516
- .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
517
- .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
518
- top: 0;
519
- right: auto;
520
- left: -7px;
521
- }
522
- .cke_toolgroup a.cke_button:hover:last-child:after,
523
- .cke_toolgroup a.cke_button:focus:last-child:after,
524
- .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
525
- top: -1px;
526
- right: -4px;
527
- }
528
- .cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
529
- .cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,
530
- .cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
531
- top: -1px;
532
- right: auto;
533
- left: -4px;
534
- }
535
- .cke_hc .cke_toolgroup a.cke_button:hover:last-child:after,
536
- .cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
537
- top: -2px;
538
- right: -9px;
539
- }
540
- .cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
541
- .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
542
- top: -2px;
543
- right: auto;
544
- left: -9px;
545
- }
546
- .cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after {
547
- content: none;
548
- border: 0;
549
- width: 0;
550
- height: 0;
551
- }
552
- .cke_button_icon {
553
- cursor: inherit;
554
- background-repeat: no-repeat;
555
- margin-top: 1px;
556
- width: 16px;
557
- height: 16px;
558
- float: left;
559
- display: inline-block;
560
- }
561
- .cke_rtl .cke_button_icon {
562
- float: right;
563
- }
564
- .cke_hc .cke_button_icon {
565
- display: none;
566
- }
567
- .cke_button_label {
568
- display: none;
569
- padding-left: 3px;
570
- margin-top: 1px;
571
- line-height: 17px;
572
- vertical-align: middle;
573
- float: left;
574
- cursor: default;
575
- color: #484848;
576
- }
577
- .cke_rtl .cke_button_label {
578
- padding-right: 3px;
579
- padding-left: 0;
580
- float: right;
581
- }
582
- .cke_hc .cke_button_label {
583
- padding: 0;
584
- display: inline-block;
585
- font-size: 12px;
586
- }
587
- .cke_button_arrow {
588
- display: inline-block;
589
- margin: 8px 0 0 3px;
590
- width: 0;
591
- height: 0;
592
- cursor: default;
593
- vertical-align: top;
594
- border-left: 3px solid transparent;
595
- border-right: 3px solid transparent;
596
- border-top: 3px solid #484848;
597
- }
598
- .cke_rtl .cke_button_arrow {
599
- margin-right: 5px;
600
- margin-left: 0;
601
- }
602
- .cke_hc .cke_button_arrow {
603
- font-size: 10px;
604
- margin: 3px 0 0 3px;
605
- width: auto;
606
- border: 0;
607
- }
608
- .cke_toolbar_separator {
609
- float: left;
610
- background-color: #2021240f;
611
- margin: 4px 2px 0 2px;
612
- height: 18px;
613
- width: 1px;
614
- }
615
- .cke_rtl .cke_toolbar_separator {
616
- float: right;
617
- }
618
- .cke_hc .cke_toolbar_separator {
619
- background-color: #000;
620
- margin-left: 2px;
621
- margin-right: 5px;
622
- margin-bottom: 9px;
623
- }
624
- .cke_hc.cke_rtl .cke_toolbar_separator {
625
- margin-left: 5px;
626
- margin-right: 2px;
627
- }
628
- .cke_toolbar_break {
629
- display: block;
630
- clear: left;
631
- }
632
- .cke_rtl .cke_toolbar_break {
633
- clear: right;
634
- }
635
- a.cke_toolbox_collapser {
636
- width: 12px;
637
- height: 11px;
638
- float: right;
639
- margin: 11px 0 0;
640
- font-size: 0;
641
- cursor: default;
642
- text-align: center;
643
- border: 1px solid #2021240f;
644
- }
645
- .cke_rtl .cke_toolbox_collapser {
646
- float: left;
647
- }
648
- .cke_toolbox_collapser:hover {
649
- background: #2021240f;
650
- }
651
- .cke_toolbox_collapser.cke_toolbox_collapser_min {
652
- margin: 0 2px 4px;
653
- }
654
- .cke_toolbox_collapser .cke_arrow {
655
- display: inline-block;
656
- height: 0;
657
- width: 0;
658
- font-size: 0;
659
- margin-top: 1px;
660
- border: 3px solid transparent;
661
- border-bottom-color: #484848;
662
- }
663
- .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
664
- margin-top: 4px;
665
- border-bottom-color: transparent;
666
- border-top-color: #484848;
667
- }
668
- .cke_hc .cke_toolbox_collapser .cke_arrow {
669
- font-size: 8px;
670
- width: auto;
671
- border: 0;
672
- margin-top: 0;
673
- }
674
- .cke_menuitem span {
675
- cursor: default;
676
- }
677
- .cke_menubutton {
678
- display: block;
679
- }
680
- .cke_hc .cke_menubutton {
681
- padding: 2px;
682
- }
683
- .cke_menubutton:hover,
684
- .cke_menubutton:focus,
685
- .cke_menubutton:active {
686
- background-color: #e9e9e9;
687
- display: block;
688
- outline: 1px dotted;
689
- }
690
- .cke_menubutton:hover {
691
- outline: 0;
692
- }
693
- .cke_hc .cke_menubutton:hover,
694
- .cke_hc .cke_menubutton:focus,
695
- .cke_hc .cke_menubutton:active {
696
- border: 2px solid;
697
- padding: 0;
698
- }
699
- .cke_menubutton_disabled:hover,
700
- .cke_menubutton_disabled:focus,
701
- .cke_menubutton_disabled:active {
702
- background-color: transparent;
703
- outline: 0;
704
- }
705
- .cke_menubutton_inner {
706
- display: table-row;
707
- }
708
- .cke_menubutton_icon,
709
- .cke_menubutton_label,
710
- .cke_menuarrow {
711
- display: table-cell;
712
- }
713
- .cke_menubutton_icon {
714
- background-color: #f8f8f8;
715
- padding: 6px 4px;
716
- }
717
- .cke_hc .cke_menubutton_icon {
718
- height: 16px;
719
- width: 0;
720
- padding: 4px 0;
721
- }
722
- .cke_menubutton:hover .cke_menubutton_icon,
723
- .cke_menubutton:focus .cke_menubutton_icon,
724
- .cke_menubutton:active .cke_menubutton_icon {
725
- background-color: #e9e9e9;
726
- }
727
- .cke_menubutton_disabled:hover .cke_menubutton_icon,
728
- .cke_menubutton_disabled:focus .cke_menubutton_icon,
729
- .cke_menubutton_disabled:active .cke_menubutton_icon {
730
- background-color: #f8f8f8;
731
- outline: 0;
732
- }
733
- .cke_menuitem .cke_menubutton_on {
734
- background-color: #e9e9e9;
735
- border: 1px solid #dedede;
736
- outline: 0;
737
- }
738
- .cke_menubutton_on .cke_menubutton_icon {
739
- padding-right: 3px;
740
- background-color: #e9e9e9;
741
- }
742
- .cke_menubutton_label {
743
- padding: 0 5px;
744
- background-color: transparent;
745
- width: 100%;
746
- vertical-align: middle;
747
- }
748
- .cke_menubutton_shortcut {
749
- color: #979797;
750
- }
751
- .cke_menubutton_disabled .cke_menubutton_label {
752
- opacity: 0.3;
753
- filter: alpha(opacity=30);
754
- }
755
- .cke_panel_frame .cke_menubutton_label {
756
- display: none;
757
- }
758
- .cke_menuseparator {
759
- background-color: #d1d1d1;
760
- height: 1px;
761
- }
762
- .cke_menuarrow {
763
- background: transparent url(images/arrow.png) no-repeat 0 10px;
764
- padding: 0 5px;
765
- }
766
- .cke_rtl .cke_menuarrow {
767
- background-position: 5px -13px;
768
- background-repeat: no-repeat;
769
- }
770
- .cke_hc .cke_menuarrow {
771
- background-image: none;
772
- }
773
- .cke_menuarrow span {
774
- display: none;
775
- }
776
- .cke_hc .cke_menuarrow span {
777
- vertical-align: middle;
778
- display: inline;
779
- }
780
- .cke_combo {
781
- display: inline-block;
782
- float: left;
783
- position: relative;
784
- margin-bottom: 5px;
785
- }
786
- .cke_rtl .cke_combo {
787
- float: right;
788
- }
789
- .cke_hc .cke_combo {
790
- margin-top: 1px;
791
- margin-bottom: 10px;
792
- }
793
- .cke_combo:after {
794
- content: '';
795
- position: absolute;
796
- height: 18px;
797
- width: 0;
798
- border-right: 1px solid #2021240f;
799
- margin-top: 5px;
800
- top: 0;
801
- right: 0;
802
- }
803
- .cke_rtl .cke_combo:after {
804
- border-right: 0;
805
- border-left: 1px solid #2021240f;
806
- right: auto;
807
- left: 0;
808
- }
809
- .cke_hc .cke_combo:after {
810
- border-color: #000;
811
- }
812
- a.cke_combo_button {
813
- cursor: default;
814
- display: inline-block;
815
- float: left;
816
- margin: 0;
817
- padding: 1px;
818
- }
819
- .cke_rtl a.cke_combo_button {
820
- float: right;
821
- }
822
- .cke_hc a.cke_combo_button {
823
- padding: 4px;
824
- }
825
- .cke_combo_on a.cke_combo_button,
826
- .cke_combo_off a.cke_combo_button:hover,
827
- .cke_combo_off a.cke_combo_button:focus,
828
- .cke_combo_off a.cke_combo_button:active {
829
- background: #2021240f;
830
- border: 1px solid #2021240f;
831
- padding: 0 0 0 1px;
832
- margin-left: -1px;
833
- }
834
- .cke_combo_off a.cke_combo_button:focus {
835
- outline: 0;
836
- }
837
- .cke_combo_on a.cke_combo_button,
838
- .cke_combo_off a.cke_combo_button:active {
839
- background: #fff;
840
- }
841
- @media screen and (hover: none) {
842
- .cke_combo_off a.cke_combo_button:hover {
843
- background: transparent;
844
- border-color: transparent;
845
- }
846
- .cke_combo_off a.cke_combo_button:active {
847
- background: #fff;
848
- border: 1px solid #2021240f;
849
- }
850
- }
851
- .cke_rtl .cke_combo_on a.cke_combo_button,
852
- .cke_rtl .cke_combo_off a.cke_combo_button:hover,
853
- .cke_rtl .cke_combo_off a.cke_combo_button:focus,
854
- .cke_rtl .cke_combo_off a.cke_combo_button:active {
855
- padding: 0 1px 0 0;
856
- margin-left: 0;
857
- margin-right: -1px;
858
- }
859
- .cke_hc .cke_combo_on a.cke_combo_button,
860
- .cke_hc .cke_combo_off a.cke_combo_button:hover,
861
- .cke_hc .cke_combo_off a.cke_combo_button:focus,
862
- .cke_hc .cke_combo_off a.cke_combo_button:active {
863
- border: 3px solid #000;
864
- padding: 1px 1px 1px 2px;
865
- }
866
- .cke_hc.cke_rtl .cke_combo_on a.cke_combo_button,
867
- .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,
868
- .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,
869
- .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active {
870
- padding: 1px 2px 1px 1px;
871
- }
872
- .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
873
- .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
874
- .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
875
- .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
876
- padding: 0 0 0 3px;
877
- margin-left: -3px;
878
- }
879
- .cke_rtl .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
880
- .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
881
- .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
882
- .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
883
- padding: 0 3px 0 0;
884
- margin-left: 0;
885
- margin-right: -3px;
886
- }
887
- .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
888
- .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
889
- .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
890
- .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
891
- padding: 1px 1px 1px 7px;
892
- margin-left: -6px;
893
- }
894
- .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
895
- .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
896
- .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
897
- .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
898
- padding: 1px 7px 1px 1px;
899
- margin-left: 0;
900
- margin-right: -6px;
901
- }
902
- .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
903
- .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
904
- .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
905
- .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
906
- .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
907
- .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
908
- .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
909
- .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
910
- padding: 0;
911
- margin: 0;
912
- }
913
- .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
914
- .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
915
- .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
916
- .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
917
- .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
918
- .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
919
- .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
920
- .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
921
- padding: 1px;
922
- margin: 0;
923
- }
924
- .cke_toolbar .cke_combo + .cke_toolbar_end,
925
- .cke_toolbar .cke_combo + .cke_toolgroup {
926
- margin-right: 0;
927
- margin-left: 2px;
928
- }
929
- .cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
930
- .cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
931
- margin-left: 0;
932
- margin-right: 2px;
933
- }
934
- .cke_hc .cke_toolbar .cke_combo + .cke_toolbar_end,
935
- .cke_hc .cke_toolbar .cke_combo + .cke_toolgroup {
936
- margin-left: 5px;
937
- }
938
- .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
939
- .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
940
- margin-left: 0;
941
- margin-right: 5px;
942
- }
943
- .cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n + 2):after {
944
- content: none;
945
- border: 0;
946
- width: 0;
947
- height: 0;
948
- }
949
- .cke_combo_text {
950
- line-height: 26px;
951
- padding-left: 10px;
952
- text-overflow: ellipsis;
953
- overflow: hidden;
954
- float: left;
955
- cursor: default;
956
- color: #484848;
957
- width: 50px;
958
- }
959
- .cke_rtl .cke_combo_text {
960
- float: right;
961
- text-align: right;
962
- padding-left: 0;
963
- padding-right: 10px;
964
- }
965
- .cke_hc .cke_combo_text {
966
- line-height: 18px;
967
- font-size: 12px;
968
- }
969
- .cke_combo_open {
970
- cursor: default;
971
- display: inline-block;
972
- font-size: 0;
973
- height: 19px;
974
- line-height: 17px;
975
- margin: 1px 6px 1px 4px;
976
- width: 5px;
977
- }
978
- .cke_hc .cke_combo_open {
979
- height: 12px;
980
- }
981
- .cke_combo_arrow {
982
- cursor: default;
983
- margin: 11px 0 0;
984
- float: left;
985
- height: 0;
986
- width: 0;
987
- font-size: 0;
988
- border-left: 3px solid transparent;
989
- border-right: 3px solid transparent;
990
- border-top: 3px solid #484848;
991
- }
992
- .cke_hc .cke_combo_arrow {
993
- font-size: 10px;
994
- width: auto;
995
- border: 0;
996
- margin-top: 3px;
997
- }
998
- .cke_combo_label {
999
- display: none;
1000
- float: left;
1001
- line-height: 26px;
1002
- vertical-align: top;
1003
- margin-right: 5px;
1004
- }
1005
- .cke_rtl .cke_combo_label {
1006
- float: right;
1007
- margin-left: 5px;
1008
- margin-right: 0;
1009
- }
1010
- .cke_combo_disabled .cke_combo_inlinelabel,
1011
- .cke_combo_disabled .cke_combo_open {
1012
- opacity: 0.3;
1013
- }
1014
- .cke_path {
1015
- float: left;
1016
- margin: -2px 0 2px;
1017
- }
1018
- a.cke_path_item,
1019
- span.cke_path_empty {
1020
- display: inline-block;
1021
- float: left;
1022
- padding: 3px 4px;
1023
- margin-right: 2px;
1024
- cursor: default;
1025
- text-decoration: none;
1026
- outline: 0;
1027
- border: 0;
1028
- color: #484848;
1029
- font-weight: bold;
1030
- font-size: 11px;
1031
- }
1032
- .cke_rtl .cke_path,
1033
- .cke_rtl .cke_path_item,
1034
- .cke_rtl .cke_path_empty {
1035
- float: right;
1036
- }
1037
- a.cke_path_item:hover,
1038
- a.cke_path_item:focus,
1039
- a.cke_path_item:active {
1040
- background-color: #2021240f;
1041
- }
1042
- .cke_hc a.cke_path_item:hover,
1043
- .cke_hc a.cke_path_item:focus,
1044
- .cke_hc a.cke_path_item:active {
1045
- border: 2px solid;
1046
- padding: 1px 2px;
1047
- }
1048
- .cke_button__source_label,
1049
- .cke_button__sourcedialog_label {
1050
- display: inline;
1051
- }
1052
- .cke_combopanel__fontsize {
1053
- width: 135px;
1054
- }
1055
- textarea.cke_source {
1056
- font-family: 'Courier New', Monospace;
1057
- font-size: small;
1058
- background-color: #fff;
1059
- white-space: pre-wrap;
1060
- border: 0;
1061
- padding: 0;
1062
- margin: 0;
1063
- display: block;
1064
- }
1065
- .cke_wysiwyg_frame,
1066
- .cke_wysiwyg_div {
1067
- background-color: #fff;
1068
- }
1069
- .cke_notifications_area {
1070
- pointer-events: none;
1071
- }
1072
- .cke_notification {
1073
- pointer-events: auto;
1074
- position: relative;
1075
- margin: 10px;
1076
- width: 300px;
1077
- color: white;
1078
- text-align: center;
1079
- opacity: 0.95;
1080
- filter: alpha(opacity = 95);
1081
- -webkit-animation: fadeIn 0.7s;
1082
- animation: fadeIn 0.7s;
1083
- }
1084
- .cke_notification_message a {
1085
- color: #12306f;
1086
- }
1087
- @-webkit-keyframes fadeIn {
1088
- from {
1089
- opacity: 0.4;
1090
- }
1091
- to {
1092
- opacity: 0.95;
1093
- }
1094
- }
1095
- @keyframes fadeIn {
1096
- from {
1097
- opacity: 0.4;
1098
- }
1099
- to {
1100
- opacity: 0.95;
1101
- }
1102
- }
1103
- .cke_notification_success {
1104
- background: #72b572;
1105
- border: 1px solid #63a563;
1106
- }
1107
- .cke_notification_warning {
1108
- background: #c83939;
1109
- border: 1px solid #902b2b;
1110
- }
1111
- .cke_notification_info {
1112
- background: #2e9ad0;
1113
- border: 1px solid #0f74a8;
1114
- }
1115
- .cke_notification_info span.cke_notification_progress {
1116
- background-color: #0f74a8;
1117
- display: block;
1118
- padding: 0;
1119
- margin: 0;
1120
- height: 100%;
1121
- overflow: hidden;
1122
- position: absolute;
1123
- z-index: 1;
1124
- }
1125
- .cke_notification_message {
1126
- position: relative;
1127
- margin: 4px 23px 3px;
1128
- font-family: Arial, Helvetica, sans-serif;
1129
- font-size: 12px;
1130
- line-height: 18px;
1131
- z-index: 4;
1132
- text-overflow: ellipsis;
1133
- overflow: hidden;
1134
- }
1135
- .cke_notification_close {
1136
- background-image: url(images/close.png);
1137
- background-repeat: no-repeat;
1138
- background-position: 50%;
1139
- position: absolute;
1140
- cursor: pointer;
1141
- text-align: center;
1142
- height: 20px;
1143
- width: 20px;
1144
- top: 1px;
1145
- right: 1px;
1146
- padding: 0;
1147
- margin: 0;
1148
- z-index: 5;
1149
- opacity: 0.6;
1150
- filter: alpha(opacity = 60);
1151
- }
1152
- .cke_notification_close:hover {
1153
- opacity: 1;
1154
- filter: alpha(opacity = 100);
1155
- }
1156
- .cke_notification_close span {
1157
- display: none;
1158
- }
1159
- .cke_notification_warning a.cke_notification_close {
1160
- opacity: 0.8;
1161
- filter: alpha(opacity = 80);
1162
- }
1163
- .cke_notification_warning a.cke_notification_close:hover {
1164
- opacity: 1;
1165
- filter: alpha(opacity = 100);
1166
- }
1167
- .cke_chrome {
1168
- visibility: inherit;
1169
- }
1170
- .cke_voice_label {
1171
- display: none;
1172
- }
1173
- legend.cke_voice_label {
1174
- display: none;
1175
- }
1176
- a.cke_button_disabled,
1177
- a.cke_button_disabled:hover,
1178
- a.cke_button_disabled:focus,
1179
- a.cke_button_disabled:active {
1180
- filter: alpha(opacity = 30);
1181
- }
1182
- .cke_button_disabled .cke_button_icon {
1183
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff);
1184
- }
1185
- .cke_button_off:hover,
1186
- .cke_button_off:focus,
1187
- .cke_button_off:active {
1188
- filter: alpha(opacity = 100);
1189
- }
1190
- .cke_combo_disabled .cke_combo_inlinelabel,
1191
- .cke_combo_disabled .cke_combo_open {
1192
- filter: alpha(opacity = 30);
1193
- }
1194
- .cke_toolbox_collapser {
1195
- border: 1px solid #a6a6a6;
1196
- }
1197
- .cke_toolbox_collapser .cke_arrow {
1198
- margin-top: 1px;
1199
- }
1200
- .cke_hc .cke_top,
1201
- .cke_hc .cke_bottom,
1202
- .cke_hc .cke_combo_button,
1203
- .cke_hc a.cke_combo_button:hover,
1204
- .cke_hc a.cke_combo_button:focus,
1205
- .cke_hc .cke_toolgroup,
1206
- .cke_hc .cke_button_on,
1207
- .cke_hc a.cke_button_off:hover,
1208
- .cke_hc a.cke_button_off:focus,
1209
- .cke_hc a.cke_button_off:active,
1210
- .cke_hc .cke_toolbox_collapser,
1211
- .cke_hc .cke_toolbox_collapser:hover,
1212
- .cke_hc .cke_panel_grouptitle {
1213
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1214
- }
1215
- .cke_top,
1216
- .cke_contents,
1217
- .cke_bottom {
1218
- width: 100%;
1219
- }
1220
- .cke_button_arrow {
1221
- font-size: 0;
1222
- }
1223
- .cke_rtl .cke_toolgroup,
1224
- .cke_rtl .cke_toolbar_separator,
1225
- .cke_rtl .cke_button,
1226
- .cke_rtl .cke_button *,
1227
- .cke_rtl .cke_combo,
1228
- .cke_rtl .cke_combo *,
1229
- .cke_rtl .cke_path_item,
1230
- .cke_rtl .cke_path_item *,
1231
- .cke_rtl .cke_path_empty {
1232
- float: none;
1233
- }
1234
- .cke_rtl .cke_toolgroup,
1235
- .cke_rtl .cke_toolbar_separator,
1236
- .cke_rtl .cke_combo_button,
1237
- .cke_rtl .cke_combo_button *,
1238
- .cke_rtl .cke_button,
1239
- .cke_rtl .cke_button_icon {
1240
- display: inline-block;
1241
- vertical-align: top;
1242
- }
1243
- .cke_rtl .cke_button_icon {
1244
- float: none;
1245
- }
1246
- .cke_resizer {
1247
- width: 10px;
1248
- }
1249
- .cke_source {
1250
- white-space: normal;
1251
- }
1252
- .cke_bottom {
1253
- position: static;
1254
- }
1255
- .cke_colorbox {
1256
- font-size: 0;
1257
- }
1258
- .cke_button__about_icon {
1259
- background: url(icons.png?t=5fe059002f) no-repeat 0 -0px !important;
1260
- }
1261
- .cke_button__bold_icon {
1262
- background: url(icons.png?t=5fe059002f) no-repeat 0 -24px !important;
1263
- }
1264
- .cke_button__italic_icon {
1265
- background: url(icons.png?t=5fe059002f) no-repeat 0 -48px !important;
1266
- }
1267
- .cke_button__strike_icon {
1268
- background: url(icons.png?t=5fe059002f) no-repeat 0 -72px !important;
1269
- }
1270
- .cke_button__subscript_icon {
1271
- background: url(icons.png?t=5fe059002f) no-repeat 0 -96px !important;
1272
- }
1273
- .cke_button__superscript_icon {
1274
- background: url(icons.png?t=5fe059002f) no-repeat 0 -120px !important;
1275
- }
1276
- .cke_button__underline_icon {
1277
- background: url(icons.png?t=5fe059002f) no-repeat 0 -144px !important;
1278
- }
1279
- .cke_button__blockquote_icon {
1280
- background: url(icons.png?t=5fe059002f) no-repeat 0 -168px !important;
1281
- }
1282
- .cke_rtl .cke_button__copy_icon,
1283
- .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1284
- background: url(icons.png?t=5fe059002f) no-repeat 0 -192px !important;
1285
- }
1286
- .cke_ltr .cke_button__copy_icon {
1287
- background: url(icons.png?t=5fe059002f) no-repeat 0 -216px !important;
1288
- }
1289
- .cke_rtl .cke_button__cut_icon,
1290
- .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1291
- background: url(icons.png?t=5fe059002f) no-repeat 0 -240px !important;
1292
- }
1293
- .cke_ltr .cke_button__cut_icon {
1294
- background: url(icons.png?t=5fe059002f) no-repeat 0 -264px !important;
1295
- }
1296
- .cke_rtl .cke_button__paste_icon,
1297
- .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1298
- background: url(icons.png?t=5fe059002f) no-repeat 0 -288px !important;
1299
- }
1300
- .cke_ltr .cke_button__paste_icon {
1301
- background: url(icons.png?t=5fe059002f) no-repeat 0 -312px !important;
1302
- }
1303
- .cke_button__horizontalrule_icon {
1304
- background: url(icons.png?t=5fe059002f) no-repeat 0 -336px !important;
1305
- }
1306
- .cke_button__image_icon {
1307
- background: url(icons.png?t=5fe059002f) no-repeat 0 -360px !important;
1308
- }
1309
- .cke_rtl .cke_button__indent_icon,
1310
- .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1311
- background: url(icons.png?t=5fe059002f) no-repeat 0 -384px !important;
1312
- }
1313
- .cke_ltr .cke_button__indent_icon {
1314
- background: url(icons.png?t=5fe059002f) no-repeat 0 -408px !important;
1315
- }
1316
- .cke_rtl .cke_button__outdent_icon,
1317
- .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1318
- background: url(icons.png?t=5fe059002f) no-repeat 0 -432px !important;
1319
- }
1320
- .cke_ltr .cke_button__outdent_icon {
1321
- background: url(icons.png?t=5fe059002f) no-repeat 0 -456px !important;
1322
- }
1323
- .cke_rtl .cke_button__anchor_icon,
1324
- .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1325
- background: url(icons.png?t=5fe059002f) no-repeat 0 -480px !important;
1326
- }
1327
- .cke_ltr .cke_button__anchor_icon {
1328
- background: url(icons.png?t=5fe059002f) no-repeat 0 -504px !important;
1329
- }
1330
- .cke_button__link_icon {
1331
- background: url(icons.png?t=5fe059002f) no-repeat 0 -528px !important;
1332
- }
1333
- .cke_button__unlink_icon {
1334
- background: url(icons.png?t=5fe059002f) no-repeat 0 -552px !important;
1335
- }
1336
- .cke_rtl .cke_button__bulletedlist_icon,
1337
- .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1338
- background: url(icons.png?t=5fe059002f) no-repeat 0 -576px !important;
1339
- }
1340
- .cke_ltr .cke_button__bulletedlist_icon {
1341
- background: url(icons.png?t=5fe059002f) no-repeat 0 -600px !important;
1342
- }
1343
- .cke_rtl .cke_button__numberedlist_icon,
1344
- .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1345
- background: url(icons.png?t=5fe059002f) no-repeat 0 -624px !important;
1346
- }
1347
- .cke_ltr .cke_button__numberedlist_icon {
1348
- background: url(icons.png?t=5fe059002f) no-repeat 0 -648px !important;
1349
- }
1350
- .cke_button__maximize_icon {
1351
- background: url(icons.png?t=5fe059002f) no-repeat 0 -672px !important;
1352
- }
1353
- .cke_rtl .cke_button__pastetext_icon,
1354
- .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1355
- background: url(icons.png?t=5fe059002f) no-repeat 0 -696px !important;
1356
- }
1357
- .cke_ltr .cke_button__pastetext_icon {
1358
- background: url(icons.png?t=5fe059002f) no-repeat 0 -720px !important;
1359
- }
1360
- .cke_rtl .cke_button__pastefromword_icon,
1361
- .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1362
- background: url(icons.png?t=5fe059002f) no-repeat 0 -744px !important;
1363
- }
1364
- .cke_ltr .cke_button__pastefromword_icon {
1365
- background: url(icons.png?t=5fe059002f) no-repeat 0 -768px !important;
1366
- }
1367
- .cke_button__removeformat_icon {
1368
- background: url(icons.png?t=5fe059002f) no-repeat 0 -792px !important;
1369
- }
1370
- .cke_rtl .cke_button__source_icon,
1371
- .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1372
- background: url(icons.png?t=5fe059002f) no-repeat 0 -816px !important;
1373
- }
1374
- .cke_ltr .cke_button__source_icon {
1375
- background: url(icons.png?t=5fe059002f) no-repeat 0 -840px !important;
1376
- }
1377
- .cke_button__specialchar_icon {
1378
- background: url(icons.png?t=5fe059002f) no-repeat 0 -864px !important;
1379
- }
1380
- .cke_button__scayt_icon {
1381
- background: url(icons.png?t=5fe059002f) no-repeat 0 -888px !important;
1382
- }
1383
- .cke_button__table_icon {
1384
- background: url(icons.png?t=5fe059002f) no-repeat 0 -912px !important;
1385
- }
1386
- .cke_rtl .cke_button__redo_icon,
1387
- .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1388
- background: url(icons.png?t=5fe059002f) no-repeat 0 -936px !important;
1389
- }
1390
- .cke_ltr .cke_button__redo_icon {
1391
- background: url(icons.png?t=5fe059002f) no-repeat 0 -960px !important;
1392
- }
1393
- .cke_rtl .cke_button__undo_icon,
1394
- .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1395
- background: url(icons.png?t=5fe059002f) no-repeat 0 -984px !important;
1396
- }
1397
- .cke_ltr .cke_button__undo_icon {
1398
- background: url(icons.png?t=5fe059002f) no-repeat 0 -1008px !important;
1399
- }
1400
- .cke_button__bgcolor_icon {
1401
- background: url(icons.png?t=5fe059002f) no-repeat 0 -1032px !important;
1402
- }
1403
- .cke_button__textcolor_icon {
1404
- background: url(icons.png?t=5fe059002f) no-repeat 0 -1056px !important;
1405
- }
1406
- .cke_hidpi .cke_button__about_icon {
1407
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -0px !important;
1408
- background-size: 16px !important;
1409
- }
1410
- .cke_hidpi .cke_button__bold_icon {
1411
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -24px !important;
1412
- background-size: 16px !important;
1413
- }
1414
- .cke_hidpi .cke_button__italic_icon {
1415
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -48px !important;
1416
- background-size: 16px !important;
1417
- }
1418
- .cke_hidpi .cke_button__strike_icon {
1419
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -72px !important;
1420
- background-size: 16px !important;
1421
- }
1422
- .cke_hidpi .cke_button__subscript_icon {
1423
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -96px !important;
1424
- background-size: 16px !important;
1425
- }
1426
- .cke_hidpi .cke_button__superscript_icon {
1427
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -120px !important;
1428
- background-size: 16px !important;
1429
- }
1430
- .cke_hidpi .cke_button__underline_icon {
1431
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -144px !important;
1432
- background-size: 16px !important;
1433
- }
1434
- .cke_hidpi .cke_button__blockquote_icon {
1435
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -168px !important;
1436
- background-size: 16px !important;
1437
- }
1438
- .cke_rtl.cke_hidpi .cke_button__copy_icon,
1439
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1440
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -192px !important;
1441
- background-size: 16px !important;
1442
- }
1443
- .cke_hidpi .cke_ltr .cke_button__copy_icon,
1444
- .cke_ltr.cke_hidpi .cke_button__copy_icon {
1445
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -216px !important;
1446
- background-size: 16px !important;
1447
- }
1448
- .cke_rtl.cke_hidpi .cke_button__cut_icon,
1449
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1450
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -240px !important;
1451
- background-size: 16px !important;
1452
- }
1453
- .cke_hidpi .cke_ltr .cke_button__cut_icon,
1454
- .cke_ltr.cke_hidpi .cke_button__cut_icon {
1455
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -264px !important;
1456
- background-size: 16px !important;
1457
- }
1458
- .cke_rtl.cke_hidpi .cke_button__paste_icon,
1459
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1460
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -288px !important;
1461
- background-size: 16px !important;
1462
- }
1463
- .cke_hidpi .cke_ltr .cke_button__paste_icon,
1464
- .cke_ltr.cke_hidpi .cke_button__paste_icon {
1465
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -312px !important;
1466
- background-size: 16px !important;
1467
- }
1468
- .cke_hidpi .cke_button__horizontalrule_icon {
1469
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -336px !important;
1470
- background-size: 16px !important;
1471
- }
1472
- .cke_hidpi .cke_button__image_icon {
1473
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -360px !important;
1474
- background-size: 16px !important;
1475
- }
1476
- .cke_rtl.cke_hidpi .cke_button__indent_icon,
1477
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1478
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -384px !important;
1479
- background-size: 16px !important;
1480
- }
1481
- .cke_hidpi .cke_ltr .cke_button__indent_icon,
1482
- .cke_ltr.cke_hidpi .cke_button__indent_icon {
1483
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -408px !important;
1484
- background-size: 16px !important;
1485
- }
1486
- .cke_rtl.cke_hidpi .cke_button__outdent_icon,
1487
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1488
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -432px !important;
1489
- background-size: 16px !important;
1490
- }
1491
- .cke_hidpi .cke_ltr .cke_button__outdent_icon,
1492
- .cke_ltr.cke_hidpi .cke_button__outdent_icon {
1493
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -456px !important;
1494
- background-size: 16px !important;
1495
- }
1496
- .cke_rtl.cke_hidpi .cke_button__anchor_icon,
1497
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1498
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -480px !important;
1499
- background-size: 16px !important;
1500
- }
1501
- .cke_hidpi .cke_ltr .cke_button__anchor_icon,
1502
- .cke_ltr.cke_hidpi .cke_button__anchor_icon {
1503
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -504px !important;
1504
- background-size: 16px !important;
1505
- }
1506
- .cke_hidpi .cke_button__link_icon {
1507
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -528px !important;
1508
- background-size: 16px !important;
1509
- }
1510
- .cke_hidpi .cke_button__unlink_icon {
1511
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -552px !important;
1512
- background-size: 16px !important;
1513
- }
1514
- .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
1515
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1516
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -576px !important;
1517
- background-size: 16px !important;
1518
- }
1519
- .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
1520
- .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
1521
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -600px !important;
1522
- background-size: 16px !important;
1523
- }
1524
- .cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
1525
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1526
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -624px !important;
1527
- background-size: 16px !important;
1528
- }
1529
- .cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
1530
- .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
1531
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -648px !important;
1532
- background-size: 16px !important;
1533
- }
1534
- .cke_hidpi .cke_button__maximize_icon {
1535
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -672px !important;
1536
- background-size: 16px !important;
1537
- }
1538
- .cke_rtl.cke_hidpi .cke_button__pastetext_icon,
1539
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1540
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -696px !important;
1541
- background-size: 16px !important;
1542
- }
1543
- .cke_hidpi .cke_ltr .cke_button__pastetext_icon,
1544
- .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
1545
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -720px !important;
1546
- background-size: 16px !important;
1547
- }
1548
- .cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
1549
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1550
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -744px !important;
1551
- background-size: 16px !important;
1552
- }
1553
- .cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
1554
- .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
1555
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -768px !important;
1556
- background-size: 16px !important;
1557
- }
1558
- .cke_hidpi .cke_button__removeformat_icon {
1559
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -792px !important;
1560
- background-size: 16px !important;
1561
- }
1562
- .cke_rtl.cke_hidpi .cke_button__source_icon,
1563
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1564
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -816px !important;
1565
- background-size: 16px !important;
1566
- }
1567
- .cke_hidpi .cke_ltr .cke_button__source_icon,
1568
- .cke_ltr.cke_hidpi .cke_button__source_icon {
1569
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -840px !important;
1570
- background-size: 16px !important;
1571
- }
1572
- .cke_hidpi .cke_button__specialchar_icon {
1573
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -864px !important;
1574
- background-size: 16px !important;
1575
- }
1576
- .cke_hidpi .cke_button__scayt_icon {
1577
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -888px !important;
1578
- background-size: 16px !important;
1579
- }
1580
- .cke_hidpi .cke_button__table_icon {
1581
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -912px !important;
1582
- background-size: 16px !important;
1583
- }
1584
- .cke_rtl.cke_hidpi .cke_button__redo_icon,
1585
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1586
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -936px !important;
1587
- background-size: 16px !important;
1588
- }
1589
- .cke_hidpi .cke_ltr .cke_button__redo_icon,
1590
- .cke_ltr.cke_hidpi .cke_button__redo_icon {
1591
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -960px !important;
1592
- background-size: 16px !important;
1593
- }
1594
- .cke_rtl.cke_hidpi .cke_button__undo_icon,
1595
- .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1596
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -984px !important;
1597
- background-size: 16px !important;
1598
- }
1599
- .cke_hidpi .cke_ltr .cke_button__undo_icon,
1600
- .cke_ltr.cke_hidpi .cke_button__undo_icon {
1601
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -1008px !important;
1602
- background-size: 16px !important;
1603
- }
1604
- .cke_hidpi .cke_button__bgcolor_icon {
1605
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -1032px !important;
1606
- background-size: 16px !important;
1607
- }
1608
- .cke_hidpi .cke_button__textcolor_icon {
1609
- background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -1056px !important;
1610
- background-size: 16px !important;
1611
- }
1612
-
1613
- .placeholder_button {
1614
- border: 1px solid #e0e0e0 !important;
1615
- padding: 3px 5px !important;
1616
- border-radius: 4px;
1617
- }
1618
-
1619
- .placeholder_button .cke_button_icon {
1620
- display: none;
1621
- }
1622
-
1623
- .placeholder_button .cke_button_label {
1624
- display: block;
1625
- }
1626
-
1627
- .wordfile:after,
1628
- .cke_button__justifyleft:after,
1629
- .cke_button__justifycenter:after,
1630
- .cke_button__justifyright:after {
1631
- display: none !important;
1632
- }
1
+ /*
2
+ Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
+ For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ .cke_reset {
6
+ margin: 0;
7
+ padding: 0;
8
+ border: 0;
9
+ background: transparent;
10
+ text-decoration: none;
11
+ width: auto;
12
+ height: auto;
13
+ vertical-align: baseline;
14
+ box-sizing: content-box;
15
+ position: static;
16
+ transition: none;
17
+ border-radius: 4px;
18
+ }
19
+ .cke_reset_all,
20
+ .cke_reset_all *,
21
+ .cke_reset_all a,
22
+ .cke_reset_all textarea {
23
+ margin: 0;
24
+ padding: 0;
25
+ border: 0;
26
+ background: transparent;
27
+ text-decoration: none;
28
+ width: auto;
29
+ height: auto;
30
+ vertical-align: baseline;
31
+ box-sizing: content-box;
32
+ position: static;
33
+ transition: none;
34
+ border-collapse: collapse;
35
+ font:
36
+ normal normal normal 12px Arial,
37
+ Helvetica,
38
+ Tahoma,
39
+ Verdana,
40
+ Sans-Serif;
41
+ color: #000;
42
+ text-align: left;
43
+ white-space: nowrap;
44
+ cursor: auto;
45
+ float: none;
46
+ }
47
+ .cke_reset_all .cke_rtl * {
48
+ text-align: right;
49
+ }
50
+ .cke_reset_all iframe {
51
+ vertical-align: inherit;
52
+ }
53
+ .cke_reset_all textarea {
54
+ white-space: pre-wrap;
55
+ }
56
+ .cke_reset_all textarea,
57
+ .cke_reset_all input[type='text'],
58
+ .cke_reset_all input[type='password'] {
59
+ cursor: text;
60
+ }
61
+ .cke_reset_all textarea[disabled],
62
+ .cke_reset_all input[type='text'][disabled],
63
+ .cke_reset_all input[type='password'][disabled] {
64
+ cursor: default;
65
+ }
66
+ .cke_reset_all fieldset {
67
+ padding: 10px;
68
+ border: 2px groove #e0dfe3;
69
+ }
70
+ .cke_reset_all select {
71
+ box-sizing: border-box;
72
+ }
73
+ .cke_reset_all select[multiple] option:checked {
74
+ background-color: #cecece;
75
+ }
76
+ .cke_reset_all table {
77
+ table-layout: auto;
78
+ }
79
+ .cke_chrome {
80
+ display: block;
81
+ border: 1px solid #e0e0e0;
82
+ padding: 0;
83
+ }
84
+ .cke_inner {
85
+ display: block;
86
+ background: #fff;
87
+ padding: 0;
88
+ -webkit-touch-callout: none;
89
+ border-radius: 4px;
90
+ }
91
+ .cke_float {
92
+ border: 0;
93
+ }
94
+ .cke_float .cke_inner {
95
+ padding-bottom: 0;
96
+ }
97
+ .cke_top,
98
+ .cke_contents,
99
+ .cke_bottom {
100
+ display: block;
101
+ overflow: hidden;
102
+ }
103
+ .cke_contents {
104
+ border-radius: 0 0 4px 4px;
105
+ height: 100% !important;
106
+ display: flex;
107
+ }
108
+ .cke_top {
109
+ flex-shrink: 0;
110
+ border-bottom: 1px solid #e0e0e0;
111
+ background-color: white;
112
+ padding: 6px 4px 2px;
113
+ white-space: normal;
114
+ border-radius: 4px 4px 0 0;
115
+ }
116
+ .cke_float .cke_top {
117
+ border: 1px solid #e0e0e0;
118
+ }
119
+ .cke_bottom {
120
+ padding: 6px 4px 2px;
121
+ position: relative;
122
+ border-top: 1px solid #e0e0e0;
123
+ background-color: white;
124
+ }
125
+ .cke_browser_ios .cke_contents {
126
+ overflow-y: auto;
127
+ -webkit-overflow-scrolling: touch;
128
+ }
129
+ .cke_resizer {
130
+ width: 0;
131
+ height: 0;
132
+ overflow: hidden;
133
+ border-width: 10px 10px 0 0;
134
+ border-color: transparent #2021240f transparent transparent;
135
+ border-style: dashed solid dashed dashed;
136
+ font-size: 0;
137
+ vertical-align: bottom;
138
+ margin-top: 6px;
139
+ margin-bottom: 2px;
140
+ }
141
+ .cke_hc .cke_resizer {
142
+ font-size: 15px;
143
+ width: auto;
144
+ height: auto;
145
+ border-width: 0;
146
+ }
147
+ .cke_resizer_ltr {
148
+ cursor: se-resize;
149
+ float: right;
150
+ margin-right: -4px;
151
+ }
152
+ .cke_resizer_rtl {
153
+ border-width: 10px 0 0 10px;
154
+ border-color: transparent transparent transparent #2021240f;
155
+ border-style: dashed dashed dashed solid;
156
+ cursor: sw-resize;
157
+ float: left;
158
+ margin-left: -4px;
159
+ right: auto;
160
+ }
161
+ .cke_wysiwyg_div {
162
+ display: block;
163
+ height: 100%;
164
+ overflow: auto;
165
+ padding: 0 8px;
166
+ outline-style: none;
167
+ box-sizing: border-box;
168
+ }
169
+ .cke_panel {
170
+ visibility: visible;
171
+ width: 120px;
172
+ height: 100px;
173
+ overflow: hidden;
174
+ background-color: #fff;
175
+ border: 1px solid #e0e0e0;
176
+ }
177
+ .cke_menu_panel {
178
+ padding: 0;
179
+ margin: 0;
180
+ }
181
+ .cke_combopanel {
182
+ width: 150px;
183
+ height: 170px;
184
+ }
185
+ .cke_panel_frame {
186
+ width: 100%;
187
+ height: 100%;
188
+ font-size: 12px;
189
+ overflow: auto;
190
+ overflow-x: hidden;
191
+ }
192
+ .cke_panel_container {
193
+ overflow-y: auto;
194
+ overflow-x: hidden;
195
+ }
196
+ .cke_panel_block:focus {
197
+ outline: 0;
198
+ }
199
+ .cke_panel_list {
200
+ margin: 0;
201
+ padding: 0;
202
+ list-style-type: none;
203
+ white-space: nowrap;
204
+ }
205
+ .cke_panel_listItem {
206
+ margin: 0;
207
+ padding: 0;
208
+ }
209
+ .cke_panel_listItem a {
210
+ padding: 6px 7px;
211
+ display: block;
212
+ color: inherit !important;
213
+ text-decoration: none;
214
+ overflow: hidden;
215
+ text-overflow: ellipsis;
216
+ }
217
+ .cke_hc .cke_panel_listItem a {
218
+ border-style: none;
219
+ }
220
+ .cke_panel_listItem.cke_selected a,
221
+ .cke_panel_listItem a:hover,
222
+ .cke_panel_listItem a:focus,
223
+ .cke_panel_listItem a:active {
224
+ background-color: #e9e9e9;
225
+ }
226
+ .cke_panel_listItem a:focus {
227
+ outline: 1px dotted #000;
228
+ }
229
+ .cke_hc .cke_panel_listItem a:hover,
230
+ .cke_hc .cke_panel_listItem a:focus,
231
+ .cke_hc .cke_panel_listItem a:active {
232
+ border: 2px solid;
233
+ padding: 4px 5px;
234
+ }
235
+ .cke_panel_listItem p,
236
+ .cke_panel_listItem h1,
237
+ .cke_panel_listItem h2,
238
+ .cke_panel_listItem h3,
239
+ .cke_panel_listItem h4,
240
+ .cke_panel_listItem h5,
241
+ .cke_panel_listItem h6,
242
+ .cke_panel_listItem pre {
243
+ margin-top: 0;
244
+ margin-bottom: 0;
245
+ }
246
+ .cke_panel_grouptitle {
247
+ cursor: default;
248
+ font-size: 11px;
249
+ font-weight: bold;
250
+ white-space: nowrap;
251
+ margin: 0;
252
+ padding: 6px 6px 7px 6px;
253
+ color: #484848;
254
+ border-bottom: 1px solid #e0e0e0;
255
+ background: #f8f8f8;
256
+ }
257
+ .cke_colorblock {
258
+ padding: 10px;
259
+ font-size: 11px;
260
+ font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
261
+ }
262
+ .cke_colorblock,
263
+ .cke_colorblock a {
264
+ text-decoration: none;
265
+ color: #000;
266
+ }
267
+ a.cke_colorbox {
268
+ padding: 2px;
269
+ float: left;
270
+ width: 20px;
271
+ height: 20px;
272
+ }
273
+ .cke_rtl a.cke_colorbox {
274
+ float: right;
275
+ }
276
+ a:hover.cke_colorbox,
277
+ a:focus.cke_colorbox,
278
+ a:active.cke_colorbox {
279
+ outline: 0;
280
+ padding: 0;
281
+ border: 2px solid #139ff7;
282
+ }
283
+ a:hover.cke_colorbox {
284
+ border-color: #2021240f;
285
+ }
286
+ span.cke_colorbox {
287
+ width: 20px;
288
+ height: 20px;
289
+ float: left;
290
+ }
291
+ .cke_rtl span.cke_colorbox {
292
+ float: right;
293
+ }
294
+ a.cke_colorauto,
295
+ a.cke_colormore {
296
+ border: #fff 1px solid;
297
+ padding: 3px;
298
+ display: block;
299
+ cursor: pointer;
300
+ }
301
+ a.cke_colorauto {
302
+ padding: 0;
303
+ border: 1px solid transparent;
304
+ margin-bottom: 6px;
305
+ height: 26px;
306
+ line-height: 26px;
307
+ }
308
+ a.cke_colormore {
309
+ margin-top: 10px;
310
+ height: 20px;
311
+ line-height: 19px;
312
+ }
313
+ a:hover.cke_colorauto,
314
+ a:hover.cke_colormore,
315
+ a:focus.cke_colorauto,
316
+ a:focus.cke_colormore,
317
+ a:active.cke_colorauto,
318
+ a:active.cke_colormore {
319
+ outline: 0;
320
+ border: #139ff7 1px solid;
321
+ background-color: #f8f8f8;
322
+ }
323
+ a:hover.cke_colorauto,
324
+ a:hover.cke_colormore {
325
+ border-color: #2021240f;
326
+ }
327
+ .cke_colorauto span.cke_colorbox {
328
+ width: 18px;
329
+ height: 18px;
330
+ border: 1px solid #808080;
331
+ margin-left: 1px;
332
+ margin-top: 3px;
333
+ }
334
+ .cke_rtl .cke_colorauto span.cke_colorbox {
335
+ margin-left: 0;
336
+ margin-right: 1px;
337
+ }
338
+ span.cke_colorbox[style*='#ffffff'],
339
+ span.cke_colorbox[style*='#FFFFFF'],
340
+ span.cke_colorbox[style='background-color:#fff'],
341
+ span.cke_colorbox[style='background-color:#FFF'],
342
+ span.cke_colorbox[style*='rgb(255,255,255)'],
343
+ span.cke_colorbox[style*='rgb(255, 255, 255)'] {
344
+ border: 1px solid #808080;
345
+ width: 18px;
346
+ height: 18px;
347
+ }
348
+ .cke_toolbar {
349
+ float: left;
350
+ }
351
+ .cke_rtl .cke_toolbar {
352
+ float: right;
353
+ }
354
+ .cke_toolgroup {
355
+ border: 0;
356
+ float: left;
357
+ margin: 1px 2px 6px 0;
358
+ padding-right: 3px;
359
+ }
360
+ .cke_rtl .cke_toolgroup {
361
+ float: right;
362
+ margin: 1px 0 6px 2px;
363
+ padding-left: 3px;
364
+ padding-right: 0;
365
+ }
366
+ .cke_hc .cke_toolgroup {
367
+ margin-right: 5px;
368
+ margin-bottom: 5px;
369
+ }
370
+ .cke_hc.cke_rtl .cke_toolgroup {
371
+ margin-right: 0;
372
+ margin-left: 5px;
373
+ }
374
+ a.cke_button {
375
+ display: inline-block;
376
+ height: 18px;
377
+ padding: 4px 6px;
378
+ outline: 0;
379
+ cursor: default;
380
+ float: left;
381
+ border: 0;
382
+ position: relative;
383
+ }
384
+ a.cke_button_expandable {
385
+ padding: 4px 5px;
386
+ }
387
+ .cke_rtl a.cke_button {
388
+ float: right;
389
+ }
390
+ .cke_hc a.cke_button {
391
+ border: 1px solid black;
392
+ padding: 3px 5px;
393
+ margin: 0 3px 5px 0;
394
+ }
395
+ .cke_hc.cke_rtl a.cke_button {
396
+ margin: 0 0 5px 3px;
397
+ }
398
+ a.cke_button_on {
399
+ background: #fff;
400
+ border: 1px #bcbcbc solid;
401
+ padding: 3px 5px;
402
+ }
403
+ a.cke_button_expandable.cke_button_on {
404
+ padding: 3px 4px;
405
+ }
406
+ a.cke_button_off:hover,
407
+ a.cke_button_off:focus,
408
+ a.cke_button_off:active {
409
+ background: #2021240f;
410
+ border: 1px #2021240f solid;
411
+ padding: 3px 5px;
412
+ }
413
+ a.cke_button_expandable.cke_button_off:hover,
414
+ a.cke_button_expandable.cke_button_off:focus,
415
+ a.cke_button_expandable.cke_button_off:active {
416
+ padding: 3px 4px;
417
+ }
418
+ .cke_hc a.cke_button_on,
419
+ .cke_hc a.cke_button_off:hover,
420
+ .cke_hc a.cke_button_off:focus,
421
+ .cke_hc a.cke_button_off:active {
422
+ background: #2021240f;
423
+ border: 3px solid #000;
424
+ padding: 1px 3px;
425
+ }
426
+ @media screen and (hover: none) {
427
+ a.cke_button_off:hover {
428
+ background: transparent;
429
+ border: 0;
430
+ padding: 4px 6px;
431
+ }
432
+ a.cke_button_expandable.cke_button_off:hover {
433
+ padding: 4px 5px;
434
+ }
435
+ a.cke_button_off:active {
436
+ background: #2021240f;
437
+ border: 1px #2021240f solid;
438
+ padding: 3px 5px;
439
+ }
440
+ a.cke_button_expandable.cke_button_off:active {
441
+ padding: 3px 4px;
442
+ }
443
+ }
444
+ a.cke_button_disabled:hover,
445
+ a.cke_button_disabled:focus,
446
+ a.cke_button_disabled:active {
447
+ border: 0;
448
+ padding: 4px 6px;
449
+ background-color: transparent;
450
+ }
451
+ a.cke_button_expandable.cke_button_disabled:hover,
452
+ a.cke_button_expandable.cke_button_disabled:active {
453
+ padding: 4px 5px;
454
+ }
455
+ a.cke_button_disabled:focus {
456
+ border: 1px #2021240f solid;
457
+ padding: 3px 5px;
458
+ }
459
+ a.cke_button_expandable.cke_button_disabled:focus {
460
+ padding: 3px 4px;
461
+ }
462
+ .cke_hc a.cke_button_disabled:hover,
463
+ .cke_hc a.cke_button_disabled:focus,
464
+ .cke_hc a.cke_button_disabled:active {
465
+ border: 1px solid #acacac;
466
+ padding: 3px 5px;
467
+ margin: 0 3px 5px 0;
468
+ }
469
+ .cke_hc a.cke_button_disabled:focus {
470
+ border: 3px solid #000;
471
+ padding: 1px 3px;
472
+ }
473
+ .cke_hc.cke_rtl a.cke_button_disabled:hover,
474
+ .cke_hc.cke_rtl a.cke_button_disabled:focus,
475
+ .cke_hc.cke_rtl a.cke_button_disabled:active {
476
+ margin: 0 0 5px 3px;
477
+ }
478
+ a.cke_button_disabled .cke_button_icon,
479
+ a.cke_button_disabled .cke_button_arrow {
480
+ opacity: 0.3;
481
+ }
482
+ .cke_hc a.cke_button_disabled {
483
+ border-color: #acacac;
484
+ }
485
+ .cke_hc a.cke_button_disabled .cke_button_icon,
486
+ .cke_hc a.cke_button_disabled .cke_button_label {
487
+ opacity: 0.5;
488
+ }
489
+ .cke_toolgroup a.cke_button:last-child:after,
490
+ .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
491
+ content: '';
492
+ position: absolute;
493
+ height: 18px;
494
+ width: 0;
495
+ border-right: 1px solid #2021240f;
496
+ margin-top: 4px;
497
+ top: 0;
498
+ right: -3px;
499
+ }
500
+ .cke_rtl .cke_toolgroup a.cke_button:last-child:after,
501
+ .cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
502
+ border-right: 0;
503
+ right: auto;
504
+ border-left: 1px solid #2021240f;
505
+ top: 0;
506
+ left: -3px;
507
+ }
508
+ .cke_hc .cke_toolgroup a.cke_button:last-child:after,
509
+ .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
510
+ .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
511
+ border-color: #000;
512
+ top: 0;
513
+ right: -7px;
514
+ }
515
+ .cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after,
516
+ .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after,
517
+ .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
518
+ top: 0;
519
+ right: auto;
520
+ left: -7px;
521
+ }
522
+ .cke_toolgroup a.cke_button:hover:last-child:after,
523
+ .cke_toolgroup a.cke_button:focus:last-child:after,
524
+ .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
525
+ top: -1px;
526
+ right: -4px;
527
+ }
528
+ .cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
529
+ .cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after,
530
+ .cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
531
+ top: -1px;
532
+ right: auto;
533
+ left: -4px;
534
+ }
535
+ .cke_hc .cke_toolgroup a.cke_button:hover:last-child:after,
536
+ .cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
537
+ top: -2px;
538
+ right: -9px;
539
+ }
540
+ .cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after,
541
+ .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
542
+ top: -2px;
543
+ right: auto;
544
+ left: -9px;
545
+ }
546
+ .cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after {
547
+ content: none;
548
+ border: 0;
549
+ width: 0;
550
+ height: 0;
551
+ }
552
+ .cke_button_icon {
553
+ cursor: inherit;
554
+ background-repeat: no-repeat;
555
+ margin-top: 1px;
556
+ width: 16px;
557
+ height: 16px;
558
+ float: left;
559
+ display: inline-block;
560
+ }
561
+ .cke_rtl .cke_button_icon {
562
+ float: right;
563
+ }
564
+ .cke_hc .cke_button_icon {
565
+ display: none;
566
+ }
567
+ .cke_button_label {
568
+ display: none;
569
+ padding-left: 3px;
570
+ margin-top: 1px;
571
+ line-height: 17px;
572
+ vertical-align: middle;
573
+ float: left;
574
+ cursor: default;
575
+ color: #484848;
576
+ }
577
+ .cke_rtl .cke_button_label {
578
+ padding-right: 3px;
579
+ padding-left: 0;
580
+ float: right;
581
+ }
582
+ .cke_hc .cke_button_label {
583
+ padding: 0;
584
+ display: inline-block;
585
+ font-size: 12px;
586
+ }
587
+ .cke_button_arrow {
588
+ display: inline-block;
589
+ margin: 8px 0 0 3px;
590
+ width: 0;
591
+ height: 0;
592
+ cursor: default;
593
+ vertical-align: top;
594
+ border-left: 3px solid transparent;
595
+ border-right: 3px solid transparent;
596
+ border-top: 3px solid #484848;
597
+ }
598
+ .cke_rtl .cke_button_arrow {
599
+ margin-right: 5px;
600
+ margin-left: 0;
601
+ }
602
+ .cke_hc .cke_button_arrow {
603
+ font-size: 10px;
604
+ margin: 3px 0 0 3px;
605
+ width: auto;
606
+ border: 0;
607
+ }
608
+ .cke_toolbar_separator {
609
+ float: left;
610
+ background-color: #2021240f;
611
+ margin: 4px 2px 0 2px;
612
+ height: 18px;
613
+ width: 1px;
614
+ }
615
+ .cke_rtl .cke_toolbar_separator {
616
+ float: right;
617
+ }
618
+ .cke_hc .cke_toolbar_separator {
619
+ background-color: #000;
620
+ margin-left: 2px;
621
+ margin-right: 5px;
622
+ margin-bottom: 9px;
623
+ }
624
+ .cke_hc.cke_rtl .cke_toolbar_separator {
625
+ margin-left: 5px;
626
+ margin-right: 2px;
627
+ }
628
+ .cke_toolbar_break {
629
+ display: block;
630
+ clear: left;
631
+ }
632
+ .cke_rtl .cke_toolbar_break {
633
+ clear: right;
634
+ }
635
+ a.cke_toolbox_collapser {
636
+ width: 12px;
637
+ height: 11px;
638
+ float: right;
639
+ margin: 11px 0 0;
640
+ font-size: 0;
641
+ cursor: default;
642
+ text-align: center;
643
+ border: 1px solid #2021240f;
644
+ }
645
+ .cke_rtl .cke_toolbox_collapser {
646
+ float: left;
647
+ }
648
+ .cke_toolbox_collapser:hover {
649
+ background: #2021240f;
650
+ }
651
+ .cke_toolbox_collapser.cke_toolbox_collapser_min {
652
+ margin: 0 2px 4px;
653
+ }
654
+ .cke_toolbox_collapser .cke_arrow {
655
+ display: inline-block;
656
+ height: 0;
657
+ width: 0;
658
+ font-size: 0;
659
+ margin-top: 1px;
660
+ border: 3px solid transparent;
661
+ border-bottom-color: #484848;
662
+ }
663
+ .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
664
+ margin-top: 4px;
665
+ border-bottom-color: transparent;
666
+ border-top-color: #484848;
667
+ }
668
+ .cke_hc .cke_toolbox_collapser .cke_arrow {
669
+ font-size: 8px;
670
+ width: auto;
671
+ border: 0;
672
+ margin-top: 0;
673
+ }
674
+ .cke_menuitem span {
675
+ cursor: default;
676
+ }
677
+ .cke_menubutton {
678
+ display: block;
679
+ }
680
+ .cke_hc .cke_menubutton {
681
+ padding: 2px;
682
+ }
683
+ .cke_menubutton:hover,
684
+ .cke_menubutton:focus,
685
+ .cke_menubutton:active {
686
+ background-color: #e9e9e9;
687
+ display: block;
688
+ outline: 1px dotted;
689
+ }
690
+ .cke_menubutton:hover {
691
+ outline: 0;
692
+ }
693
+ .cke_hc .cke_menubutton:hover,
694
+ .cke_hc .cke_menubutton:focus,
695
+ .cke_hc .cke_menubutton:active {
696
+ border: 2px solid;
697
+ padding: 0;
698
+ }
699
+ .cke_menubutton_disabled:hover,
700
+ .cke_menubutton_disabled:focus,
701
+ .cke_menubutton_disabled:active {
702
+ background-color: transparent;
703
+ outline: 0;
704
+ }
705
+ .cke_menubutton_inner {
706
+ display: table-row;
707
+ }
708
+ .cke_menubutton_icon,
709
+ .cke_menubutton_label,
710
+ .cke_menuarrow {
711
+ display: table-cell;
712
+ }
713
+ .cke_menubutton_icon {
714
+ background-color: #f8f8f8;
715
+ padding: 6px 4px;
716
+ }
717
+ .cke_hc .cke_menubutton_icon {
718
+ height: 16px;
719
+ width: 0;
720
+ padding: 4px 0;
721
+ }
722
+ .cke_menubutton:hover .cke_menubutton_icon,
723
+ .cke_menubutton:focus .cke_menubutton_icon,
724
+ .cke_menubutton:active .cke_menubutton_icon {
725
+ background-color: #e9e9e9;
726
+ }
727
+ .cke_menubutton_disabled:hover .cke_menubutton_icon,
728
+ .cke_menubutton_disabled:focus .cke_menubutton_icon,
729
+ .cke_menubutton_disabled:active .cke_menubutton_icon {
730
+ background-color: #f8f8f8;
731
+ outline: 0;
732
+ }
733
+ .cke_menuitem .cke_menubutton_on {
734
+ background-color: #e9e9e9;
735
+ border: 1px solid #dedede;
736
+ outline: 0;
737
+ }
738
+ .cke_menubutton_on .cke_menubutton_icon {
739
+ padding-right: 3px;
740
+ background-color: #e9e9e9;
741
+ }
742
+ .cke_menubutton_label {
743
+ padding: 0 5px;
744
+ background-color: transparent;
745
+ width: 100%;
746
+ vertical-align: middle;
747
+ }
748
+ .cke_menubutton_shortcut {
749
+ color: #979797;
750
+ }
751
+ .cke_menubutton_disabled .cke_menubutton_label {
752
+ opacity: 0.3;
753
+ filter: alpha(opacity=30);
754
+ }
755
+ .cke_panel_frame .cke_menubutton_label {
756
+ display: none;
757
+ }
758
+ .cke_menuseparator {
759
+ background-color: #d1d1d1;
760
+ height: 1px;
761
+ }
762
+ .cke_menuarrow {
763
+ background: transparent url(images/arrow.png) no-repeat 0 10px;
764
+ padding: 0 5px;
765
+ }
766
+ .cke_rtl .cke_menuarrow {
767
+ background-position: 5px -13px;
768
+ background-repeat: no-repeat;
769
+ }
770
+ .cke_hc .cke_menuarrow {
771
+ background-image: none;
772
+ }
773
+ .cke_menuarrow span {
774
+ display: none;
775
+ }
776
+ .cke_hc .cke_menuarrow span {
777
+ vertical-align: middle;
778
+ display: inline;
779
+ }
780
+ .cke_combo {
781
+ display: inline-block;
782
+ float: left;
783
+ position: relative;
784
+ margin-bottom: 5px;
785
+ }
786
+ .cke_rtl .cke_combo {
787
+ float: right;
788
+ }
789
+ .cke_hc .cke_combo {
790
+ margin-top: 1px;
791
+ margin-bottom: 10px;
792
+ }
793
+ .cke_combo:after {
794
+ content: '';
795
+ position: absolute;
796
+ height: 18px;
797
+ width: 0;
798
+ border-right: 1px solid #2021240f;
799
+ margin-top: 5px;
800
+ top: 0;
801
+ right: 0;
802
+ }
803
+ .cke_rtl .cke_combo:after {
804
+ border-right: 0;
805
+ border-left: 1px solid #2021240f;
806
+ right: auto;
807
+ left: 0;
808
+ }
809
+ .cke_hc .cke_combo:after {
810
+ border-color: #000;
811
+ }
812
+ a.cke_combo_button {
813
+ cursor: default;
814
+ display: inline-block;
815
+ float: left;
816
+ margin: 0;
817
+ padding: 1px;
818
+ }
819
+ .cke_rtl a.cke_combo_button {
820
+ float: right;
821
+ }
822
+ .cke_hc a.cke_combo_button {
823
+ padding: 4px;
824
+ }
825
+ .cke_combo_on a.cke_combo_button,
826
+ .cke_combo_off a.cke_combo_button:hover,
827
+ .cke_combo_off a.cke_combo_button:focus,
828
+ .cke_combo_off a.cke_combo_button:active {
829
+ background: #2021240f;
830
+ border: 1px solid #2021240f;
831
+ padding: 0 0 0 1px;
832
+ margin-left: -1px;
833
+ }
834
+ .cke_combo_off a.cke_combo_button:focus {
835
+ outline: 0;
836
+ }
837
+ .cke_combo_on a.cke_combo_button,
838
+ .cke_combo_off a.cke_combo_button:active {
839
+ background: #fff;
840
+ }
841
+ @media screen and (hover: none) {
842
+ .cke_combo_off a.cke_combo_button:hover {
843
+ background: transparent;
844
+ border-color: transparent;
845
+ }
846
+ .cke_combo_off a.cke_combo_button:active {
847
+ background: #fff;
848
+ border: 1px solid #2021240f;
849
+ }
850
+ }
851
+ .cke_rtl .cke_combo_on a.cke_combo_button,
852
+ .cke_rtl .cke_combo_off a.cke_combo_button:hover,
853
+ .cke_rtl .cke_combo_off a.cke_combo_button:focus,
854
+ .cke_rtl .cke_combo_off a.cke_combo_button:active {
855
+ padding: 0 1px 0 0;
856
+ margin-left: 0;
857
+ margin-right: -1px;
858
+ }
859
+ .cke_hc .cke_combo_on a.cke_combo_button,
860
+ .cke_hc .cke_combo_off a.cke_combo_button:hover,
861
+ .cke_hc .cke_combo_off a.cke_combo_button:focus,
862
+ .cke_hc .cke_combo_off a.cke_combo_button:active {
863
+ border: 3px solid #000;
864
+ padding: 1px 1px 1px 2px;
865
+ }
866
+ .cke_hc.cke_rtl .cke_combo_on a.cke_combo_button,
867
+ .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover,
868
+ .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus,
869
+ .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active {
870
+ padding: 1px 2px 1px 1px;
871
+ }
872
+ .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
873
+ .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
874
+ .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
875
+ .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
876
+ padding: 0 0 0 3px;
877
+ margin-left: -3px;
878
+ }
879
+ .cke_rtl .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
880
+ .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
881
+ .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
882
+ .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
883
+ padding: 0 3px 0 0;
884
+ margin-left: 0;
885
+ margin-right: -3px;
886
+ }
887
+ .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
888
+ .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
889
+ .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
890
+ .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
891
+ padding: 1px 1px 1px 7px;
892
+ margin-left: -6px;
893
+ }
894
+ .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
895
+ .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
896
+ .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
897
+ .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
898
+ padding: 1px 7px 1px 1px;
899
+ margin-left: 0;
900
+ margin-right: -6px;
901
+ }
902
+ .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
903
+ .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
904
+ .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
905
+ .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
906
+ .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
907
+ .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
908
+ .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
909
+ .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
910
+ padding: 0;
911
+ margin: 0;
912
+ }
913
+ .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
914
+ .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
915
+ .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
916
+ .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active,
917
+ .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button,
918
+ .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
919
+ .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
920
+ .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
921
+ padding: 1px;
922
+ margin: 0;
923
+ }
924
+ .cke_toolbar .cke_combo + .cke_toolbar_end,
925
+ .cke_toolbar .cke_combo + .cke_toolgroup {
926
+ margin-right: 0;
927
+ margin-left: 2px;
928
+ }
929
+ .cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
930
+ .cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
931
+ margin-left: 0;
932
+ margin-right: 2px;
933
+ }
934
+ .cke_hc .cke_toolbar .cke_combo + .cke_toolbar_end,
935
+ .cke_hc .cke_toolbar .cke_combo + .cke_toolgroup {
936
+ margin-left: 5px;
937
+ }
938
+ .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end,
939
+ .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
940
+ margin-left: 0;
941
+ margin-right: 5px;
942
+ }
943
+ .cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n + 2):after {
944
+ content: none;
945
+ border: 0;
946
+ width: 0;
947
+ height: 0;
948
+ }
949
+ .cke_combo_text {
950
+ line-height: 26px;
951
+ padding-left: 10px;
952
+ text-overflow: ellipsis;
953
+ overflow: hidden;
954
+ float: left;
955
+ cursor: default;
956
+ color: #484848;
957
+ width: 50px;
958
+ }
959
+ .cke_rtl .cke_combo_text {
960
+ float: right;
961
+ text-align: right;
962
+ padding-left: 0;
963
+ padding-right: 10px;
964
+ }
965
+ .cke_hc .cke_combo_text {
966
+ line-height: 18px;
967
+ font-size: 12px;
968
+ }
969
+ .cke_combo_open {
970
+ cursor: default;
971
+ display: inline-block;
972
+ font-size: 0;
973
+ height: 19px;
974
+ line-height: 17px;
975
+ margin: 1px 6px 1px 4px;
976
+ width: 5px;
977
+ }
978
+ .cke_hc .cke_combo_open {
979
+ height: 12px;
980
+ }
981
+ .cke_combo_arrow {
982
+ cursor: default;
983
+ margin: 11px 0 0;
984
+ float: left;
985
+ height: 0;
986
+ width: 0;
987
+ font-size: 0;
988
+ border-left: 3px solid transparent;
989
+ border-right: 3px solid transparent;
990
+ border-top: 3px solid #484848;
991
+ }
992
+ .cke_hc .cke_combo_arrow {
993
+ font-size: 10px;
994
+ width: auto;
995
+ border: 0;
996
+ margin-top: 3px;
997
+ }
998
+ .cke_combo_label {
999
+ display: none;
1000
+ float: left;
1001
+ line-height: 26px;
1002
+ vertical-align: top;
1003
+ margin-right: 5px;
1004
+ }
1005
+ .cke_rtl .cke_combo_label {
1006
+ float: right;
1007
+ margin-left: 5px;
1008
+ margin-right: 0;
1009
+ }
1010
+ .cke_combo_disabled .cke_combo_inlinelabel,
1011
+ .cke_combo_disabled .cke_combo_open {
1012
+ opacity: 0.3;
1013
+ }
1014
+ .cke_path {
1015
+ float: left;
1016
+ margin: -2px 0 2px;
1017
+ }
1018
+ a.cke_path_item,
1019
+ span.cke_path_empty {
1020
+ display: inline-block;
1021
+ float: left;
1022
+ padding: 3px 4px;
1023
+ margin-right: 2px;
1024
+ cursor: default;
1025
+ text-decoration: none;
1026
+ outline: 0;
1027
+ border: 0;
1028
+ color: #484848;
1029
+ font-weight: bold;
1030
+ font-size: 11px;
1031
+ }
1032
+ .cke_rtl .cke_path,
1033
+ .cke_rtl .cke_path_item,
1034
+ .cke_rtl .cke_path_empty {
1035
+ float: right;
1036
+ }
1037
+ a.cke_path_item:hover,
1038
+ a.cke_path_item:focus,
1039
+ a.cke_path_item:active {
1040
+ background-color: #2021240f;
1041
+ }
1042
+ .cke_hc a.cke_path_item:hover,
1043
+ .cke_hc a.cke_path_item:focus,
1044
+ .cke_hc a.cke_path_item:active {
1045
+ border: 2px solid;
1046
+ padding: 1px 2px;
1047
+ }
1048
+ .cke_button__source_label,
1049
+ .cke_button__sourcedialog_label {
1050
+ display: inline;
1051
+ }
1052
+ .cke_combopanel__fontsize {
1053
+ width: 135px;
1054
+ }
1055
+ textarea.cke_source {
1056
+ font-family: 'Courier New', Monospace;
1057
+ font-size: small;
1058
+ background-color: #fff;
1059
+ white-space: pre-wrap;
1060
+ border: 0;
1061
+ padding: 0;
1062
+ margin: 0;
1063
+ display: block;
1064
+ }
1065
+ .cke_wysiwyg_frame,
1066
+ .cke_wysiwyg_div {
1067
+ background-color: #fff;
1068
+ }
1069
+ .cke_notifications_area {
1070
+ pointer-events: none;
1071
+ }
1072
+ .cke_notification {
1073
+ pointer-events: auto;
1074
+ position: relative;
1075
+ margin: 10px;
1076
+ width: 300px;
1077
+ color: white;
1078
+ text-align: center;
1079
+ opacity: 0.95;
1080
+ filter: alpha(opacity = 95);
1081
+ -webkit-animation: fadeIn 0.7s;
1082
+ animation: fadeIn 0.7s;
1083
+ }
1084
+ .cke_notification_message a {
1085
+ color: #12306f;
1086
+ }
1087
+ @-webkit-keyframes fadeIn {
1088
+ from {
1089
+ opacity: 0.4;
1090
+ }
1091
+ to {
1092
+ opacity: 0.95;
1093
+ }
1094
+ }
1095
+ @keyframes fadeIn {
1096
+ from {
1097
+ opacity: 0.4;
1098
+ }
1099
+ to {
1100
+ opacity: 0.95;
1101
+ }
1102
+ }
1103
+ .cke_notification_success {
1104
+ background: #72b572;
1105
+ border: 1px solid #63a563;
1106
+ }
1107
+ .cke_notification_warning {
1108
+ background: #c83939;
1109
+ border: 1px solid #902b2b;
1110
+ }
1111
+ .cke_notification_info {
1112
+ background: #2e9ad0;
1113
+ border: 1px solid #0f74a8;
1114
+ }
1115
+ .cke_notification_info span.cke_notification_progress {
1116
+ background-color: #0f74a8;
1117
+ display: block;
1118
+ padding: 0;
1119
+ margin: 0;
1120
+ height: 100%;
1121
+ overflow: hidden;
1122
+ position: absolute;
1123
+ z-index: 1;
1124
+ }
1125
+ .cke_notification_message {
1126
+ position: relative;
1127
+ margin: 4px 23px 3px;
1128
+ font-family: Arial, Helvetica, sans-serif;
1129
+ font-size: 12px;
1130
+ line-height: 18px;
1131
+ z-index: 4;
1132
+ text-overflow: ellipsis;
1133
+ overflow: hidden;
1134
+ }
1135
+ .cke_notification_close {
1136
+ background-image: url(images/close.png);
1137
+ background-repeat: no-repeat;
1138
+ background-position: 50%;
1139
+ position: absolute;
1140
+ cursor: pointer;
1141
+ text-align: center;
1142
+ height: 20px;
1143
+ width: 20px;
1144
+ top: 1px;
1145
+ right: 1px;
1146
+ padding: 0;
1147
+ margin: 0;
1148
+ z-index: 5;
1149
+ opacity: 0.6;
1150
+ filter: alpha(opacity = 60);
1151
+ }
1152
+ .cke_notification_close:hover {
1153
+ opacity: 1;
1154
+ filter: alpha(opacity = 100);
1155
+ }
1156
+ .cke_notification_close span {
1157
+ display: none;
1158
+ }
1159
+ .cke_notification_warning a.cke_notification_close {
1160
+ opacity: 0.8;
1161
+ filter: alpha(opacity = 80);
1162
+ }
1163
+ .cke_notification_warning a.cke_notification_close:hover {
1164
+ opacity: 1;
1165
+ filter: alpha(opacity = 100);
1166
+ }
1167
+ .cke_chrome {
1168
+ visibility: inherit;
1169
+ }
1170
+ .cke_voice_label {
1171
+ display: none;
1172
+ }
1173
+ legend.cke_voice_label {
1174
+ display: none;
1175
+ }
1176
+ a.cke_button_disabled,
1177
+ a.cke_button_disabled:hover,
1178
+ a.cke_button_disabled:focus,
1179
+ a.cke_button_disabled:active {
1180
+ filter: alpha(opacity = 30);
1181
+ }
1182
+ .cke_button_disabled .cke_button_icon {
1183
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff);
1184
+ }
1185
+ .cke_button_off:hover,
1186
+ .cke_button_off:focus,
1187
+ .cke_button_off:active {
1188
+ filter: alpha(opacity = 100);
1189
+ }
1190
+ .cke_combo_disabled .cke_combo_inlinelabel,
1191
+ .cke_combo_disabled .cke_combo_open {
1192
+ filter: alpha(opacity = 30);
1193
+ }
1194
+ .cke_toolbox_collapser {
1195
+ border: 1px solid #a6a6a6;
1196
+ }
1197
+ .cke_toolbox_collapser .cke_arrow {
1198
+ margin-top: 1px;
1199
+ }
1200
+ .cke_hc .cke_top,
1201
+ .cke_hc .cke_bottom,
1202
+ .cke_hc .cke_combo_button,
1203
+ .cke_hc a.cke_combo_button:hover,
1204
+ .cke_hc a.cke_combo_button:focus,
1205
+ .cke_hc .cke_toolgroup,
1206
+ .cke_hc .cke_button_on,
1207
+ .cke_hc a.cke_button_off:hover,
1208
+ .cke_hc a.cke_button_off:focus,
1209
+ .cke_hc a.cke_button_off:active,
1210
+ .cke_hc .cke_toolbox_collapser,
1211
+ .cke_hc .cke_toolbox_collapser:hover,
1212
+ .cke_hc .cke_panel_grouptitle {
1213
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1214
+ }
1215
+ .cke_top,
1216
+ .cke_contents,
1217
+ .cke_bottom {
1218
+ width: 100%;
1219
+ }
1220
+ .cke_button_arrow {
1221
+ font-size: 0;
1222
+ }
1223
+ .cke_rtl .cke_toolgroup,
1224
+ .cke_rtl .cke_toolbar_separator,
1225
+ .cke_rtl .cke_button,
1226
+ .cke_rtl .cke_button *,
1227
+ .cke_rtl .cke_combo,
1228
+ .cke_rtl .cke_combo *,
1229
+ .cke_rtl .cke_path_item,
1230
+ .cke_rtl .cke_path_item *,
1231
+ .cke_rtl .cke_path_empty {
1232
+ float: none;
1233
+ }
1234
+ .cke_rtl .cke_toolgroup,
1235
+ .cke_rtl .cke_toolbar_separator,
1236
+ .cke_rtl .cke_combo_button,
1237
+ .cke_rtl .cke_combo_button *,
1238
+ .cke_rtl .cke_button,
1239
+ .cke_rtl .cke_button_icon {
1240
+ display: inline-block;
1241
+ vertical-align: top;
1242
+ }
1243
+ .cke_rtl .cke_button_icon {
1244
+ float: none;
1245
+ }
1246
+ .cke_resizer {
1247
+ width: 10px;
1248
+ }
1249
+ .cke_source {
1250
+ white-space: normal;
1251
+ }
1252
+ .cke_bottom {
1253
+ position: static;
1254
+ }
1255
+ .cke_colorbox {
1256
+ font-size: 0;
1257
+ }
1258
+ .cke_button__about_icon {
1259
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -0px !important;
1260
+ }
1261
+ .cke_button__bold_icon {
1262
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -24px !important;
1263
+ }
1264
+ .cke_button__italic_icon {
1265
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -48px !important;
1266
+ }
1267
+ .cke_button__strike_icon {
1268
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -72px !important;
1269
+ }
1270
+ .cke_button__subscript_icon {
1271
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -96px !important;
1272
+ }
1273
+ .cke_button__superscript_icon {
1274
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -120px !important;
1275
+ }
1276
+ .cke_button__underline_icon {
1277
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -144px !important;
1278
+ }
1279
+ .cke_button__blockquote_icon {
1280
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -168px !important;
1281
+ }
1282
+ .cke_rtl .cke_button__copy_icon,
1283
+ .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1284
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -192px !important;
1285
+ }
1286
+ .cke_ltr .cke_button__copy_icon {
1287
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -216px !important;
1288
+ }
1289
+ .cke_rtl .cke_button__cut_icon,
1290
+ .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1291
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -240px !important;
1292
+ }
1293
+ .cke_ltr .cke_button__cut_icon {
1294
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -264px !important;
1295
+ }
1296
+ .cke_rtl .cke_button__paste_icon,
1297
+ .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1298
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -288px !important;
1299
+ }
1300
+ .cke_ltr .cke_button__paste_icon {
1301
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -312px !important;
1302
+ }
1303
+ .cke_button__horizontalrule_icon {
1304
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -336px !important;
1305
+ }
1306
+ .cke_button__image_icon {
1307
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -360px !important;
1308
+ }
1309
+ .cke_rtl .cke_button__indent_icon,
1310
+ .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1311
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -384px !important;
1312
+ }
1313
+ .cke_ltr .cke_button__indent_icon {
1314
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -408px !important;
1315
+ }
1316
+ .cke_rtl .cke_button__outdent_icon,
1317
+ .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1318
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -432px !important;
1319
+ }
1320
+ .cke_ltr .cke_button__outdent_icon {
1321
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -456px !important;
1322
+ }
1323
+ .cke_rtl .cke_button__anchor_icon,
1324
+ .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1325
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -480px !important;
1326
+ }
1327
+ .cke_ltr .cke_button__anchor_icon {
1328
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -504px !important;
1329
+ }
1330
+ .cke_button__link_icon {
1331
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -528px !important;
1332
+ }
1333
+ .cke_button__unlink_icon {
1334
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -552px !important;
1335
+ }
1336
+ .cke_rtl .cke_button__bulletedlist_icon,
1337
+ .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1338
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -576px !important;
1339
+ }
1340
+ .cke_ltr .cke_button__bulletedlist_icon {
1341
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -600px !important;
1342
+ }
1343
+ .cke_rtl .cke_button__numberedlist_icon,
1344
+ .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1345
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -624px !important;
1346
+ }
1347
+ .cke_ltr .cke_button__numberedlist_icon {
1348
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -648px !important;
1349
+ }
1350
+ .cke_button__maximize_icon {
1351
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -672px !important;
1352
+ }
1353
+ .cke_rtl .cke_button__pastetext_icon,
1354
+ .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1355
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -696px !important;
1356
+ }
1357
+ .cke_ltr .cke_button__pastetext_icon {
1358
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -720px !important;
1359
+ }
1360
+ .cke_rtl .cke_button__pastefromword_icon,
1361
+ .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1362
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -744px !important;
1363
+ }
1364
+ .cke_ltr .cke_button__pastefromword_icon {
1365
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -768px !important;
1366
+ }
1367
+ .cke_button__removeformat_icon {
1368
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -792px !important;
1369
+ }
1370
+ .cke_rtl .cke_button__source_icon,
1371
+ .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1372
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -816px !important;
1373
+ }
1374
+ .cke_ltr .cke_button__source_icon {
1375
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -840px !important;
1376
+ }
1377
+ .cke_button__specialchar_icon {
1378
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -864px !important;
1379
+ }
1380
+ .cke_button__scayt_icon {
1381
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -888px !important;
1382
+ }
1383
+ .cke_button__table_icon {
1384
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -912px !important;
1385
+ }
1386
+ .cke_rtl .cke_button__redo_icon,
1387
+ .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1388
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -936px !important;
1389
+ }
1390
+ .cke_ltr .cke_button__redo_icon {
1391
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -960px !important;
1392
+ }
1393
+ .cke_rtl .cke_button__undo_icon,
1394
+ .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1395
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -984px !important;
1396
+ }
1397
+ .cke_ltr .cke_button__undo_icon {
1398
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -1008px !important;
1399
+ }
1400
+ .cke_button__bgcolor_icon {
1401
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -1032px !important;
1402
+ }
1403
+ .cke_button__textcolor_icon {
1404
+ background: url(icons.png?t=5fe059002f) no-repeat 0 -1056px !important;
1405
+ }
1406
+ .cke_hidpi .cke_button__about_icon {
1407
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -0px !important;
1408
+ background-size: 16px !important;
1409
+ }
1410
+ .cke_hidpi .cke_button__bold_icon {
1411
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -24px !important;
1412
+ background-size: 16px !important;
1413
+ }
1414
+ .cke_hidpi .cke_button__italic_icon {
1415
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -48px !important;
1416
+ background-size: 16px !important;
1417
+ }
1418
+ .cke_hidpi .cke_button__strike_icon {
1419
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -72px !important;
1420
+ background-size: 16px !important;
1421
+ }
1422
+ .cke_hidpi .cke_button__subscript_icon {
1423
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -96px !important;
1424
+ background-size: 16px !important;
1425
+ }
1426
+ .cke_hidpi .cke_button__superscript_icon {
1427
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -120px !important;
1428
+ background-size: 16px !important;
1429
+ }
1430
+ .cke_hidpi .cke_button__underline_icon {
1431
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -144px !important;
1432
+ background-size: 16px !important;
1433
+ }
1434
+ .cke_hidpi .cke_button__blockquote_icon {
1435
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -168px !important;
1436
+ background-size: 16px !important;
1437
+ }
1438
+ .cke_rtl.cke_hidpi .cke_button__copy_icon,
1439
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1440
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -192px !important;
1441
+ background-size: 16px !important;
1442
+ }
1443
+ .cke_hidpi .cke_ltr .cke_button__copy_icon,
1444
+ .cke_ltr.cke_hidpi .cke_button__copy_icon {
1445
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -216px !important;
1446
+ background-size: 16px !important;
1447
+ }
1448
+ .cke_rtl.cke_hidpi .cke_button__cut_icon,
1449
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1450
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -240px !important;
1451
+ background-size: 16px !important;
1452
+ }
1453
+ .cke_hidpi .cke_ltr .cke_button__cut_icon,
1454
+ .cke_ltr.cke_hidpi .cke_button__cut_icon {
1455
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -264px !important;
1456
+ background-size: 16px !important;
1457
+ }
1458
+ .cke_rtl.cke_hidpi .cke_button__paste_icon,
1459
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1460
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -288px !important;
1461
+ background-size: 16px !important;
1462
+ }
1463
+ .cke_hidpi .cke_ltr .cke_button__paste_icon,
1464
+ .cke_ltr.cke_hidpi .cke_button__paste_icon {
1465
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -312px !important;
1466
+ background-size: 16px !important;
1467
+ }
1468
+ .cke_hidpi .cke_button__horizontalrule_icon {
1469
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -336px !important;
1470
+ background-size: 16px !important;
1471
+ }
1472
+ .cke_hidpi .cke_button__image_icon {
1473
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -360px !important;
1474
+ background-size: 16px !important;
1475
+ }
1476
+ .cke_rtl.cke_hidpi .cke_button__indent_icon,
1477
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1478
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -384px !important;
1479
+ background-size: 16px !important;
1480
+ }
1481
+ .cke_hidpi .cke_ltr .cke_button__indent_icon,
1482
+ .cke_ltr.cke_hidpi .cke_button__indent_icon {
1483
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -408px !important;
1484
+ background-size: 16px !important;
1485
+ }
1486
+ .cke_rtl.cke_hidpi .cke_button__outdent_icon,
1487
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1488
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -432px !important;
1489
+ background-size: 16px !important;
1490
+ }
1491
+ .cke_hidpi .cke_ltr .cke_button__outdent_icon,
1492
+ .cke_ltr.cke_hidpi .cke_button__outdent_icon {
1493
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -456px !important;
1494
+ background-size: 16px !important;
1495
+ }
1496
+ .cke_rtl.cke_hidpi .cke_button__anchor_icon,
1497
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1498
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -480px !important;
1499
+ background-size: 16px !important;
1500
+ }
1501
+ .cke_hidpi .cke_ltr .cke_button__anchor_icon,
1502
+ .cke_ltr.cke_hidpi .cke_button__anchor_icon {
1503
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -504px !important;
1504
+ background-size: 16px !important;
1505
+ }
1506
+ .cke_hidpi .cke_button__link_icon {
1507
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -528px !important;
1508
+ background-size: 16px !important;
1509
+ }
1510
+ .cke_hidpi .cke_button__unlink_icon {
1511
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -552px !important;
1512
+ background-size: 16px !important;
1513
+ }
1514
+ .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
1515
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1516
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -576px !important;
1517
+ background-size: 16px !important;
1518
+ }
1519
+ .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
1520
+ .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
1521
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -600px !important;
1522
+ background-size: 16px !important;
1523
+ }
1524
+ .cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
1525
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1526
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -624px !important;
1527
+ background-size: 16px !important;
1528
+ }
1529
+ .cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
1530
+ .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
1531
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -648px !important;
1532
+ background-size: 16px !important;
1533
+ }
1534
+ .cke_hidpi .cke_button__maximize_icon {
1535
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -672px !important;
1536
+ background-size: 16px !important;
1537
+ }
1538
+ .cke_rtl.cke_hidpi .cke_button__pastetext_icon,
1539
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1540
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -696px !important;
1541
+ background-size: 16px !important;
1542
+ }
1543
+ .cke_hidpi .cke_ltr .cke_button__pastetext_icon,
1544
+ .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
1545
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -720px !important;
1546
+ background-size: 16px !important;
1547
+ }
1548
+ .cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
1549
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1550
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -744px !important;
1551
+ background-size: 16px !important;
1552
+ }
1553
+ .cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
1554
+ .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
1555
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -768px !important;
1556
+ background-size: 16px !important;
1557
+ }
1558
+ .cke_hidpi .cke_button__removeformat_icon {
1559
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -792px !important;
1560
+ background-size: 16px !important;
1561
+ }
1562
+ .cke_rtl.cke_hidpi .cke_button__source_icon,
1563
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1564
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -816px !important;
1565
+ background-size: 16px !important;
1566
+ }
1567
+ .cke_hidpi .cke_ltr .cke_button__source_icon,
1568
+ .cke_ltr.cke_hidpi .cke_button__source_icon {
1569
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -840px !important;
1570
+ background-size: 16px !important;
1571
+ }
1572
+ .cke_hidpi .cke_button__specialchar_icon {
1573
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -864px !important;
1574
+ background-size: 16px !important;
1575
+ }
1576
+ .cke_hidpi .cke_button__scayt_icon {
1577
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -888px !important;
1578
+ background-size: 16px !important;
1579
+ }
1580
+ .cke_hidpi .cke_button__table_icon {
1581
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -912px !important;
1582
+ background-size: 16px !important;
1583
+ }
1584
+ .cke_rtl.cke_hidpi .cke_button__redo_icon,
1585
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1586
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -936px !important;
1587
+ background-size: 16px !important;
1588
+ }
1589
+ .cke_hidpi .cke_ltr .cke_button__redo_icon,
1590
+ .cke_ltr.cke_hidpi .cke_button__redo_icon {
1591
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -960px !important;
1592
+ background-size: 16px !important;
1593
+ }
1594
+ .cke_rtl.cke_hidpi .cke_button__undo_icon,
1595
+ .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1596
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -984px !important;
1597
+ background-size: 16px !important;
1598
+ }
1599
+ .cke_hidpi .cke_ltr .cke_button__undo_icon,
1600
+ .cke_ltr.cke_hidpi .cke_button__undo_icon {
1601
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -1008px !important;
1602
+ background-size: 16px !important;
1603
+ }
1604
+ .cke_hidpi .cke_button__bgcolor_icon {
1605
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -1032px !important;
1606
+ background-size: 16px !important;
1607
+ }
1608
+ .cke_hidpi .cke_button__textcolor_icon {
1609
+ background: url(icons_hidpi.png?t=5fe059002f) no-repeat 0 -1056px !important;
1610
+ background-size: 16px !important;
1611
+ }
1612
+
1613
+ .placeholder_button {
1614
+ border: 1px solid #e0e0e0 !important;
1615
+ padding: 3px 5px !important;
1616
+ border-radius: 4px;
1617
+ }
1618
+
1619
+ .placeholder_button .cke_button_icon {
1620
+ display: none;
1621
+ }
1622
+
1623
+ .placeholder_button .cke_button_label {
1624
+ display: block;
1625
+ }
1626
+
1627
+ .wordfile:after,
1628
+ .cke_button__justifyleft:after,
1629
+ .cke_button__justifycenter:after,
1630
+ .cke_button__justifyright:after {
1631
+ display: none !important;
1632
+ }