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,2194 @@
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
+ a.cke_button_disabled {
1146
+ filter: alpha(opacity = 30);
1147
+ &:hover, &:focus, &:active {
1148
+ filter: alpha(opacity = 30);
1149
+ }
1150
+ }
1151
+
1152
+ .cke_button_disabled .cke_button_icon {
1153
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff);
1154
+ }
1155
+
1156
+ .cke_button_off {
1157
+ &:hover, &:focus, &:active {
1158
+ filter: alpha(opacity = 100);
1159
+ }
1160
+ }
1161
+
1162
+ .cke_combo_disabled {
1163
+ .cke_combo_inlinelabel, .cke_combo_open {
1164
+ filter: alpha(opacity = 30);
1165
+ }
1166
+ }
1167
+
1168
+ .cke_toolbox_collapser {
1169
+ border: 1px solid #a6a6a6;
1170
+ .cke_arrow {
1171
+ margin-top: 1px;
1172
+ }
1173
+ }
1174
+
1175
+ .cke_hc {
1176
+ .cke_top, .cke_bottom, .cke_combo_button {
1177
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1178
+ }
1179
+ a.cke_combo_button {
1180
+ &:hover, &:focus {
1181
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1182
+ }
1183
+ }
1184
+ .cke_toolgroup, .cke_button_on {
1185
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1186
+ }
1187
+ a.cke_button_off {
1188
+ &:hover, &:focus, &:active {
1189
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1190
+ }
1191
+ }
1192
+ .cke_toolbox_collapser {
1193
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1194
+ &:hover {
1195
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1196
+ }
1197
+ }
1198
+ .cke_panel_grouptitle {
1199
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
1200
+ }
1201
+ }
1202
+
1203
+ .cke_button__about_icon {
1204
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 0px !important;
1205
+ }
1206
+
1207
+ .cke_button__bold_icon {
1208
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -24px !important;
1209
+ }
1210
+
1211
+ .cke_button__italic_icon {
1212
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -48px !important;
1213
+ }
1214
+
1215
+ .cke_button__strike_icon {
1216
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -72px !important;
1217
+ }
1218
+
1219
+ .cke_button__subscript_icon {
1220
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -96px !important;
1221
+ }
1222
+
1223
+ .cke_button__superscript_icon {
1224
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -120px !important;
1225
+ }
1226
+
1227
+ .cke_button__underline_icon {
1228
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -144px !important;
1229
+ }
1230
+
1231
+ .cke_button__bidiltr_icon {
1232
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -168px !important;
1233
+ }
1234
+
1235
+ .cke_button__bidirtl_icon {
1236
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -192px !important;
1237
+ }
1238
+
1239
+ .cke_button__blockquote_icon {
1240
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -216px !important;
1241
+ }
1242
+
1243
+ .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1244
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -240px !important;
1245
+ }
1246
+
1247
+ .cke_ltr .cke_button__copy_icon {
1248
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -264px !important;
1249
+ }
1250
+
1251
+ .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1252
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -288px !important;
1253
+ }
1254
+
1255
+ .cke_ltr .cke_button__cut_icon {
1256
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -312px !important;
1257
+ }
1258
+
1259
+ .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1260
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -336px !important;
1261
+ }
1262
+
1263
+ .cke_ltr .cke_button__paste_icon {
1264
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -360px !important;
1265
+ }
1266
+
1267
+ .cke_button__bgcolor_icon {
1268
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -384px !important;
1269
+ }
1270
+
1271
+ .cke_button__textcolor_icon {
1272
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -408px !important;
1273
+ }
1274
+
1275
+ .cke_button__creatediv_icon {
1276
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -432px !important;
1277
+ }
1278
+
1279
+ .cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1280
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -456px !important;
1281
+ }
1282
+
1283
+ .cke_ltr .cke_button__find_icon {
1284
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -480px !important;
1285
+ }
1286
+
1287
+ .cke_button__replace_icon {
1288
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -504px !important;
1289
+ }
1290
+
1291
+ .cke_button__flash_icon {
1292
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -528px !important;
1293
+ }
1294
+
1295
+ .cke_button__button_icon {
1296
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -552px !important;
1297
+ }
1298
+
1299
+ .cke_button__checkbox_icon {
1300
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -576px !important;
1301
+ }
1302
+
1303
+ .cke_button__form_icon {
1304
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -600px !important;
1305
+ }
1306
+
1307
+ .cke_button__hiddenfield_icon {
1308
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -624px !important;
1309
+ }
1310
+
1311
+ .cke_button__imagebutton_icon {
1312
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -648px !important;
1313
+ }
1314
+
1315
+ .cke_button__radio_icon {
1316
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -672px !important;
1317
+ }
1318
+
1319
+ .cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1320
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -696px !important;
1321
+ }
1322
+
1323
+ .cke_ltr .cke_button__select_icon {
1324
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -720px !important;
1325
+ }
1326
+
1327
+ .cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1328
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -744px !important;
1329
+ }
1330
+
1331
+ .cke_ltr .cke_button__textarea_icon {
1332
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -768px !important;
1333
+ }
1334
+
1335
+ .cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1336
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -792px !important;
1337
+ }
1338
+
1339
+ .cke_ltr .cke_button__textfield_icon {
1340
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -816px !important;
1341
+ }
1342
+
1343
+ .cke_button__horizontalrule_icon {
1344
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -840px !important;
1345
+ }
1346
+
1347
+ .cke_button__iframe_icon {
1348
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -864px !important;
1349
+ }
1350
+
1351
+ .cke_button__image_icon {
1352
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -888px !important;
1353
+ }
1354
+
1355
+ .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1356
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -912px !important;
1357
+ }
1358
+
1359
+ .cke_ltr .cke_button__indent_icon {
1360
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -936px !important;
1361
+ }
1362
+
1363
+ .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1364
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -960px !important;
1365
+ }
1366
+
1367
+ .cke_ltr .cke_button__outdent_icon {
1368
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -984px !important;
1369
+ }
1370
+
1371
+ .cke_button__justifyblock_icon {
1372
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1008px !important;
1373
+ }
1374
+
1375
+ .cke_button__justifycenter_icon {
1376
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1032px !important;
1377
+ }
1378
+
1379
+ .cke_button__justifyleft_icon {
1380
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1056px !important;
1381
+ }
1382
+
1383
+ .cke_button__justifyright_icon {
1384
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1080px !important;
1385
+ }
1386
+
1387
+ .cke_button__language_icon {
1388
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1104px !important;
1389
+ }
1390
+
1391
+ .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1392
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1128px !important;
1393
+ }
1394
+
1395
+ .cke_ltr .cke_button__anchor_icon {
1396
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1152px !important;
1397
+ }
1398
+
1399
+ .cke_button__link_icon {
1400
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1176px !important;
1401
+ }
1402
+
1403
+ .cke_button__unlink_icon {
1404
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1200px !important;
1405
+ }
1406
+
1407
+ .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1408
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1224px !important;
1409
+ }
1410
+
1411
+ .cke_ltr .cke_button__bulletedlist_icon {
1412
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1248px !important;
1413
+ }
1414
+
1415
+ .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1416
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1272px !important;
1417
+ }
1418
+
1419
+ .cke_ltr .cke_button__numberedlist_icon {
1420
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1296px !important;
1421
+ }
1422
+
1423
+ .cke_button__maximize_icon {
1424
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1320px !important;
1425
+ }
1426
+
1427
+ .cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1428
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1344px !important;
1429
+ }
1430
+
1431
+ .cke_ltr .cke_button__newpage_icon {
1432
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1368px !important;
1433
+ }
1434
+
1435
+ .cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1436
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1392px !important;
1437
+ }
1438
+
1439
+ .cke_ltr .cke_button__pagebreak_icon {
1440
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1416px !important;
1441
+ }
1442
+
1443
+ .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1444
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1440px !important;
1445
+ }
1446
+
1447
+ .cke_ltr .cke_button__pastefromword_icon {
1448
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1464px !important;
1449
+ }
1450
+
1451
+ .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
1452
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1488px !important;
1453
+ }
1454
+
1455
+ .cke_ltr .cke_button__pastetext_icon {
1456
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1512px !important;
1457
+ }
1458
+
1459
+ .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
1460
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1536px !important;
1461
+ }
1462
+
1463
+ .cke_ltr .cke_button__preview_icon {
1464
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1560px !important;
1465
+ }
1466
+
1467
+ .cke_button__print_icon {
1468
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1584px !important;
1469
+ }
1470
+
1471
+ .cke_button__removeformat_icon {
1472
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1608px !important;
1473
+ }
1474
+
1475
+ .cke_button__save_icon {
1476
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1632px !important;
1477
+ }
1478
+
1479
+ .cke_button__scayt_icon {
1480
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1656px !important;
1481
+ }
1482
+
1483
+ .cke_button__selectall_icon {
1484
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1680px !important;
1485
+ }
1486
+
1487
+ .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
1488
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1704px !important;
1489
+ }
1490
+
1491
+ .cke_ltr .cke_button__showblocks_icon {
1492
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1728px !important;
1493
+ }
1494
+
1495
+ .cke_button__smiley_icon {
1496
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1752px !important;
1497
+ }
1498
+
1499
+ .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
1500
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1776px !important;
1501
+ }
1502
+
1503
+ .cke_ltr .cke_button__source_icon {
1504
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1800px !important;
1505
+ }
1506
+
1507
+ .cke_button__specialchar_icon {
1508
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1824px !important;
1509
+ }
1510
+
1511
+ .cke_button__table_icon {
1512
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1848px !important;
1513
+ }
1514
+
1515
+ .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
1516
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1872px !important;
1517
+ }
1518
+
1519
+ .cke_ltr .cke_button__templates_icon {
1520
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1896px !important;
1521
+ }
1522
+
1523
+ .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
1524
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1920px !important;
1525
+ }
1526
+
1527
+ .cke_ltr .cke_button__redo_icon {
1528
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1944px !important;
1529
+ }
1530
+
1531
+ .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
1532
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1968px !important;
1533
+ }
1534
+
1535
+ .cke_ltr .cke_button__undo_icon {
1536
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -1992px !important;
1537
+ }
1538
+
1539
+ .cke_button__spellchecker_icon {
1540
+ background: image-url("ckeditor/skins/moono/icons.png") no-repeat 0 -2016px !important;
1541
+ }
1542
+
1543
+ .cke_hidpi {
1544
+ .cke_button__about_icon {
1545
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 0px !important;
1546
+ background-size: 16px !important;
1547
+ }
1548
+ .cke_button__bold_icon {
1549
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -24px !important;
1550
+ background-size: 16px !important;
1551
+ }
1552
+ .cke_button__italic_icon {
1553
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -48px !important;
1554
+ background-size: 16px !important;
1555
+ }
1556
+ .cke_button__strike_icon {
1557
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -72px !important;
1558
+ background-size: 16px !important;
1559
+ }
1560
+ .cke_button__subscript_icon {
1561
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -96px !important;
1562
+ background-size: 16px !important;
1563
+ }
1564
+ .cke_button__superscript_icon {
1565
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -120px !important;
1566
+ background-size: 16px !important;
1567
+ }
1568
+ .cke_button__underline_icon {
1569
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -144px !important;
1570
+ background-size: 16px !important;
1571
+ }
1572
+ .cke_button__bidiltr_icon {
1573
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -168px !important;
1574
+ background-size: 16px !important;
1575
+ }
1576
+ .cke_button__bidirtl_icon {
1577
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -192px !important;
1578
+ background-size: 16px !important;
1579
+ }
1580
+ .cke_button__blockquote_icon {
1581
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -216px !important;
1582
+ background-size: 16px !important;
1583
+ }
1584
+ }
1585
+
1586
+ .cke_rtl.cke_hidpi .cke_button__copy_icon {
1587
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -240px !important;
1588
+ background-size: 16px !important;
1589
+ }
1590
+
1591
+ .cke_hidpi {
1592
+ .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
1593
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -240px !important;
1594
+ background-size: 16px !important;
1595
+ }
1596
+ .cke_ltr .cke_button__copy_icon {
1597
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -264px !important;
1598
+ background-size: 16px !important;
1599
+ }
1600
+ }
1601
+
1602
+ .cke_ltr.cke_hidpi .cke_button__copy_icon {
1603
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -264px !important;
1604
+ background-size: 16px !important;
1605
+ }
1606
+
1607
+ .cke_rtl.cke_hidpi .cke_button__cut_icon {
1608
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -288px !important;
1609
+ background-size: 16px !important;
1610
+ }
1611
+
1612
+ .cke_hidpi {
1613
+ .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
1614
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -288px !important;
1615
+ background-size: 16px !important;
1616
+ }
1617
+ .cke_ltr .cke_button__cut_icon {
1618
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -312px !important;
1619
+ background-size: 16px !important;
1620
+ }
1621
+ }
1622
+
1623
+ .cke_ltr.cke_hidpi .cke_button__cut_icon {
1624
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -312px !important;
1625
+ background-size: 16px !important;
1626
+ }
1627
+
1628
+ .cke_rtl.cke_hidpi .cke_button__paste_icon {
1629
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -336px !important;
1630
+ background-size: 16px !important;
1631
+ }
1632
+
1633
+ .cke_hidpi {
1634
+ .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
1635
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -336px !important;
1636
+ background-size: 16px !important;
1637
+ }
1638
+ .cke_ltr .cke_button__paste_icon {
1639
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -360px !important;
1640
+ background-size: 16px !important;
1641
+ }
1642
+ }
1643
+
1644
+ .cke_ltr.cke_hidpi .cke_button__paste_icon {
1645
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -360px !important;
1646
+ background-size: 16px !important;
1647
+ }
1648
+
1649
+ .cke_hidpi {
1650
+ .cke_button__bgcolor_icon {
1651
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -384px !important;
1652
+ background-size: 16px !important;
1653
+ }
1654
+ .cke_button__textcolor_icon {
1655
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -408px !important;
1656
+ background-size: 16px !important;
1657
+ }
1658
+ .cke_button__creatediv_icon {
1659
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -432px !important;
1660
+ background-size: 16px !important;
1661
+ }
1662
+ }
1663
+
1664
+ .cke_rtl.cke_hidpi .cke_button__find_icon {
1665
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -456px !important;
1666
+ background-size: 16px !important;
1667
+ }
1668
+
1669
+ .cke_hidpi {
1670
+ .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
1671
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -456px !important;
1672
+ background-size: 16px !important;
1673
+ }
1674
+ .cke_ltr .cke_button__find_icon {
1675
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -480px !important;
1676
+ background-size: 16px !important;
1677
+ }
1678
+ }
1679
+
1680
+ .cke_ltr.cke_hidpi .cke_button__find_icon {
1681
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -480px !important;
1682
+ background-size: 16px !important;
1683
+ }
1684
+
1685
+ .cke_hidpi {
1686
+ .cke_button__replace_icon {
1687
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -504px !important;
1688
+ background-size: 16px !important;
1689
+ }
1690
+ .cke_button__flash_icon {
1691
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -528px !important;
1692
+ background-size: 16px !important;
1693
+ }
1694
+ .cke_button__button_icon {
1695
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -552px !important;
1696
+ background-size: 16px !important;
1697
+ }
1698
+ .cke_button__checkbox_icon {
1699
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -576px !important;
1700
+ background-size: 16px !important;
1701
+ }
1702
+ .cke_button__form_icon {
1703
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -600px !important;
1704
+ background-size: 16px !important;
1705
+ }
1706
+ .cke_button__hiddenfield_icon {
1707
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -624px !important;
1708
+ background-size: 16px !important;
1709
+ }
1710
+ .cke_button__imagebutton_icon {
1711
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -648px !important;
1712
+ background-size: 16px !important;
1713
+ }
1714
+ .cke_button__radio_icon {
1715
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -672px !important;
1716
+ background-size: 16px !important;
1717
+ }
1718
+ }
1719
+
1720
+ .cke_rtl.cke_hidpi .cke_button__select_icon {
1721
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -696px !important;
1722
+ background-size: 16px !important;
1723
+ }
1724
+
1725
+ .cke_hidpi {
1726
+ .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
1727
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -696px !important;
1728
+ background-size: 16px !important;
1729
+ }
1730
+ .cke_ltr .cke_button__select_icon {
1731
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -720px !important;
1732
+ background-size: 16px !important;
1733
+ }
1734
+ }
1735
+
1736
+ .cke_ltr.cke_hidpi .cke_button__select_icon {
1737
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -720px !important;
1738
+ background-size: 16px !important;
1739
+ }
1740
+
1741
+ .cke_rtl.cke_hidpi .cke_button__textarea_icon {
1742
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -744px !important;
1743
+ background-size: 16px !important;
1744
+ }
1745
+
1746
+ .cke_hidpi {
1747
+ .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
1748
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -744px !important;
1749
+ background-size: 16px !important;
1750
+ }
1751
+ .cke_ltr .cke_button__textarea_icon {
1752
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -768px !important;
1753
+ background-size: 16px !important;
1754
+ }
1755
+ }
1756
+
1757
+ .cke_ltr.cke_hidpi .cke_button__textarea_icon {
1758
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -768px !important;
1759
+ background-size: 16px !important;
1760
+ }
1761
+
1762
+ .cke_rtl.cke_hidpi .cke_button__textfield_icon {
1763
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -792px !important;
1764
+ background-size: 16px !important;
1765
+ }
1766
+
1767
+ .cke_hidpi {
1768
+ .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
1769
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -792px !important;
1770
+ background-size: 16px !important;
1771
+ }
1772
+ .cke_ltr .cke_button__textfield_icon {
1773
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -816px !important;
1774
+ background-size: 16px !important;
1775
+ }
1776
+ }
1777
+
1778
+ .cke_ltr.cke_hidpi .cke_button__textfield_icon {
1779
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -816px !important;
1780
+ background-size: 16px !important;
1781
+ }
1782
+
1783
+ .cke_hidpi {
1784
+ .cke_button__horizontalrule_icon {
1785
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -840px !important;
1786
+ background-size: 16px !important;
1787
+ }
1788
+ .cke_button__iframe_icon {
1789
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -864px !important;
1790
+ background-size: 16px !important;
1791
+ }
1792
+ .cke_button__image_icon {
1793
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -888px !important;
1794
+ background-size: 16px !important;
1795
+ }
1796
+ }
1797
+
1798
+ .cke_rtl.cke_hidpi .cke_button__indent_icon {
1799
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -912px !important;
1800
+ background-size: 16px !important;
1801
+ }
1802
+
1803
+ .cke_hidpi {
1804
+ .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
1805
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -912px !important;
1806
+ background-size: 16px !important;
1807
+ }
1808
+ .cke_ltr .cke_button__indent_icon {
1809
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -936px !important;
1810
+ background-size: 16px !important;
1811
+ }
1812
+ }
1813
+
1814
+ .cke_ltr.cke_hidpi .cke_button__indent_icon {
1815
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -936px !important;
1816
+ background-size: 16px !important;
1817
+ }
1818
+
1819
+ .cke_rtl.cke_hidpi .cke_button__outdent_icon {
1820
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -960px !important;
1821
+ background-size: 16px !important;
1822
+ }
1823
+
1824
+ .cke_hidpi {
1825
+ .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
1826
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -960px !important;
1827
+ background-size: 16px !important;
1828
+ }
1829
+ .cke_ltr .cke_button__outdent_icon {
1830
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -984px !important;
1831
+ background-size: 16px !important;
1832
+ }
1833
+ }
1834
+
1835
+ .cke_ltr.cke_hidpi .cke_button__outdent_icon {
1836
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -984px !important;
1837
+ background-size: 16px !important;
1838
+ }
1839
+
1840
+ .cke_hidpi {
1841
+ .cke_button__justifyblock_icon {
1842
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1008px !important;
1843
+ background-size: 16px !important;
1844
+ }
1845
+ .cke_button__justifycenter_icon {
1846
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1032px !important;
1847
+ background-size: 16px !important;
1848
+ }
1849
+ .cke_button__justifyleft_icon {
1850
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1056px !important;
1851
+ background-size: 16px !important;
1852
+ }
1853
+ .cke_button__justifyright_icon {
1854
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1080px !important;
1855
+ background-size: 16px !important;
1856
+ }
1857
+ .cke_button__language_icon {
1858
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1104px !important;
1859
+ background-size: 16px !important;
1860
+ }
1861
+ }
1862
+
1863
+ .cke_rtl.cke_hidpi .cke_button__anchor_icon {
1864
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1128px !important;
1865
+ background-size: 16px !important;
1866
+ }
1867
+
1868
+ .cke_hidpi {
1869
+ .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
1870
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1128px !important;
1871
+ background-size: 16px !important;
1872
+ }
1873
+ .cke_ltr .cke_button__anchor_icon {
1874
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1152px !important;
1875
+ background-size: 16px !important;
1876
+ }
1877
+ }
1878
+
1879
+ .cke_ltr.cke_hidpi .cke_button__anchor_icon {
1880
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1152px !important;
1881
+ background-size: 16px !important;
1882
+ }
1883
+
1884
+ .cke_hidpi {
1885
+ .cke_button__link_icon {
1886
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1176px !important;
1887
+ background-size: 16px !important;
1888
+ }
1889
+ .cke_button__unlink_icon {
1890
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1200px !important;
1891
+ background-size: 16px !important;
1892
+ }
1893
+ }
1894
+
1895
+ .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon {
1896
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1224px !important;
1897
+ background-size: 16px !important;
1898
+ }
1899
+
1900
+ .cke_hidpi {
1901
+ .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
1902
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1224px !important;
1903
+ background-size: 16px !important;
1904
+ }
1905
+ .cke_ltr .cke_button__bulletedlist_icon {
1906
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1248px !important;
1907
+ background-size: 16px !important;
1908
+ }
1909
+ }
1910
+
1911
+ .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
1912
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1248px !important;
1913
+ background-size: 16px !important;
1914
+ }
1915
+
1916
+ .cke_rtl.cke_hidpi .cke_button__numberedlist_icon {
1917
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1272px !important;
1918
+ background-size: 16px !important;
1919
+ }
1920
+
1921
+ .cke_hidpi {
1922
+ .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
1923
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1272px !important;
1924
+ background-size: 16px !important;
1925
+ }
1926
+ .cke_ltr .cke_button__numberedlist_icon {
1927
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1296px !important;
1928
+ background-size: 16px !important;
1929
+ }
1930
+ }
1931
+
1932
+ .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
1933
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1296px !important;
1934
+ background-size: 16px !important;
1935
+ }
1936
+
1937
+ .cke_hidpi .cke_button__maximize_icon {
1938
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1320px !important;
1939
+ background-size: 16px !important;
1940
+ }
1941
+
1942
+ .cke_rtl.cke_hidpi .cke_button__newpage_icon {
1943
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1344px !important;
1944
+ background-size: 16px !important;
1945
+ }
1946
+
1947
+ .cke_hidpi {
1948
+ .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
1949
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1344px !important;
1950
+ background-size: 16px !important;
1951
+ }
1952
+ .cke_ltr .cke_button__newpage_icon {
1953
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1368px !important;
1954
+ background-size: 16px !important;
1955
+ }
1956
+ }
1957
+
1958
+ .cke_ltr.cke_hidpi .cke_button__newpage_icon {
1959
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1368px !important;
1960
+ background-size: 16px !important;
1961
+ }
1962
+
1963
+ .cke_rtl.cke_hidpi .cke_button__pagebreak_icon {
1964
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1392px !important;
1965
+ background-size: 16px !important;
1966
+ }
1967
+
1968
+ .cke_hidpi {
1969
+ .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
1970
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1392px !important;
1971
+ background-size: 16px !important;
1972
+ }
1973
+ .cke_ltr .cke_button__pagebreak_icon {
1974
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1416px !important;
1975
+ background-size: 16px !important;
1976
+ }
1977
+ }
1978
+
1979
+ .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
1980
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1416px !important;
1981
+ background-size: 16px !important;
1982
+ }
1983
+
1984
+ .cke_rtl.cke_hidpi .cke_button__pastefromword_icon {
1985
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1440px !important;
1986
+ background-size: 16px !important;
1987
+ }
1988
+
1989
+ .cke_hidpi {
1990
+ .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
1991
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1440px !important;
1992
+ background-size: 16px !important;
1993
+ }
1994
+ .cke_ltr .cke_button__pastefromword_icon {
1995
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1464px !important;
1996
+ background-size: 16px !important;
1997
+ }
1998
+ }
1999
+
2000
+ .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
2001
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1464px !important;
2002
+ background-size: 16px !important;
2003
+ }
2004
+
2005
+ .cke_rtl.cke_hidpi .cke_button__pastetext_icon {
2006
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1488px !important;
2007
+ background-size: 16px !important;
2008
+ }
2009
+
2010
+ .cke_hidpi {
2011
+ .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
2012
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1488px !important;
2013
+ background-size: 16px !important;
2014
+ }
2015
+ .cke_ltr .cke_button__pastetext_icon {
2016
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1512px !important;
2017
+ background-size: 16px !important;
2018
+ }
2019
+ }
2020
+
2021
+ .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
2022
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1512px !important;
2023
+ background-size: 16px !important;
2024
+ }
2025
+
2026
+ .cke_rtl.cke_hidpi .cke_button__preview_icon {
2027
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1536px !important;
2028
+ background-size: 16px !important;
2029
+ }
2030
+
2031
+ .cke_hidpi {
2032
+ .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
2033
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1536px !important;
2034
+ background-size: 16px !important;
2035
+ }
2036
+ .cke_ltr .cke_button__preview_icon {
2037
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1560px !important;
2038
+ background-size: 16px !important;
2039
+ }
2040
+ }
2041
+
2042
+ .cke_ltr.cke_hidpi .cke_button__preview_icon {
2043
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1560px !important;
2044
+ background-size: 16px !important;
2045
+ }
2046
+
2047
+ .cke_hidpi {
2048
+ .cke_button__print_icon {
2049
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1584px !important;
2050
+ background-size: 16px !important;
2051
+ }
2052
+ .cke_button__removeformat_icon {
2053
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1608px !important;
2054
+ background-size: 16px !important;
2055
+ }
2056
+ .cke_button__save_icon {
2057
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1632px !important;
2058
+ background-size: 16px !important;
2059
+ }
2060
+ .cke_button__scayt_icon {
2061
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1656px !important;
2062
+ background-size: 16px !important;
2063
+ }
2064
+ .cke_button__selectall_icon {
2065
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1680px !important;
2066
+ background-size: 16px !important;
2067
+ }
2068
+ }
2069
+
2070
+ .cke_rtl.cke_hidpi .cke_button__showblocks_icon {
2071
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1704px !important;
2072
+ background-size: 16px !important;
2073
+ }
2074
+
2075
+ .cke_hidpi {
2076
+ .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
2077
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1704px !important;
2078
+ background-size: 16px !important;
2079
+ }
2080
+ .cke_ltr .cke_button__showblocks_icon {
2081
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1728px !important;
2082
+ background-size: 16px !important;
2083
+ }
2084
+ }
2085
+
2086
+ .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
2087
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1728px !important;
2088
+ background-size: 16px !important;
2089
+ }
2090
+
2091
+ .cke_hidpi .cke_button__smiley_icon {
2092
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1752px !important;
2093
+ background-size: 16px !important;
2094
+ }
2095
+
2096
+ .cke_rtl.cke_hidpi .cke_button__source_icon {
2097
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1776px !important;
2098
+ background-size: 16px !important;
2099
+ }
2100
+
2101
+ .cke_hidpi {
2102
+ .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
2103
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1776px !important;
2104
+ background-size: 16px !important;
2105
+ }
2106
+ .cke_ltr .cke_button__source_icon {
2107
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1800px !important;
2108
+ background-size: 16px !important;
2109
+ }
2110
+ }
2111
+
2112
+ .cke_ltr.cke_hidpi .cke_button__source_icon {
2113
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1800px !important;
2114
+ background-size: 16px !important;
2115
+ }
2116
+
2117
+ .cke_hidpi {
2118
+ .cke_button__specialchar_icon {
2119
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1824px !important;
2120
+ background-size: 16px !important;
2121
+ }
2122
+ .cke_button__table_icon {
2123
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1848px !important;
2124
+ background-size: 16px !important;
2125
+ }
2126
+ }
2127
+
2128
+ .cke_rtl.cke_hidpi .cke_button__templates_icon {
2129
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1872px !important;
2130
+ background-size: 16px !important;
2131
+ }
2132
+
2133
+ .cke_hidpi {
2134
+ .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
2135
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1872px !important;
2136
+ background-size: 16px !important;
2137
+ }
2138
+ .cke_ltr .cke_button__templates_icon {
2139
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1896px !important;
2140
+ background-size: 16px !important;
2141
+ }
2142
+ }
2143
+
2144
+ .cke_ltr.cke_hidpi .cke_button__templates_icon {
2145
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1896px !important;
2146
+ background-size: 16px !important;
2147
+ }
2148
+
2149
+ .cke_rtl.cke_hidpi .cke_button__redo_icon {
2150
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1920px !important;
2151
+ background-size: 16px !important;
2152
+ }
2153
+
2154
+ .cke_hidpi {
2155
+ .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
2156
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1920px !important;
2157
+ background-size: 16px !important;
2158
+ }
2159
+ .cke_ltr .cke_button__redo_icon {
2160
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1944px !important;
2161
+ background-size: 16px !important;
2162
+ }
2163
+ }
2164
+
2165
+ .cke_ltr.cke_hidpi .cke_button__redo_icon {
2166
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1944px !important;
2167
+ background-size: 16px !important;
2168
+ }
2169
+
2170
+ .cke_rtl.cke_hidpi .cke_button__undo_icon {
2171
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1968px !important;
2172
+ background-size: 16px !important;
2173
+ }
2174
+
2175
+ .cke_hidpi {
2176
+ .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
2177
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1968px !important;
2178
+ background-size: 16px !important;
2179
+ }
2180
+ .cke_ltr .cke_button__undo_icon {
2181
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1992px !important;
2182
+ background-size: 16px !important;
2183
+ }
2184
+ }
2185
+
2186
+ .cke_ltr.cke_hidpi .cke_button__undo_icon {
2187
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -1992px !important;
2188
+ background-size: 16px !important;
2189
+ }
2190
+
2191
+ .cke_hidpi .cke_button__spellchecker_icon {
2192
+ background: image-url("ckeditor/skins/moono/icons_hidpi.png") no-repeat 0 -2016px !important;
2193
+ background-size: 16px !important;
2194
+ }