Changeset 2962:10af9b4f1ce0 for plugins/dcCKEditor/js/ckeditor/skins
- Timestamp:
- 02/17/15 10:21:10 (11 years ago)
- Branch:
- default
- 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 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 54 54 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 55 55 } 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 other59 browsers, it doesn't work with broken jQueryUI - #9851. */60 .cke_browser_gecko19 .cke_dialog_body61 {62 position: relative;63 }64 56 /* Due to our reset we have to recover the styles of some elements. */ 65 57 .cke_dialog strong … … 275 267 background-image: url(images/close.png); 276 268 background-repeat: no-repeat; 277 background-position: 0 0;269 background-position: 50%; 278 270 position: absolute; 279 271 cursor: pointer; … … 283 275 top: 5px; 284 276 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 { 287 287 background-image: url(images/hidpi/close.png); 288 288 background-size: 16px; … … 483 483 *display: inline; 484 484 *zoom: 1; 485 padding: 3px 0;485 padding: 4px 0; 486 486 margin: 0; 487 487 text-align: center; … … 508 508 span.cke_dialog_ui_button 509 509 { 510 padding: 0 1 2px;510 padding: 0 10px; 511 511 } 512 512 a.cke_dialog_ui_button:hover … … 560 560 font-size: 12px; 561 561 font-weight: bold; 562 line-height: 20px; 562 line-height: 18px; 563 padding: 0 12px; 563 564 } 564 565 /* Special class appended to the Ok button. */ … … 608 609 { 609 610 border-width: 2px; 610 padding: 2px 0;611 padding: 3px 0; 611 612 } 612 613 a.cke_dialog_ui_button_ok:focus, … … 641 642 select.cke_dialog_ui_input_select 642 643 { 643 height: 2 4px;644 line-height: 2 4px;644 height: 25px; 645 line-height: 25px; 645 646 background-color: #fff; 646 647 border: 1px solid #c9cccf; 647 648 border-top-color: #aeb3b9; 648 padding: 2px 6px;649 padding: 3px 3px 3px 6px; 649 650 outline: none; 650 651 -moz-border-radius: 3px; -
plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 25 25 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 26 26 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 }28 .cke_browser_gecko19 .cke_dialog_body29 {30 position: relative;31 27 } 32 28 .cke_dialog strong … … 214 210 background-image: url(images/close.png); 215 211 background-repeat: no-repeat; 216 background-position: 0 0;212 background-position: 50%; 217 213 position: absolute; 218 214 cursor: pointer; … … 222 218 top: 5px; 223 219 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 { 226 230 background-image: url(images/hidpi/close.png); 227 231 background-size: 16px; … … 351 355 *display: inline; 352 356 *zoom: 1; 353 padding: 3px 0;357 padding: 4px 0; 354 358 margin: 0; 355 359 text-align: center; … … 376 380 span.cke_dialog_ui_button 377 381 { 378 padding: 0 1 2px;382 padding: 0 10px; 379 383 } 380 384 a.cke_dialog_ui_button:hover … … 419 423 font-size: 12px; 420 424 font-weight: bold; 421 line-height: 20px; 425 line-height: 18px; 426 padding: 0 12px; 422 427 } 423 428 a.cke_dialog_ui_button_ok … … 463 468 { 464 469 border-width: 2px; 465 padding: 2px 0;470 padding: 3px 0; 466 471 } 467 472 a.cke_dialog_ui_button_ok:focus, … … 490 495 select.cke_dialog_ui_input_select 491 496 { 492 height: 2 4px;493 line-height: 2 4px;497 height: 25px; 498 line-height: 25px; 494 499 background-color: #fff; 495 500 border: 1px solid #c9cccf; 496 501 border-top-color: #aeb3b9; 497 padding: 2px 6px;502 padding: 3px 3px 3px 6px; 498 503 outline: none; 499 504 -moz-border-radius: 3px; -
plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie7.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 25 25 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 26 26 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 }28 .cke_browser_gecko19 .cke_dialog_body29 {30 position: relative;31 27 } 32 28 .cke_dialog strong … … 214 210 background-image: url(images/close.png); 215 211 background-repeat: no-repeat; 216 background-position: 0 0;212 background-position: 50%; 217 213 position: absolute; 218 214 cursor: pointer; … … 222 218 top: 5px; 223 219 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 { 226 230 background-image: url(images/hidpi/close.png); 227 231 background-size: 16px; … … 351 355 *display: inline; 352 356 *zoom: 1; 353 padding: 3px 0;357 padding: 4px 0; 354 358 margin: 0; 355 359 text-align: center; … … 376 380 span.cke_dialog_ui_button 377 381 { 378 padding: 0 1 2px;382 padding: 0 10px; 379 383 } 380 384 a.cke_dialog_ui_button:hover … … 419 423 font-size: 12px; 420 424 font-weight: bold; 421 line-height: 20px; 425 line-height: 18px; 426 padding: 0 12px; 422 427 } 423 428 a.cke_dialog_ui_button_ok … … 463 468 { 464 469 border-width: 2px; 465 padding: 2px 0;470 padding: 3px 0; 466 471 } 467 472 a.cke_dialog_ui_button_ok:focus, … … 490 495 select.cke_dialog_ui_input_select 491 496 { 492 height: 2 4px;493 line-height: 2 4px;497 height: 25px; 498 line-height: 25px; 494 499 background-color: #fff; 495 500 border: 1px solid #c9cccf; 496 501 border-top-color: #aeb3b9; 497 padding: 2px 6px;502 padding: 3px 3px 3px 6px; 498 503 outline: none; 499 504 -moz-border-radius: 3px; -
plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie8.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 25 25 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 26 26 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 }28 .cke_browser_gecko19 .cke_dialog_body29 {30 position: relative;31 27 } 32 28 .cke_dialog strong … … 214 210 background-image: url(images/close.png); 215 211 background-repeat: no-repeat; 216 background-position: 0 0;212 background-position: 50%; 217 213 position: absolute; 218 214 cursor: pointer; … … 222 218 top: 5px; 223 219 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 { 226 230 background-image: url(images/hidpi/close.png); 227 231 background-size: 16px; … … 351 355 *display: inline; 352 356 *zoom: 1; 353 padding: 3px 0;357 padding: 4px 0; 354 358 margin: 0; 355 359 text-align: center; … … 376 380 span.cke_dialog_ui_button 377 381 { 378 padding: 0 1 2px;382 padding: 0 10px; 379 383 } 380 384 a.cke_dialog_ui_button:hover … … 419 423 font-size: 12px; 420 424 font-weight: bold; 421 line-height: 20px; 425 line-height: 18px; 426 padding: 0 12px; 422 427 } 423 428 a.cke_dialog_ui_button_ok … … 463 468 { 464 469 border-width: 2px; 465 padding: 2px 0;470 padding: 3px 0; 466 471 } 467 472 a.cke_dialog_ui_button_ok:focus, … … 490 495 select.cke_dialog_ui_input_select 491 496 { 492 height: 2 4px;493 line-height: 2 4px;497 height: 25px; 498 line-height: 25px; 494 499 background-color: #fff; 495 500 border: 1px solid #c9cccf; 496 501 border-top-color: #aeb3b9; 497 padding: 2px 6px;502 padding: 3px 3px 3px 6px; 498 503 outline: none; 499 504 -moz-border-radius: 3px; -
plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_iequirks.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 26 26 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 27 27 box-shadow: 0 0 3px rgba(0, 0, 0, .15); 28 }29 .cke_browser_gecko19 .cke_dialog_body30 {31 position: relative;32 28 } 33 29 .cke_dialog strong … … 215 211 background-image: url(images/close.png); 216 212 background-repeat: no-repeat; 217 background-position: 0 0;213 background-position: 50%; 218 214 position: absolute; 219 215 cursor: pointer; … … 223 219 top: 5px; 224 220 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 { 227 231 background-image: url(images/hidpi/close.png); 228 232 background-size: 16px; … … 352 356 *display: inline; 353 357 *zoom: 1; 354 padding: 3px 0;358 padding: 4px 0; 355 359 margin: 0; 356 360 text-align: center; … … 377 381 span.cke_dialog_ui_button 378 382 { 379 padding: 0 1 2px;383 padding: 0 10px; 380 384 } 381 385 a.cke_dialog_ui_button:hover … … 420 424 font-size: 12px; 421 425 font-weight: bold; 422 line-height: 20px; 426 line-height: 18px; 427 padding: 0 12px; 423 428 } 424 429 a.cke_dialog_ui_button_ok … … 464 469 { 465 470 border-width: 2px; 466 padding: 2px 0;471 padding: 3px 0; 467 472 } 468 473 a.cke_dialog_ui_button_ok:focus, … … 491 496 select.cke_dialog_ui_input_select 492 497 { 493 height: 2 4px;494 line-height: 2 4px;498 height: 25px; 499 line-height: 25px; 495 500 background-color: #fff; 496 501 border: 1px solid #c9cccf; 497 502 border-top-color: #aeb3b9; 498 padding: 2px 6px;503 padding: 3px 3px 3px 6px; 499 504 outline: none; 500 505 -moz-border-radius: 3px; -
plugins/dcCKEditor/js/ckeditor/skins/moono/editor.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 52 52 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 53 53 color: #000; 54 54 text-align: left; 55 55 white-space: nowrap; 56 56 cursor: auto; 57 float: none; 57 58 } 58 59 .cke_reset_all .cke_rtl * … … 84 85 border: 2px groove #E0DFE3; 85 86 } 86 .cke_reset_all select { 87 .cke_reset_all select 88 { 87 89 box-sizing: border-box; 88 90 -moz-box-sizing: border-box; 89 91 -webkit-box-sizing: border-box; 92 } 93 .cke_reset_all table 94 { 95 table-layout: auto; 90 96 } 91 97 /* Styles the main interface structure (holding box). */ … … 324 330 .cke_panel_grouptitle 325 331 { 332 cursor: default; 326 333 font-size: 11px; 327 334 font-weight: bold; … … 456 463 margin-bottom: 10px; 457 464 } 458 .cke_rtl .cke_toolgroup *:first-child459 {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-child465 {466 -moz-border-radius: 2px 0 0 2px;467 -webkit-border-radius: 2px 0 0 2px;468 border-radius: 2px 0 0 2px;469 }470 465 .cke_rtl .cke_toolgroup 471 466 { … … 483 478 float: left; 484 479 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; 485 494 } 486 495 .cke_rtl .cke_button … … 874 883 .cke_combo_button 875 884 { 885 cursor: default; 876 886 display: inline-block; 877 887 float: left; … … 989 999 .cke_combo_arrow 990 1000 { 1001 cursor: default; 991 1002 margin: 11px 0 0; 992 1003 float: left; … … 1111 1122 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1112 1123 .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;} 1197 1169 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1198 1170 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1202 1174 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1203 1175 .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;} 1208 1178 .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 -2 64px !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 -2 88px !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;} 1211 1181 .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;} 1214 1184 .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;} 1247 1192 .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;} 1250 1195 .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;} 1258 1202 .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;} 1263 1207 .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;} 1266 1210 .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;} 1277 1214 .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;} 1280 1217 .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;} 1295 1222 .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;} 1303 1227 .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;} 1307 1230 .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;} 1310 1233 .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 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 49 49 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 50 50 color: #000; 51 51 text-align: left; 52 52 white-space: nowrap; 53 53 cursor: auto; 54 float: none; 54 55 } 55 56 .cke_reset_all .cke_rtl * … … 81 82 border: 2px groove #E0DFE3; 82 83 } 83 .cke_reset_all select { 84 .cke_reset_all select 85 { 84 86 box-sizing: border-box; 85 87 -moz-box-sizing: border-box; 86 88 -webkit-box-sizing: border-box; 89 } 90 .cke_reset_all table 91 { 92 table-layout: auto; 87 93 } 88 94 .cke_chrome … … 318 324 .cke_panel_grouptitle 319 325 { 326 cursor: default; 320 327 font-size: 11px; 321 328 font-weight: bold; … … 448 455 margin-bottom: 10px; 449 456 } 450 .cke_rtl .cke_toolgroup *:first-child451 {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-child457 {458 -moz-border-radius: 2px 0 0 2px;459 -webkit-border-radius: 2px 0 0 2px;460 border-radius: 2px 0 0 2px;461 }462 457 .cke_rtl .cke_toolgroup 463 458 { … … 475 470 float: left; 476 471 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; 477 486 } 478 487 .cke_rtl .cke_button … … 864 873 .cke_combo_button 865 874 { 875 cursor: default; 866 876 display: inline-block; 867 877 float: left; … … 979 989 .cke_combo_arrow 980 990 { 991 cursor: default; 981 992 margin: 11px 0 0; 982 993 float: left; … … 1091 1102 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1092 1103 .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;} 1177 1149 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1178 1150 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1182 1154 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1183 1155 .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;} 1188 1158 .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 -2 64px !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 -2 88px !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;} 1191 1161 .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;} 1194 1164 .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;} 1227 1172 .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;} 1230 1175 .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;} 1238 1182 .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;} 1243 1187 .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;} 1246 1190 .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;} 1257 1194 .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;} 1260 1197 .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;} 1275 1202 .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;} 1283 1207 .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;} 1287 1210 .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;} 1290 1213 .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;} 1292 1215 .cke_bottom 1293 1216 { -
plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 49 49 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 50 50 color: #000; 51 51 text-align: left; 52 52 white-space: nowrap; 53 53 cursor: auto; 54 float: none; 54 55 } 55 56 .cke_reset_all .cke_rtl * … … 81 82 border: 2px groove #E0DFE3; 82 83 } 83 .cke_reset_all select { 84 .cke_reset_all select 85 { 84 86 box-sizing: border-box; 85 87 -moz-box-sizing: border-box; 86 88 -webkit-box-sizing: border-box; 89 } 90 .cke_reset_all table 91 { 92 table-layout: auto; 87 93 } 88 94 .cke_chrome … … 318 324 .cke_panel_grouptitle 319 325 { 326 cursor: default; 320 327 font-size: 11px; 321 328 font-weight: bold; … … 448 455 margin-bottom: 10px; 449 456 } 450 .cke_rtl .cke_toolgroup *:first-child451 {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-child457 {458 -moz-border-radius: 2px 0 0 2px;459 -webkit-border-radius: 2px 0 0 2px;460 border-radius: 2px 0 0 2px;461 }462 457 .cke_rtl .cke_toolgroup 463 458 { … … 475 470 float: left; 476 471 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; 477 486 } 478 487 .cke_rtl .cke_button … … 864 873 .cke_combo_button 865 874 { 875 cursor: default; 866 876 display: inline-block; 867 877 float: left; … … 979 989 .cke_combo_arrow 980 990 { 991 cursor: default; 981 992 margin: 11px 0 0; 982 993 float: left; … … 1091 1102 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1092 1103 .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;} 1177 1149 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1178 1150 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1182 1154 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1183 1155 .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;} 1188 1158 .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 -2 64px !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 -2 88px !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;} 1191 1161 .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;} 1194 1164 .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;} 1227 1172 .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;} 1230 1175 .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;} 1238 1182 .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;} 1243 1187 .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;} 1246 1190 .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;} 1257 1194 .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;} 1260 1197 .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;} 1275 1202 .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;} 1283 1207 .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;} 1287 1210 .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;} 1290 1213 .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;} 1292 1215 a.cke_button_disabled, 1293 1216 /* 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 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 49 49 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 50 50 color: #000; 51 51 text-align: left; 52 52 white-space: nowrap; 53 53 cursor: auto; 54 float: none; 54 55 } 55 56 .cke_reset_all .cke_rtl * … … 81 82 border: 2px groove #E0DFE3; 82 83 } 83 .cke_reset_all select { 84 .cke_reset_all select 85 { 84 86 box-sizing: border-box; 85 87 -moz-box-sizing: border-box; 86 88 -webkit-box-sizing: border-box; 89 } 90 .cke_reset_all table 91 { 92 table-layout: auto; 87 93 } 88 94 .cke_chrome … … 318 324 .cke_panel_grouptitle 319 325 { 326 cursor: default; 320 327 font-size: 11px; 321 328 font-weight: bold; … … 448 455 margin-bottom: 10px; 449 456 } 450 .cke_rtl .cke_toolgroup *:first-child451 {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-child457 {458 -moz-border-radius: 2px 0 0 2px;459 -webkit-border-radius: 2px 0 0 2px;460 border-radius: 2px 0 0 2px;461 }462 457 .cke_rtl .cke_toolgroup 463 458 { … … 475 470 float: left; 476 471 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; 477 486 } 478 487 .cke_rtl .cke_button … … 864 873 .cke_combo_button 865 874 { 875 cursor: default; 866 876 display: inline-block; 867 877 float: left; … … 979 989 .cke_combo_arrow 980 990 { 991 cursor: default; 981 992 margin: 11px 0 0; 982 993 float: left; … … 1091 1102 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1092 1103 .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;} 1177 1149 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1178 1150 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1182 1154 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1183 1155 .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;} 1188 1158 .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 -2 64px !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 -2 88px !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;} 1191 1161 .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;} 1194 1164 .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;} 1227 1172 .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;} 1230 1175 .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;} 1238 1182 .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;} 1243 1187 .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;} 1246 1190 .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;} 1257 1194 .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;} 1260 1197 .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;} 1275 1202 .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;} 1283 1207 .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;} 1287 1210 .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;} 1290 1213 .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;} 1292 1215 a.cke_button_disabled, 1293 1216 a.cke_button_disabled:hover, … … 1353 1276 .cke_rtl .cke_combo_button *, 1354 1277 .cke_rtl .cke_button, 1355 .cke_rtl .cke_button_icon ,1278 .cke_rtl .cke_button_icon 1356 1279 { 1357 1280 display: inline-block; -
plugins/dcCKEditor/js/ckeditor/skins/moono/editor_ie8.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 49 49 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 50 50 color: #000; 51 51 text-align: left; 52 52 white-space: nowrap; 53 53 cursor: auto; 54 float: none; 54 55 } 55 56 .cke_reset_all .cke_rtl * … … 81 82 border: 2px groove #E0DFE3; 82 83 } 83 .cke_reset_all select { 84 .cke_reset_all select 85 { 84 86 box-sizing: border-box; 85 87 -moz-box-sizing: border-box; 86 88 -webkit-box-sizing: border-box; 89 } 90 .cke_reset_all table 91 { 92 table-layout: auto; 87 93 } 88 94 .cke_chrome … … 318 324 .cke_panel_grouptitle 319 325 { 326 cursor: default; 320 327 font-size: 11px; 321 328 font-weight: bold; … … 448 455 margin-bottom: 10px; 449 456 } 450 .cke_rtl .cke_toolgroup *:first-child451 {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-child457 {458 -moz-border-radius: 2px 0 0 2px;459 -webkit-border-radius: 2px 0 0 2px;460 border-radius: 2px 0 0 2px;461 }462 457 .cke_rtl .cke_toolgroup 463 458 { … … 475 470 float: left; 476 471 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; 477 486 } 478 487 .cke_rtl .cke_button … … 864 873 .cke_combo_button 865 874 { 875 cursor: default; 866 876 display: inline-block; 867 877 float: left; … … 979 989 .cke_combo_arrow 980 990 { 991 cursor: default; 981 992 margin: 11px 0 0; 982 993 float: left; … … 1091 1102 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1092 1103 .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;} 1177 1149 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1178 1150 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1182 1154 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1183 1155 .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;} 1188 1158 .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 -2 64px !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 -2 88px !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;} 1191 1161 .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;} 1194 1164 .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;} 1227 1172 .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;} 1230 1175 .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;} 1238 1182 .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;} 1243 1187 .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;} 1246 1190 .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;} 1257 1194 .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;} 1260 1197 .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;} 1275 1202 .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;} 1283 1207 .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;} 1287 1210 .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;} 1290 1213 .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;} 1292 1215 a.cke_button_disabled, 1293 1216 a.cke_button_disabled:hover, -
plugins/dcCKEditor/js/ckeditor/skins/moono/editor_iequirks.css
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ … … 50 50 font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif; 51 51 color: #000; 52 52 text-align: left; 53 53 white-space: nowrap; 54 54 cursor: auto; 55 float: none; 55 56 } 56 57 .cke_reset_all .cke_rtl * … … 82 83 border: 2px groove #E0DFE3; 83 84 } 84 .cke_reset_all select { 85 .cke_reset_all select 86 { 85 87 box-sizing: border-box; 86 88 -moz-box-sizing: border-box; 87 89 -webkit-box-sizing: border-box; 90 } 91 .cke_reset_all table 92 { 93 table-layout: auto; 88 94 } 89 95 .cke_chrome … … 319 325 .cke_panel_grouptitle 320 326 { 327 cursor: default; 321 328 font-size: 11px; 322 329 font-weight: bold; … … 449 456 margin-bottom: 10px; 450 457 } 451 .cke_rtl .cke_toolgroup *:first-child452 {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-child458 {459 -moz-border-radius: 2px 0 0 2px;460 -webkit-border-radius: 2px 0 0 2px;461 border-radius: 2px 0 0 2px;462 }463 458 .cke_rtl .cke_toolgroup 464 459 { … … 476 471 float: left; 477 472 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; 478 487 } 479 488 .cke_rtl .cke_button … … 865 874 .cke_combo_button 866 875 { 876 cursor: default; 867 877 display: inline-block; 868 878 float: left; … … 980 990 .cke_combo_arrow 981 991 { 992 cursor: default; 982 993 margin: 11px 0 0; 983 994 float: left; … … 1092 1103 .cke_button__superscript_icon {background: url(icons.png) no-repeat 0 -120px !important;} 1093 1104 .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;} 1178 1150 .cke_hidpi .cke_button__about_icon {background: url(icons_hidpi.png) no-repeat 0 -0px !important;background-size: 16px !important;} 1179 1151 .cke_hidpi .cke_button__bold_icon {background: url(icons_hidpi.png) no-repeat 0 -24px !important;background-size: 16px !important;} … … 1183 1155 .cke_hidpi .cke_button__superscript_icon {background: url(icons_hidpi.png) no-repeat 0 -120px !important;background-size: 16px !important;} 1184 1156 .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;} 1189 1159 .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 -2 64px !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 -2 88px !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;} 1192 1162 .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;} 1195 1165 .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;} 1228 1173 .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;} 1231 1176 .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;} 1239 1183 .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;} 1244 1188 .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;} 1247 1191 .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;} 1258 1195 .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;} 1261 1198 .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;} 1276 1203 .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;} 1284 1208 .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;} 1288 1211 .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;} 1291 1214 .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;} 1293 1216 a.cke_button_disabled, 1294 1217 a.cke_button_disabled:hover, … … 1365 1288 .cke_rtl .cke_combo_button *, 1366 1289 .cke_rtl .cke_button, 1367 .cke_rtl .cke_button_icon ,1290 .cke_rtl .cke_button_icon 1368 1291 { 1369 1292 display: inline-block; -
plugins/dcCKEditor/js/ckeditor/skins/moono/readme.md
r2738 r2962 45 45 ------- 46 46 47 Copyright (c) 2003-201 3, CKSource - Frederico Knabben. All rights reserved.47 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 48 48 49 49 Licensed 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.