biso24-editor 1.3.0 → 1.3.2

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