Dotclear


Ignore:
Timestamp:
02/17/15 10:21:10 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Update CKEditor to last published release
Fixes #2039

Location:
plugins/dcCKEditor/js/ckeditor/skins/moono
Files:
1 deleted
23 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    5454     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    5555} 
    56 /* This one is required by Firefox 3.6. Without it, 
    57    dialog tabs and resizer float outside of the dialog. 
    58    Although this rule doesn't seem to break anything on other 
    59    browsers, it doesn't work with broken jQueryUI - #9851. */ 
    60 .cke_browser_gecko19 .cke_dialog_body 
    61 { 
    62      position: relative; 
    63 } 
    6456/* Due to our reset we have to recover the styles of some elements. */ 
    6557.cke_dialog strong 
     
    275267     background-image: url(images/close.png); 
    276268     background-repeat: no-repeat; 
    277      background-position: 0 0; 
     269     background-position: 50%; 
    278270     position: absolute; 
    279271     cursor: pointer; 
     
    283275     top: 5px; 
    284276     z-index: 5; 
    285 } 
    286 .cke_hidpi .cke_dialog_close_button { 
     277     opacity: 0.8; 
     278     filter: alpha(opacity = 80); 
     279} 
     280.cke_dialog_close_button:hover 
     281{ 
     282     opacity: 1; 
     283     filter: alpha(opacity = 100); 
     284} 
     285.cke_hidpi .cke_dialog_close_button 
     286{ 
    287287     background-image: url(images/hidpi/close.png); 
    288288     background-size: 16px; 
     
    483483     *display: inline; 
    484484     *zoom: 1; 
    485      padding: 3px 0; 
     485     padding: 4px 0; 
    486486     margin: 0; 
    487487     text-align: center; 
     
    508508span.cke_dialog_ui_button 
    509509{ 
    510      padding: 0 12px; 
     510     padding: 0 10px; 
    511511} 
    512512a.cke_dialog_ui_button:hover 
     
    560560     font-size: 12px; 
    561561     font-weight: bold; 
    562      line-height: 20px; 
     562     line-height: 18px; 
     563     padding: 0 12px; 
    563564} 
    564565/* Special class appended to the Ok button. */ 
     
    608609{ 
    609610     border-width: 2px; 
    610      padding: 2px 0; 
     611     padding: 3px 0; 
    611612} 
    612613a.cke_dialog_ui_button_ok:focus, 
     
    641642select.cke_dialog_ui_input_select 
    642643{ 
    643      height: 24px; 
    644      line-height: 24px; 
     644     height: 25px; 
     645     line-height: 25px; 
    645646     background-color: #fff; 
    646647     border: 1px solid #c9cccf; 
    647648     border-top-color: #aeb3b9; 
    648      padding: 2px 6px; 
     649     padding: 3px 3px 3px 6px; 
    649650     outline: none; 
    650651     -moz-border-radius: 3px; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    2525     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2626     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    27 } 
    28 .cke_browser_gecko19 .cke_dialog_body 
    29 { 
    30      position: relative; 
    3127} 
    3228.cke_dialog strong 
     
    214210     background-image: url(images/close.png); 
    215211     background-repeat: no-repeat; 
    216      background-position: 0 0; 
     212     background-position: 50%; 
    217213     position: absolute; 
    218214     cursor: pointer; 
     
    222218     top: 5px; 
    223219     z-index: 5; 
    224 } 
    225 .cke_hidpi .cke_dialog_close_button { 
     220     opacity: 0.8; 
     221     filter: alpha(opacity = 80); 
     222} 
     223.cke_dialog_close_button:hover 
     224{ 
     225     opacity: 1; 
     226     filter: alpha(opacity = 100); 
     227} 
     228.cke_hidpi .cke_dialog_close_button 
     229{ 
    226230     background-image: url(images/hidpi/close.png); 
    227231     background-size: 16px; 
     
    351355     *display: inline; 
    352356     *zoom: 1; 
    353      padding: 3px 0; 
     357     padding: 4px 0; 
    354358     margin: 0; 
    355359     text-align: center; 
     
    376380span.cke_dialog_ui_button 
    377381{ 
    378      padding: 0 12px; 
     382     padding: 0 10px; 
    379383} 
    380384a.cke_dialog_ui_button:hover 
     
    419423     font-size: 12px; 
    420424     font-weight: bold; 
    421      line-height: 20px; 
     425     line-height: 18px; 
     426     padding: 0 12px; 
    422427} 
    423428a.cke_dialog_ui_button_ok 
     
    463468{ 
    464469     border-width: 2px; 
    465      padding: 2px 0; 
     470     padding: 3px 0; 
    466471} 
    467472a.cke_dialog_ui_button_ok:focus, 
     
    490495select.cke_dialog_ui_input_select 
    491496{ 
    492      height: 24px; 
    493      line-height: 24px; 
     497     height: 25px; 
     498     line-height: 25px; 
    494499     background-color: #fff; 
    495500     border: 1px solid #c9cccf; 
    496501     border-top-color: #aeb3b9; 
    497      padding: 2px 6px; 
     502     padding: 3px 3px 3px 6px; 
    498503     outline: none; 
    499504     -moz-border-radius: 3px; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie7.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    2525     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2626     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    27 } 
    28 .cke_browser_gecko19 .cke_dialog_body 
    29 { 
    30      position: relative; 
    3127} 
    3228.cke_dialog strong 
     
    214210     background-image: url(images/close.png); 
    215211     background-repeat: no-repeat; 
    216      background-position: 0 0; 
     212     background-position: 50%; 
    217213     position: absolute; 
    218214     cursor: pointer; 
     
    222218     top: 5px; 
    223219     z-index: 5; 
    224 } 
    225 .cke_hidpi .cke_dialog_close_button { 
     220     opacity: 0.8; 
     221     filter: alpha(opacity = 80); 
     222} 
     223.cke_dialog_close_button:hover 
     224{ 
     225     opacity: 1; 
     226     filter: alpha(opacity = 100); 
     227} 
     228.cke_hidpi .cke_dialog_close_button 
     229{ 
    226230     background-image: url(images/hidpi/close.png); 
    227231     background-size: 16px; 
     
    351355     *display: inline; 
    352356     *zoom: 1; 
    353      padding: 3px 0; 
     357     padding: 4px 0; 
    354358     margin: 0; 
    355359     text-align: center; 
     
    376380span.cke_dialog_ui_button 
    377381{ 
    378      padding: 0 12px; 
     382     padding: 0 10px; 
    379383} 
    380384a.cke_dialog_ui_button:hover 
     
    419423     font-size: 12px; 
    420424     font-weight: bold; 
    421      line-height: 20px; 
     425     line-height: 18px; 
     426     padding: 0 12px; 
    422427} 
    423428a.cke_dialog_ui_button_ok 
     
    463468{ 
    464469     border-width: 2px; 
    465      padding: 2px 0; 
     470     padding: 3px 0; 
    466471} 
    467472a.cke_dialog_ui_button_ok:focus, 
     
    490495select.cke_dialog_ui_input_select 
    491496{ 
    492      height: 24px; 
    493      line-height: 24px; 
     497     height: 25px; 
     498     line-height: 25px; 
    494499     background-color: #fff; 
    495500     border: 1px solid #c9cccf; 
    496501     border-top-color: #aeb3b9; 
    497      padding: 2px 6px; 
     502     padding: 3px 3px 3px 6px; 
    498503     outline: none; 
    499504     -moz-border-radius: 3px; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie8.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    2525     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2626     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    27 } 
    28 .cke_browser_gecko19 .cke_dialog_body 
    29 { 
    30      position: relative; 
    3127} 
    3228.cke_dialog strong 
     
    214210     background-image: url(images/close.png); 
    215211     background-repeat: no-repeat; 
    216      background-position: 0 0; 
     212     background-position: 50%; 
    217213     position: absolute; 
    218214     cursor: pointer; 
     
    222218     top: 5px; 
    223219     z-index: 5; 
    224 } 
    225 .cke_hidpi .cke_dialog_close_button { 
     220     opacity: 0.8; 
     221     filter: alpha(opacity = 80); 
     222} 
     223.cke_dialog_close_button:hover 
     224{ 
     225     opacity: 1; 
     226     filter: alpha(opacity = 100); 
     227} 
     228.cke_hidpi .cke_dialog_close_button 
     229{ 
    226230     background-image: url(images/hidpi/close.png); 
    227231     background-size: 16px; 
     
    351355     *display: inline; 
    352356     *zoom: 1; 
    353      padding: 3px 0; 
     357     padding: 4px 0; 
    354358     margin: 0; 
    355359     text-align: center; 
     
    376380span.cke_dialog_ui_button 
    377381{ 
    378      padding: 0 12px; 
     382     padding: 0 10px; 
    379383} 
    380384a.cke_dialog_ui_button:hover 
     
    419423     font-size: 12px; 
    420424     font-weight: bold; 
    421      line-height: 20px; 
     425     line-height: 18px; 
     426     padding: 0 12px; 
    422427} 
    423428a.cke_dialog_ui_button_ok 
     
    463468{ 
    464469     border-width: 2px; 
    465      padding: 2px 0; 
     470     padding: 3px 0; 
    466471} 
    467472a.cke_dialog_ui_button_ok:focus, 
     
    490495select.cke_dialog_ui_input_select 
    491496{ 
    492      height: 24px; 
    493      line-height: 24px; 
     497     height: 25px; 
     498     line-height: 25px; 
    494499     background-color: #fff; 
    495500     border: 1px solid #c9cccf; 
    496501     border-top-color: #aeb3b9; 
    497      padding: 2px 6px; 
     502     padding: 3px 3px 3px 6px; 
    498503     outline: none; 
    499504     -moz-border-radius: 3px; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_iequirks.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    2626     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2727     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    28 } 
    29 .cke_browser_gecko19 .cke_dialog_body 
    30 { 
    31      position: relative; 
    3228} 
    3329.cke_dialog strong 
     
    215211     background-image: url(images/close.png); 
    216212     background-repeat: no-repeat; 
    217      background-position: 0 0; 
     213     background-position: 50%; 
    218214     position: absolute; 
    219215     cursor: pointer; 
     
    223219     top: 5px; 
    224220     z-index: 5; 
    225 } 
    226 .cke_hidpi .cke_dialog_close_button { 
     221     opacity: 0.8; 
     222     filter: alpha(opacity = 80); 
     223} 
     224.cke_dialog_close_button:hover 
     225{ 
     226     opacity: 1; 
     227     filter: alpha(opacity = 100); 
     228} 
     229.cke_hidpi .cke_dialog_close_button 
     230{ 
    227231     background-image: url(images/hidpi/close.png); 
    228232     background-size: 16px; 
     
    352356     *display: inline; 
    353357     *zoom: 1; 
    354      padding: 3px 0; 
     358     padding: 4px 0; 
    355359     margin: 0; 
    356360     text-align: center; 
     
    377381span.cke_dialog_ui_button 
    378382{ 
    379      padding: 0 12px; 
     383     padding: 0 10px; 
    380384} 
    381385a.cke_dialog_ui_button:hover 
     
    420424     font-size: 12px; 
    421425     font-weight: bold; 
    422      line-height: 20px; 
     426     line-height: 18px; 
     427     padding: 0 12px; 
    423428} 
    424429a.cke_dialog_ui_button_ok 
     
    464469{ 
    465470     border-width: 2px; 
    466      padding: 2px 0; 
     471     padding: 3px 0; 
    467472} 
    468473a.cke_dialog_ui_button_ok:focus, 
     
    491496select.cke_dialog_ui_input_select 
    492497{ 
    493      height: 24px; 
    494      line-height: 24px; 
     498     height: 25px; 
     499     line-height: 25px; 
    495500     background-color: #fff; 
    496501     border: 1px solid #c9cccf; 
    497502     border-top-color: #aeb3b9; 
    498      padding: 2px 6px; 
     503     padding: 3px 3px 3px 6px; 
    499504     outline: none; 
    500505     -moz-border-radius: 3px; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    5252     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5353     color: #000; 
    54     text-align: left; 
     54     text-align: left; 
    5555     white-space: nowrap; 
    5656     cursor: auto; 
     57     float: none; 
    5758} 
    5859.cke_reset_all .cke_rtl * 
     
    8485     border: 2px groove #E0DFE3; 
    8586} 
    86 .cke_reset_all select { 
     87.cke_reset_all select 
     88{ 
    8789     box-sizing: border-box; 
    8890     -moz-box-sizing: border-box; 
    8991     -webkit-box-sizing: border-box; 
     92} 
     93.cke_reset_all table 
     94{ 
     95     table-layout: auto; 
    9096} 
    9197/* Styles the main interface structure (holding box). */ 
     
    324330.cke_panel_grouptitle 
    325331{ 
     332     cursor: default; 
    326333     font-size: 11px; 
    327334     font-weight: bold; 
     
    456463     margin-bottom: 10px; 
    457464} 
    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 } 
    470465.cke_rtl .cke_toolgroup 
    471466{ 
     
    483478     float: left; 
    484479     border: 0; 
     480} 
     481.cke_ltr .cke_button:last-child, 
     482.cke_rtl .cke_button:first-child 
     483{ 
     484          -moz-border-radius: 0 2px 2px 0; 
     485     -webkit-border-radius: 0 2px 2px 0; 
     486     border-radius: 0 2px 2px 0; 
     487} 
     488.cke_ltr .cke_button:first-child, 
     489.cke_rtl .cke_button:last-child 
     490{ 
     491          -moz-border-radius: 2px 0 0 2px; 
     492     -webkit-border-radius: 2px 0 0 2px; 
     493     border-radius: 2px 0 0 2px; 
    485494} 
    486495.cke_rtl .cke_button 
     
    874883.cke_combo_button 
    875884{ 
     885     cursor: default; 
    876886     display: inline-block; 
    877887     float: left; 
     
    989999.cke_combo_arrow 
    9901000{ 
     1001     cursor: default; 
    9911002     margin: 11px 0 0; 
    9921003     float: left; 
     
    11111122.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    11121123.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;} 
     1124.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1125.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1126.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1127.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1128.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1129.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1130.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1131.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1132.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1133.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1134.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1135.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1136.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1137.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1138.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1139.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1140.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1141.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1142.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1143.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1144.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1145.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1146.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1147.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1148.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1149.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1150.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1151.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1152.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1153.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1154.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1155.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1156.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1157.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1158.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1159.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1160.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1161.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1162.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1163.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1164.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1165.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1166.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1167.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1168.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11971169.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11981170.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    12021174.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    12031175.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;} 
     1176.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1177.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 -192px !important;background-size: 16px !important;} 
    12081178.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;} 
     1179.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1180.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 -240px !important;background-size: 16px !important;} 
    12111181.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;} 
     1182.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1183.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 -288px !important;background-size: 16px !important;} 
    12141184.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;} 
     1185.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1186.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1187.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1188.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1189.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1190.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1191.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 -456px !important;background-size: 16px !important;} 
    12471192.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;} 
     1193.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1194.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 -504px !important;background-size: 16px !important;} 
    12501195.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;} 
     1196.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1197.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1198.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1199.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1201.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 -648px !important;background-size: 16px !important;} 
    12581202.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;} 
     1203.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1204.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1206.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 -744px !important;background-size: 16px !important;} 
    12631207.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;} 
     1208.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1209.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 -792px !important;background-size: 16px !important;} 
    12661210.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;} 
     1211.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1212.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1213.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 -864px !important;background-size: 16px !important;} 
    12771214.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;} 
     1215.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1216.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 -912px !important;background-size: 16px !important;} 
    12801217.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;} 
     1218.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1219.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1220.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1221.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 -1008px !important;background-size: 16px !important;} 
    12951222.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;} 
     1223.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1224.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1225.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1226.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 -1104px !important;background-size: 16px !important;} 
    13031227.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;} 
     1228.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1229.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 -1152px !important;background-size: 16px !important;} 
    13071230.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;} 
     1231.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1232.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 -1200px !important;background-size: 16px !important;} 
    13101233.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;} 
     1234.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor_gecko.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    4949     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5050     color: #000; 
    51     text-align: left; 
     51     text-align: left; 
    5252     white-space: nowrap; 
    5353     cursor: auto; 
     54     float: none; 
    5455} 
    5556.cke_reset_all .cke_rtl * 
     
    8182     border: 2px groove #E0DFE3; 
    8283} 
    83 .cke_reset_all select { 
     84.cke_reset_all select 
     85{ 
    8486     box-sizing: border-box; 
    8587     -moz-box-sizing: border-box; 
    8688     -webkit-box-sizing: border-box; 
     89} 
     90.cke_reset_all table 
     91{ 
     92     table-layout: auto; 
    8793} 
    8894.cke_chrome 
     
    318324.cke_panel_grouptitle 
    319325{ 
     326     cursor: default; 
    320327     font-size: 11px; 
    321328     font-weight: bold; 
     
    448455     margin-bottom: 10px; 
    449456} 
    450 .cke_rtl .cke_toolgroup *:first-child 
    451 { 
    452      -moz-border-radius: 0 2px 2px 0; 
    453      -webkit-border-radius: 0 2px 2px 0; 
    454      border-radius: 0 2px 2px 0; 
    455 } 
    456 .cke_rtl .cke_toolgroup *:last-child 
    457 { 
    458      -moz-border-radius: 2px 0 0 2px; 
    459      -webkit-border-radius: 2px 0 0 2px; 
    460      border-radius: 2px 0 0 2px; 
    461 } 
    462457.cke_rtl .cke_toolgroup 
    463458{ 
     
    475470     float: left; 
    476471     border: 0; 
     472} 
     473.cke_ltr .cke_button:last-child, 
     474.cke_rtl .cke_button:first-child 
     475{ 
     476          -moz-border-radius: 0 2px 2px 0; 
     477     -webkit-border-radius: 0 2px 2px 0; 
     478     border-radius: 0 2px 2px 0; 
     479} 
     480.cke_ltr .cke_button:first-child, 
     481.cke_rtl .cke_button:last-child 
     482{ 
     483          -moz-border-radius: 2px 0 0 2px; 
     484     -webkit-border-radius: 2px 0 0 2px; 
     485     border-radius: 2px 0 0 2px; 
    477486} 
    478487.cke_rtl .cke_button 
     
    864873.cke_combo_button 
    865874{ 
     875     cursor: default; 
    866876     display: inline-block; 
    867877     float: left; 
     
    979989.cke_combo_arrow 
    980990{ 
     991     cursor: default; 
    981992     margin: 11px 0 0; 
    982993     float: left; 
     
    10911102.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    10921103.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 
    1093 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
    1094 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
    1095 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
    1096 .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;} 
    1097 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
    1098 .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;} 
    1099 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
    1100 .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;} 
    1101 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
    1102 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
    1103 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
    1104 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
    1105 .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;} 
    1106 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
    1107 .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;} 
    1108 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
    1109 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
    1110 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
    1111 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
    1112 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
    1113 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
    1114 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
    1115 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
    1116 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
    1117 .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;} 
    1118 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
    1119 .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;} 
    1120 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
    1121 .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;} 
    1122 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
    1123 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
    1124 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
    1125 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
    1126 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
    1127 .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;} 
    1128 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
    1129 .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;} 
    1130 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
    1131 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
    1132 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
    1133 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
    1134 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
    1135 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
    1136 .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;} 
    1137 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    1138 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 
    1139 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 
    1140 .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;} 
    1141 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 
    1142 .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;} 
    1143 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 
    1144 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 
    1145 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 
    1146 .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;} 
    1147 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 
    1148 .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;} 
    1149 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 
    1150 .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;} 
    1151 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 
    1152 .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;} 
    1153 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 
    1154 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 
    1155 .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;} 
    1156 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 
    1157 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 
    1158 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 
    1159 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 
    1160 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 
    1161 .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;} 
    1162 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 
    1163 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 
    1164 .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;} 
    1165 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 
    1166 .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;} 
    1167 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 
    1168 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 
    1169 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 
    1170 .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;} 
    1171 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 
    1172 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 
    1173 .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;} 
    1174 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 
    1175 .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;} 
    1176 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 
     1104.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1105.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1106.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1107.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1108.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1109.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1110.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1111.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1112.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1113.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1114.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1115.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1116.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1117.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1118.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1119.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1120.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1121.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1122.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1123.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1124.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1125.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1126.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1127.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1128.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1129.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1130.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1131.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1132.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1133.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1134.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1135.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1136.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1137.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1138.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1139.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1140.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1141.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1142.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1143.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1144.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1145.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1146.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1147.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1148.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11771149.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11781150.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    11821154.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    11831155.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 
    1184 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
    1185 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    1186 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
    1187 .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;} 
     1156.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1157.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 -192px !important;background-size: 16px !important;} 
    11881158.cke_hidpi .cke_ltr .cke_button__copy_icon, 
    1189 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
    1190 .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;} 
     1159.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1160.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 -240px !important;background-size: 16px !important;} 
    11911161.cke_hidpi .cke_ltr .cke_button__cut_icon, 
    1192 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
    1193 .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;} 
     1162.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1163.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 -288px !important;background-size: 16px !important;} 
    11941164.cke_hidpi .cke_ltr .cke_button__paste_icon, 
    1195 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
    1196 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
    1197 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
    1198 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
    1199 .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;} 
    1200 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 
    1201 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
    1202 .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;} 
    1203 .cke_hidpi .cke_ltr .cke_button__find_icon, 
    1204 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
    1205 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
    1206 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
    1207 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
    1208 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
    1209 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    1210 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
    1211 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
    1212 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
    1213 .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;} 
    1214 .cke_hidpi .cke_ltr .cke_button__select_icon, 
    1215 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
    1216 .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;} 
    1217 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 
    1218 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
    1219 .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;} 
    1220 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 
    1221 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    1222 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
    1223 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    1224 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
    1225 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
    1226 .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;} 
     1165.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1166.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1167.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1168.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1169.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1170.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1171.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 -456px !important;background-size: 16px !important;} 
    12271172.cke_hidpi .cke_ltr .cke_button__indent_icon, 
    1228 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    1229 .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;} 
     1173.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1174.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 -504px !important;background-size: 16px !important;} 
    12301175.cke_hidpi .cke_ltr .cke_button__outdent_icon, 
    1231 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
    1232 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
    1233 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    1234 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
    1235 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    1236 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
    1237 .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;} 
     1176.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1177.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1178.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1179.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1180.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1181.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 -648px !important;background-size: 16px !important;} 
    12381182.cke_hidpi .cke_ltr .cke_button__anchor_icon, 
    1239 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    1240 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;} 
    1241 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;} 
    1242 .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;} 
     1183.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1184.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1185.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1186.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 -744px !important;background-size: 16px !important;} 
    12431187.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 
    1244 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;} 
    1245 .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;} 
     1188.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1189.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 -792px !important;background-size: 16px !important;} 
    12461190.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 
    1247 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 
    1248 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 
    1249 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 
    1250 .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;} 
    1251 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 
    1252 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 
    1253 .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;} 
    1254 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 
    1255 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 
    1256 .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;} 
     1191.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1192.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1193.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 -864px !important;background-size: 16px !important;} 
    12571194.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 
    1258 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;} 
    1259 .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;} 
     1195.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1196.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 -912px !important;background-size: 16px !important;} 
    12601197.cke_hidpi .cke_ltr .cke_button__pastetext_icon, 
    1261 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 
    1262 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 
    1263 .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;} 
    1264 .cke_hidpi .cke_ltr .cke_button__preview_icon, 
    1265 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 
    1266 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 
    1267 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 
    1268 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 
    1269 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 
    1270 .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;} 
    1271 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 
    1272 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 
    1273 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 
    1274 .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;} 
     1198.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1199.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1201.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 -1008px !important;background-size: 16px !important;} 
    12751202.cke_hidpi .cke_ltr .cke_button__source_icon, 
    1276 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 
    1277 .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;} 
    1278 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 
    1279 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 
    1280 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 
    1281 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 
    1282 .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;} 
     1203.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1204.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1206.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 -1104px !important;background-size: 16px !important;} 
    12831207.cke_hidpi .cke_ltr .cke_button__templates_icon, 
    1284 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 
    1285 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 
    1286 .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;} 
     1208.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1209.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 -1152px !important;background-size: 16px !important;} 
    12871210.cke_hidpi .cke_ltr .cke_button__redo_icon, 
    1288 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;} 
    1289 .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;} 
     1211.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1212.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 -1200px !important;background-size: 16px !important;} 
    12901213.cke_hidpi .cke_ltr .cke_button__undo_icon, 
    1291 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;} 
     1214.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    12921215.cke_bottom 
    12931216{ 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    4949     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5050     color: #000; 
    51     text-align: left; 
     51     text-align: left; 
    5252     white-space: nowrap; 
    5353     cursor: auto; 
     54     float: none; 
    5455} 
    5556.cke_reset_all .cke_rtl * 
     
    8182     border: 2px groove #E0DFE3; 
    8283} 
    83 .cke_reset_all select { 
     84.cke_reset_all select 
     85{ 
    8486     box-sizing: border-box; 
    8587     -moz-box-sizing: border-box; 
    8688     -webkit-box-sizing: border-box; 
     89} 
     90.cke_reset_all table 
     91{ 
     92     table-layout: auto; 
    8793} 
    8894.cke_chrome 
     
    318324.cke_panel_grouptitle 
    319325{ 
     326     cursor: default; 
    320327     font-size: 11px; 
    321328     font-weight: bold; 
     
    448455     margin-bottom: 10px; 
    449456} 
    450 .cke_rtl .cke_toolgroup *:first-child 
    451 { 
    452      -moz-border-radius: 0 2px 2px 0; 
    453      -webkit-border-radius: 0 2px 2px 0; 
    454      border-radius: 0 2px 2px 0; 
    455 } 
    456 .cke_rtl .cke_toolgroup *:last-child 
    457 { 
    458      -moz-border-radius: 2px 0 0 2px; 
    459      -webkit-border-radius: 2px 0 0 2px; 
    460      border-radius: 2px 0 0 2px; 
    461 } 
    462457.cke_rtl .cke_toolgroup 
    463458{ 
     
    475470     float: left; 
    476471     border: 0; 
     472} 
     473.cke_ltr .cke_button:last-child, 
     474.cke_rtl .cke_button:first-child 
     475{ 
     476          -moz-border-radius: 0 2px 2px 0; 
     477     -webkit-border-radius: 0 2px 2px 0; 
     478     border-radius: 0 2px 2px 0; 
     479} 
     480.cke_ltr .cke_button:first-child, 
     481.cke_rtl .cke_button:last-child 
     482{ 
     483          -moz-border-radius: 2px 0 0 2px; 
     484     -webkit-border-radius: 2px 0 0 2px; 
     485     border-radius: 2px 0 0 2px; 
    477486} 
    478487.cke_rtl .cke_button 
     
    864873.cke_combo_button 
    865874{ 
     875     cursor: default; 
    866876     display: inline-block; 
    867877     float: left; 
     
    979989.cke_combo_arrow 
    980990{ 
     991     cursor: default; 
    981992     margin: 11px 0 0; 
    982993     float: left; 
     
    10911102.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    10921103.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 
    1093 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
    1094 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
    1095 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
    1096 .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;} 
    1097 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
    1098 .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;} 
    1099 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
    1100 .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;} 
    1101 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
    1102 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
    1103 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
    1104 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
    1105 .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;} 
    1106 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
    1107 .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;} 
    1108 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
    1109 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
    1110 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
    1111 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
    1112 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
    1113 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
    1114 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
    1115 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
    1116 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
    1117 .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;} 
    1118 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
    1119 .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;} 
    1120 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
    1121 .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;} 
    1122 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
    1123 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
    1124 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
    1125 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
    1126 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
    1127 .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;} 
    1128 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
    1129 .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;} 
    1130 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
    1131 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
    1132 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
    1133 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
    1134 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
    1135 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
    1136 .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;} 
    1137 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    1138 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 
    1139 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 
    1140 .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;} 
    1141 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 
    1142 .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;} 
    1143 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 
    1144 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 
    1145 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 
    1146 .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;} 
    1147 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 
    1148 .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;} 
    1149 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 
    1150 .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;} 
    1151 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 
    1152 .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;} 
    1153 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 
    1154 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 
    1155 .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;} 
    1156 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 
    1157 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 
    1158 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 
    1159 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 
    1160 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 
    1161 .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;} 
    1162 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 
    1163 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 
    1164 .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;} 
    1165 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 
    1166 .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;} 
    1167 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 
    1168 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 
    1169 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 
    1170 .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;} 
    1171 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 
    1172 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 
    1173 .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;} 
    1174 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 
    1175 .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;} 
    1176 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 
     1104.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1105.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1106.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1107.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1108.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1109.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1110.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1111.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1112.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1113.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1114.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1115.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1116.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1117.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1118.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1119.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1120.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1121.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1122.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1123.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1124.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1125.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1126.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1127.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1128.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1129.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1130.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1131.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1132.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1133.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1134.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1135.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1136.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1137.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1138.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1139.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1140.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1141.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1142.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1143.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1144.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1145.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1146.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1147.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1148.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11771149.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11781150.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    11821154.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    11831155.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 
    1184 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
    1185 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    1186 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
    1187 .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;} 
     1156.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1157.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 -192px !important;background-size: 16px !important;} 
    11881158.cke_hidpi .cke_ltr .cke_button__copy_icon, 
    1189 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
    1190 .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;} 
     1159.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1160.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 -240px !important;background-size: 16px !important;} 
    11911161.cke_hidpi .cke_ltr .cke_button__cut_icon, 
    1192 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
    1193 .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;} 
     1162.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1163.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 -288px !important;background-size: 16px !important;} 
    11941164.cke_hidpi .cke_ltr .cke_button__paste_icon, 
    1195 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
    1196 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
    1197 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
    1198 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
    1199 .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;} 
    1200 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 
    1201 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
    1202 .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;} 
    1203 .cke_hidpi .cke_ltr .cke_button__find_icon, 
    1204 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
    1205 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
    1206 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
    1207 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
    1208 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
    1209 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    1210 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
    1211 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
    1212 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
    1213 .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;} 
    1214 .cke_hidpi .cke_ltr .cke_button__select_icon, 
    1215 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
    1216 .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;} 
    1217 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 
    1218 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
    1219 .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;} 
    1220 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 
    1221 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    1222 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
    1223 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    1224 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
    1225 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
    1226 .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;} 
     1165.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1166.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1167.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1168.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1169.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1170.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1171.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 -456px !important;background-size: 16px !important;} 
    12271172.cke_hidpi .cke_ltr .cke_button__indent_icon, 
    1228 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    1229 .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;} 
     1173.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1174.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 -504px !important;background-size: 16px !important;} 
    12301175.cke_hidpi .cke_ltr .cke_button__outdent_icon, 
    1231 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
    1232 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
    1233 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    1234 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
    1235 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    1236 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
    1237 .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;} 
     1176.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1177.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1178.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1179.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1180.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1181.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 -648px !important;background-size: 16px !important;} 
    12381182.cke_hidpi .cke_ltr .cke_button__anchor_icon, 
    1239 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    1240 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;} 
    1241 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;} 
    1242 .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;} 
     1183.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1184.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1185.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1186.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 -744px !important;background-size: 16px !important;} 
    12431187.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 
    1244 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;} 
    1245 .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;} 
     1188.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1189.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 -792px !important;background-size: 16px !important;} 
    12461190.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 
    1247 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 
    1248 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 
    1249 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 
    1250 .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;} 
    1251 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 
    1252 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 
    1253 .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;} 
    1254 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 
    1255 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 
    1256 .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;} 
     1191.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1192.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1193.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 -864px !important;background-size: 16px !important;} 
    12571194.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 
    1258 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;} 
    1259 .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;} 
     1195.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1196.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 -912px !important;background-size: 16px !important;} 
    12601197.cke_hidpi .cke_ltr .cke_button__pastetext_icon, 
    1261 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 
    1262 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 
    1263 .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;} 
    1264 .cke_hidpi .cke_ltr .cke_button__preview_icon, 
    1265 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 
    1266 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 
    1267 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 
    1268 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 
    1269 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 
    1270 .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;} 
    1271 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 
    1272 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 
    1273 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 
    1274 .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;} 
     1198.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1199.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1201.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 -1008px !important;background-size: 16px !important;} 
    12751202.cke_hidpi .cke_ltr .cke_button__source_icon, 
    1276 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 
    1277 .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;} 
    1278 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 
    1279 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 
    1280 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 
    1281 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 
    1282 .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;} 
     1203.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1204.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1206.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 -1104px !important;background-size: 16px !important;} 
    12831207.cke_hidpi .cke_ltr .cke_button__templates_icon, 
    1284 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 
    1285 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 
    1286 .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;} 
     1208.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1209.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 -1152px !important;background-size: 16px !important;} 
    12871210.cke_hidpi .cke_ltr .cke_button__redo_icon, 
    1288 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;} 
    1289 .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;} 
     1211.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1212.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 -1200px !important;background-size: 16px !important;} 
    12901213.cke_hidpi .cke_ltr .cke_button__undo_icon, 
    1291 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;} 
     1214.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    12921215a.cke_button_disabled, 
    12931216/* Those two are to overwrite the gradient filter since we cannot have both of them. */ 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie7.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    4949     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5050     color: #000; 
    51     text-align: left; 
     51     text-align: left; 
    5252     white-space: nowrap; 
    5353     cursor: auto; 
     54     float: none; 
    5455} 
    5556.cke_reset_all .cke_rtl * 
     
    8182     border: 2px groove #E0DFE3; 
    8283} 
    83 .cke_reset_all select { 
     84.cke_reset_all select 
     85{ 
    8486     box-sizing: border-box; 
    8587     -moz-box-sizing: border-box; 
    8688     -webkit-box-sizing: border-box; 
     89} 
     90.cke_reset_all table 
     91{ 
     92     table-layout: auto; 
    8793} 
    8894.cke_chrome 
     
    318324.cke_panel_grouptitle 
    319325{ 
     326     cursor: default; 
    320327     font-size: 11px; 
    321328     font-weight: bold; 
     
    448455     margin-bottom: 10px; 
    449456} 
    450 .cke_rtl .cke_toolgroup *:first-child 
    451 { 
    452      -moz-border-radius: 0 2px 2px 0; 
    453      -webkit-border-radius: 0 2px 2px 0; 
    454      border-radius: 0 2px 2px 0; 
    455 } 
    456 .cke_rtl .cke_toolgroup *:last-child 
    457 { 
    458      -moz-border-radius: 2px 0 0 2px; 
    459      -webkit-border-radius: 2px 0 0 2px; 
    460      border-radius: 2px 0 0 2px; 
    461 } 
    462457.cke_rtl .cke_toolgroup 
    463458{ 
     
    475470     float: left; 
    476471     border: 0; 
     472} 
     473.cke_ltr .cke_button:last-child, 
     474.cke_rtl .cke_button:first-child 
     475{ 
     476          -moz-border-radius: 0 2px 2px 0; 
     477     -webkit-border-radius: 0 2px 2px 0; 
     478     border-radius: 0 2px 2px 0; 
     479} 
     480.cke_ltr .cke_button:first-child, 
     481.cke_rtl .cke_button:last-child 
     482{ 
     483          -moz-border-radius: 2px 0 0 2px; 
     484     -webkit-border-radius: 2px 0 0 2px; 
     485     border-radius: 2px 0 0 2px; 
    477486} 
    478487.cke_rtl .cke_button 
     
    864873.cke_combo_button 
    865874{ 
     875     cursor: default; 
    866876     display: inline-block; 
    867877     float: left; 
     
    979989.cke_combo_arrow 
    980990{ 
     991     cursor: default; 
    981992     margin: 11px 0 0; 
    982993     float: left; 
     
    10911102.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    10921103.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 
    1093 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
    1094 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
    1095 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
    1096 .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;} 
    1097 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
    1098 .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;} 
    1099 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
    1100 .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;} 
    1101 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
    1102 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
    1103 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
    1104 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
    1105 .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;} 
    1106 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
    1107 .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;} 
    1108 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
    1109 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
    1110 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
    1111 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
    1112 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
    1113 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
    1114 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
    1115 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
    1116 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
    1117 .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;} 
    1118 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
    1119 .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;} 
    1120 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
    1121 .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;} 
    1122 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
    1123 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
    1124 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
    1125 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
    1126 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
    1127 .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;} 
    1128 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
    1129 .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;} 
    1130 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
    1131 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
    1132 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
    1133 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
    1134 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
    1135 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
    1136 .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;} 
    1137 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    1138 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 
    1139 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 
    1140 .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;} 
    1141 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 
    1142 .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;} 
    1143 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 
    1144 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 
    1145 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 
    1146 .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;} 
    1147 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 
    1148 .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;} 
    1149 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 
    1150 .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;} 
    1151 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 
    1152 .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;} 
    1153 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 
    1154 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 
    1155 .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;} 
    1156 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 
    1157 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 
    1158 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 
    1159 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 
    1160 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 
    1161 .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;} 
    1162 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 
    1163 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 
    1164 .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;} 
    1165 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 
    1166 .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;} 
    1167 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 
    1168 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 
    1169 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 
    1170 .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;} 
    1171 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 
    1172 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 
    1173 .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;} 
    1174 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 
    1175 .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;} 
    1176 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 
     1104.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1105.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1106.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1107.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1108.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1109.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1110.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1111.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1112.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1113.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1114.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1115.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1116.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1117.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1118.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1119.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1120.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1121.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1122.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1123.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1124.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1125.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1126.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1127.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1128.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1129.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1130.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1131.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1132.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1133.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1134.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1135.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1136.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1137.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1138.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1139.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1140.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1141.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1142.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1143.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1144.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1145.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1146.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1147.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1148.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11771149.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11781150.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    11821154.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    11831155.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 
    1184 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
    1185 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    1186 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
    1187 .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;} 
     1156.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1157.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 -192px !important;background-size: 16px !important;} 
    11881158.cke_hidpi .cke_ltr .cke_button__copy_icon, 
    1189 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
    1190 .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;} 
     1159.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1160.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 -240px !important;background-size: 16px !important;} 
    11911161.cke_hidpi .cke_ltr .cke_button__cut_icon, 
    1192 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
    1193 .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;} 
     1162.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1163.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 -288px !important;background-size: 16px !important;} 
    11941164.cke_hidpi .cke_ltr .cke_button__paste_icon, 
    1195 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
    1196 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
    1197 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
    1198 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
    1199 .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;} 
    1200 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 
    1201 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
    1202 .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;} 
    1203 .cke_hidpi .cke_ltr .cke_button__find_icon, 
    1204 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
    1205 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
    1206 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
    1207 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
    1208 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
    1209 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    1210 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
    1211 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
    1212 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
    1213 .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;} 
    1214 .cke_hidpi .cke_ltr .cke_button__select_icon, 
    1215 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
    1216 .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;} 
    1217 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 
    1218 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
    1219 .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;} 
    1220 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 
    1221 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    1222 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
    1223 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    1224 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
    1225 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
    1226 .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;} 
     1165.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1166.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1167.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1168.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1169.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1170.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1171.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 -456px !important;background-size: 16px !important;} 
    12271172.cke_hidpi .cke_ltr .cke_button__indent_icon, 
    1228 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    1229 .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;} 
     1173.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1174.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 -504px !important;background-size: 16px !important;} 
    12301175.cke_hidpi .cke_ltr .cke_button__outdent_icon, 
    1231 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
    1232 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
    1233 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    1234 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
    1235 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    1236 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
    1237 .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;} 
     1176.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1177.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1178.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1179.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1180.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1181.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 -648px !important;background-size: 16px !important;} 
    12381182.cke_hidpi .cke_ltr .cke_button__anchor_icon, 
    1239 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    1240 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;} 
    1241 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;} 
    1242 .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;} 
     1183.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1184.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1185.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1186.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 -744px !important;background-size: 16px !important;} 
    12431187.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 
    1244 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;} 
    1245 .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;} 
     1188.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1189.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 -792px !important;background-size: 16px !important;} 
    12461190.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 
    1247 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 
    1248 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 
    1249 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 
    1250 .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;} 
    1251 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 
    1252 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 
    1253 .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;} 
    1254 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 
    1255 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 
    1256 .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;} 
     1191.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1192.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1193.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 -864px !important;background-size: 16px !important;} 
    12571194.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 
    1258 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;} 
    1259 .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;} 
     1195.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1196.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 -912px !important;background-size: 16px !important;} 
    12601197.cke_hidpi .cke_ltr .cke_button__pastetext_icon, 
    1261 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 
    1262 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 
    1263 .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;} 
    1264 .cke_hidpi .cke_ltr .cke_button__preview_icon, 
    1265 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 
    1266 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 
    1267 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 
    1268 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 
    1269 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 
    1270 .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;} 
    1271 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 
    1272 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 
    1273 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 
    1274 .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;} 
     1198.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1199.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1201.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 -1008px !important;background-size: 16px !important;} 
    12751202.cke_hidpi .cke_ltr .cke_button__source_icon, 
    1276 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 
    1277 .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;} 
    1278 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 
    1279 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 
    1280 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 
    1281 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 
    1282 .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;} 
     1203.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1204.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1206.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 -1104px !important;background-size: 16px !important;} 
    12831207.cke_hidpi .cke_ltr .cke_button__templates_icon, 
    1284 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 
    1285 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 
    1286 .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;} 
     1208.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1209.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 -1152px !important;background-size: 16px !important;} 
    12871210.cke_hidpi .cke_ltr .cke_button__redo_icon, 
    1288 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;} 
    1289 .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;} 
     1211.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1212.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 -1200px !important;background-size: 16px !important;} 
    12901213.cke_hidpi .cke_ltr .cke_button__undo_icon, 
    1291 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;} 
     1214.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    12921215a.cke_button_disabled, 
    12931216a.cke_button_disabled:hover, 
     
    13531276.cke_rtl .cke_combo_button *, 
    13541277.cke_rtl .cke_button, 
    1355 .cke_rtl .cke_button_icon, 
     1278.cke_rtl .cke_button_icon 
    13561279{ 
    13571280     display: inline-block; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie8.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    4949     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5050     color: #000; 
    51     text-align: left; 
     51     text-align: left; 
    5252     white-space: nowrap; 
    5353     cursor: auto; 
     54     float: none; 
    5455} 
    5556.cke_reset_all .cke_rtl * 
     
    8182     border: 2px groove #E0DFE3; 
    8283} 
    83 .cke_reset_all select { 
     84.cke_reset_all select 
     85{ 
    8486     box-sizing: border-box; 
    8587     -moz-box-sizing: border-box; 
    8688     -webkit-box-sizing: border-box; 
     89} 
     90.cke_reset_all table 
     91{ 
     92     table-layout: auto; 
    8793} 
    8894.cke_chrome 
     
    318324.cke_panel_grouptitle 
    319325{ 
     326     cursor: default; 
    320327     font-size: 11px; 
    321328     font-weight: bold; 
     
    448455     margin-bottom: 10px; 
    449456} 
    450 .cke_rtl .cke_toolgroup *:first-child 
    451 { 
    452      -moz-border-radius: 0 2px 2px 0; 
    453      -webkit-border-radius: 0 2px 2px 0; 
    454      border-radius: 0 2px 2px 0; 
    455 } 
    456 .cke_rtl .cke_toolgroup *:last-child 
    457 { 
    458      -moz-border-radius: 2px 0 0 2px; 
    459      -webkit-border-radius: 2px 0 0 2px; 
    460      border-radius: 2px 0 0 2px; 
    461 } 
    462457.cke_rtl .cke_toolgroup 
    463458{ 
     
    475470     float: left; 
    476471     border: 0; 
     472} 
     473.cke_ltr .cke_button:last-child, 
     474.cke_rtl .cke_button:first-child 
     475{ 
     476          -moz-border-radius: 0 2px 2px 0; 
     477     -webkit-border-radius: 0 2px 2px 0; 
     478     border-radius: 0 2px 2px 0; 
     479} 
     480.cke_ltr .cke_button:first-child, 
     481.cke_rtl .cke_button:last-child 
     482{ 
     483          -moz-border-radius: 2px 0 0 2px; 
     484     -webkit-border-radius: 2px 0 0 2px; 
     485     border-radius: 2px 0 0 2px; 
    477486} 
    478487.cke_rtl .cke_button 
     
    864873.cke_combo_button 
    865874{ 
     875     cursor: default; 
    866876     display: inline-block; 
    867877     float: left; 
     
    979989.cke_combo_arrow 
    980990{ 
     991     cursor: default; 
    981992     margin: 11px 0 0; 
    982993     float: left; 
     
    10911102.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    10921103.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 
    1093 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
    1094 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
    1095 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
    1096 .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;} 
    1097 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
    1098 .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;} 
    1099 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
    1100 .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;} 
    1101 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
    1102 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
    1103 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
    1104 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
    1105 .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;} 
    1106 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
    1107 .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;} 
    1108 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
    1109 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
    1110 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
    1111 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
    1112 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
    1113 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
    1114 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
    1115 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
    1116 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
    1117 .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;} 
    1118 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
    1119 .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;} 
    1120 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
    1121 .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;} 
    1122 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
    1123 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
    1124 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
    1125 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
    1126 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
    1127 .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;} 
    1128 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
    1129 .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;} 
    1130 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
    1131 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
    1132 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
    1133 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
    1134 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
    1135 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
    1136 .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;} 
    1137 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    1138 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 
    1139 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 
    1140 .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;} 
    1141 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 
    1142 .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;} 
    1143 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 
    1144 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 
    1145 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 
    1146 .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;} 
    1147 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 
    1148 .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;} 
    1149 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 
    1150 .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;} 
    1151 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 
    1152 .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;} 
    1153 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 
    1154 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 
    1155 .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;} 
    1156 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 
    1157 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 
    1158 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 
    1159 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 
    1160 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 
    1161 .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;} 
    1162 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 
    1163 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 
    1164 .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;} 
    1165 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 
    1166 .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;} 
    1167 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 
    1168 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 
    1169 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 
    1170 .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;} 
    1171 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 
    1172 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 
    1173 .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;} 
    1174 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 
    1175 .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;} 
    1176 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 
     1104.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1105.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1106.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1107.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1108.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1109.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1110.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1111.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1112.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1113.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1114.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1115.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1116.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1117.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1118.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1119.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1120.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1121.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1122.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1123.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1124.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1125.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1126.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1127.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1128.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1129.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1130.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1131.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1132.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1133.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1134.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1135.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1136.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1137.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1138.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1139.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1140.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1141.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1142.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1143.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1144.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1145.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1146.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1147.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1148.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11771149.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11781150.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    11821154.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    11831155.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 
    1184 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
    1185 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    1186 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
    1187 .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;} 
     1156.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1157.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 -192px !important;background-size: 16px !important;} 
    11881158.cke_hidpi .cke_ltr .cke_button__copy_icon, 
    1189 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
    1190 .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;} 
     1159.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1160.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 -240px !important;background-size: 16px !important;} 
    11911161.cke_hidpi .cke_ltr .cke_button__cut_icon, 
    1192 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
    1193 .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;} 
     1162.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1163.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 -288px !important;background-size: 16px !important;} 
    11941164.cke_hidpi .cke_ltr .cke_button__paste_icon, 
    1195 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
    1196 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
    1197 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
    1198 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
    1199 .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;} 
    1200 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 
    1201 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
    1202 .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;} 
    1203 .cke_hidpi .cke_ltr .cke_button__find_icon, 
    1204 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
    1205 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
    1206 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
    1207 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
    1208 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
    1209 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    1210 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
    1211 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
    1212 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
    1213 .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;} 
    1214 .cke_hidpi .cke_ltr .cke_button__select_icon, 
    1215 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
    1216 .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;} 
    1217 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 
    1218 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
    1219 .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;} 
    1220 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 
    1221 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    1222 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
    1223 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    1224 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
    1225 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
    1226 .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;} 
     1165.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1166.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1167.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1168.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1169.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1170.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1171.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 -456px !important;background-size: 16px !important;} 
    12271172.cke_hidpi .cke_ltr .cke_button__indent_icon, 
    1228 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    1229 .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;} 
     1173.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1174.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 -504px !important;background-size: 16px !important;} 
    12301175.cke_hidpi .cke_ltr .cke_button__outdent_icon, 
    1231 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
    1232 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
    1233 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    1234 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
    1235 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    1236 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
    1237 .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;} 
     1176.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1177.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1178.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1179.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1180.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1181.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 -648px !important;background-size: 16px !important;} 
    12381182.cke_hidpi .cke_ltr .cke_button__anchor_icon, 
    1239 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    1240 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;} 
    1241 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;} 
    1242 .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;} 
     1183.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1184.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1185.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1186.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 -744px !important;background-size: 16px !important;} 
    12431187.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 
    1244 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;} 
    1245 .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;} 
     1188.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1189.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 -792px !important;background-size: 16px !important;} 
    12461190.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 
    1247 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 
    1248 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 
    1249 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 
    1250 .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;} 
    1251 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 
    1252 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 
    1253 .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;} 
    1254 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 
    1255 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 
    1256 .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;} 
     1191.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1192.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1193.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 -864px !important;background-size: 16px !important;} 
    12571194.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 
    1258 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;} 
    1259 .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;} 
     1195.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1196.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 -912px !important;background-size: 16px !important;} 
    12601197.cke_hidpi .cke_ltr .cke_button__pastetext_icon, 
    1261 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 
    1262 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 
    1263 .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;} 
    1264 .cke_hidpi .cke_ltr .cke_button__preview_icon, 
    1265 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 
    1266 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 
    1267 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 
    1268 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 
    1269 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 
    1270 .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;} 
    1271 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 
    1272 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 
    1273 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 
    1274 .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;} 
     1198.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1199.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1201.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 -1008px !important;background-size: 16px !important;} 
    12751202.cke_hidpi .cke_ltr .cke_button__source_icon, 
    1276 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 
    1277 .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;} 
    1278 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 
    1279 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 
    1280 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 
    1281 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 
    1282 .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;} 
     1203.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1204.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1206.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 -1104px !important;background-size: 16px !important;} 
    12831207.cke_hidpi .cke_ltr .cke_button__templates_icon, 
    1284 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 
    1285 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 
    1286 .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;} 
     1208.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1209.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 -1152px !important;background-size: 16px !important;} 
    12871210.cke_hidpi .cke_ltr .cke_button__redo_icon, 
    1288 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;} 
    1289 .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;} 
     1211.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1212.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 -1200px !important;background-size: 16px !important;} 
    12901213.cke_hidpi .cke_ltr .cke_button__undo_icon, 
    1291 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;} 
     1214.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    12921215a.cke_button_disabled, 
    12931216a.cke_button_disabled:hover, 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/editor_iequirks.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    5050     font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 
    5151     color: #000; 
    52     text-align: left; 
     52     text-align: left; 
    5353     white-space: nowrap; 
    5454     cursor: auto; 
     55     float: none; 
    5556} 
    5657.cke_reset_all .cke_rtl * 
     
    8283     border: 2px groove #E0DFE3; 
    8384} 
    84 .cke_reset_all select { 
     85.cke_reset_all select 
     86{ 
    8587     box-sizing: border-box; 
    8688     -moz-box-sizing: border-box; 
    8789     -webkit-box-sizing: border-box; 
     90} 
     91.cke_reset_all table 
     92{ 
     93     table-layout: auto; 
    8894} 
    8995.cke_chrome 
     
    319325.cke_panel_grouptitle 
    320326{ 
     327     cursor: default; 
    321328     font-size: 11px; 
    322329     font-weight: bold; 
     
    449456     margin-bottom: 10px; 
    450457} 
    451 .cke_rtl .cke_toolgroup *:first-child 
    452 { 
    453      -moz-border-radius: 0 2px 2px 0; 
    454      -webkit-border-radius: 0 2px 2px 0; 
    455      border-radius: 0 2px 2px 0; 
    456 } 
    457 .cke_rtl .cke_toolgroup *:last-child 
    458 { 
    459      -moz-border-radius: 2px 0 0 2px; 
    460      -webkit-border-radius: 2px 0 0 2px; 
    461      border-radius: 2px 0 0 2px; 
    462 } 
    463458.cke_rtl .cke_toolgroup 
    464459{ 
     
    476471     float: left; 
    477472     border: 0; 
     473} 
     474.cke_ltr .cke_button:last-child, 
     475.cke_rtl .cke_button:first-child 
     476{ 
     477          -moz-border-radius: 0 2px 2px 0; 
     478     -webkit-border-radius: 0 2px 2px 0; 
     479     border-radius: 0 2px 2px 0; 
     480} 
     481.cke_ltr .cke_button:first-child, 
     482.cke_rtl .cke_button:last-child 
     483{ 
     484          -moz-border-radius: 2px 0 0 2px; 
     485     -webkit-border-radius: 2px 0 0 2px; 
     486     border-radius: 2px 0 0 2px; 
    478487} 
    479488.cke_rtl .cke_button 
     
    865874.cke_combo_button 
    866875{ 
     876     cursor: default; 
    867877     display: inline-block; 
    868878     float: left; 
     
    980990.cke_combo_arrow 
    981991{ 
     992     cursor: default; 
    982993     margin: 11px 0 0; 
    983994     float: left; 
     
    10921103.cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 
    10931104.cke_button__underline_icon {background: url(icons.png) no-repeat 0 -144px !important;} 
    1094 .cke_button__bidiltr_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
    1095 .cke_button__bidirtl_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
    1096 .cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
    1097 .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;} 
    1098 .cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
    1099 .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;} 
    1100 .cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
    1101 .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;} 
    1102 .cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
    1103 .cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
    1104 .cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
    1105 .cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
    1106 .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;} 
    1107 .cke_ltr .cke_button__docprops_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
    1108 .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;} 
    1109 .cke_ltr .cke_button__find_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
    1110 .cke_button__replace_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
    1111 .cke_button__flash_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
    1112 .cke_button__button_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
    1113 .cke_button__checkbox_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
    1114 .cke_button__form_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
    1115 .cke_button__hiddenfield_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
    1116 .cke_button__imagebutton_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
    1117 .cke_button__radio_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
    1118 .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;} 
    1119 .cke_ltr .cke_button__select_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
    1120 .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;} 
    1121 .cke_ltr .cke_button__textarea_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
    1122 .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;} 
    1123 .cke_ltr .cke_button__textfield_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
    1124 .cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
    1125 .cke_button__iframe_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
    1126 .cke_button__image_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
    1127 .cke_button__image2_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
    1128 .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;} 
    1129 .cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
    1130 .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;} 
    1131 .cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
    1132 .cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
    1133 .cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
    1134 .cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
    1135 .cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
    1136 .cke_button__language_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
    1137 .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;} 
    1138 .cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    1139 .cke_button__link_icon {background: url(icons.png) no-repeat 0 -1248px !important;} 
    1140 .cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -1272px !important;} 
    1141 .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;} 
    1142 .cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -1320px !important;} 
    1143 .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;} 
    1144 .cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -1368px !important;} 
    1145 .cke_button__mathjax_icon {background: url(icons.png) no-repeat 0 -1392px !important;} 
    1146 .cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -1416px !important;} 
    1147 .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;} 
    1148 .cke_ltr .cke_button__newpage_icon {background: url(icons.png) no-repeat 0 -1464px !important;} 
    1149 .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;} 
    1150 .cke_ltr .cke_button__pagebreak_icon {background: url(icons.png) no-repeat 0 -1512px !important;} 
    1151 .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;} 
    1152 .cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -1560px !important;} 
    1153 .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;} 
    1154 .cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -1608px !important;} 
    1155 .cke_button__placeholder_icon {background: url(icons.png) no-repeat 0 -1632px !important;} 
    1156 .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;} 
    1157 .cke_ltr .cke_button__preview_icon {background: url(icons.png) no-repeat 0 -1680px !important;} 
    1158 .cke_button__print_icon {background: url(icons.png) no-repeat 0 -1704px !important;} 
    1159 .cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -1728px !important;} 
    1160 .cke_button__save_icon {background: url(icons.png) no-repeat 0 -1752px !important;} 
    1161 .cke_button__selectall_icon {background: url(icons.png) no-repeat 0 -1776px !important;} 
    1162 .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;} 
    1163 .cke_ltr .cke_button__showblocks_icon {background: url(icons.png) no-repeat 0 -1824px !important;} 
    1164 .cke_button__smiley_icon {background: url(icons.png) no-repeat 0 -1848px !important;} 
    1165 .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;} 
    1166 .cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1896px !important;} 
    1167 .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;} 
    1168 .cke_ltr .cke_button__sourcedialog_icon {background: url(icons.png) no-repeat 0 -1944px !important;} 
    1169 .cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1968px !important;} 
    1170 .cke_button__table_icon {background: url(icons.png) no-repeat 0 -1992px !important;} 
    1171 .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;} 
    1172 .cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -2040px !important;} 
    1173 .cke_button__uicolor_icon {background: url(icons.png) no-repeat 0 -2064px !important;} 
    1174 .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;} 
    1175 .cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -2112px !important;} 
    1176 .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;} 
    1177 .cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -2160px !important;} 
     1105.cke_button__blockquote_icon {background: url(icons.png) no-repeat 0 -168px !important;} 
     1106.cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -192px !important;} 
     1107.cke_ltr .cke_button__copy_icon {background: url(icons.png) no-repeat 0 -216px !important;} 
     1108.cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -240px !important;} 
     1109.cke_ltr .cke_button__cut_icon {background: url(icons.png) no-repeat 0 -264px !important;} 
     1110.cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -288px !important;} 
     1111.cke_ltr .cke_button__paste_icon {background: url(icons.png) no-repeat 0 -312px !important;} 
     1112.cke_button__bgcolor_icon {background: url(icons.png) no-repeat 0 -336px !important;} 
     1113.cke_button__textcolor_icon {background: url(icons.png) no-repeat 0 -360px !important;} 
     1114.cke_button__creatediv_icon {background: url(icons.png) no-repeat 0 -384px !important;} 
     1115.cke_button__horizontalrule_icon {background: url(icons.png) no-repeat 0 -408px !important;} 
     1116.cke_button__image_icon {background: url(icons.png) no-repeat 0 -432px !important;} 
     1117.cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -456px !important;} 
     1118.cke_ltr .cke_button__indent_icon {background: url(icons.png) no-repeat 0 -480px !important;} 
     1119.cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -504px !important;} 
     1120.cke_ltr .cke_button__outdent_icon {background: url(icons.png) no-repeat 0 -528px !important;} 
     1121.cke_button__justifyblock_icon {background: url(icons.png) no-repeat 0 -552px !important;} 
     1122.cke_button__justifycenter_icon {background: url(icons.png) no-repeat 0 -576px !important;} 
     1123.cke_button__justifyleft_icon {background: url(icons.png) no-repeat 0 -600px !important;} 
     1124.cke_button__justifyright_icon {background: url(icons.png) no-repeat 0 -624px !important;} 
     1125.cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -648px !important;} 
     1126.cke_ltr .cke_button__anchor_icon {background: url(icons.png) no-repeat 0 -672px !important;} 
     1127.cke_button__link_icon {background: url(icons.png) no-repeat 0 -696px !important;} 
     1128.cke_button__unlink_icon {background: url(icons.png) no-repeat 0 -720px !important;} 
     1129.cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -744px !important;} 
     1130.cke_ltr .cke_button__bulletedlist_icon {background: url(icons.png) no-repeat 0 -768px !important;} 
     1131.cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -792px !important;} 
     1132.cke_ltr .cke_button__numberedlist_icon {background: url(icons.png) no-repeat 0 -816px !important;} 
     1133.cke_button__maximize_icon {background: url(icons.png) no-repeat 0 -840px !important;} 
     1134.cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -864px !important;} 
     1135.cke_ltr .cke_button__pastefromword_icon {background: url(icons.png) no-repeat 0 -888px !important;} 
     1136.cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -912px !important;} 
     1137.cke_ltr .cke_button__pastetext_icon {background: url(icons.png) no-repeat 0 -936px !important;} 
     1138.cke_button__print_icon {background: url(icons.png) no-repeat 0 -960px !important;} 
     1139.cke_button__removeformat_icon {background: url(icons.png) no-repeat 0 -984px !important;} 
     1140.cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1008px !important;} 
     1141.cke_ltr .cke_button__source_icon {background: url(icons.png) no-repeat 0 -1032px !important;} 
     1142.cke_button__specialchar_icon {background: url(icons.png) no-repeat 0 -1056px !important;} 
     1143.cke_button__table_icon {background: url(icons.png) no-repeat 0 -1080px !important;} 
     1144.cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1104px !important;} 
     1145.cke_ltr .cke_button__templates_icon {background: url(icons.png) no-repeat 0 -1128px !important;} 
     1146.cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1152px !important;} 
     1147.cke_ltr .cke_button__redo_icon {background: url(icons.png) no-repeat 0 -1176px !important;} 
     1148.cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1200px !important;} 
     1149.cke_ltr .cke_button__undo_icon {background: url(icons.png) no-repeat 0 -1224px !important;} 
    11781150.cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 
    11791151.cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} 
     
    11831155.cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 
    11841156.cke_hidpi .cke_button__underline_icon {background: url(icons_hidpi.png) no-repeat 0 -144px !important;background-size: 16px !important;} 
    1185 .cke_hidpi .cke_button__bidiltr_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
    1186 .cke_hidpi .cke_button__bidirtl_icon {background: url(icons_hidpi.png) no-repeat 0 -192px !important;background-size: 16px !important;} 
    1187 .cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
    1188 .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;} 
     1157.cke_hidpi .cke_button__blockquote_icon {background: url(icons_hidpi.png) no-repeat 0 -168px !important;background-size: 16px !important;} 
     1158.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 -192px !important;background-size: 16px !important;} 
    11891159.cke_hidpi .cke_ltr .cke_button__copy_icon, 
    1190 .cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
    1191 .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;} 
     1160.cke_ltr.cke_hidpi .cke_button__copy_icon {background: url(icons_hidpi.png) no-repeat 0 -216px !important;background-size: 16px !important;} 
     1161.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 -240px !important;background-size: 16px !important;} 
    11921162.cke_hidpi .cke_ltr .cke_button__cut_icon, 
    1193 .cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
    1194 .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;} 
     1163.cke_ltr.cke_hidpi .cke_button__cut_icon {background: url(icons_hidpi.png) no-repeat 0 -264px !important;background-size: 16px !important;} 
     1164.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 -288px !important;background-size: 16px !important;} 
    11951165.cke_hidpi .cke_ltr .cke_button__paste_icon, 
    1196 .cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
    1197 .cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
    1198 .cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
    1199 .cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
    1200 .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;} 
    1201 .cke_hidpi .cke_ltr .cke_button__docprops_icon, 
    1202 .cke_ltr.cke_hidpi .cke_button__docprops_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
    1203 .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;} 
    1204 .cke_hidpi .cke_ltr .cke_button__find_icon, 
    1205 .cke_ltr.cke_hidpi .cke_button__find_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
    1206 .cke_hidpi .cke_button__replace_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
    1207 .cke_hidpi .cke_button__flash_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
    1208 .cke_hidpi .cke_button__button_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
    1209 .cke_hidpi .cke_button__checkbox_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
    1210 .cke_hidpi .cke_button__form_icon {background: url(icons_hidpi.png) no-repeat 0 -648px !important;background-size: 16px !important;} 
    1211 .cke_hidpi .cke_button__hiddenfield_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
    1212 .cke_hidpi .cke_button__imagebutton_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
    1213 .cke_hidpi .cke_button__radio_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
    1214 .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;} 
    1215 .cke_hidpi .cke_ltr .cke_button__select_icon, 
    1216 .cke_ltr.cke_hidpi .cke_button__select_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
    1217 .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;} 
    1218 .cke_hidpi .cke_ltr .cke_button__textarea_icon, 
    1219 .cke_ltr.cke_hidpi .cke_button__textarea_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
    1220 .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;} 
    1221 .cke_hidpi .cke_ltr .cke_button__textfield_icon, 
    1222 .cke_ltr.cke_hidpi .cke_button__textfield_icon {background: url(icons_hidpi.png) no-repeat 0 -864px !important;background-size: 16px !important;} 
    1223 .cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
    1224 .cke_hidpi .cke_button__iframe_icon {background: url(icons_hidpi.png) no-repeat 0 -912px !important;background-size: 16px !important;} 
    1225 .cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
    1226 .cke_hidpi .cke_button__image2_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
    1227 .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;} 
     1166.cke_ltr.cke_hidpi .cke_button__paste_icon {background: url(icons_hidpi.png) no-repeat 0 -312px !important;background-size: 16px !important;} 
     1167.cke_hidpi .cke_button__bgcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -336px !important;background-size: 16px !important;} 
     1168.cke_hidpi .cke_button__textcolor_icon {background: url(icons_hidpi.png) no-repeat 0 -360px !important;background-size: 16px !important;} 
     1169.cke_hidpi .cke_button__creatediv_icon {background: url(icons_hidpi.png) no-repeat 0 -384px !important;background-size: 16px !important;} 
     1170.cke_hidpi .cke_button__horizontalrule_icon {background: url(icons_hidpi.png) no-repeat 0 -408px !important;background-size: 16px !important;} 
     1171.cke_hidpi .cke_button__image_icon {background: url(icons_hidpi.png) no-repeat 0 -432px !important;background-size: 16px !important;} 
     1172.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 -456px !important;background-size: 16px !important;} 
    12281173.cke_hidpi .cke_ltr .cke_button__indent_icon, 
    1229 .cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -1008px !important;background-size: 16px !important;} 
    1230 .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;} 
     1174.cke_ltr.cke_hidpi .cke_button__indent_icon {background: url(icons_hidpi.png) no-repeat 0 -480px !important;background-size: 16px !important;} 
     1175.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 -504px !important;background-size: 16px !important;} 
    12311176.cke_hidpi .cke_ltr .cke_button__outdent_icon, 
    1232 .cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
    1233 .cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
    1234 .cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -1104px !important;background-size: 16px !important;} 
    1235 .cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
    1236 .cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -1152px !important;background-size: 16px !important;} 
    1237 .cke_hidpi .cke_button__language_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
    1238 .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;} 
     1177.cke_ltr.cke_hidpi .cke_button__outdent_icon {background: url(icons_hidpi.png) no-repeat 0 -528px !important;background-size: 16px !important;} 
     1178.cke_hidpi .cke_button__justifyblock_icon {background: url(icons_hidpi.png) no-repeat 0 -552px !important;background-size: 16px !important;} 
     1179.cke_hidpi .cke_button__justifycenter_icon {background: url(icons_hidpi.png) no-repeat 0 -576px !important;background-size: 16px !important;} 
     1180.cke_hidpi .cke_button__justifyleft_icon {background: url(icons_hidpi.png) no-repeat 0 -600px !important;background-size: 16px !important;} 
     1181.cke_hidpi .cke_button__justifyright_icon {background: url(icons_hidpi.png) no-repeat 0 -624px !important;background-size: 16px !important;} 
     1182.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 -648px !important;background-size: 16px !important;} 
    12391183.cke_hidpi .cke_ltr .cke_button__anchor_icon, 
    1240 .cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    1241 .cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -1248px !important;background-size: 16px !important;} 
    1242 .cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -1272px !important;background-size: 16px !important;} 
    1243 .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;} 
     1184.cke_ltr.cke_hidpi .cke_button__anchor_icon {background: url(icons_hidpi.png) no-repeat 0 -672px !important;background-size: 16px !important;} 
     1185.cke_hidpi .cke_button__link_icon {background: url(icons_hidpi.png) no-repeat 0 -696px !important;background-size: 16px !important;} 
     1186.cke_hidpi .cke_button__unlink_icon {background: url(icons_hidpi.png) no-repeat 0 -720px !important;background-size: 16px !important;} 
     1187.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 -744px !important;background-size: 16px !important;} 
    12441188.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, 
    1245 .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1320px !important;background-size: 16px !important;} 
    1246 .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;} 
     1189.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -768px !important;background-size: 16px !important;} 
     1190.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 -792px !important;background-size: 16px !important;} 
    12471191.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, 
    1248 .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -1368px !important;background-size: 16px !important;} 
    1249 .cke_hidpi .cke_button__mathjax_icon {background: url(icons_hidpi.png) no-repeat 0 -1392px !important;background-size: 16px !important;} 
    1250 .cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -1416px !important;background-size: 16px !important;} 
    1251 .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;} 
    1252 .cke_hidpi .cke_ltr .cke_button__newpage_icon, 
    1253 .cke_ltr.cke_hidpi .cke_button__newpage_icon {background: url(icons_hidpi.png) no-repeat 0 -1464px !important;background-size: 16px !important;} 
    1254 .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;} 
    1255 .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, 
    1256 .cke_ltr.cke_hidpi .cke_button__pagebreak_icon {background: url(icons_hidpi.png) no-repeat 0 -1512px !important;background-size: 16px !important;} 
    1257 .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;} 
     1192.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {background: url(icons_hidpi.png) no-repeat 0 -816px !important;background-size: 16px !important;} 
     1193.cke_hidpi .cke_button__maximize_icon {background: url(icons_hidpi.png) no-repeat 0 -840px !important;background-size: 16px !important;} 
     1194.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 -864px !important;background-size: 16px !important;} 
    12581195.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, 
    1259 .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -1560px !important;background-size: 16px !important;} 
    1260 .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;} 
     1196.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {background: url(icons_hidpi.png) no-repeat 0 -888px !important;background-size: 16px !important;} 
     1197.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 -912px !important;background-size: 16px !important;} 
    12611198.cke_hidpi .cke_ltr .cke_button__pastetext_icon, 
    1262 .cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -1608px !important;background-size: 16px !important;} 
    1263 .cke_hidpi .cke_button__placeholder_icon {background: url(icons_hidpi.png) no-repeat 0 -1632px !important;background-size: 16px !important;} 
    1264 .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;} 
    1265 .cke_hidpi .cke_ltr .cke_button__preview_icon, 
    1266 .cke_ltr.cke_hidpi .cke_button__preview_icon {background: url(icons_hidpi.png) no-repeat 0 -1680px !important;background-size: 16px !important;} 
    1267 .cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -1704px !important;background-size: 16px !important;} 
    1268 .cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -1728px !important;background-size: 16px !important;} 
    1269 .cke_hidpi .cke_button__save_icon {background: url(icons_hidpi.png) no-repeat 0 -1752px !important;background-size: 16px !important;} 
    1270 .cke_hidpi .cke_button__selectall_icon {background: url(icons_hidpi.png) no-repeat 0 -1776px !important;background-size: 16px !important;} 
    1271 .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;} 
    1272 .cke_hidpi .cke_ltr .cke_button__showblocks_icon, 
    1273 .cke_ltr.cke_hidpi .cke_button__showblocks_icon {background: url(icons_hidpi.png) no-repeat 0 -1824px !important;background-size: 16px !important;} 
    1274 .cke_hidpi .cke_button__smiley_icon {background: url(icons_hidpi.png) no-repeat 0 -1848px !important;background-size: 16px !important;} 
    1275 .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;} 
     1199.cke_ltr.cke_hidpi .cke_button__pastetext_icon {background: url(icons_hidpi.png) no-repeat 0 -936px !important;background-size: 16px !important;} 
     1200.cke_hidpi .cke_button__print_icon {background: url(icons_hidpi.png) no-repeat 0 -960px !important;background-size: 16px !important;} 
     1201.cke_hidpi .cke_button__removeformat_icon {background: url(icons_hidpi.png) no-repeat 0 -984px !important;background-size: 16px !important;} 
     1202.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 -1008px !important;background-size: 16px !important;} 
    12761203.cke_hidpi .cke_ltr .cke_button__source_icon, 
    1277 .cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1896px !important;background-size: 16px !important;} 
    1278 .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;} 
    1279 .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, 
    1280 .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon {background: url(icons_hidpi.png) no-repeat 0 -1944px !important;background-size: 16px !important;} 
    1281 .cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1968px !important;background-size: 16px !important;} 
    1282 .cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1992px !important;background-size: 16px !important;} 
    1283 .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;} 
     1204.cke_ltr.cke_hidpi .cke_button__source_icon {background: url(icons_hidpi.png) no-repeat 0 -1032px !important;background-size: 16px !important;} 
     1205.cke_hidpi .cke_button__specialchar_icon {background: url(icons_hidpi.png) no-repeat 0 -1056px !important;background-size: 16px !important;} 
     1206.cke_hidpi .cke_button__table_icon {background: url(icons_hidpi.png) no-repeat 0 -1080px !important;background-size: 16px !important;} 
     1207.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 -1104px !important;background-size: 16px !important;} 
    12841208.cke_hidpi .cke_ltr .cke_button__templates_icon, 
    1285 .cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -2040px !important;background-size: 16px !important;} 
    1286 .cke_hidpi .cke_button__uicolor_icon {background: url(icons_hidpi.png) no-repeat 0 -2064px !important;background-size: 16px !important;} 
    1287 .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;} 
     1209.cke_ltr.cke_hidpi .cke_button__templates_icon {background: url(icons_hidpi.png) no-repeat 0 -1128px !important;background-size: 16px !important;} 
     1210.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 -1152px !important;background-size: 16px !important;} 
    12881211.cke_hidpi .cke_ltr .cke_button__redo_icon, 
    1289 .cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -2112px !important;background-size: 16px !important;} 
    1290 .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;} 
     1212.cke_ltr.cke_hidpi .cke_button__redo_icon {background: url(icons_hidpi.png) no-repeat 0 -1176px !important;background-size: 16px !important;} 
     1213.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 -1200px !important;background-size: 16px !important;} 
    12911214.cke_hidpi .cke_ltr .cke_button__undo_icon, 
    1292 .cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -2160px !important;background-size: 16px !important;} 
     1215.cke_ltr.cke_hidpi .cke_button__undo_icon {background: url(icons_hidpi.png) no-repeat 0 -1224px !important;background-size: 16px !important;} 
    12931216a.cke_button_disabled, 
    12941217a.cke_button_disabled:hover, 
     
    13651288.cke_rtl .cke_combo_button *, 
    13661289.cke_rtl .cke_button, 
    1367 .cke_rtl .cke_button_icon, 
     1290.cke_rtl .cke_button_icon 
    13681291{ 
    13691292     display: inline-block; 
  • plugins/dcCKEditor/js/ckeditor/skins/moono/readme.md

    r2738 r2962  
    4545------- 
    4646 
    47 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     47Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    4848 
    4949Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map