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,812 @@
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_dialog {
7
+ visibility: visible;
8
+ }
9
+
10
+ .cke_dialog_body {
11
+ z-index: 1;
12
+ background: #eaeaea;
13
+ border: 1px solid #b2b2b2;
14
+ border-bottom-color: #999;
15
+ -moz-border-radius: 3px;
16
+ -webkit-border-radius: 3px;
17
+ border-radius: 3px;
18
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
19
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
20
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
21
+ }
22
+
23
+ .cke_dialog strong {
24
+ font-weight: bold;
25
+ }
26
+
27
+ .cke_dialog_title {
28
+ font-weight: bold;
29
+ font-size: 13px;
30
+ cursor: move;
31
+ position: relative;
32
+ color: #474747;
33
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
34
+ border-bottom: 1px solid #999;
35
+ padding: 6px 10px;
36
+ -moz-border-radius: 2px 2px 0 0;
37
+ -webkit-border-radius: 2px 2px 0 0;
38
+ border-radius: 2px 2px 0 0;
39
+ -moz-box-shadow: 0 1px 0 #fff inset;
40
+ -webkit-box-shadow: 0 1px 0 #fff inset;
41
+ box-shadow: 0 1px 0 #fff inset;
42
+ background: #cfd1cf;
43
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
44
+ background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
45
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
46
+ background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
47
+ background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
48
+ background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
49
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
50
+ }
51
+
52
+ .cke_dialog_contents {
53
+ background-color: #fff;
54
+ overflow: auto;
55
+ padding: 15px 10px 5px 10px;
56
+ margin-top: 30px;
57
+ border-top: 1px solid #bfbfbf;
58
+ -moz-border-radius: 0 0 3px 3px;
59
+ -webkit-border-radius: 0 0 3px 3px;
60
+ border-radius: 0 0 3px 3px;
61
+ }
62
+
63
+ .cke_dialog_contents_body {
64
+ overflow: auto;
65
+ padding: 17px 10px 5px 10px;
66
+ margin-top: 22px;
67
+ }
68
+
69
+ .cke_dialog_footer {
70
+ text-align: right;
71
+ position: relative;
72
+ border: 0;
73
+ outline: 1px solid #bfbfbf;
74
+ -moz-box-shadow: 0 1px 0 #fff inset;
75
+ -webkit-box-shadow: 0 1px 0 #fff inset;
76
+ box-shadow: 0 1px 0 #fff inset;
77
+ -moz-border-radius: 0 0 2px 2px;
78
+ -webkit-border-radius: 0 0 2px 2px;
79
+ border-radius: 0 0 2px 2px;
80
+ background: #cfd1cf;
81
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
82
+ background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
83
+ background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
84
+ background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
85
+ background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
86
+ background-image: linear-gradient(top, #ebebeb, #cfd1cf);
87
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf');
88
+ }
89
+
90
+ .cke_rtl .cke_dialog_footer {
91
+ text-align: left;
92
+ }
93
+
94
+ .cke_hc .cke_dialog_footer {
95
+ outline: 0;
96
+ border-top: 1px solid #fff;
97
+ }
98
+
99
+ .cke_dialog {
100
+ .cke_resizer {
101
+ margin-top: 22px;
102
+ }
103
+ .cke_resizer_rtl {
104
+ margin-left: 5px;
105
+ }
106
+ .cke_resizer_ltr {
107
+ margin-right: 5px;
108
+ }
109
+ }
110
+
111
+ .cke_dialog_tabs {
112
+ height: 24px;
113
+ display: inline-block;
114
+ margin: 5px 0 0;
115
+ position: absolute;
116
+ z-index: 2;
117
+ left: 10px;
118
+ }
119
+
120
+ .cke_rtl .cke_dialog_tabs {
121
+ right: 10px;
122
+ }
123
+
124
+ a.cke_dialog_tab {
125
+ height: 16px;
126
+ padding: 4px 8px;
127
+ margin-right: 3px;
128
+ display: inline-block;
129
+ cursor: pointer;
130
+ line-height: 16px;
131
+ outline: 0;
132
+ color: #595959;
133
+ border: 1px solid #bfbfbf;
134
+ -moz-border-radius: 3px 3px 0 0;
135
+ -webkit-border-radius: 3px 3px 0 0;
136
+ border-radius: 3px 3px 0 0;
137
+ background: #d4d4d4;
138
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
139
+ background-image: -moz-linear-gradient(top, #fafafa, #ededed);
140
+ background-image: -webkit-linear-gradient(top, #fafafa, #ededed);
141
+ background-image: -o-linear-gradient(top, #fafafa, #ededed);
142
+ background-image: -ms-linear-gradient(top, #fafafa, #ededed);
143
+ background-image: linear-gradient(top, #fafafa, #ededed);
144
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed');
145
+ }
146
+
147
+ .cke_rtl a.cke_dialog_tab {
148
+ margin-right: 0;
149
+ margin-left: 3px;
150
+ }
151
+
152
+ a {
153
+ &.cke_dialog_tab:hover {
154
+ background: #ebebeb;
155
+ background: -moz-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
156
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #dfdfdf));
157
+ background: -webkit-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
158
+ background: -o-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
159
+ background: -ms-linear-gradient(top, #ebebeb 0, #dfdfdf 100%);
160
+ background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%);
161
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0);
162
+ }
163
+ &.cke_dialog_tab_selected {
164
+ background: #fff;
165
+ color: #383838;
166
+ border-bottom-color: #fff;
167
+ cursor: default;
168
+ filter: none;
169
+ &:hover {
170
+ background: #ededed;
171
+ background: -moz-linear-gradient(top, #ededed 0, #fff 100%);
172
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #fff));
173
+ background: -webkit-linear-gradient(top, #ededed 0, #fff 100%);
174
+ background: -o-linear-gradient(top, #ededed 0, #fff 100%);
175
+ background: -ms-linear-gradient(top, #ededed 0, #fff 100%);
176
+ background: linear-gradient(to bottom, #ededed 0, #fff 100%);
177
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0);
178
+ }
179
+ }
180
+ }
181
+
182
+ .cke_hc a {
183
+ &.cke_dialog_tab:hover, &.cke_dialog_tab_selected {
184
+ border: 3px solid;
185
+ padding: 2px 6px;
186
+ }
187
+ }
188
+
189
+ a.cke_dialog_tab_disabled {
190
+ color: #bababa;
191
+ cursor: default;
192
+ }
193
+
194
+ .cke_single_page {
195
+ .cke_dialog_tabs {
196
+ display: none;
197
+ }
198
+ .cke_dialog_contents {
199
+ padding-top: 5px;
200
+ margin-top: 0;
201
+ border-top: 0;
202
+ }
203
+ }
204
+
205
+ .cke_dialog_close_button {
206
+ background-image: image-url("ckeditor/skins/moono/images/close.png");
207
+ background-repeat: no-repeat;
208
+ background-position: 50%;
209
+ position: absolute;
210
+ cursor: pointer;
211
+ text-align: center;
212
+ height: 20px;
213
+ width: 20px;
214
+ top: 5px;
215
+ z-index: 5;
216
+ opacity: .8;
217
+ filter: alpha(opacity = 80);
218
+ &:hover {
219
+ opacity: 1;
220
+ filter: alpha(opacity = 100);
221
+ }
222
+ }
223
+
224
+ .cke_hidpi .cke_dialog_close_button {
225
+ background-image: image-url("ckeditor/skins/moono/images/hidpi/close.png");
226
+ background-size: 16px;
227
+ }
228
+
229
+ .cke_dialog_close_button span {
230
+ display: none;
231
+ }
232
+
233
+ .cke_hc .cke_dialog_close_button span {
234
+ display: inline;
235
+ cursor: pointer;
236
+ font-weight: bold;
237
+ position: relative;
238
+ top: 3px;
239
+ }
240
+
241
+ .cke_ltr .cke_dialog_close_button {
242
+ right: 5px;
243
+ }
244
+
245
+ .cke_rtl .cke_dialog_close_button {
246
+ left: 6px;
247
+ }
248
+
249
+ .cke_dialog_close_button {
250
+ top: 4px;
251
+ }
252
+
253
+ div.cke_disabled .cke_dialog_ui_labeled_content div * {
254
+ background-color: #ddd;
255
+ cursor: default;
256
+ }
257
+
258
+ .cke_dialog_ui_vbox table, .cke_dialog_ui_hbox table {
259
+ margin: auto;
260
+ }
261
+
262
+ .cke_dialog_ui_vbox_child {
263
+ padding: 5px 0;
264
+ }
265
+
266
+ .cke_dialog_ui_hbox {
267
+ width: 100%;
268
+ }
269
+
270
+ .cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child, .cke_dialog_ui_hbox_last {
271
+ vertical-align: top;
272
+ }
273
+
274
+ .cke_ltr {
275
+ .cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child {
276
+ padding-right: 10px;
277
+ }
278
+ }
279
+
280
+ .cke_rtl {
281
+ .cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child {
282
+ padding-left: 10px;
283
+ }
284
+ }
285
+
286
+ .cke_ltr .cke_dialog_footer_buttons {
287
+ .cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child {
288
+ padding-right: 5px;
289
+ }
290
+ }
291
+
292
+ .cke_rtl .cke_dialog_footer_buttons {
293
+ .cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child {
294
+ padding-left: 5px;
295
+ padding-right: 0;
296
+ }
297
+ }
298
+
299
+ .cke_hc div {
300
+ &.cke_dialog_ui_input_text, &.cke_dialog_ui_input_password, &.cke_dialog_ui_input_textarea, &.cke_dialog_ui_input_select, &.cke_dialog_ui_input_file {
301
+ border: 1px solid;
302
+ }
303
+ }
304
+
305
+ textarea.cke_dialog_ui_input_textarea {
306
+ overflow: auto;
307
+ resize: none;
308
+ }
309
+
310
+ input {
311
+ &.cke_dialog_ui_input_text, &.cke_dialog_ui_input_password {
312
+ background-color: #fff;
313
+ border: 1px solid #c9cccf;
314
+ border-top-color: #aeb3b9;
315
+ padding: 4px 6px;
316
+ outline: 0;
317
+ width: 100%;
318
+ *width: 95%;
319
+ -moz-box-sizing: border-box;
320
+ -webkit-box-sizing: border-box;
321
+ box-sizing: border-box;
322
+ -moz-border-radius: 3px;
323
+ -webkit-border-radius: 3px;
324
+ border-radius: 3px;
325
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
326
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
327
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
328
+ }
329
+ }
330
+
331
+ textarea.cke_dialog_ui_input_textarea {
332
+ background-color: #fff;
333
+ border: 1px solid #c9cccf;
334
+ border-top-color: #aeb3b9;
335
+ padding: 4px 6px;
336
+ outline: 0;
337
+ width: 100%;
338
+ *width: 95%;
339
+ -moz-box-sizing: border-box;
340
+ -webkit-box-sizing: border-box;
341
+ box-sizing: border-box;
342
+ -moz-border-radius: 3px;
343
+ -webkit-border-radius: 3px;
344
+ border-radius: 3px;
345
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
346
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
347
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
348
+ }
349
+
350
+ input {
351
+ &.cke_dialog_ui_input_text:hover, &.cke_dialog_ui_input_password:hover {
352
+ border: 1px solid #aeb3b9;
353
+ border-top-color: #a0a6ad;
354
+ }
355
+ }
356
+
357
+ textarea.cke_dialog_ui_input_textarea:hover {
358
+ border: 1px solid #aeb3b9;
359
+ border-top-color: #a0a6ad;
360
+ }
361
+
362
+ input {
363
+ &.cke_dialog_ui_input_text:focus, &.cke_dialog_ui_input_password:focus {
364
+ outline: 0;
365
+ border: 1px solid #139ff7;
366
+ border-top-color: #1392e9;
367
+ }
368
+ }
369
+
370
+ textarea.cke_dialog_ui_input_textarea:focus, select.cke_dialog_ui_input_select:focus {
371
+ outline: 0;
372
+ border: 1px solid #139ff7;
373
+ border-top-color: #1392e9;
374
+ }
375
+
376
+ a.cke_dialog_ui_button {
377
+ display: inline-block;
378
+ *display: inline;
379
+ *zoom: 1;
380
+ padding: 4px 0;
381
+ margin: 0;
382
+ text-align: center;
383
+ color: #333;
384
+ vertical-align: middle;
385
+ cursor: pointer;
386
+ border: 1px solid #b6b6b6;
387
+ border-bottom-color: #999;
388
+ -moz-border-radius: 3px;
389
+ -webkit-border-radius: 3px;
390
+ border-radius: 3px;
391
+ -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;
392
+ -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;
393
+ 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;
394
+ background: #e4e4e4;
395
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4));
396
+ background-image: -moz-linear-gradient(top, #fff, #e4e4e4);
397
+ background-image: -webkit-linear-gradient(top, #fff, #e4e4e4);
398
+ background-image: -o-linear-gradient(top, #fff, #e4e4e4);
399
+ background-image: -ms-linear-gradient(top, #fff, #e4e4e4);
400
+ background-image: linear-gradient(top, #fff, #e4e4e4);
401
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
402
+ }
403
+
404
+ span.cke_dialog_ui_button {
405
+ padding: 0 10px;
406
+ }
407
+
408
+ a.cke_dialog_ui_button {
409
+ &:hover {
410
+ border-color: #9e9e9e;
411
+ background: #ccc;
412
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
413
+ background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
414
+ background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
415
+ background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
416
+ background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
417
+ background-image: linear-gradient(top, #f2f2f2, #ccc);
418
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
419
+ }
420
+ &:focus, &:active {
421
+ border-color: #969696;
422
+ outline: 0;
423
+ -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset;
424
+ -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset;
425
+ box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset;
426
+ }
427
+ }
428
+
429
+ .cke_hc a.cke_dialog_ui_button {
430
+ &:hover, &:focus, &:active {
431
+ border: 3px solid;
432
+ padding-top: 1px;
433
+ padding-bottom: 1px;
434
+ }
435
+ &:hover span, &:focus span, &:active span {
436
+ padding-left: 10px;
437
+ padding-right: 10px;
438
+ }
439
+ }
440
+
441
+ .cke_dialog_footer_buttons a.cke_dialog_ui_button span {
442
+ color: inherit;
443
+ font-size: 12px;
444
+ font-weight: bold;
445
+ line-height: 18px;
446
+ padding: 0 12px;
447
+ }
448
+
449
+ a {
450
+ &.cke_dialog_ui_button_ok {
451
+ color: #fff;
452
+ text-shadow: 0 -1px 0 #55830c;
453
+ border-color: #62a60a #62a60a #4d9200;
454
+ background: #69b10b;
455
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad717), to(#69b10b));
456
+ background-image: -webkit-linear-gradient(top, #9ad717, #69b10b);
457
+ background-image: -o-linear-gradient(top, #9ad717, #69b10b);
458
+ background-image: linear-gradient(to bottom, #9ad717, #69b10b);
459
+ background-image: -moz-linear-gradient(top, #9ad717, #69b10b);
460
+ filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b');
461
+ &:hover {
462
+ border-color: #5b9909 #5b9909 #478500;
463
+ background: #88be14;
464
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88be14), color-stop(100%, #5d9c0a));
465
+ background: -webkit-linear-gradient(top, #88be14 0, #5d9c0a 100%);
466
+ background: -o-linear-gradient(top, #88be14 0, #5d9c0a 100%);
467
+ background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%);
468
+ background: -moz-linear-gradient(top, #88be14 0, #5d9c0a 100%);
469
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0);
470
+ }
471
+ }
472
+ &.cke_dialog_ui_button span {
473
+ text-shadow: 0 1px 0 #fff;
474
+ }
475
+ &.cke_dialog_ui_button_ok span {
476
+ text-shadow: 0 -1px 0 #55830c;
477
+ }
478
+ }
479
+
480
+ span.cke_dialog_ui_button {
481
+ cursor: pointer;
482
+ }
483
+
484
+ a {
485
+ &.cke_dialog_ui_button_ok {
486
+ &:focus, &:active {
487
+ border-width: 2px;
488
+ padding: 3px 0;
489
+ }
490
+ }
491
+ &.cke_dialog_ui_button_cancel {
492
+ &:focus, &:active {
493
+ border-width: 2px;
494
+ padding: 3px 0;
495
+ }
496
+ }
497
+ &.cke_dialog_ui_button_ok {
498
+ &:focus, &:active {
499
+ border-color: #568c0a;
500
+ }
501
+ &:focus span, &:active span {
502
+ padding: 0 11px;
503
+ }
504
+ }
505
+ &.cke_dialog_ui_button_cancel {
506
+ &:focus span, &:active span {
507
+ padding: 0 11px;
508
+ }
509
+ }
510
+ }
511
+
512
+ .cke_dialog_footer_buttons {
513
+ display: inline-table;
514
+ margin: 5px;
515
+ width: auto;
516
+ position: relative;
517
+ vertical-align: middle;
518
+ }
519
+
520
+ div.cke_dialog_ui_input_select {
521
+ display: table;
522
+ }
523
+
524
+ select.cke_dialog_ui_input_select {
525
+ height: 25px;
526
+ line-height: 25px;
527
+ background-color: #fff;
528
+ border: 1px solid #c9cccf;
529
+ border-top-color: #aeb3b9;
530
+ padding: 3px 3px 3px 6px;
531
+ outline: 0;
532
+ -moz-border-radius: 3px;
533
+ -webkit-border-radius: 3px;
534
+ border-radius: 3px;
535
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
536
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
537
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
538
+ }
539
+
540
+ .cke_dialog_ui_input_file {
541
+ width: 100%;
542
+ height: 25px;
543
+ }
544
+
545
+ .cke_hc .cke_dialog_ui_labeled_content {
546
+ input:focus, select:focus, textarea:focus {
547
+ outline: 1px dotted;
548
+ }
549
+ }
550
+
551
+ .cke_dialog {
552
+ .cke_dark_background {
553
+ background-color: #dedede;
554
+ }
555
+ .cke_light_background {
556
+ background-color: #ebebeb;
557
+ }
558
+ .cke_centered {
559
+ text-align: center;
560
+ }
561
+ a.cke_btn_reset {
562
+ float: right;
563
+ background: image-url("ckeditor/skins/moono/images/refresh.png") top left no-repeat;
564
+ width: 16px;
565
+ height: 16px;
566
+ border: 1px none;
567
+ font-size: 1px;
568
+ }
569
+ }
570
+
571
+ .cke_hidpi .cke_dialog a.cke_btn_reset {
572
+ background-size: 16px;
573
+ background-image: image-url("ckeditor/skins/moono/images/hidpi/refresh.png");
574
+ }
575
+
576
+ .cke_rtl .cke_dialog a.cke_btn_reset {
577
+ float: left;
578
+ }
579
+
580
+ .cke_dialog a {
581
+ &.cke_btn_locked, &.cke_btn_unlocked {
582
+ float: left;
583
+ width: 16px;
584
+ height: 16px;
585
+ background-repeat: no-repeat;
586
+ border: none 1px;
587
+ font-size: 1px;
588
+ }
589
+ &.cke_btn_locked .cke_icon {
590
+ display: none;
591
+ }
592
+ }
593
+
594
+ .cke_rtl .cke_dialog a {
595
+ &.cke_btn_locked, &.cke_btn_unlocked {
596
+ float: right;
597
+ }
598
+ }
599
+
600
+ .cke_dialog a {
601
+ &.cke_btn_locked {
602
+ background-image: image-url("ckeditor/skins/moono/images/lock.png");
603
+ }
604
+ &.cke_btn_unlocked {
605
+ background-image: image-url("ckeditor/skins/moono/images/lock-open.png");
606
+ }
607
+ }
608
+
609
+ .cke_hidpi .cke_dialog a {
610
+ &.cke_btn_unlocked {
611
+ background-size: 16px;
612
+ }
613
+ &.cke_btn_locked {
614
+ background-size: 16px;
615
+ background-image: image-url("ckeditor/skins/moono/images/hidpi/lock.png");
616
+ }
617
+ &.cke_btn_unlocked {
618
+ background-image: image-url("ckeditor/skins/moono/images/hidpi/lock-open.png");
619
+ }
620
+ }
621
+
622
+ .cke_dialog {
623
+ .cke_btn_over {
624
+ border: outset 1px;
625
+ cursor: pointer;
626
+ }
627
+ .ImagePreviewBox {
628
+ border: 2px ridge black;
629
+ overflow: scroll;
630
+ height: 200px;
631
+ width: 300px;
632
+ padding: 2px;
633
+ background-color: white;
634
+ table td {
635
+ white-space: normal;
636
+ }
637
+ }
638
+ .ImagePreviewLoader {
639
+ position: absolute;
640
+ white-space: normal;
641
+ overflow: hidden;
642
+ height: 160px;
643
+ width: 230px;
644
+ margin: 2px;
645
+ padding: 2px;
646
+ opacity: .9;
647
+ filter: alpha(opacity = 90);
648
+ background-color: #e4e4e4;
649
+ }
650
+ .FlashPreviewBox {
651
+ white-space: normal;
652
+ border: 2px ridge black;
653
+ overflow: auto;
654
+ height: 160px;
655
+ width: 390px;
656
+ padding: 2px;
657
+ background-color: white;
658
+ }
659
+ .cke_pastetext {
660
+ width: 346px;
661
+ height: 170px;
662
+ textarea {
663
+ width: 340px;
664
+ height: 170px;
665
+ resize: none;
666
+ }
667
+ }
668
+ iframe.cke_pasteframe {
669
+ width: 346px;
670
+ height: 130px;
671
+ background-color: white;
672
+ border: 1px solid #aeb3b9;
673
+ -moz-border-radius: 3px;
674
+ -webkit-border-radius: 3px;
675
+ border-radius: 3px;
676
+ }
677
+ .cke_hand {
678
+ cursor: pointer;
679
+ }
680
+ }
681
+
682
+ .cke_disabled {
683
+ color: #a0a0a0;
684
+ }
685
+
686
+ .cke_dialog_body {
687
+ .cke_label {
688
+ display: none;
689
+ }
690
+ label {
691
+ display: inline;
692
+ margin-bottom: auto;
693
+ cursor: default;
694
+ &.cke_required {
695
+ font-weight: bold;
696
+ }
697
+ }
698
+ }
699
+
700
+ a {
701
+ &.cke_smile {
702
+ overflow: hidden;
703
+ display: block;
704
+ text-align: center;
705
+ padding: .3em 0;
706
+ img {
707
+ vertical-align: middle;
708
+ }
709
+ }
710
+ &.cke_specialchar {
711
+ cursor: inherit;
712
+ display: block;
713
+ height: 1.25em;
714
+ padding: .2em .3em;
715
+ text-align: center;
716
+ }
717
+ &.cke_smile, &.cke_specialchar {
718
+ border: 1px solid transparent;
719
+ }
720
+ &.cke_smile {
721
+ &:hover, &:focus, &:active {
722
+ background: #fff;
723
+ outline: 0;
724
+ }
725
+ }
726
+ &.cke_specialchar {
727
+ &:hover, &:focus, &:active {
728
+ background: #fff;
729
+ outline: 0;
730
+ }
731
+ }
732
+ &.cke_smile:hover, &.cke_specialchar:hover {
733
+ border-color: #888;
734
+ }
735
+ &.cke_smile {
736
+ &:focus, &:active {
737
+ border-color: #139ff7;
738
+ }
739
+ }
740
+ &.cke_specialchar {
741
+ &:focus, &:active {
742
+ border-color: #139ff7;
743
+ }
744
+ }
745
+ }
746
+
747
+ .cke_dialog_contents a.colorChooser {
748
+ display: block;
749
+ margin-top: 6px;
750
+ margin-left: 10px;
751
+ width: 80px;
752
+ }
753
+
754
+ .cke_rtl .cke_dialog_contents a.colorChooser {
755
+ margin-right: 10px;
756
+ }
757
+
758
+ .cke_dialog_ui_checkbox_input:focus, .cke_dialog_ui_radio_input:focus, .cke_btn_over {
759
+ outline: 1px dotted #696969;
760
+ }
761
+
762
+ .cke_iframe_shim {
763
+ display: block;
764
+ position: absolute;
765
+ top: 0;
766
+ left: 0;
767
+ z-index: -1;
768
+ filter: alpha(opacity = 0);
769
+ width: 100%;
770
+ height: 100%;
771
+ }
772
+
773
+ .cke_rtl {
774
+ input {
775
+ &.cke_dialog_ui_input_text, &.cke_dialog_ui_input_password {
776
+ padding-right: 2px;
777
+ }
778
+ }
779
+ div {
780
+ &.cke_dialog_ui_input_text, &.cke_dialog_ui_input_password {
781
+ padding-left: 2px;
782
+ }
783
+ &.cke_dialog_ui_input_text {
784
+ padding-right: 1px;
785
+ }
786
+ }
787
+ .cke_dialog_ui_vbox_child, .cke_dialog_ui_hbox_child, .cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_last {
788
+ padding-right: 2px !important;
789
+ }
790
+ }
791
+
792
+ .cke_hc {
793
+ .cke_dialog_title, .cke_dialog_footer {
794
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
795
+ }
796
+ a {
797
+ &.cke_dialog_tab {
798
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
799
+ }
800
+ &.cke_dialog_ui_button, &.cke_dialog_ui_button_ok {
801
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
802
+ &:hover {
803
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
804
+ }
805
+ }
806
+ }
807
+ div {
808
+ &.cke_dialog_ui_input_text, &.cke_dialog_ui_input_password, &.cke_dialog_ui_input_textarea, &.cke_dialog_ui_input_select, &.cke_dialog_ui_input_file {
809
+ border: 0;
810
+ }
811
+ }
812
+ }