biso24-editor 1.3.0 → 1.3.1

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