glebtv-ckeditor 4.4.6 → 4.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +14 -5
  3. data/lib/ckeditor/version.rb +1 -1
  4. data/vendor/assets/javascripts/ckeditor/adapters/jquery.js +1 -1
  5. data/vendor/assets/javascripts/ckeditor/build-config.js +1 -0
  6. data/vendor/assets/javascripts/ckeditor/ckeditor.js +480 -478
  7. data/vendor/assets/javascripts/ckeditor/config.js +1 -1
  8. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +1 -1
  9. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +1 -1
  10. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +1 -1
  11. data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +1 -1
  12. data/vendor/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +1 -1
  13. data/vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +3 -3
  14. data/vendor/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +1 -1
  15. data/vendor/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +1 -1
  16. data/vendor/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +21 -21
  17. data/vendor/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +1 -1
  18. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/button.js +1 -1
  19. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +1 -1
  20. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/form.js +1 -1
  21. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +4 -5
  22. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +1 -1
  23. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/select.js +3 -3
  24. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +1 -1
  25. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +1 -1
  26. data/vendor/assets/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +1 -1
  27. data/vendor/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +3 -3
  28. data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +1 -1
  29. data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +1 -1
  30. data/vendor/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +1 -1
  31. data/vendor/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +1 -1
  32. data/vendor/assets/javascripts/ckeditor/plugins/scayt/README.md +25 -0
  33. data/vendor/assets/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +1 -1
  34. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js +1 -1
  35. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js +1 -1
  36. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +1 -1
  37. data/vendor/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +1 -1
  38. data/vendor/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +1 -1
  39. data/vendor/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +1 -1
  40. data/vendor/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +1 -1
  41. data/vendor/assets/javascripts/ckeditor/plugins/templates/templates/default.js +1 -1
  42. data/vendor/assets/javascripts/ckeditor/plugins/wsc/README.md +25 -0
  43. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog.css.scss +771 -0
  44. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie.css.scss +812 -0
  45. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css.scss +844 -0
  46. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css.scss +825 -0
  47. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css.scss +816 -0
  48. data/vendor/assets/javascripts/ckeditor/skins/moono/editor.css.scss +2136 -0
  49. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_gecko.css.scss +2145 -0
  50. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie.css.scss +2194 -0
  51. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie7.css.scss +2362 -0
  52. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie8.css.scss +2206 -0
  53. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css.scss +2254 -0
  54. data/vendor/assets/javascripts/ckeditor/styles.js +1 -1
  55. metadata +29 -13
  56. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog.css +0 -5
  57. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +0 -5
  58. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +0 -5
  59. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +0 -5
  60. data/vendor/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css +0 -5
  61. data/vendor/assets/javascripts/ckeditor/skins/moono/editor.css +0 -5
  62. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +0 -5
  63. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie.css +0 -5
  64. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +0 -5
  65. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +0 -5
  66. data/vendor/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css +0 -5
@@ -0,0 +1,2136 @@
1
+ /*
2
+ Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3
+ For licensing, see LICENSE.md or http://ckeditor.com/license
4
+ */
5
+
6
+ .cke_reset {
7
+ margin: 0;
8
+ padding: 0;
9
+ border: 0;
10
+ background: transparent;
11
+ text-decoration: none;
12
+ width: auto;
13
+ height: auto;
14
+ vertical-align: baseline;
15
+ box-sizing: content-box;
16
+ -moz-box-sizing: content-box;
17
+ -webkit-box-sizing: content-box;
18
+ position: static;
19
+ -webkit-transition: none;
20
+ -moz-transition: none;
21
+ -ms-transition: none;
22
+ transition: none;
23
+ }
24
+
25
+ .cke_reset_all {
26
+ margin: 0;
27
+ padding: 0;
28
+ border: 0;
29
+ background: transparent;
30
+ text-decoration: none;
31
+ width: auto;
32
+ height: auto;
33
+ vertical-align: baseline;
34
+ box-sizing: content-box;
35
+ -moz-box-sizing: content-box;
36
+ -webkit-box-sizing: content-box;
37
+ position: static;
38
+ -webkit-transition: none;
39
+ -moz-transition: none;
40
+ -ms-transition: none;
41
+ transition: none;
42
+ border-collapse: collapse;
43
+ font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
44
+ color: #000;
45
+ text-align: left;
46
+ white-space: nowrap;
47
+ cursor: auto;
48
+ float: none;
49
+ * {
50
+ margin: 0;
51
+ padding: 0;
52
+ border: 0;
53
+ background: transparent;
54
+ text-decoration: none;
55
+ width: auto;
56
+ height: auto;
57
+ vertical-align: baseline;
58
+ box-sizing: content-box;
59
+ -moz-box-sizing: content-box;
60
+ -webkit-box-sizing: content-box;
61
+ position: static;
62
+ -webkit-transition: none;
63
+ -moz-transition: none;
64
+ -ms-transition: none;
65
+ transition: none;
66
+ border-collapse: collapse;
67
+ font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
68
+ color: #000;
69
+ text-align: left;
70
+ white-space: nowrap;
71
+ cursor: auto;
72
+ float: none;
73
+ }
74
+ .cke_rtl * {
75
+ text-align: right;
76
+ }
77
+ iframe {
78
+ vertical-align: inherit;
79
+ }
80
+ textarea {
81
+ white-space: pre;
82
+ cursor: text;
83
+ }
84
+ input {
85
+ &[type="text"], &[type="password"] {
86
+ cursor: text;
87
+ }
88
+ }
89
+ textarea[disabled] {
90
+ cursor: default;
91
+ }
92
+ input {
93
+ &[type="text"][disabled], &[type="password"][disabled] {
94
+ cursor: default;
95
+ }
96
+ }
97
+ fieldset {
98
+ padding: 10px;
99
+ border: 2px groove #e0dfe3;
100
+ }
101
+ select {
102
+ box-sizing: border-box;
103
+ -moz-box-sizing: border-box;
104
+ -webkit-box-sizing: border-box;
105
+ }
106
+ table {
107
+ table-layout: auto;
108
+ }
109
+ }
110
+
111
+ .cke_chrome {
112
+ display: block;
113
+ border: 1px solid #b6b6b6;
114
+ padding: 0;
115
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
116
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
117
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
118
+ }
119
+
120
+ .cke_inner {
121
+ display: block;
122
+ -webkit-touch-callout: none;
123
+ background: #fff;
124
+ padding: 0;
125
+ }
126
+
127
+ .cke_float {
128
+ border: 0;
129
+ .cke_inner {
130
+ padding-bottom: 0;
131
+ }
132
+ }
133
+
134
+ .cke_top, .cke_contents, .cke_bottom {
135
+ display: block;
136
+ overflow: hidden;
137
+ }
138
+
139
+ .cke_top {
140
+ border-bottom: 1px solid #b6b6b6;
141
+ padding: 6px 8px 2px;
142
+ white-space: normal;
143
+ -moz-box-shadow: 0 1px 0 #fff inset;
144
+ -webkit-box-shadow: 0 1px 0 #fff inset;
145
+ box-shadow: 0 1px 0 #fff inset;
146
+ background: #cfd1cf;
147
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
148
+ background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
149
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
150
+ background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
151
+ background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
152
+ background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
153
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
154
+ }
155
+
156
+ .cke_float .cke_top {
157
+ border: 1px solid #b6b6b6;
158
+ border-bottom-color: #999;
159
+ }
160
+
161
+ .cke_bottom {
162
+ padding: 6px 8px 2px;
163
+ position: relative;
164
+ border-top: 1px solid #bfbfbf;
165
+ -moz-box-shadow: 0 1px 0 #fff inset;
166
+ -webkit-box-shadow: 0 1px 0 #fff inset;
167
+ box-shadow: 0 1px 0 #fff inset;
168
+ background: #cfd1cf;
169
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
170
+ background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
171
+ background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
172
+ background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
173
+ background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
174
+ background-image: linear-gradient(top, #ebebeb, #cfd1cf);
175
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf');
176
+ }
177
+
178
+ .cke_browser_ios .cke_contents {
179
+ overflow-y: auto;
180
+ -webkit-overflow-scrolling: touch;
181
+ }
182
+
183
+ .cke_resizer {
184
+ width: 0;
185
+ height: 0;
186
+ overflow: hidden;
187
+ width: 0;
188
+ height: 0;
189
+ overflow: hidden;
190
+ border-width: 10px 10px 0 0;
191
+ border-color: transparent #666 transparent transparent;
192
+ border-style: dashed solid dashed dashed;
193
+ font-size: 0;
194
+ vertical-align: bottom;
195
+ margin-top: 6px;
196
+ margin-bottom: 2px;
197
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
198
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
199
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
200
+ }
201
+
202
+ .cke_hc .cke_resizer {
203
+ font-size: 15px;
204
+ width: auto;
205
+ height: auto;
206
+ border-width: 0;
207
+ }
208
+
209
+ .cke_resizer_ltr {
210
+ cursor: se-resize;
211
+ float: right;
212
+ margin-right: -4px;
213
+ }
214
+
215
+ .cke_resizer_rtl {
216
+ border-width: 10px 0 0 10px;
217
+ border-color: transparent transparent transparent #a5a5a5;
218
+ border-style: dashed dashed dashed solid;
219
+ cursor: sw-resize;
220
+ float: left;
221
+ margin-left: -4px;
222
+ right: auto;
223
+ }
224
+
225
+ .cke_wysiwyg_div {
226
+ display: block;
227
+ height: 100%;
228
+ overflow: auto;
229
+ padding: 0 8px;
230
+ outline-style: none;
231
+ -moz-box-sizing: border-box;
232
+ -webkit-box-sizing: border-box;
233
+ box-sizing: border-box;
234
+ }
235
+
236
+ .cke_panel {
237
+ visibility: visible;
238
+ width: 120px;
239
+ height: 100px;
240
+ overflow: hidden;
241
+ background-color: #fff;
242
+ border: 1px solid #b6b6b6;
243
+ border-bottom-color: #999;
244
+ -moz-border-radius: 3px;
245
+ -webkit-border-radius: 3px;
246
+ border-radius: 3px;
247
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
248
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
249
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
250
+ }
251
+
252
+ .cke_menu_panel {
253
+ padding: 0;
254
+ margin: 0;
255
+ }
256
+
257
+ .cke_combopanel {
258
+ width: 150px;
259
+ height: 170px;
260
+ }
261
+
262
+ .cke_panel_frame {
263
+ width: 100%;
264
+ height: 100%;
265
+ font-size: 12px;
266
+ overflow: auto;
267
+ overflow-x: hidden;
268
+ }
269
+
270
+ .cke_panel_container {
271
+ overflow-y: auto;
272
+ overflow-x: hidden;
273
+ }
274
+
275
+ .cke_panel_list {
276
+ list-style-type: none;
277
+ margin: 3px;
278
+ padding: 0;
279
+ white-space: nowrap;
280
+ }
281
+
282
+ .cke_panel_listItem {
283
+ margin: 0;
284
+ padding-bottom: 1px;
285
+ a {
286
+ padding: 3px 4px;
287
+ display: block;
288
+ border: 1px solid #fff;
289
+ color: inherit !important;
290
+ text-decoration: none;
291
+ overflow: hidden;
292
+ text-overflow: ellipsis;
293
+ -moz-border-radius: 2px;
294
+ -webkit-border-radius: 2px;
295
+ border-radius: 2px;
296
+ }
297
+ }
298
+
299
+ * {
300
+ html .cke_panel_listItem a {
301
+ width: 100%;
302
+ color: #000;
303
+ }
304
+ &:first-child + html .cke_panel_listItem a {
305
+ color: #000;
306
+ }
307
+ }
308
+
309
+ .cke_panel_listItem {
310
+ &.cke_selected a {
311
+ border: 1px solid #dedede;
312
+ background-color: #f2f2f2;
313
+ -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
314
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
315
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
316
+ }
317
+ a {
318
+ &:hover, &:focus, &:active {
319
+ border-color: #dedede;
320
+ background-color: #f2f2f2;
321
+ -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
322
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
323
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
324
+ }
325
+ }
326
+ }
327
+
328
+ .cke_hc .cke_panel_listItem a {
329
+ border-style: none;
330
+ &:hover, &:focus, &:active {
331
+ border: 2px solid;
332
+ padding: 1px 2px;
333
+ }
334
+ }
335
+
336
+ .cke_panel_grouptitle {
337
+ cursor: default;
338
+ font-size: 11px;
339
+ font-weight: bold;
340
+ white-space: nowrap;
341
+ margin: 0;
342
+ padding: 4px 6px;
343
+ color: #474747;
344
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
345
+ border-bottom: 1px solid #b6b6b6;
346
+ -moz-border-radius: 2px 2px 0 0;
347
+ -webkit-border-radius: 2px 2px 0 0;
348
+ border-radius: 2px 2px 0 0;
349
+ -moz-box-shadow: 0 1px 0 #fff inset;
350
+ -webkit-box-shadow: 0 1px 0 #fff inset;
351
+ box-shadow: 0 1px 0 #fff inset;
352
+ background: #cfd1cf;
353
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
354
+ background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
355
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
356
+ background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
357
+ background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
358
+ background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
359
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
360
+ }
361
+
362
+ .cke_panel_listItem {
363
+ p, h1, h2, h3, h4, h5, h6, pre {
364
+ margin-top: 0;
365
+ margin-bottom: 0;
366
+ }
367
+ }
368
+
369
+ .cke_colorblock {
370
+ padding: 3px;
371
+ font-size: 11px;
372
+ font-family: 'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
373
+ text-decoration: none;
374
+ color: #000;
375
+ a {
376
+ text-decoration: none;
377
+ color: #000;
378
+ }
379
+ }
380
+
381
+ span.cke_colorbox {
382
+ width: 10px;
383
+ height: 10px;
384
+ border: #808080 1px solid;
385
+ float: left;
386
+ }
387
+
388
+ .cke_rtl span.cke_colorbox {
389
+ float: right;
390
+ }
391
+
392
+ a.cke_colorbox {
393
+ border: #fff 1px solid;
394
+ padding: 2px;
395
+ float: left;
396
+ width: 12px;
397
+ height: 12px;
398
+ }
399
+
400
+ .cke_rtl a.cke_colorbox {
401
+ float: right;
402
+ }
403
+
404
+ a {
405
+ &:hover.cke_colorbox, &:focus.cke_colorbox, &:active.cke_colorbox {
406
+ border: #b6b6b6 1px solid;
407
+ background-color: #e5e5e5;
408
+ }
409
+ &.cke_colorauto, &.cke_colormore {
410
+ border: #fff 1px solid;
411
+ padding: 2px;
412
+ display: block;
413
+ cursor: pointer;
414
+ }
415
+ &:hover {
416
+ &.cke_colorauto, &.cke_colormore {
417
+ border: #b6b6b6 1px solid;
418
+ background-color: #e5e5e5;
419
+ }
420
+ }
421
+ &:focus {
422
+ &.cke_colorauto, &.cke_colormore {
423
+ border: #b6b6b6 1px solid;
424
+ background-color: #e5e5e5;
425
+ }
426
+ }
427
+ &:active {
428
+ &.cke_colorauto, &.cke_colormore {
429
+ border: #b6b6b6 1px solid;
430
+ background-color: #e5e5e5;
431
+ }
432
+ }
433
+ }
434
+
435
+ .cke_toolbar {
436
+ float: left;
437
+ }
438
+
439
+ .cke_rtl .cke_toolbar {
440
+ float: right;
441
+ }
442
+
443
+ .cke_toolgroup {
444
+ float: left;
445
+ margin: 0 6px 5px 0;
446
+ border: 1px solid #a6a6a6;
447
+ border-bottom-color: #979797;
448
+ -moz-border-radius: 3px;
449
+ -webkit-border-radius: 3px;
450
+ border-radius: 3px;
451
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
452
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
453
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
454
+ background: #e4e4e4;
455
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
456
+ background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
457
+ background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
458
+ background-image: -o-linear-gradient(top, #fff, #e4e4e4);
459
+ background-image: -ms-linear-gradient(top, #fff, #e4e4e4);
460
+ background-image: linear-gradient(top, #fff, #e4e4e4);
461
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
462
+ }
463
+
464
+ .cke_hc .cke_toolgroup {
465
+ border: 0;
466
+ margin-right: 10px;
467
+ margin-bottom: 10px;
468
+ }
469
+
470
+ .cke_rtl .cke_toolgroup {
471
+ float: right;
472
+ margin-left: 6px;
473
+ margin-right: 0;
474
+ }
475
+
476
+ a.cke_button {
477
+ display: inline-block;
478
+ height: 18px;
479
+ padding: 4px 6px;
480
+ outline: 0;
481
+ cursor: default;
482
+ float: left;
483
+ border: 0;
484
+ }
485
+
486
+ .cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child {
487
+ -moz-border-radius: 0 2px 2px 0;
488
+ -webkit-border-radius: 0 2px 2px 0;
489
+ border-radius: 0 2px 2px 0;
490
+ }
491
+
492
+ .cke_ltr .cke_button:first-child {
493
+ -moz-border-radius: 2px 0 0 2px;
494
+ -webkit-border-radius: 2px 0 0 2px;
495
+ border-radius: 2px 0 0 2px;
496
+ }
497
+
498
+ .cke_rtl .cke_button {
499
+ &:last-child {
500
+ -moz-border-radius: 2px 0 0 2px;
501
+ -webkit-border-radius: 2px 0 0 2px;
502
+ border-radius: 2px 0 0 2px;
503
+ }
504
+ float: right;
505
+ }
506
+
507
+ .cke_hc .cke_button {
508
+ border: 1px solid black;
509
+ padding: 3px 5px;
510
+ margin: -2px 4px 0 -2px;
511
+ }
512
+
513
+ .cke_button_on {
514
+ -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
515
+ -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
516
+ box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
517
+ background: #b5b5b5;
518
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca));
519
+ background-image: -moz-linear-gradient(top, #aaa, #cacaca);
520
+ background-image: -webkit-linear-gradient(top, #aaa, #cacaca);
521
+ background-image: -o-linear-gradient(top, #aaa, #cacaca);
522
+ background-image: -ms-linear-gradient(top, #aaa, #cacaca);
523
+ background-image: linear-gradient(top, #aaa, #cacaca);
524
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca');
525
+ }
526
+
527
+ .cke_hc {
528
+ .cke_button_on {
529
+ border-width: 3px;
530
+ padding: 1px 3px;
531
+ }
532
+ a {
533
+ &.cke_button_off {
534
+ &:hover, &:focus, &:active {
535
+ border-width: 3px;
536
+ padding: 1px 3px;
537
+ }
538
+ }
539
+ &.cke_button_disabled {
540
+ &:hover, &:focus, &:active {
541
+ border-width: 3px;
542
+ padding: 1px 3px;
543
+ }
544
+ }
545
+ }
546
+ }
547
+
548
+ .cke_button_disabled .cke_button_icon {
549
+ opacity: .3;
550
+ }
551
+
552
+ .cke_hc .cke_button_disabled {
553
+ opacity: .5;
554
+ }
555
+
556
+ a {
557
+ &.cke_button_on {
558
+ &:hover, &:focus, &:active {
559
+ -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
560
+ -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
561
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
562
+ }
563
+ }
564
+ &.cke_button_off {
565
+ &:hover, &:focus, &:active {
566
+ -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
567
+ -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
568
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
569
+ background: #ccc;
570
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
571
+ background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
572
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
573
+ background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
574
+ background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
575
+ background-image: linear-gradient(top, #f2f2f2, #ccc);
576
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
577
+ }
578
+ }
579
+ &.cke_button_disabled {
580
+ &:hover, &:focus, &:active {
581
+ -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
582
+ -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
583
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
584
+ background: #ccc;
585
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
586
+ background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
587
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
588
+ background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
589
+ background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
590
+ background-image: linear-gradient(top, #f2f2f2, #ccc);
591
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
592
+ }
593
+ }
594
+ }
595
+
596
+ .cke_button_icon {
597
+ cursor: inherit;
598
+ background-repeat: no-repeat;
599
+ margin-top: 1px;
600
+ width: 16px;
601
+ height: 16px;
602
+ float: left;
603
+ display: inline-block;
604
+ }
605
+
606
+ .cke_rtl .cke_button_icon {
607
+ float: right;
608
+ }
609
+
610
+ .cke_hc .cke_button_icon {
611
+ display: none;
612
+ }
613
+
614
+ .cke_button_label {
615
+ display: none;
616
+ padding-left: 3px;
617
+ margin-top: 1px;
618
+ line-height: 17px;
619
+ vertical-align: middle;
620
+ float: left;
621
+ cursor: default;
622
+ color: #474747;
623
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
624
+ }
625
+
626
+ .cke_rtl .cke_button_label {
627
+ padding-right: 3px;
628
+ padding-left: 0;
629
+ float: right;
630
+ }
631
+
632
+ .cke_hc .cke_button_label {
633
+ padding: 0;
634
+ display: inline-block;
635
+ font-size: 12px;
636
+ }
637
+
638
+ .cke_button_arrow {
639
+ display: inline-block;
640
+ margin: 8px 0 0 1px;
641
+ width: 0;
642
+ height: 0;
643
+ cursor: default;
644
+ vertical-align: top;
645
+ border-left: 3px solid transparent;
646
+ border-right: 3px solid transparent;
647
+ border-top: 3px solid #474747;
648
+ }
649
+
650
+ .cke_rtl .cke_button_arrow {
651
+ margin-right: 5px;
652
+ margin-left: 0;
653
+ }
654
+
655
+ .cke_hc .cke_button_arrow {
656
+ font-size: 10px;
657
+ margin: 3px -2px 0 3px;
658
+ width: auto;
659
+ border: 0;
660
+ }
661
+
662
+ .cke_toolbar_separator {
663
+ float: left;
664
+ background-color: #c0c0c0;
665
+ background-color: rgba(0, 0, 0, 0.2);
666
+ margin: 5px 2px 0;
667
+ height: 18px;
668
+ width: 1px;
669
+ -webkit-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
670
+ -moz-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
671
+ box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
672
+ }
673
+
674
+ .cke_rtl .cke_toolbar_separator {
675
+ float: right;
676
+ -webkit-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
677
+ -moz-box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
678
+ box-shadow: (-1px) 0 1px rgba(255, 255, 255, 0.1);
679
+ }
680
+
681
+ .cke_hc .cke_toolbar_separator {
682
+ width: 0;
683
+ border-left: 1px solid;
684
+ margin: 1px 5px 0 0;
685
+ }
686
+
687
+ .cke_toolbar_break {
688
+ display: block;
689
+ clear: left;
690
+ }
691
+
692
+ .cke_rtl .cke_toolbar_break {
693
+ clear: right;
694
+ }
695
+
696
+ .cke_toolbox_collapser {
697
+ width: 12px;
698
+ height: 11px;
699
+ float: right;
700
+ margin: 11px 0 0;
701
+ font-size: 0;
702
+ cursor: default;
703
+ text-align: center;
704
+ border: 1px solid #a6a6a6;
705
+ border-bottom-color: #979797;
706
+ -moz-border-radius: 3px;
707
+ -webkit-border-radius: 3px;
708
+ border-radius: 3px;
709
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
710
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
711
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
712
+ background: #e4e4e4;
713
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
714
+ background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
715
+ background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
716
+ background-image: -o-linear-gradient(top, #fff, #e4e4e4);
717
+ background-image: -ms-linear-gradient(top, #fff, #e4e4e4);
718
+ background-image: linear-gradient(top, #fff, #e4e4e4);
719
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
720
+ &:hover {
721
+ background: #ccc;
722
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
723
+ background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
724
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
725
+ background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
726
+ background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
727
+ background-image: linear-gradient(top, #f2f2f2, #ccc);
728
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
729
+ }
730
+ &.cke_toolbox_collapser_min {
731
+ margin: 0 2px 4px;
732
+ }
733
+ }
734
+
735
+ .cke_rtl .cke_toolbox_collapser {
736
+ float: left;
737
+ }
738
+
739
+ .cke_toolbox_collapser {
740
+ .cke_arrow {
741
+ display: inline-block;
742
+ height: 0;
743
+ width: 0;
744
+ font-size: 0;
745
+ margin-top: 1px;
746
+ border-left: 3px solid transparent;
747
+ border-right: 3px solid transparent;
748
+ border-bottom: 3px solid #474747;
749
+ border-top: 3px solid transparent;
750
+ }
751
+ &.cke_toolbox_collapser_min .cke_arrow {
752
+ margin-top: 4px;
753
+ border-bottom-color: transparent;
754
+ border-top-color: #474747;
755
+ }
756
+ }
757
+
758
+ .cke_hc .cke_toolbox_collapser .cke_arrow {
759
+ font-size: 8px;
760
+ width: auto;
761
+ border: 0;
762
+ margin-top: 0;
763
+ margin-right: 2px;
764
+ }
765
+
766
+ .cke_menubutton {
767
+ display: block;
768
+ }
769
+
770
+ .cke_menuitem span {
771
+ cursor: default;
772
+ }
773
+
774
+ .cke_menubutton {
775
+ &:hover, &:focus, &:active {
776
+ background-color: #d3d3d3;
777
+ display: block;
778
+ }
779
+ }
780
+
781
+ .cke_hc .cke_menubutton {
782
+ padding: 2px;
783
+ &:hover, &:focus, &:active {
784
+ border: 2px solid;
785
+ padding: 0;
786
+ }
787
+ }
788
+
789
+ .cke_menubutton_inner {
790
+ display: table-row;
791
+ }
792
+
793
+ .cke_menubutton_icon, .cke_menubutton_label, .cke_menuarrow {
794
+ display: table-cell;
795
+ }
796
+
797
+ .cke_menubutton_icon {
798
+ background-color: #d7d8d7;
799
+ opacity: .70;
800
+ filter: alpha(opacity = 70);
801
+ padding: 4px;
802
+ }
803
+
804
+ .cke_hc .cke_menubutton_icon {
805
+ height: 16px;
806
+ width: 0;
807
+ padding: 4px 0;
808
+ }
809
+
810
+ .cke_menubutton {
811
+ &:hover .cke_menubutton_icon, &:focus .cke_menubutton_icon, &:active .cke_menubutton_icon {
812
+ background-color: #d0d2d0;
813
+ }
814
+ }
815
+
816
+ .cke_menubutton_disabled {
817
+ &:hover .cke_menubutton_icon, &:focus .cke_menubutton_icon, &:active .cke_menubutton_icon {
818
+ opacity: .3;
819
+ filter: alpha(opacity = 30);
820
+ }
821
+ }
822
+
823
+ .cke_menubutton_label {
824
+ padding: 0 5px;
825
+ background-color: transparent;
826
+ width: 100%;
827
+ vertical-align: middle;
828
+ }
829
+
830
+ .cke_menubutton_disabled .cke_menubutton_label {
831
+ opacity: .3;
832
+ filter: alpha(opacity = 30);
833
+ }
834
+
835
+ .cke_menubutton_on {
836
+ border: 1px solid #dedede;
837
+ background-color: #f2f2f2;
838
+ -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
839
+ -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
840
+ box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
841
+ .cke_menubutton_icon {
842
+ padding-right: 3px;
843
+ }
844
+ }
845
+
846
+ .cke_menubutton {
847
+ &:hover, &:focus, &:active {
848
+ background-color: #eff0ef;
849
+ }
850
+ }
851
+
852
+ .cke_panel_frame .cke_menubutton_label {
853
+ display: none;
854
+ }
855
+
856
+ .cke_menuseparator {
857
+ background-color: #d3d3d3;
858
+ height: 1px;
859
+ filter: alpha(opacity = 70);
860
+ opacity: .70;
861
+ }
862
+
863
+ .cke_menuarrow {
864
+ background-image: image-url("ckeditor/skins/moono/images/arrow.png");
865
+ background-position: 0 10px;
866
+ background-repeat: no-repeat;
867
+ padding: 0 5px;
868
+ }
869
+
870
+ .cke_rtl .cke_menuarrow {
871
+ background-position: 5px -13px;
872
+ background-repeat: no-repeat;
873
+ }
874
+
875
+ .cke_menuarrow span {
876
+ display: none;
877
+ }
878
+
879
+ .cke_hc .cke_menuarrow span {
880
+ vertical-align: middle;
881
+ display: inline;
882
+ }
883
+
884
+ .cke_combo {
885
+ display: inline-block;
886
+ float: left;
887
+ }
888
+
889
+ .cke_rtl .cke_combo {
890
+ float: right;
891
+ }
892
+
893
+ .cke_hc .cke_combo {
894
+ margin-top: -2px;
895
+ }
896
+
897
+ .cke_combo_label {
898
+ display: none;
899
+ float: left;
900
+ line-height: 26px;
901
+ vertical-align: top;
902
+ margin-right: 5px;
903
+ }
904
+
905
+ .cke_rtl .cke_combo_label {
906
+ float: right;
907
+ margin-left: 5px;
908
+ margin-right: 0;
909
+ }
910
+
911
+ .cke_combo_button {
912
+ cursor: default;
913
+ display: inline-block;
914
+ float: left;
915
+ margin: 0 6px 5px 0;
916
+ border: 1px solid #a6a6a6;
917
+ border-bottom-color: #979797;
918
+ -moz-border-radius: 3px;
919
+ -webkit-border-radius: 3px;
920
+ border-radius: 3px;
921
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
922
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
923
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
924
+ background: #e4e4e4;
925
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
926
+ background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
927
+ background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
928
+ background-image: -o-linear-gradient(top, #fff, #e4e4e4);
929
+ background-image: -ms-linear-gradient(top, #fff, #e4e4e4);
930
+ background-image: linear-gradient(top, #fff, #e4e4e4);
931
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
932
+ }
933
+
934
+ .cke_combo_off a.cke_combo_button {
935
+ &:hover, &:focus {
936
+ background: #ccc;
937
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
938
+ background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
939
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
940
+ background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
941
+ background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
942
+ background-image: linear-gradient(top, #f2f2f2, #ccc);
943
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
944
+ outline: 0;
945
+ }
946
+ &:active {
947
+ border: 1px solid #777;
948
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
949
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
950
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
951
+ background: #b5b5b5;
952
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca));
953
+ background-image: -moz-linear-gradient(top, #aaa, #cacaca);
954
+ background-image: -webkit-linear-gradient(top, #aaa, #cacaca);
955
+ background-image: -o-linear-gradient(top, #aaa, #cacaca);
956
+ background-image: -ms-linear-gradient(top, #aaa, #cacaca);
957
+ background-image: linear-gradient(top, #aaa, #cacaca);
958
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca');
959
+ }
960
+ }
961
+
962
+ .cke_combo_on a.cke_combo_button {
963
+ border: 1px solid #777;
964
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
965
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
966
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset;
967
+ background: #b5b5b5;
968
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca));
969
+ background-image: -moz-linear-gradient(top, #aaa, #cacaca);
970
+ background-image: -webkit-linear-gradient(top, #aaa, #cacaca);
971
+ background-image: -o-linear-gradient(top, #aaa, #cacaca);
972
+ background-image: -ms-linear-gradient(top, #aaa, #cacaca);
973
+ background-image: linear-gradient(top, #aaa, #cacaca);
974
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca');
975
+ &:hover, &:focus, &:active {
976
+ -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
977
+ -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
978
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
979
+ }
980
+ }
981
+
982
+ .cke_rtl .cke_combo_button {
983
+ float: right;
984
+ margin-left: 5px;
985
+ margin-right: 0;
986
+ }
987
+
988
+ .cke_hc {
989
+ a.cke_combo_button {
990
+ padding: 3px;
991
+ }
992
+ .cke_combo_on a.cke_combo_button {
993
+ border-width: 3px;
994
+ padding: 1px;
995
+ }
996
+ .cke_combo_off a.cke_combo_button {
997
+ &:hover, &:focus, &:active {
998
+ border-width: 3px;
999
+ padding: 1px;
1000
+ }
1001
+ }
1002
+ }
1003
+
1004
+ .cke_combo_text {
1005
+ line-height: 26px;
1006
+ padding-left: 10px;
1007
+ text-overflow: ellipsis;
1008
+ overflow: hidden;
1009
+ float: left;
1010
+ cursor: default;
1011
+ color: #474747;
1012
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1013
+ width: 60px;
1014
+ }
1015
+
1016
+ .cke_rtl .cke_combo_text {
1017
+ float: right;
1018
+ text-align: right;
1019
+ padding-left: 0;
1020
+ padding-right: 10px;
1021
+ }
1022
+
1023
+ .cke_hc .cke_combo_text {
1024
+ line-height: 18px;
1025
+ font-size: 12px;
1026
+ }
1027
+
1028
+ .cke_combo_open {
1029
+ cursor: default;
1030
+ display: inline-block;
1031
+ font-size: 0;
1032
+ height: 19px;
1033
+ line-height: 17px;
1034
+ margin: 1px 7px 1px;
1035
+ width: 5px;
1036
+ }
1037
+
1038
+ .cke_hc .cke_combo_open {
1039
+ height: 12px;
1040
+ }
1041
+
1042
+ .cke_combo_arrow {
1043
+ cursor: default;
1044
+ margin: 11px 0 0;
1045
+ float: left;
1046
+ height: 0;
1047
+ width: 0;
1048
+ font-size: 0;
1049
+ border-left: 3px solid transparent;
1050
+ border-right: 3px solid transparent;
1051
+ border-top: 3px solid #474747;
1052
+ }
1053
+
1054
+ .cke_hc .cke_combo_arrow {
1055
+ font-size: 10px;
1056
+ width: auto;
1057
+ border: 0;
1058
+ margin-top: 3px;
1059
+ }
1060
+
1061
+ .cke_combo_disabled {
1062
+ .cke_combo_inlinelabel, .cke_combo_open {
1063
+ opacity: .3;
1064
+ }
1065
+ }
1066
+
1067
+ .cke_path {
1068
+ float: left;
1069
+ margin: -2px 0 2px;
1070
+ }
1071
+
1072
+ .cke_path_item, .cke_path_empty {
1073
+ display: inline-block;
1074
+ float: left;
1075
+ padding: 3px 4px;
1076
+ margin-right: 2px;
1077
+ cursor: default;
1078
+ text-decoration: none;
1079
+ outline: 0;
1080
+ border: 0;
1081
+ color: #4c4c4c;
1082
+ text-shadow: 0 1px 0 #fff;
1083
+ font-weight: bold;
1084
+ font-size: 11px;
1085
+ }
1086
+
1087
+ .cke_rtl {
1088
+ .cke_path, .cke_path_item, .cke_path_empty {
1089
+ float: right;
1090
+ }
1091
+ }
1092
+
1093
+ a.cke_path_item {
1094
+ &:hover, &:focus, &:active {
1095
+ background-color: #bfbfbf;
1096
+ color: #333;
1097
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
1098
+ -moz-border-radius: 2px;
1099
+ -webkit-border-radius: 2px;
1100
+ border-radius: 2px;
1101
+ -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
1102
+ -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
1103
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
1104
+ }
1105
+ }
1106
+
1107
+ .cke_hc a.cke_path_item {
1108
+ &:hover, &:focus, &:active {
1109
+ border: 2px solid;
1110
+ padding: 1px 2px;
1111
+ }
1112
+ }
1113
+
1114
+ .cke_button__source_label, .cke_button__sourcedialog_label {
1115
+ display: inline;
1116
+ }
1117
+
1118
+ .cke_combo__fontsize .cke_combo_text {
1119
+ width: 30px;
1120
+ }
1121
+
1122
+ .cke_combopanel__fontsize {
1123
+ width: 120px;
1124
+ }
1125
+
1126
+ .cke_source {
1127
+ font-family: 'Courier New',Monospace;
1128
+ font-size: small;
1129
+ background-color: #fff;
1130
+ white-space: pre;
1131
+ }
1132
+
1133
+ .cke_wysiwyg_frame, .cke_wysiwyg_div {
1134
+ background-color: #fff;
1135
+ }
1136
+
1137
+ .cke_chrome {
1138
+ visibility: inherit;
1139
+ }
1140
+
1141
+ .cke_voice_label, legend.cke_voice_label {
1142
+ display: none;
1143
+ }
1144
+
1145
+ .cke_button__about_icon {
1146
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 0px !important;
1147
+ }
1148
+
1149
+ .cke_button__bold_icon {
1150
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -24px !important;
1151
+ }
1152
+
1153
+ .cke_button__italic_icon {
1154
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -48px !important;
1155
+ }
1156
+
1157
+ .cke_button__strike_icon {
1158
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -72px !important;
1159
+ }
1160
+
1161
+ .cke_button__subscript_icon {
1162
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -96px !important;
1163
+ }
1164
+
1165
+ .cke_button__superscript_icon {
1166
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -120px !important;
1167
+ }
1168
+
1169
+ .cke_button__underline_icon {
1170
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -144px !important;
1171
+ }
1172
+
1173
+ .cke_button__bidiltr_icon {
1174
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -168px !important;
1175
+ }
1176
+
1177
+ .cke_button__bidirtl_icon {
1178
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -192px !important;
1179
+ }
1180
+
1181
+ .cke_button__blockquote_icon {
1182
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -216px !important;
1183
+ }
1184
+
1185
+ .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1186
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -240px !important;
1187
+ }
1188
+
1189
+ .cke_ltr .cke_button__copy_icon {
1190
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -264px !important;
1191
+ }
1192
+
1193
+ .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1194
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -288px !important;
1195
+ }
1196
+
1197
+ .cke_ltr .cke_button__cut_icon {
1198
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -312px !important;
1199
+ }
1200
+
1201
+ .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1202
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -336px !important;
1203
+ }
1204
+
1205
+ .cke_ltr .cke_button__paste_icon {
1206
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -360px !important;
1207
+ }
1208
+
1209
+ .cke_button__bgcolor_icon {
1210
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -384px !important;
1211
+ }
1212
+
1213
+ .cke_button__textcolor_icon {
1214
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -408px !important;
1215
+ }
1216
+
1217
+ .cke_button__creatediv_icon {
1218
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -432px !important;
1219
+ }
1220
+
1221
+ .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1222
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -456px !important;
1223
+ }
1224
+
1225
+ .cke_ltr .cke_button__find_icon {
1226
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -480px !important;
1227
+ }
1228
+
1229
+ .cke_button__replace_icon {
1230
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -504px !important;
1231
+ }
1232
+
1233
+ .cke_button__flash_icon {
1234
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -528px !important;
1235
+ }
1236
+
1237
+ .cke_button__button_icon {
1238
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -552px !important;
1239
+ }
1240
+
1241
+ .cke_button__checkbox_icon {
1242
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -576px !important;
1243
+ }
1244
+
1245
+ .cke_button__form_icon {
1246
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -600px !important;
1247
+ }
1248
+
1249
+ .cke_button__hiddenfield_icon {
1250
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -624px !important;
1251
+ }
1252
+
1253
+ .cke_button__imagebutton_icon {
1254
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -648px !important;
1255
+ }
1256
+
1257
+ .cke_button__radio_icon {
1258
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -672px !important;
1259
+ }
1260
+
1261
+ .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1262
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -696px !important;
1263
+ }
1264
+
1265
+ .cke_ltr .cke_button__select_icon {
1266
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -720px !important;
1267
+ }
1268
+
1269
+ .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1270
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -744px !important;
1271
+ }
1272
+
1273
+ .cke_ltr .cke_button__textarea_icon {
1274
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -768px !important;
1275
+ }
1276
+
1277
+ .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1278
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -792px !important;
1279
+ }
1280
+
1281
+ .cke_ltr .cke_button__textfield_icon {
1282
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -816px !important;
1283
+ }
1284
+
1285
+ .cke_button__horizontalrule_icon {
1286
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -840px !important;
1287
+ }
1288
+
1289
+ .cke_button__iframe_icon {
1290
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -864px !important;
1291
+ }
1292
+
1293
+ .cke_button__image_icon {
1294
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -888px !important;
1295
+ }
1296
+
1297
+ .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1298
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -912px !important;
1299
+ }
1300
+
1301
+ .cke_ltr .cke_button__indent_icon {
1302
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -936px !important;
1303
+ }
1304
+
1305
+ .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1306
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -960px !important;
1307
+ }
1308
+
1309
+ .cke_ltr .cke_button__outdent_icon {
1310
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -984px !important;
1311
+ }
1312
+
1313
+ .cke_button__justifyblock_icon {
1314
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1008px !important;
1315
+ }
1316
+
1317
+ .cke_button__justifycenter_icon {
1318
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1032px !important;
1319
+ }
1320
+
1321
+ .cke_button__justifyleft_icon {
1322
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1056px !important;
1323
+ }
1324
+
1325
+ .cke_button__justifyright_icon {
1326
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1080px !important;
1327
+ }
1328
+
1329
+ .cke_button__language_icon {
1330
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1104px !important;
1331
+ }
1332
+
1333
+ .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1334
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1128px !important;
1335
+ }
1336
+
1337
+ .cke_ltr .cke_button__anchor_icon {
1338
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1152px !important;
1339
+ }
1340
+
1341
+ .cke_button__link_icon {
1342
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1176px !important;
1343
+ }
1344
+
1345
+ .cke_button__unlink_icon {
1346
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1200px !important;
1347
+ }
1348
+
1349
+ .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1350
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1224px !important;
1351
+ }
1352
+
1353
+ .cke_ltr .cke_button__bulletedlist_icon {
1354
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1248px !important;
1355
+ }
1356
+
1357
+ .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1358
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1272px !important;
1359
+ }
1360
+
1361
+ .cke_ltr .cke_button__numberedlist_icon {
1362
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1296px !important;
1363
+ }
1364
+
1365
+ .cke_button__maximize_icon {
1366
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1320px !important;
1367
+ }
1368
+
1369
+ .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1370
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1344px !important;
1371
+ }
1372
+
1373
+ .cke_ltr .cke_button__newpage_icon {
1374
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1368px !important;
1375
+ }
1376
+
1377
+ .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1378
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1392px !important;
1379
+ }
1380
+
1381
+ .cke_ltr .cke_button__pagebreak_icon {
1382
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1416px !important;
1383
+ }
1384
+
1385
+ .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1386
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1440px !important;
1387
+ }
1388
+
1389
+ .cke_ltr .cke_button__pastefromword_icon {
1390
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1464px !important;
1391
+ }
1392
+
1393
+ .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1394
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1488px !important;
1395
+ }
1396
+
1397
+ .cke_ltr .cke_button__pastetext_icon {
1398
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1512px !important;
1399
+ }
1400
+
1401
+ .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1402
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1536px !important;
1403
+ }
1404
+
1405
+ .cke_ltr .cke_button__preview_icon {
1406
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1560px !important;
1407
+ }
1408
+
1409
+ .cke_button__print_icon {
1410
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1584px !important;
1411
+ }
1412
+
1413
+ .cke_button__removeformat_icon {
1414
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1608px !important;
1415
+ }
1416
+
1417
+ .cke_button__save_icon {
1418
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1632px !important;
1419
+ }
1420
+
1421
+ .cke_button__scayt_icon {
1422
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1656px !important;
1423
+ }
1424
+
1425
+ .cke_button__selectall_icon {
1426
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1680px !important;
1427
+ }
1428
+
1429
+ .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
1430
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1704px !important;
1431
+ }
1432
+
1433
+ .cke_ltr .cke_button__showblocks_icon {
1434
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1728px !important;
1435
+ }
1436
+
1437
+ .cke_button__smiley_icon {
1438
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1752px !important;
1439
+ }
1440
+
1441
+ .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1442
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1776px !important;
1443
+ }
1444
+
1445
+ .cke_ltr .cke_button__source_icon {
1446
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1800px !important;
1447
+ }
1448
+
1449
+ .cke_button__specialchar_icon {
1450
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1824px !important;
1451
+ }
1452
+
1453
+ .cke_button__table_icon {
1454
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1848px !important;
1455
+ }
1456
+
1457
+ .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
1458
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1872px !important;
1459
+ }
1460
+
1461
+ .cke_ltr .cke_button__templates_icon {
1462
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1896px !important;
1463
+ }
1464
+
1465
+ .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1466
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1920px !important;
1467
+ }
1468
+
1469
+ .cke_ltr .cke_button__redo_icon {
1470
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1944px !important;
1471
+ }
1472
+
1473
+ .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1474
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1968px !important;
1475
+ }
1476
+
1477
+ .cke_ltr .cke_button__undo_icon {
1478
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1992px !important;
1479
+ }
1480
+
1481
+ .cke_button__spellchecker_icon {
1482
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -2016px !important;
1483
+ }
1484
+
1485
+ .cke_hidpi {
1486
+ .cke_button__about_icon {
1487
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 0px !important;
1488
+ background-size: 16px !important;
1489
+ }
1490
+ .cke_button__bold_icon {
1491
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -24px !important;
1492
+ background-size: 16px !important;
1493
+ }
1494
+ .cke_button__italic_icon {
1495
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -48px !important;
1496
+ background-size: 16px !important;
1497
+ }
1498
+ .cke_button__strike_icon {
1499
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -72px !important;
1500
+ background-size: 16px !important;
1501
+ }
1502
+ .cke_button__subscript_icon {
1503
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -96px !important;
1504
+ background-size: 16px !important;
1505
+ }
1506
+ .cke_button__superscript_icon {
1507
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -120px !important;
1508
+ background-size: 16px !important;
1509
+ }
1510
+ .cke_button__underline_icon {
1511
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -144px !important;
1512
+ background-size: 16px !important;
1513
+ }
1514
+ .cke_button__bidiltr_icon {
1515
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -168px !important;
1516
+ background-size: 16px !important;
1517
+ }
1518
+ .cke_button__bidirtl_icon {
1519
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -192px !important;
1520
+ background-size: 16px !important;
1521
+ }
1522
+ .cke_button__blockquote_icon {
1523
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -216px !important;
1524
+ background-size: 16px !important;
1525
+ }
1526
+ }
1527
+
1528
+ .cke_rtl.cke_hidpi .cke_button__copy_icon {
1529
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -240px !important;
1530
+ background-size: 16px !important;
1531
+ }
1532
+
1533
+ .cke_hidpi {
1534
+ .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1535
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -240px !important;
1536
+ background-size: 16px !important;
1537
+ }
1538
+ .cke_ltr .cke_button__copy_icon {
1539
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -264px !important;
1540
+ background-size: 16px !important;
1541
+ }
1542
+ }
1543
+
1544
+ .cke_ltr.cke_hidpi .cke_button__copy_icon {
1545
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -264px !important;
1546
+ background-size: 16px !important;
1547
+ }
1548
+
1549
+ .cke_rtl.cke_hidpi .cke_button__cut_icon {
1550
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -288px !important;
1551
+ background-size: 16px !important;
1552
+ }
1553
+
1554
+ .cke_hidpi {
1555
+ .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1556
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -288px !important;
1557
+ background-size: 16px !important;
1558
+ }
1559
+ .cke_ltr .cke_button__cut_icon {
1560
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -312px !important;
1561
+ background-size: 16px !important;
1562
+ }
1563
+ }
1564
+
1565
+ .cke_ltr.cke_hidpi .cke_button__cut_icon {
1566
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -312px !important;
1567
+ background-size: 16px !important;
1568
+ }
1569
+
1570
+ .cke_rtl.cke_hidpi .cke_button__paste_icon {
1571
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -336px !important;
1572
+ background-size: 16px !important;
1573
+ }
1574
+
1575
+ .cke_hidpi {
1576
+ .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1577
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -336px !important;
1578
+ background-size: 16px !important;
1579
+ }
1580
+ .cke_ltr .cke_button__paste_icon {
1581
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -360px !important;
1582
+ background-size: 16px !important;
1583
+ }
1584
+ }
1585
+
1586
+ .cke_ltr.cke_hidpi .cke_button__paste_icon {
1587
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -360px !important;
1588
+ background-size: 16px !important;
1589
+ }
1590
+
1591
+ .cke_hidpi {
1592
+ .cke_button__bgcolor_icon {
1593
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -384px !important;
1594
+ background-size: 16px !important;
1595
+ }
1596
+ .cke_button__textcolor_icon {
1597
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -408px !important;
1598
+ background-size: 16px !important;
1599
+ }
1600
+ .cke_button__creatediv_icon {
1601
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -432px !important;
1602
+ background-size: 16px !important;
1603
+ }
1604
+ }
1605
+
1606
+ .cke_rtl.cke_hidpi .cke_button__find_icon {
1607
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -456px !important;
1608
+ background-size: 16px !important;
1609
+ }
1610
+
1611
+ .cke_hidpi {
1612
+ .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1613
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -456px !important;
1614
+ background-size: 16px !important;
1615
+ }
1616
+ .cke_ltr .cke_button__find_icon {
1617
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -480px !important;
1618
+ background-size: 16px !important;
1619
+ }
1620
+ }
1621
+
1622
+ .cke_ltr.cke_hidpi .cke_button__find_icon {
1623
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -480px !important;
1624
+ background-size: 16px !important;
1625
+ }
1626
+
1627
+ .cke_hidpi {
1628
+ .cke_button__replace_icon {
1629
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -504px !important;
1630
+ background-size: 16px !important;
1631
+ }
1632
+ .cke_button__flash_icon {
1633
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -528px !important;
1634
+ background-size: 16px !important;
1635
+ }
1636
+ .cke_button__button_icon {
1637
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -552px !important;
1638
+ background-size: 16px !important;
1639
+ }
1640
+ .cke_button__checkbox_icon {
1641
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -576px !important;
1642
+ background-size: 16px !important;
1643
+ }
1644
+ .cke_button__form_icon {
1645
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -600px !important;
1646
+ background-size: 16px !important;
1647
+ }
1648
+ .cke_button__hiddenfield_icon {
1649
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -624px !important;
1650
+ background-size: 16px !important;
1651
+ }
1652
+ .cke_button__imagebutton_icon {
1653
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -648px !important;
1654
+ background-size: 16px !important;
1655
+ }
1656
+ .cke_button__radio_icon {
1657
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -672px !important;
1658
+ background-size: 16px !important;
1659
+ }
1660
+ }
1661
+
1662
+ .cke_rtl.cke_hidpi .cke_button__select_icon {
1663
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -696px !important;
1664
+ background-size: 16px !important;
1665
+ }
1666
+
1667
+ .cke_hidpi {
1668
+ .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1669
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -696px !important;
1670
+ background-size: 16px !important;
1671
+ }
1672
+ .cke_ltr .cke_button__select_icon {
1673
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -720px !important;
1674
+ background-size: 16px !important;
1675
+ }
1676
+ }
1677
+
1678
+ .cke_ltr.cke_hidpi .cke_button__select_icon {
1679
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -720px !important;
1680
+ background-size: 16px !important;
1681
+ }
1682
+
1683
+ .cke_rtl.cke_hidpi .cke_button__textarea_icon {
1684
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -744px !important;
1685
+ background-size: 16px !important;
1686
+ }
1687
+
1688
+ .cke_hidpi {
1689
+ .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1690
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -744px !important;
1691
+ background-size: 16px !important;
1692
+ }
1693
+ .cke_ltr .cke_button__textarea_icon {
1694
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -768px !important;
1695
+ background-size: 16px !important;
1696
+ }
1697
+ }
1698
+
1699
+ .cke_ltr.cke_hidpi .cke_button__textarea_icon {
1700
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -768px !important;
1701
+ background-size: 16px !important;
1702
+ }
1703
+
1704
+ .cke_rtl.cke_hidpi .cke_button__textfield_icon {
1705
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -792px !important;
1706
+ background-size: 16px !important;
1707
+ }
1708
+
1709
+ .cke_hidpi {
1710
+ .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1711
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -792px !important;
1712
+ background-size: 16px !important;
1713
+ }
1714
+ .cke_ltr .cke_button__textfield_icon {
1715
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -816px !important;
1716
+ background-size: 16px !important;
1717
+ }
1718
+ }
1719
+
1720
+ .cke_ltr.cke_hidpi .cke_button__textfield_icon {
1721
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -816px !important;
1722
+ background-size: 16px !important;
1723
+ }
1724
+
1725
+ .cke_hidpi {
1726
+ .cke_button__horizontalrule_icon {
1727
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -840px !important;
1728
+ background-size: 16px !important;
1729
+ }
1730
+ .cke_button__iframe_icon {
1731
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -864px !important;
1732
+ background-size: 16px !important;
1733
+ }
1734
+ .cke_button__image_icon {
1735
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -888px !important;
1736
+ background-size: 16px !important;
1737
+ }
1738
+ }
1739
+
1740
+ .cke_rtl.cke_hidpi .cke_button__indent_icon {
1741
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -912px !important;
1742
+ background-size: 16px !important;
1743
+ }
1744
+
1745
+ .cke_hidpi {
1746
+ .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1747
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -912px !important;
1748
+ background-size: 16px !important;
1749
+ }
1750
+ .cke_ltr .cke_button__indent_icon {
1751
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -936px !important;
1752
+ background-size: 16px !important;
1753
+ }
1754
+ }
1755
+
1756
+ .cke_ltr.cke_hidpi .cke_button__indent_icon {
1757
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -936px !important;
1758
+ background-size: 16px !important;
1759
+ }
1760
+
1761
+ .cke_rtl.cke_hidpi .cke_button__outdent_icon {
1762
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -960px !important;
1763
+ background-size: 16px !important;
1764
+ }
1765
+
1766
+ .cke_hidpi {
1767
+ .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1768
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -960px !important;
1769
+ background-size: 16px !important;
1770
+ }
1771
+ .cke_ltr .cke_button__outdent_icon {
1772
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -984px !important;
1773
+ background-size: 16px !important;
1774
+ }
1775
+ }
1776
+
1777
+ .cke_ltr.cke_hidpi .cke_button__outdent_icon {
1778
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -984px !important;
1779
+ background-size: 16px !important;
1780
+ }
1781
+
1782
+ .cke_hidpi {
1783
+ .cke_button__justifyblock_icon {
1784
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1008px !important;
1785
+ background-size: 16px !important;
1786
+ }
1787
+ .cke_button__justifycenter_icon {
1788
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1032px !important;
1789
+ background-size: 16px !important;
1790
+ }
1791
+ .cke_button__justifyleft_icon {
1792
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1056px !important;
1793
+ background-size: 16px !important;
1794
+ }
1795
+ .cke_button__justifyright_icon {
1796
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1080px !important;
1797
+ background-size: 16px !important;
1798
+ }
1799
+ .cke_button__language_icon {
1800
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1104px !important;
1801
+ background-size: 16px !important;
1802
+ }
1803
+ }
1804
+
1805
+ .cke_rtl.cke_hidpi .cke_button__anchor_icon {
1806
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1128px !important;
1807
+ background-size: 16px !important;
1808
+ }
1809
+
1810
+ .cke_hidpi {
1811
+ .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1812
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1128px !important;
1813
+ background-size: 16px !important;
1814
+ }
1815
+ .cke_ltr .cke_button__anchor_icon {
1816
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1152px !important;
1817
+ background-size: 16px !important;
1818
+ }
1819
+ }
1820
+
1821
+ .cke_ltr.cke_hidpi .cke_button__anchor_icon {
1822
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1152px !important;
1823
+ background-size: 16px !important;
1824
+ }
1825
+
1826
+ .cke_hidpi {
1827
+ .cke_button__link_icon {
1828
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1176px !important;
1829
+ background-size: 16px !important;
1830
+ }
1831
+ .cke_button__unlink_icon {
1832
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1200px !important;
1833
+ background-size: 16px !important;
1834
+ }
1835
+ }
1836
+
1837
+ .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon {
1838
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1224px !important;
1839
+ background-size: 16px !important;
1840
+ }
1841
+
1842
+ .cke_hidpi {
1843
+ .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1844
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1224px !important;
1845
+ background-size: 16px !important;
1846
+ }
1847
+ .cke_ltr .cke_button__bulletedlist_icon {
1848
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1248px !important;
1849
+ background-size: 16px !important;
1850
+ }
1851
+ }
1852
+
1853
+ .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
1854
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1248px !important;
1855
+ background-size: 16px !important;
1856
+ }
1857
+
1858
+ .cke_rtl.cke_hidpi .cke_button__numberedlist_icon {
1859
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1272px !important;
1860
+ background-size: 16px !important;
1861
+ }
1862
+
1863
+ .cke_hidpi {
1864
+ .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1865
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1272px !important;
1866
+ background-size: 16px !important;
1867
+ }
1868
+ .cke_ltr .cke_button__numberedlist_icon {
1869
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1296px !important;
1870
+ background-size: 16px !important;
1871
+ }
1872
+ }
1873
+
1874
+ .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
1875
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1296px !important;
1876
+ background-size: 16px !important;
1877
+ }
1878
+
1879
+ .cke_hidpi .cke_button__maximize_icon {
1880
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1320px !important;
1881
+ background-size: 16px !important;
1882
+ }
1883
+
1884
+ .cke_rtl.cke_hidpi .cke_button__newpage_icon {
1885
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1344px !important;
1886
+ background-size: 16px !important;
1887
+ }
1888
+
1889
+ .cke_hidpi {
1890
+ .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1891
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1344px !important;
1892
+ background-size: 16px !important;
1893
+ }
1894
+ .cke_ltr .cke_button__newpage_icon {
1895
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1368px !important;
1896
+ background-size: 16px !important;
1897
+ }
1898
+ }
1899
+
1900
+ .cke_ltr.cke_hidpi .cke_button__newpage_icon {
1901
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1368px !important;
1902
+ background-size: 16px !important;
1903
+ }
1904
+
1905
+ .cke_rtl.cke_hidpi .cke_button__pagebreak_icon {
1906
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1392px !important;
1907
+ background-size: 16px !important;
1908
+ }
1909
+
1910
+ .cke_hidpi {
1911
+ .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1912
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1392px !important;
1913
+ background-size: 16px !important;
1914
+ }
1915
+ .cke_ltr .cke_button__pagebreak_icon {
1916
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1416px !important;
1917
+ background-size: 16px !important;
1918
+ }
1919
+ }
1920
+
1921
+ .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
1922
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1416px !important;
1923
+ background-size: 16px !important;
1924
+ }
1925
+
1926
+ .cke_rtl.cke_hidpi .cke_button__pastefromword_icon {
1927
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1440px !important;
1928
+ background-size: 16px !important;
1929
+ }
1930
+
1931
+ .cke_hidpi {
1932
+ .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1933
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1440px !important;
1934
+ background-size: 16px !important;
1935
+ }
1936
+ .cke_ltr .cke_button__pastefromword_icon {
1937
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1464px !important;
1938
+ background-size: 16px !important;
1939
+ }
1940
+ }
1941
+
1942
+ .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
1943
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1464px !important;
1944
+ background-size: 16px !important;
1945
+ }
1946
+
1947
+ .cke_rtl.cke_hidpi .cke_button__pastetext_icon {
1948
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1488px !important;
1949
+ background-size: 16px !important;
1950
+ }
1951
+
1952
+ .cke_hidpi {
1953
+ .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1954
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1488px !important;
1955
+ background-size: 16px !important;
1956
+ }
1957
+ .cke_ltr .cke_button__pastetext_icon {
1958
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1512px !important;
1959
+ background-size: 16px !important;
1960
+ }
1961
+ }
1962
+
1963
+ .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
1964
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1512px !important;
1965
+ background-size: 16px !important;
1966
+ }
1967
+
1968
+ .cke_rtl.cke_hidpi .cke_button__preview_icon {
1969
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1536px !important;
1970
+ background-size: 16px !important;
1971
+ }
1972
+
1973
+ .cke_hidpi {
1974
+ .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1975
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1536px !important;
1976
+ background-size: 16px !important;
1977
+ }
1978
+ .cke_ltr .cke_button__preview_icon {
1979
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1560px !important;
1980
+ background-size: 16px !important;
1981
+ }
1982
+ }
1983
+
1984
+ .cke_ltr.cke_hidpi .cke_button__preview_icon {
1985
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1560px !important;
1986
+ background-size: 16px !important;
1987
+ }
1988
+
1989
+ .cke_hidpi {
1990
+ .cke_button__print_icon {
1991
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1584px !important;
1992
+ background-size: 16px !important;
1993
+ }
1994
+ .cke_button__removeformat_icon {
1995
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1608px !important;
1996
+ background-size: 16px !important;
1997
+ }
1998
+ .cke_button__save_icon {
1999
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1632px !important;
2000
+ background-size: 16px !important;
2001
+ }
2002
+ .cke_button__scayt_icon {
2003
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1656px !important;
2004
+ background-size: 16px !important;
2005
+ }
2006
+ .cke_button__selectall_icon {
2007
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1680px !important;
2008
+ background-size: 16px !important;
2009
+ }
2010
+ }
2011
+
2012
+ .cke_rtl.cke_hidpi .cke_button__showblocks_icon {
2013
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1704px !important;
2014
+ background-size: 16px !important;
2015
+ }
2016
+
2017
+ .cke_hidpi {
2018
+ .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
2019
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1704px !important;
2020
+ background-size: 16px !important;
2021
+ }
2022
+ .cke_ltr .cke_button__showblocks_icon {
2023
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1728px !important;
2024
+ background-size: 16px !important;
2025
+ }
2026
+ }
2027
+
2028
+ .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
2029
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1728px !important;
2030
+ background-size: 16px !important;
2031
+ }
2032
+
2033
+ .cke_hidpi .cke_button__smiley_icon {
2034
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1752px !important;
2035
+ background-size: 16px !important;
2036
+ }
2037
+
2038
+ .cke_rtl.cke_hidpi .cke_button__source_icon {
2039
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1776px !important;
2040
+ background-size: 16px !important;
2041
+ }
2042
+
2043
+ .cke_hidpi {
2044
+ .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
2045
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1776px !important;
2046
+ background-size: 16px !important;
2047
+ }
2048
+ .cke_ltr .cke_button__source_icon {
2049
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1800px !important;
2050
+ background-size: 16px !important;
2051
+ }
2052
+ }
2053
+
2054
+ .cke_ltr.cke_hidpi .cke_button__source_icon {
2055
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1800px !important;
2056
+ background-size: 16px !important;
2057
+ }
2058
+
2059
+ .cke_hidpi {
2060
+ .cke_button__specialchar_icon {
2061
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1824px !important;
2062
+ background-size: 16px !important;
2063
+ }
2064
+ .cke_button__table_icon {
2065
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1848px !important;
2066
+ background-size: 16px !important;
2067
+ }
2068
+ }
2069
+
2070
+ .cke_rtl.cke_hidpi .cke_button__templates_icon {
2071
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1872px !important;
2072
+ background-size: 16px !important;
2073
+ }
2074
+
2075
+ .cke_hidpi {
2076
+ .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
2077
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1872px !important;
2078
+ background-size: 16px !important;
2079
+ }
2080
+ .cke_ltr .cke_button__templates_icon {
2081
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1896px !important;
2082
+ background-size: 16px !important;
2083
+ }
2084
+ }
2085
+
2086
+ .cke_ltr.cke_hidpi .cke_button__templates_icon {
2087
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1896px !important;
2088
+ background-size: 16px !important;
2089
+ }
2090
+
2091
+ .cke_rtl.cke_hidpi .cke_button__redo_icon {
2092
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1920px !important;
2093
+ background-size: 16px !important;
2094
+ }
2095
+
2096
+ .cke_hidpi {
2097
+ .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
2098
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1920px !important;
2099
+ background-size: 16px !important;
2100
+ }
2101
+ .cke_ltr .cke_button__redo_icon {
2102
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1944px !important;
2103
+ background-size: 16px !important;
2104
+ }
2105
+ }
2106
+
2107
+ .cke_ltr.cke_hidpi .cke_button__redo_icon {
2108
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1944px !important;
2109
+ background-size: 16px !important;
2110
+ }
2111
+
2112
+ .cke_rtl.cke_hidpi .cke_button__undo_icon {
2113
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1968px !important;
2114
+ background-size: 16px !important;
2115
+ }
2116
+
2117
+ .cke_hidpi {
2118
+ .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
2119
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1968px !important;
2120
+ background-size: 16px !important;
2121
+ }
2122
+ .cke_ltr .cke_button__undo_icon {
2123
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1992px !important;
2124
+ background-size: 16px !important;
2125
+ }
2126
+ }
2127
+
2128
+ .cke_ltr.cke_hidpi .cke_button__undo_icon {
2129
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1992px !important;
2130
+ background-size: 16px !important;
2131
+ }
2132
+
2133
+ .cke_hidpi .cke_button__spellchecker_icon {
2134
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -2016px !important;
2135
+ background-size: 16px !important;
2136
+ }