Dotclear

source: plugins/dcCKEditor/js/ckeditor/skins/moono/editor.css @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 52.5 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

Line 
1/*
2Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5/*
6editor.css
7============
8This is he heart of the skin system. This is the file loaded by the editor to
9style all elements inside its main interface.
10To make it easier to maintain, instead of including all styles here, we import
11other files.
12*/
13/* "Reset" styles, necessary to avoid the editor UI being broken by external CSS. */
14.cke_reset
15{
16          margin: 0;
17     padding: 0;
18     border: 0;
19     background: transparent;
20     text-decoration: none;
21     width: auto;
22     height: auto;
23     vertical-align: baseline;
24     box-sizing: content-box;
25     -moz-box-sizing: content-box;
26     -webkit-box-sizing: content-box;
27     position: static;
28     -webkit-transition: none;
29     -moz-transition: none;
30     -ms-transition: none;
31     transition: none;
32}
33.cke_reset_all, .cke_reset_all *
34{
35          margin: 0;
36     padding: 0;
37     border: 0;
38     background: transparent;
39     text-decoration: none;
40     width: auto;
41     height: auto;
42     vertical-align: baseline;
43     box-sizing: content-box;
44     -moz-box-sizing: content-box;
45     -webkit-box-sizing: content-box;
46     position: static;
47     -webkit-transition: none;
48     -moz-transition: none;
49     -ms-transition: none;
50     transition: none;
51          border-collapse: collapse;
52     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
53     color: #000;
54    text-align: left;
55     white-space: nowrap;
56     cursor: auto;
57}
58.cke_reset_all .cke_rtl *
59{
60     text-align: right;
61}
62.cke_reset_all iframe
63{
64     vertical-align: inherit; }
65.cke_reset_all textarea
66{
67     white-space: pre;
68}
69.cke_reset_all textarea,
70.cke_reset_all input[type="text"],
71.cke_reset_all input[type="password"]
72{
73     cursor: text;
74}
75.cke_reset_all textarea[disabled],
76.cke_reset_all input[type="text"][disabled],
77.cke_reset_all input[type="password"][disabled]
78{
79     cursor: default;
80}
81.cke_reset_all fieldset
82{
83     padding: 10px;
84     border: 2px groove #E0DFE3;
85}
86.cke_reset_all select {
87     box-sizing: border-box;
88     -moz-box-sizing: border-box;
89     -webkit-box-sizing: border-box;
90}
91/* Styles the main interface structure (holding box). */
92.cke_chrome
93{
94          display: block;
95     border: 1px solid #b6b6b6;
96     padding: 0;
97     -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
98     -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
99     box-shadow: 0 0 3px rgba(0,0,0,.15);
100}
101.cke_inner
102{
103          display: block;
104     -webkit-touch-callout: none;
105     background: #fff;
106     padding: 0;
107}
108.cke_float
109{
110          border: none;
111}
112.cke_float .cke_inner
113{
114          padding-bottom: 0;
115}
116.cke_top,
117.cke_contents,
118.cke_bottom
119{
120          display: block;
121          overflow: hidden;
122}
123.cke_top
124{
125          border-bottom: 1px solid #b6b6b6;
126     padding: 6px 8px 2px;
127          white-space: normal;
128     -moz-box-shadow: 0 1px 0 #fff inset;
129     -webkit-box-shadow: 0 1px 0 #fff inset;
130     box-shadow: 0 1px 0 #fff inset;
131     background: #cfd1cf;
132     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
133     background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
134     background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
135     background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
136     background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
137     background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
138     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
139}
140.cke_float .cke_top
141{
142     border: 1px solid #b6b6b6;
143     border-bottom-color: #999;
144}
145.cke_bottom
146{
147     padding: 6px 8px 2px;
148     position: relative;
149     border-top: 1px solid #bfbfbf;
150     -moz-box-shadow: 0 1px 0 #fff inset;
151     -webkit-box-shadow: 0 1px 0 #fff inset;
152     box-shadow: 0 1px 0 #fff inset;
153     background: #cfd1cf;
154     background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf));
155     background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf);
156     background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf);
157     background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf);
158     background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf);
159     background-image: linear-gradient(top, #ebebeb, #cfd1cf);
160     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf');
161}
162.cke_browser_ios .cke_contents
163{
164    overflow-y: auto;
165    -webkit-overflow-scrolling: touch;
166}
167.cke_resizer
168{
169          width: 0;
170     height: 0;
171     overflow: hidden;
172     width: 0;
173     height: 0;
174     overflow: hidden;
175     border-width: 10px 10px 0 0;
176     border-color: transparent #666 transparent transparent;
177     border-style: dashed solid dashed dashed;
178     font-size: 0;
179     vertical-align: bottom;
180     margin-top: 6px;
181          margin-bottom: 2px;
182     -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
183     -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
184     box-shadow: 0 1px 0 rgba(255,255,255,.3);
185}
186.cke_hc .cke_resizer
187{
188     font-size: 15px;
189     width: auto;
190     height: auto;
191     border-width: 0;
192}
193.cke_resizer_ltr
194{
195     cursor: se-resize;
196     float: right;
197     margin-right: -4px;
198}
199.cke_resizer_rtl
200{
201     border-width: 10px 0 0 10px;
202     border-color: transparent transparent transparent #A5A5A5;
203     border-style: dashed dashed dashed solid;
204     cursor: sw-resize;
205     float: left;
206     margin-left: -4px;
207     right: auto;
208}
209.cke_wysiwyg_div
210{
211     display: block;
212     height: 100%;
213     overflow: auto;
214     padding: 0 8px;
215     outline-style: none;
216     -moz-box-sizing: border-box;
217     -webkit-box-sizing: border-box;
218     box-sizing: border-box;
219}
220/* Styles all "panels", which are the floating elements that appear when
221   opening toolbar combos, menu buttons, context menus, etc. */
222.cke_panel
223{
224          visibility: visible;
225    width: 120px;
226     height: 100px;
227     overflow: hidden;
228     background-color: #fff;
229    border: 1px solid #b6b6b6;
230    border-bottom-color: #999;
231     -moz-border-radius: 3px;
232     -webkit-border-radius: 3px;
233     border-radius: 3px;
234    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
235    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
236    box-shadow: 0 0 3px rgba(0,0,0,.15);
237}
238.cke_menu_panel
239{
240     padding: 0;
241     margin: 0;
242}
243.cke_combopanel
244{
245    width: 150px;
246    height: 170px;
247}
248.cke_panel_frame
249{
250     width: 100%;
251     height: 100%;
252     font-size: 12px;
253     overflow: auto;
254     overflow-x: hidden;
255}
256.cke_panel_container
257{
258     overflow-y: auto;
259     overflow-x: hidden;
260}
261.cke_panel_list
262{
263     list-style-type: none;
264     margin: 3px;
265     padding: 0;
266     white-space: nowrap;
267}
268.cke_panel_listItem
269{
270     margin: 0;
271    padding-bottom: 1px;
272}
273.cke_panel_listItem a
274{
275     padding: 3px 4px;
276     display: block;
277     border: 1px solid #fff;
278     color: inherit !important;
279     text-decoration: none;
280     overflow: hidden;
281     text-overflow: ellipsis;
282    -moz-border-radius: 2px;
283    -webkit-border-radius: 2px;
284    border-radius: 2px;
285}
286* html .cke_panel_listItem a
287{
288     width : 100%;
289          color: #000;
290}
291*:first-child+html .cke_panel_listItem a
292{
293          color: #000;
294}
295.cke_panel_listItem.cke_selected a
296{
297     border: 1px solid #dedede;
298     background-color: #f2f2f2;
299    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
300    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
301    box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
302}
303.cke_panel_listItem a:hover,
304.cke_panel_listItem a:focus,
305.cke_panel_listItem a:active
306{
307     border-color: #dedede;
308     background-color: #f2f2f2;
309    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
310    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
311    box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
312}
313.cke_hc .cke_panel_listItem a
314{
315     border-style: none;
316}
317.cke_hc .cke_panel_listItem a:hover,
318.cke_hc .cke_panel_listItem a:focus,
319.cke_hc .cke_panel_listItem a:active
320{
321     border: 2px solid;
322     padding: 1px 2px;
323}
324.cke_panel_grouptitle
325{
326     font-size: 11px;
327     font-weight: bold;
328     white-space: nowrap;
329     margin: 0;
330     padding: 4px 6px;
331    color: #474747;
332    text-shadow: 0 1px 0 rgba(255,255,255,.75);
333    border-bottom: 1px solid #b6b6b6;
334    -moz-border-radius: 2px 2px 0 0;
335    -webkit-border-radius: 2px 2px 0 0;
336    border-radius: 2px 2px 0 0;
337    -moz-box-shadow: 0 1px 0 #fff inset;
338    -webkit-box-shadow: 0 1px 0 #fff inset;
339    box-shadow: 0 1px 0 #fff inset;
340    background: #cfd1cf;
341    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
342    background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf);
343    background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf);
344    background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf);
345    background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf);
346    background-image: linear-gradient(top, #f5f5f5, #cfd1cf);
347    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
348}
349.cke_panel_listItem p,
350.cke_panel_listItem h1,
351.cke_panel_listItem h2,
352.cke_panel_listItem h3,
353.cke_panel_listItem h4,
354.cke_panel_listItem h5,
355.cke_panel_listItem h6,
356.cke_panel_listItem pre
357{
358     margin-top: 0px;
359     margin-bottom: 0px;
360}
361/* Styles the color panel displayed by the color buttons. */
362.cke_colorblock
363{
364     padding: 3px;
365     font-size: 11px;
366     font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
367}
368.cke_colorblock,
369.cke_colorblock a
370{
371     text-decoration: none;
372     color: #000;
373}
374span.cke_colorbox
375{
376     width: 10px;
377     height: 10px;
378     border: #808080 1px solid;
379     float: left;
380}
381.cke_rtl span.cke_colorbox
382{
383     float: right;
384}
385a.cke_colorbox
386{
387     border: #fff 1px solid;
388     padding: 2px;
389     float: left;
390     width: 12px;
391     height: 12px;
392}
393.cke_rtl a.cke_colorbox
394{
395     float: right;
396}
397a:hover.cke_colorbox,
398a:focus.cke_colorbox,
399a:active.cke_colorbox
400{
401     border: #b6b6b6 1px solid;
402     background-color: #e5e5e5;
403}
404a.cke_colorauto,
405a.cke_colormore
406{
407     border: #fff 1px solid;
408     padding: 2px;
409     display: block;
410     cursor: pointer;
411}
412a:hover.cke_colorauto,
413a:hover.cke_colormore,
414a:focus.cke_colorauto,
415a:focus.cke_colormore,
416a:active.cke_colorauto,
417a:active.cke_colormore
418{
419     border: #b6b6b6 1px solid;
420     background-color: #e5e5e5;
421}
422/* Styles to toolbar. */
423.cke_toolbar
424{
425     float: left;
426}
427.cke_rtl .cke_toolbar
428{
429     float: right;
430}
431.cke_toolgroup
432{
433     float: left;
434     margin: 0 6px 5px 0;
435     border: 1px solid #a6a6a6;
436     border-bottom-color: #979797;
437     -moz-border-radius: 3px;
438     -webkit-border-radius: 3px;
439     border-radius: 3px;
440     -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
441     -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
442     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
443     background: #e4e4e4;
444     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
445     background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
446     background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
447     background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
448     background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
449     background-image: linear-gradient(top, #ffffff, #e4e4e4);
450     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
451}
452.cke_hc .cke_toolgroup
453{
454     border: 0;
455     margin-right: 10px;
456     margin-bottom: 10px;
457}
458.cke_rtl .cke_toolgroup *:first-child
459{
460     -moz-border-radius: 0 2px 2px 0;
461     -webkit-border-radius: 0 2px 2px 0;
462     border-radius: 0 2px 2px 0;
463}
464.cke_rtl .cke_toolgroup *:last-child
465{
466     -moz-border-radius: 2px 0 0 2px;
467     -webkit-border-radius: 2px 0 0 2px;
468     border-radius: 2px 0 0 2px;
469}
470.cke_rtl .cke_toolgroup
471{
472     float: right;
473     margin-left: 6px;
474     margin-right: 0;
475}
476a.cke_button
477{
478     display: inline-block;
479     height: 18px;
480     padding: 4px 6px;
481     outline: none;
482     cursor: default;
483     float: left;
484     border: 0;
485}
486.cke_rtl .cke_button
487{
488     float: right;
489}
490.cke_hc .cke_button
491{
492     border: 1px solid black;
493          padding: 3px 5px;
494     margin: -2px 4px 0 -2px;
495}
496.cke_button_on
497{
498     -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
499     -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
500     box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2);
501     background: #b5b5b5;
502     background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca));
503     background-image: -moz-linear-gradient(top, #aaa, #cacaca);
504     background-image: -webkit-linear-gradient(top, #aaa, #cacaca);
505     background-image: -o-linear-gradient(top, #aaa, #cacaca);
506     background-image: -ms-linear-gradient(top, #aaa, #cacaca);
507     background-image: linear-gradient(top, #aaa, #cacaca);
508     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
509}
510.cke_hc .cke_button_on,
511.cke_hc a.cke_button_off:hover,
512.cke_hc a.cke_button_off:focus,
513.cke_hc a.cke_button_off:active,
514.cke_hc a.cke_button_disabled:hover,
515.cke_hc a.cke_button_disabled:focus,
516.cke_hc a.cke_button_disabled:active
517{
518     border-width: 3px;
519          padding: 1px 3px;
520}
521.cke_button_disabled .cke_button_icon
522{
523     opacity: 0.3;
524}
525.cke_hc .cke_button_disabled
526{
527     opacity: 0.5;
528}
529a.cke_button_on:hover,
530a.cke_button_on:focus,
531a.cke_button_on:active
532{
533     -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
534     -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
535     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
536}
537a.cke_button_off:hover,
538a.cke_button_off:focus,
539a.cke_button_off:active,
540a.cke_button_disabled:hover,
541a.cke_button_disabled:focus,
542a.cke_button_disabled:active
543{
544     -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
545     -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
546     box-shadow: 0 0 1px rgba(0,0,0,.3) inset;
547     background: #ccc;
548     background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
549     background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
550     background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
551     background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
552     background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
553     background-image: linear-gradient(top, #f2f2f2, #ccc);
554     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
555}
556.cke_button_icon
557{
558     cursor: inherit;
559     background-repeat: no-repeat;
560     margin-top: 1px;
561     width: 16px;
562     height: 16px;
563     float: left;
564     display: inline-block;
565}
566.cke_rtl .cke_button_icon
567{
568     float: right;
569}
570.cke_hc .cke_button_icon
571{
572     display: none;
573}
574.cke_button_label
575{
576     display: none;
577     padding-left: 3px;
578     margin-top: 1px;
579     line-height: 17px;
580     vertical-align: middle;
581     float: left;
582     cursor: default;
583     color: #474747;
584     text-shadow: 0 1px 0 rgba(255,255,255,.5);
585}
586.cke_rtl .cke_button_label
587{
588     padding-right: 3px;
589     padding-left: 0;
590     float: right;
591}
592.cke_hc .cke_button_label
593{
594     padding: 0;
595     display: inline-block;
596     font-size: 12px;
597}
598.cke_button_arrow
599{
600          display: inline-block;
601     margin: 8px 0 0 1px;
602     width: 0;
603     height: 0;
604     cursor: default;
605     vertical-align: top;
606     border-left: 3px solid transparent;
607     border-right: 3px solid transparent;
608     border-top: 3px solid #474747;
609}
610.cke_rtl .cke_button_arrow
611{
612     margin-right: 5px;
613     margin-left: 0;
614}
615.cke_hc .cke_button_arrow
616{
617     font-size: 10px;
618     margin: 3px -2px 0 3px;
619     width: auto;
620     border: 0;
621}
622.cke_toolbar_separator
623{
624     float: left;
625     background-color: #c0c0c0;
626     background-color: rgba(0,0,0,.2);
627     margin: 5px 2px 0;
628     height: 18px;
629     width: 1px;
630     -webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5);
631     -moz-box-shadow: 1px 0 1px rgba(255,255,255,.5);
632     box-shadow: 1px 0 1px rgba(255,255,255,.5);
633}
634.cke_rtl .cke_toolbar_separator
635{
636     float: right;
637     -webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1);
638     -moz-box-shadow: -1px 0 1px rgba(255,255,255,.1);
639     box-shadow: -1px 0 1px rgba(255,255,255,.1);
640}
641.cke_hc .cke_toolbar_separator
642{
643     width: 0;
644     border-left: 1px solid;
645     margin: 1px 5px 0 0px;
646}
647.cke_toolbar_break
648{
649     display: block;
650     clear: left;
651}
652.cke_rtl .cke_toolbar_break
653{
654     clear: right;
655}
656.cke_toolbox_collapser
657{
658     width: 12px;
659     height: 11px;
660     float: right;
661     margin: 11px 0 0;
662     font-size: 0;
663     cursor: default;
664     text-align: center;
665     border: 1px solid #a6a6a6;
666     border-bottom-color: #979797;
667     -moz-border-radius: 3px;
668     -webkit-border-radius: 3px;
669     border-radius: 3px;
670     -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
671     -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
672     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
673     background: #e4e4e4;
674     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
675     background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
676     background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
677     background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
678     background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
679     background-image: linear-gradient(top, #ffffff, #e4e4e4);
680     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
681}
682.cke_toolbox_collapser:hover
683{
684     background: #ccc;
685     background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
686     background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
687     background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
688     background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
689     background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
690     background-image: linear-gradient(top, #f2f2f2, #ccc);
691     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
692}
693.cke_toolbox_collapser.cke_toolbox_collapser_min
694{
695     margin: 0 2px 4px;
696}
697.cke_rtl .cke_toolbox_collapser
698{
699     float: left;
700}
701.cke_toolbox_collapser .cke_arrow
702{
703     display: inline-block;
704          height: 0;
705     width: 0;
706     font-size: 0;
707     margin-top: 1px;
708     border-left: 3px solid transparent;
709     border-right: 3px solid transparent;
710     border-bottom: 3px solid #474747;
711     border-top: 3px solid transparent;
712}
713.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow
714{
715     margin-top: 4px;
716     border-bottom-color: transparent;
717     border-top-color: #474747;
718}
719.cke_hc .cke_toolbox_collapser .cke_arrow
720{
721     font-size: 8px;
722     width: auto;
723     border: 0;
724     margin-top: 0;
725     margin-right: 2px;
726}
727/* Styles menus, which are lists of selectable items (context menu, menu button). */
728.cke_menubutton
729{
730          display: block;
731}
732.cke_menuitem span
733{
734          cursor: default;
735}
736.cke_menubutton:hover,
737.cke_menubutton:focus,
738.cke_menubutton:active
739{
740     background-color: #D3D3D3;
741     display: block;
742}
743.cke_hc .cke_menubutton
744{
745     padding: 2px;
746}
747.cke_hc .cke_menubutton:hover,
748.cke_hc .cke_menubutton:focus,
749.cke_hc .cke_menubutton:active
750{
751     border: 2px solid;
752     padding: 0;
753}
754.cke_menubutton_inner {
755     display: table-row;
756}
757.cke_menubutton_icon,
758.cke_menubutton_label,
759.cke_menuarrow {
760     display: table-cell;
761}
762.cke_menubutton_icon
763{
764     background-color: #D7D8D7;
765     opacity: 0.70;      filter: alpha(opacity=70);    padding: 4px;
766}
767.cke_hc .cke_menubutton_icon
768{
769     height: 16px;
770     width: 0;
771     padding: 4px 0;
772}
773.cke_menubutton:hover .cke_menubutton_icon,
774.cke_menubutton:focus .cke_menubutton_icon,
775.cke_menubutton:active .cke_menubutton_icon
776{
777     background-color: #D0D2D0;
778}
779.cke_menubutton_disabled:hover .cke_menubutton_icon,
780.cke_menubutton_disabled:focus .cke_menubutton_icon,
781.cke_menubutton_disabled:active .cke_menubutton_icon
782{
783          opacity: 0.3;
784     filter: alpha(opacity=30);
785}
786.cke_menubutton_label
787{
788     padding: 0 5px;
789     background-color: transparent;
790     width: 100%;
791     vertical-align: middle;
792}
793.cke_menubutton_disabled .cke_menubutton_label
794{
795          opacity: 0.3;
796     filter: alpha(opacity=30);
797}
798.cke_menubutton_on
799{
800     border: 1px solid #dedede;
801     background-color: #f2f2f2;
802     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
803     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
804     box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
805}
806.cke_menubutton_on .cke_menubutton_icon
807{
808     padding-right: 3px;
809}
810.cke_menubutton:hover,
811.cke_menubutton:focus,
812.cke_menubutton:active
813{
814     background-color: #EFF0EF;
815}
816.cke_panel_frame .cke_menubutton_label
817{
818     display: none;
819}
820.cke_menuseparator
821{
822     background-color: #D3D3D3;
823     height: 1px;
824     filter: alpha(opacity=70);    opacity: 0.70; }
825.cke_menuarrow
826{
827     background-image: url(images/arrow.png);
828     background-position: 0 10px;
829     background-repeat: no-repeat;
830     padding: 0 5px;
831}
832.cke_rtl .cke_menuarrow
833{
834     background-position: 5px -13px;
835     background-repeat: no-repeat;
836}
837.cke_menuarrow span
838{
839     display: none;
840}
841.cke_hc .cke_menuarrow span
842{
843     vertical-align: middle;
844     display: inline;
845}
846/* Styles toolbar combos. */
847.cke_combo
848{
849     display: inline-block;
850     float: left;
851}
852.cke_rtl .cke_combo
853{
854     float: right;
855}
856.cke_hc .cke_combo
857{
858     margin-top: -2px;
859}
860.cke_combo_label
861{
862     display: none;
863     float: left;
864     line-height: 26px;
865     vertical-align: top;
866     margin-right: 5px;
867}
868.cke_rtl .cke_combo_label
869{
870     float: right;
871     margin-left: 5px;
872     margin-right: 0;
873}
874.cke_combo_button
875{
876     display: inline-block;
877     float: left;
878     margin: 0 6px 5px 0;
879     border: 1px solid #a6a6a6;
880     border-bottom-color: #979797;
881     -moz-border-radius: 3px;
882     -webkit-border-radius: 3px;
883     border-radius: 3px;
884     -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
885     -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
886     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
887     background: #e4e4e4;
888     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4));
889     background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4);
890     background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
891     background-image: -o-linear-gradient(top, #ffffff, #e4e4e4);
892     background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4);
893     background-image: linear-gradient(top, #ffffff, #e4e4e4);
894     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');
895}
896.cke_combo_off a.cke_combo_button:hover,
897.cke_combo_off a.cke_combo_button:focus
898{
899     background: #ccc;
900     background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
901     background-image: -moz-linear-gradient(top, #f2f2f2, #ccc);
902     background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc);
903     background-image: -o-linear-gradient(top, #f2f2f2, #ccc);
904     background-image: -ms-linear-gradient(top, #f2f2f2, #ccc);
905     background-image: linear-gradient(top, #f2f2f2, #ccc);
906     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
907     outline: none;
908}
909.cke_combo_off a.cke_combo_button:active,
910.cke_combo_on a.cke_combo_button
911{
912     border: 1px solid #777;
913     -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
914     -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
915     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;
916     background: #b5b5b5;
917     background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca));
918     background-image: -moz-linear-gradient(top, #aaa, #cacaca);
919     background-image: -webkit-linear-gradient(top, #aaa, #cacaca);
920     background-image: -o-linear-gradient(top, #aaa, #cacaca);
921     background-image: -ms-linear-gradient(top, #aaa, #cacaca);
922     background-image: linear-gradient(top, #aaa, #cacaca);
923     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');
924}
925.cke_combo_on a.cke_combo_button:hover,
926.cke_combo_on a.cke_combo_button:focus,
927.cke_combo_on a.cke_combo_button:active
928{
929     -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
930     -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
931     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);
932}
933.cke_rtl .cke_combo_button
934{
935     float: right;
936     margin-left: 5px;
937     margin-right: 0;
938}
939.cke_hc a.cke_combo_button
940{
941     padding: 3px;
942}
943.cke_hc .cke_combo_on a.cke_combo_button,
944.cke_hc .cke_combo_off a.cke_combo_button:hover,
945.cke_hc .cke_combo_off a.cke_combo_button:focus,
946.cke_hc .cke_combo_off a.cke_combo_button:active
947{
948     border-width: 3px;
949     padding: 1px;
950}
951.cke_combo_text
952{
953     line-height: 26px;
954     padding-left: 10px;
955     text-overflow: ellipsis;
956     overflow: hidden;
957     float: left;
958     cursor: default;
959     color: #474747;
960     text-shadow: 0 1px 0 rgba(255,255,255,.5);
961    width: 60px;
962}
963.cke_rtl .cke_combo_text
964{
965     float: right;
966     text-align: right;
967     padding-left: 0;
968     padding-right: 10px;
969}
970.cke_hc .cke_combo_text
971{
972     line-height: 18px;
973     font-size: 12px;
974}
975.cke_combo_open
976{
977     cursor: default;
978     display: inline-block;
979     font-size: 0;
980     height: 19px;
981     line-height: 17px;
982     margin: 1px 7px 1px;
983     width: 5px;
984}
985.cke_hc .cke_combo_open
986{
987     height: 12px;
988}
989.cke_combo_arrow
990{
991     margin: 11px 0 0;
992     float: left;
993          height: 0;
994     width: 0;
995     font-size: 0;
996     border-left: 3px solid transparent;
997     border-right: 3px solid transparent;
998     border-top: 3px solid #474747;
999}
1000.cke_hc .cke_combo_arrow
1001{
1002     font-size: 10px;
1003     width: auto;
1004     border: 0;
1005     margin-top: 3px;
1006}
1007.cke_combo_disabled .cke_combo_inlinelabel,
1008.cke_combo_disabled .cke_combo_open
1009{
1010     opacity: 0.3;
1011}
1012/* Styles the elements path bar, available at the bottom of the editor UI.*/
1013.cke_path
1014{
1015     float: left;
1016     margin: -2px 0 2px;
1017}
1018.cke_path_item,
1019.cke_path_empty
1020{
1021     display: inline-block;
1022     float: left;
1023     padding: 3px 4px;
1024     margin-right: 2px;
1025     cursor: default;
1026     text-decoration: none;
1027     outline: 0;
1028     border: 0;
1029     color: #4c4c4c;
1030     text-shadow: 0 1px 0 #fff;
1031     font-weight: bold;
1032     font-size: 11px;
1033}
1034.cke_rtl .cke_path,
1035.cke_rtl .cke_path_item,
1036.cke_rtl .cke_path_empty
1037{
1038     float: right;
1039}
1040a.cke_path_item:hover,
1041a.cke_path_item:focus,
1042a.cke_path_item:active
1043{
1044     background-color: #bfbfbf;
1045     color: #333;
1046     text-shadow: 0 1px 0 rgba(255,255,255,.5);
1047     -moz-border-radius: 2px;
1048     -webkit-border-radius: 2px;
1049     border-radius: 2px;
1050     -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
1051     -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
1052     box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5);
1053}
1054.cke_hc a.cke_path_item:hover,
1055.cke_hc a.cke_path_item:focus,
1056.cke_hc a.cke_path_item:active
1057{
1058     border: 2px solid;
1059     padding: 1px 2px;
1060}
1061/* Contains hard-coded presets for "configurable-like" options of the UI
1062   (e.g. display labels on specific buttons) */
1063.cke_button__source_label,
1064.cke_button__sourcedialog_label
1065{
1066     display: inline;
1067}
1068.cke_combo__fontsize .cke_combo_text
1069{
1070     width: 30px;
1071}
1072.cke_combopanel__fontsize
1073{
1074     width: 120px;
1075}
1076.cke_source
1077{
1078     font-family: 'Courier New' , Monospace;
1079     font-size: small;
1080     background-color: #fff;
1081     white-space: pre;
1082}
1083.cke_wysiwyg_frame, .cke_wysiwyg_div
1084{
1085     background-color: #fff;
1086}
1087/* Important!
1088   To avoid showing the editor UI while its styles are still not available, the
1089   editor creates it with visibility:hidden. Here, we restore the UI visibility. */
1090.cke_chrome
1091{
1092     visibility: inherit;
1093}
1094/* For accessibility purposes, several "voice labels" are present in the UI.
1095   These are usually <span> elements that show not be visible, but that are
1096   used by screen-readers to announce other elements. Here, we hide these
1097   <spans>, in fact. */
1098.cke_voice_label
1099{
1100     display: none;
1101}
1102legend.cke_voice_label
1103{
1104     display: none;
1105}
1106.cke_button__about_icon {background: url(icons.png) no-repeat 0 -0px !important;}
1107.cke_button__bold_icon {background: url(icons.png) no-repeat 0 -24px !important;}
1108.cke_button__italic_icon {background: url(icons.png) no-repeat 0 -48px !important;}
1109.cke_button__strike_icon {background: url(icons.png) no-repeat 0 -72px !important;}
1110.cke_button__subscript_icon {background: url(icons.png) no-repeat 0 -96px !important;}
1111.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;}
1112.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;}
1113.cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;}
1114.cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;}
1115.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;}
1116.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -240px !important;}
1117.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;}
1118.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -288px !important;}
1119.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;}
1120.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -336px !important;}
1121.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;}
1122.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;}
1123.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;}
1124.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;}
1125.cke_rtl .cke_button__docprops_icon, .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -456px !important;}
1126.cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;}
1127.cke_rtl .cke_button__find_icon, .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons.png) no-repeat 0 -504px !important;}
1128.cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;}
1129.cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;}
1130.cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;}
1131.cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;}
1132.cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;}
1133.cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;}
1134.cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;}
1135.cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;}
1136.cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;}
1137.cke_rtl .cke_button__select_icon, .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons.png) no-repeat 0 -744px !important;}
1138.cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;}
1139.cke_rtl .cke_button__textarea_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -792px !important;}
1140.cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;}
1141.cke_rtl .cke_button__textfield_icon, .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -840px !important;}
1142.cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;}
1143.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;}
1144.cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;}
1145.cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;}
1146.cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;}
1147.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -984px !important;}
1148.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;}
1149.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1032px !important;}
1150.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;}
1151.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;}
1152.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;}
1153.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;}
1154.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;}
1155.cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;}
1156.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1200px !important;}
1157.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;}
1158.cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;}
1159.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;}
1160.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1296px !important;}
1161.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;}
1162.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1344px !important;}
1163.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;}
1164.cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;}
1165.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;}
1166.cke_rtl .cke_button__newpage_icon, .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1440px !important;}
1167.cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;}
1168.cke_rtl .cke_button__pagebreak_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1488px !important;}
1169.cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;}
1170.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1536px !important;}
1171.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;}
1172.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1584px !important;}
1173.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;}
1174.cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;}
1175.cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1656px !important;}
1176.cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;}
1177.cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;}
1178.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;}
1179.cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;}
1180.cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;}
1181.cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1800px !important;}
1182.cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;}
1183.cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;}
1184.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1872px !important;}
1185.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;}
1186.cke_rtl .cke_button__sourcedialog_icon, .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1920px !important;}
1187.cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;}
1188.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;}
1189.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;}
1190.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2016px !important;}
1191.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;}
1192.cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;}
1193.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2088px !important;}
1194.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;}
1195.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2136px !important;}
1196.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;}
1197.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;}
1198.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;}
1199.cke_hidpi .cke_button__italic_icon {background: url(icons_hidpi.png) no-repeat 0 -48px !important;background-size: 16px !important;}
1200.cke_hidpi .cke_button__strike_icon {background: url(icons_hidpi.png) no-repeat 0 -72px !important;background-size: 16px !important;}
1201.cke_hidpi .cke_button__subscript_icon {background: url(icons_hidpi.png) no-repeat 0 -96px !important;background-size: 16px !important;}
1202.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;}
1203.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;}
1204.cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;}
1205.cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;}
1206.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;}
1207.cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -240px !important;background-size: 16px !important;}
1208.cke_hidpi .cke_ltr .cke_button__copy_icon,
1209.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;}
1210.cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -288px !important;background-size: 16px !important;}
1211.cke_hidpi .cke_ltr .cke_button__cut_icon,
1212.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;}
1213.cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;}
1214.cke_hidpi .cke_ltr .cke_button__paste_icon,
1215.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;}
1216.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;}
1217.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;}
1218.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;}
1219.cke_rtl.cke_hidpi .cke_button__docprops_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -456px !important;background-size: 16px !important;}
1220.cke_hidpi .cke_ltr .cke_button__docprops_icon,
1221.cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;}
1222.cke_rtl.cke_hidpi .cke_button__find_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -504px !important;background-size: 16px !important;}
1223.cke_hidpi .cke_ltr .cke_button__find_icon,
1224.cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;}
1225.cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;}
1226.cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;}
1227.cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;}
1228.cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;}
1229.cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;}
1230.cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;}
1231.cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;}
1232.cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;}
1233.cke_rtl.cke_hidpi .cke_button__select_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -744px !important;background-size: 16px !important;}
1234.cke_hidpi .cke_ltr .cke_button__select_icon,
1235.cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;}
1236.cke_rtl.cke_hidpi .cke_button__textarea_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -792px !important;background-size: 16px !important;}
1237.cke_hidpi .cke_ltr .cke_button__textarea_icon,
1238.cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;}
1239.cke_rtl.cke_hidpi .cke_button__textfield_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;}
1240.cke_hidpi .cke_ltr .cke_button__textfield_icon,
1241.cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;}
1242.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;}
1243.cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;}
1244.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;}
1245.cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;}
1246.cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;}
1247.cke_hidpi .cke_ltr .cke_button__indent_icon,
1248.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;}
1249.cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;}
1250.cke_hidpi .cke_ltr .cke_button__outdent_icon,
1251.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;}
1252.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;}
1253.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;}
1254.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;}
1255.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;}
1256.cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;}
1257.cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1200px !important;background-size: 16px !important;}
1258.cke_hidpi .cke_ltr .cke_button__anchor_icon,
1259.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;}
1260.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;}
1261.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;}
1262.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1296px !important;background-size: 16px !important;}
1263.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
1264.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;}
1265.cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1344px !important;background-size: 16px !important;}
1266.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
1267.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;}
1268.cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;}
1269.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;}
1270.cke_rtl.cke_hidpi .cke_button__newpage_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1440px !important;background-size: 16px !important;}
1271.cke_hidpi .cke_ltr .cke_button__newpage_icon,
1272.cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;}
1273.cke_rtl.cke_hidpi .cke_button__pagebreak_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1488px !important;background-size: 16px !important;}
1274.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,
1275.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;}
1276.cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1536px !important;background-size: 16px !important;}
1277.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
1278.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;}
1279.cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1584px !important;background-size: 16px !important;}
1280.cke_hidpi .cke_ltr .cke_button__pastetext_icon,
1281.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;}
1282.cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;}
1283.cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1656px !important;background-size: 16px !important;}
1284.cke_hidpi .cke_ltr .cke_button__preview_icon,
1285.cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;}
1286.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;}
1287.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;}
1288.cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;}
1289.cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;}
1290.cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1800px !important;background-size: 16px !important;}
1291.cke_hidpi .cke_ltr .cke_button__showblocks_icon,
1292.cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;}
1293.cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;}
1294.cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1872px !important;background-size: 16px !important;}
1295.cke_hidpi .cke_ltr .cke_button__source_icon,
1296.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;}
1297.cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1920px !important;background-size: 16px !important;}
1298.cke_hidpi .cke_ltr .cke_button__sourcedialog_icon,
1299.cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;}
1300.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;}
1301.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;}
1302.cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2016px !important;background-size: 16px !important;}
1303.cke_hidpi .cke_ltr .cke_button__templates_icon,
1304.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;}
1305.cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;}
1306.cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2088px !important;background-size: 16px !important;}
1307.cke_hidpi .cke_ltr .cke_button__redo_icon,
1308.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;}
1309.cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2136px !important;background-size: 16px !important;}
1310.cke_hidpi .cke_ltr .cke_button__undo_icon,
1311.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;}
Note: See TracBrowser for help on using the repository browser.

Sites map