From a2a8228e434ee8d59523ba90bbdc050b9d3d4529 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Wed, 20 May 2026 14:48:06 +0100 Subject: Working state: footer_inc.tpl fix, extra skins - footer_inc.tpl: guard CKEDITOR.replace() with getElementById check to prevent editor-incorrect-element error on pages without the edit area; switch condition to isPackageActive('ckeditor'); add disableNativeSpellChecker - Add moonocolor, moonocolor16, n1theme skins Co-Authored-By: Claude Sonnet 4.6 --- skins/moonocolor/dialog.css | 736 ++++++++ skins/moonocolor/dialog_ie.css | 775 ++++++++ skins/moonocolor/dialog_ie7.css | 814 ++++++++ skins/moonocolor/dialog_ie8.css | 782 ++++++++ skins/moonocolor/dialog_iequirks.css | 779 ++++++++ skins/moonocolor/dialog_opera.css | 752 ++++++++ skins/moonocolor/editor.css | 1874 ++++++++++++++++++ skins/moonocolor/editor_gecko.css | 1883 ++++++++++++++++++ skins/moonocolor/editor_ie.css | 1920 +++++++++++++++++++ skins/moonocolor/editor_ie7.css | 2079 ++++++++++++++++++++ skins/moonocolor/editor_ie8.css | 1932 +++++++++++++++++++ skins/moonocolor/editor_iequirks.css | 1972 +++++++++++++++++++ skins/moonocolor/icons.png | Bin 0 -> 33221 bytes skins/moonocolor/icons_hidpi.png | Bin 0 -> 34908 bytes skins/moonocolor/images/arrow.png | Bin 0 -> 191 bytes skins/moonocolor/images/close.png | Bin 0 -> 468 bytes skins/moonocolor/images/hidpi/close.png | Bin 0 -> 1271 bytes skins/moonocolor/images/hidpi/lock-open.png | Bin 0 -> 1329 bytes skins/moonocolor/images/hidpi/lock.png | Bin 0 -> 1299 bytes skins/moonocolor/images/hidpi/refresh.png | Bin 0 -> 1842 bytes skins/moonocolor/images/lock-open.png | Bin 0 -> 349 bytes skins/moonocolor/images/lock.png | Bin 0 -> 475 bytes skins/moonocolor/images/refresh.png | Bin 0 -> 422 bytes skins/moonocolor/images/spinner.gif | Bin 0 -> 2984 bytes skins/moonocolor/readme.md | 51 + skins/moonocolor16/dialog.css | 736 ++++++++ skins/moonocolor16/dialog_ie.css | 775 ++++++++ skins/moonocolor16/dialog_ie7.css | 814 ++++++++ skins/moonocolor16/dialog_ie8.css | 782 ++++++++ skins/moonocolor16/dialog_iequirks.css | 779 ++++++++ skins/moonocolor16/editor.css | 1771 +++++++++++++++++ skins/moonocolor16/editor_gecko.css | 1780 +++++++++++++++++ skins/moonocolor16/editor_ie.css | 1817 ++++++++++++++++++ skins/moonocolor16/editor_ie7.css | 1976 +++++++++++++++++++ skins/moonocolor16/editor_ie8.css | 1829 ++++++++++++++++++ skins/moonocolor16/editor_iequirks.css | 1869 ++++++++++++++++++ skins/moonocolor16/icons.png | Bin 0 -> 26603 bytes skins/moonocolor16/icons32.png | Bin 0 -> 33221 bytes skins/moonocolor16/icons_hidpi.png | Bin 0 -> 29474 bytes skins/moonocolor16/images/arrow.png | Bin 0 -> 191 bytes skins/moonocolor16/images/close.png | Bin 0 -> 468 bytes skins/moonocolor16/images/hidpi/close.png | Bin 0 -> 1271 bytes skins/moonocolor16/images/hidpi/lock-open.png | Bin 0 -> 1329 bytes skins/moonocolor16/images/hidpi/lock.png | Bin 0 -> 1299 bytes skins/moonocolor16/images/hidpi/refresh.png | Bin 0 -> 1842 bytes skins/moonocolor16/images/lock-open.png | Bin 0 -> 349 bytes skins/moonocolor16/images/lock.png | Bin 0 -> 475 bytes skins/moonocolor16/images/refresh.png | Bin 0 -> 422 bytes skins/moonocolor16/images/spinner.gif | Bin 0 -> 2984 bytes skins/moonocolor16/readme.md | 51 + skins/n1theme/dialog.css | 841 +++++++++ skins/n1theme/dialog_ie.css | 880 +++++++++ skins/n1theme/dialog_ie8.css | 908 +++++++++ skins/n1theme/dialog_iequirks.css | 884 +++++++++ skins/n1theme/editor.css | 2407 +++++++++++++++++++++++ skins/n1theme/editor_gecko.css | 2416 ++++++++++++++++++++++++ skins/n1theme/editor_ie.css | 2453 ++++++++++++++++++++++++ skins/n1theme/editor_ie8.css | 2516 +++++++++++++++++++++++++ skins/n1theme/editor_iequirks.css | 2505 ++++++++++++++++++++++++ skins/n1theme/icons.png | Bin 0 -> 6815 bytes skins/n1theme/icons_hidpi.png | Bin 0 -> 22633 bytes skins/n1theme/images/arrow.png | Bin 0 -> 191 bytes skins/n1theme/images/close.png | Bin 0 -> 615 bytes skins/n1theme/images/hidpi/close.png | Bin 0 -> 1238 bytes skins/n1theme/images/hidpi/lock-open.png | Bin 0 -> 1071 bytes skins/n1theme/images/hidpi/lock.png | Bin 0 -> 1062 bytes skins/n1theme/images/hidpi/refresh.png | Bin 0 -> 1623 bytes skins/n1theme/images/lock-open.png | Bin 0 -> 511 bytes skins/n1theme/images/lock.png | Bin 0 -> 506 bytes skins/n1theme/images/refresh.png | Bin 0 -> 757 bytes skins/n1theme/images/spinner.gif | Bin 0 -> 2984 bytes skins/n1theme/readme.md | 5 + skins/n1theme/skin.js | 3 + templates/footer_inc.tpl | 5 +- 74 files changed, 47150 insertions(+), 1 deletion(-) create mode 100755 skins/moonocolor/dialog.css create mode 100755 skins/moonocolor/dialog_ie.css create mode 100755 skins/moonocolor/dialog_ie7.css create mode 100755 skins/moonocolor/dialog_ie8.css create mode 100755 skins/moonocolor/dialog_iequirks.css create mode 100755 skins/moonocolor/dialog_opera.css create mode 100755 skins/moonocolor/editor.css create mode 100755 skins/moonocolor/editor_gecko.css create mode 100755 skins/moonocolor/editor_ie.css create mode 100755 skins/moonocolor/editor_ie7.css create mode 100755 skins/moonocolor/editor_ie8.css create mode 100755 skins/moonocolor/editor_iequirks.css create mode 100755 skins/moonocolor/icons.png create mode 100755 skins/moonocolor/icons_hidpi.png create mode 100755 skins/moonocolor/images/arrow.png create mode 100755 skins/moonocolor/images/close.png create mode 100755 skins/moonocolor/images/hidpi/close.png create mode 100755 skins/moonocolor/images/hidpi/lock-open.png create mode 100755 skins/moonocolor/images/hidpi/lock.png create mode 100755 skins/moonocolor/images/hidpi/refresh.png create mode 100755 skins/moonocolor/images/lock-open.png create mode 100755 skins/moonocolor/images/lock.png create mode 100755 skins/moonocolor/images/refresh.png create mode 100755 skins/moonocolor/images/spinner.gif create mode 100755 skins/moonocolor/readme.md create mode 100755 skins/moonocolor16/dialog.css create mode 100755 skins/moonocolor16/dialog_ie.css create mode 100755 skins/moonocolor16/dialog_ie7.css create mode 100755 skins/moonocolor16/dialog_ie8.css create mode 100755 skins/moonocolor16/dialog_iequirks.css create mode 100755 skins/moonocolor16/editor.css create mode 100755 skins/moonocolor16/editor_gecko.css create mode 100755 skins/moonocolor16/editor_ie.css create mode 100755 skins/moonocolor16/editor_ie7.css create mode 100755 skins/moonocolor16/editor_ie8.css create mode 100755 skins/moonocolor16/editor_iequirks.css create mode 100755 skins/moonocolor16/icons.png create mode 100755 skins/moonocolor16/icons32.png create mode 100755 skins/moonocolor16/icons_hidpi.png create mode 100755 skins/moonocolor16/images/arrow.png create mode 100755 skins/moonocolor16/images/close.png create mode 100755 skins/moonocolor16/images/hidpi/close.png create mode 100755 skins/moonocolor16/images/hidpi/lock-open.png create mode 100755 skins/moonocolor16/images/hidpi/lock.png create mode 100755 skins/moonocolor16/images/hidpi/refresh.png create mode 100755 skins/moonocolor16/images/lock-open.png create mode 100755 skins/moonocolor16/images/lock.png create mode 100755 skins/moonocolor16/images/refresh.png create mode 100755 skins/moonocolor16/images/spinner.gif create mode 100755 skins/moonocolor16/readme.md create mode 100755 skins/n1theme/dialog.css create mode 100755 skins/n1theme/dialog_ie.css create mode 100755 skins/n1theme/dialog_ie8.css create mode 100755 skins/n1theme/dialog_iequirks.css create mode 100755 skins/n1theme/editor.css create mode 100755 skins/n1theme/editor_gecko.css create mode 100755 skins/n1theme/editor_ie.css create mode 100755 skins/n1theme/editor_ie8.css create mode 100755 skins/n1theme/editor_iequirks.css create mode 100755 skins/n1theme/icons.png create mode 100755 skins/n1theme/icons_hidpi.png create mode 100755 skins/n1theme/images/arrow.png create mode 100755 skins/n1theme/images/close.png create mode 100755 skins/n1theme/images/hidpi/close.png create mode 100755 skins/n1theme/images/hidpi/lock-open.png create mode 100755 skins/n1theme/images/hidpi/lock.png create mode 100755 skins/n1theme/images/hidpi/refresh.png create mode 100755 skins/n1theme/images/lock-open.png create mode 100755 skins/n1theme/images/lock.png create mode 100755 skins/n1theme/images/refresh.png create mode 100755 skins/n1theme/images/spinner.gif create mode 100755 skins/n1theme/readme.md create mode 100755 skins/n1theme/skin.js diff --git a/skins/moonocolor/dialog.css b/skins/moonocolor/dialog.css new file mode 100755 index 0000000..38eb63e --- /dev/null +++ b/skins/moonocolor/dialog.css @@ -0,0 +1,736 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} \ No newline at end of file diff --git a/skins/moonocolor/dialog_ie.css b/skins/moonocolor/dialog_ie.css new file mode 100755 index 0000000..0ccd816 --- /dev/null +++ b/skins/moonocolor/dialog_ie.css @@ -0,0 +1,775 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} \ No newline at end of file diff --git a/skins/moonocolor/dialog_ie7.css b/skins/moonocolor/dialog_ie7.css new file mode 100755 index 0000000..8aeb250 --- /dev/null +++ b/skins/moonocolor/dialog_ie7.css @@ -0,0 +1,814 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +.cke_dialog_title { + zoom: 1 +} + +.cke_dialog_footer { + border-top: 1px solid #bfbfbf +} + +.cke_dialog_footer_buttons { + position: static +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button { + vertical-align: top +} + +.cke_dialog .cke_resizer_ltr { + padding-left: 4px +} + +.cke_dialog .cke_resizer_rtl { + padding-right: 4px +} + +.cke_dialog_ui_input_text, +.cke_dialog_ui_input_password, +.cke_dialog_ui_input_textarea, +.cke_dialog_ui_input_select { + padding: 0 !important +} + +.cke_dialog_ui_checkbox_input, +.cke_dialog_ui_ratio_input, +.cke_btn_reset, +.cke_btn_locked, +.cke_btn_unlocked { + border: 1px solid transparent !important +} \ No newline at end of file diff --git a/skins/moonocolor/dialog_ie8.css b/skins/moonocolor/dialog_ie8.css new file mode 100755 index 0000000..8c83f0d --- /dev/null +++ b/skins/moonocolor/dialog_ie8.css @@ -0,0 +1,782 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + display: block +} \ No newline at end of file diff --git a/skins/moonocolor/dialog_iequirks.css b/skins/moonocolor/dialog_iequirks.css new file mode 100755 index 0000000..24a68fa --- /dev/null +++ b/skins/moonocolor/dialog_iequirks.css @@ -0,0 +1,779 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +.cke_dialog_footer { + filter: "" +} \ No newline at end of file diff --git a/skins/moonocolor/dialog_opera.css b/skins/moonocolor/dialog_opera.css new file mode 100755 index 0000000..889e2b7 --- /dev/null +++ b/skins/moonocolor/dialog_opera.css @@ -0,0 +1,752 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15); + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_browser_gecko19 .cke_dialog_body { + position: relative +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + -moz-border-radius: 2px 2px 0 0; + -webkit-border-radius: 2px 2px 0 0; + border-radius: 2px 2px 0 0; + -moz-box-shadow: 0 1px 0 #fff inset; + -webkit-box-shadow: 0 1px 0 #fff inset; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); + background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); + background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); + background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); + background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); + background-image: linear-gradient(top, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + -moz-border-radius: 0 0 3px 3px; + -webkit-border-radius: 0 0 3px 3px; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + -moz-box-shadow: 0 1px 0 #fff inset; + -webkit-box-shadow: 0 1px 0 #fff inset; + box-shadow: 0 1px 0 #fff inset; + -moz-border-radius: 0 0 2px 2px; + -webkit-border-radius: 0 0 2px 2px; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); + background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); + background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); + background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); + background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); + background-image: linear-gradient(top, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + -moz-border-radius: 3px 3px 0 0; + -webkit-border-radius: 3px 3px 0 0; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed)); + background-image: -moz-linear-gradient(top, #fafafa, #ededed); + background-image: -webkit-linear-gradient(top, #fafafa, #ededed); + background-image: -o-linear-gradient(top, #fafafa, #ededed); + background-image: -ms-linear-gradient(top, #fafafa, #ededed); + background-image: linear-gradient(top, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover { + background: #ebebeb; + background: -moz-linear-gradient(top, #ebebeb 0, #dfdfdf 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #dfdfdf)); + background: -webkit-linear-gradient(top, #ebebeb 0, #dfdfdf 100%); + background: -o-linear-gradient(top, #ebebeb 0, #dfdfdf 100%); + background: -ms-linear-gradient(top, #ebebeb 0, #dfdfdf 100%); + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover { + background: #ededed; + background: -moz-linear-gradient(top, #ededed 0, #fff 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #fff)); + background: -webkit-linear-gradient(top, #ededed 0, #fff 100%); + background: -o-linear-gradient(top, #ededed 0, #fff 100%); + background: -ms-linear-gradient(top, #ededed 0, #fff 100%); + background: linear-gradient(to bottom, #ededed 0, #fff 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 0 0; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 5px; + z-index: 5 +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 3px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4)); + background-image: -moz-linear-gradient(top, #fff, #e4e4e4); + background-image: -webkit-linear-gradient(top, #fff, #e4e4e4); + background-image: -o-linear-gradient(top, #fff, #e4e4e4); + background-image: -ms-linear-gradient(top, #fff, #e4e4e4); + background-image: linear-gradient(top, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 12px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); + background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); + background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); + background-image: -o-linear-gradient(top, #f2f2f2, #ccc); + background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); + background-image: linear-gradient(top, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset; + -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 20px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9ad717), to(#69b10b)); + background-image: -webkit-linear-gradient(top, #9ad717, #69b10b); + background-image: -o-linear-gradient(top, #9ad717, #69b10b); + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + background-image: -moz-linear-gradient(top, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88be14), color-stop(100%, #5d9c0a)); + background: -webkit-linear-gradient(top, #88be14 0, #5d9c0a 100%); + background: -o-linear-gradient(top, #88be14 0, #5d9c0a 100%); + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + background: -moz-linear-gradient(top, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 2px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 24px; + line-height: 24px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 2px 6px; + outline: 0; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_dialog_footer { + display: block; + height: 38px +} + +.cke_ltr .cke_dialog_footer>* { + float: right +} + +.cke_rtl .cke_dialog_footer>* { + float: left +} \ No newline at end of file diff --git a/skins/moonocolor/editor.css b/skins/moonocolor/editor.css new file mode 100755 index 0000000..0318fa2 --- /dev/null +++ b/skins/moonocolor/editor.css @@ -0,0 +1,1874 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke_button__about_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -40px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -80px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -120px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -160px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -200px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -280px !important; +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -320px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -400px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -440px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -520px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -560px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -600px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -640px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -680px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -760px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -800px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -840px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -880px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -920px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -960px !important; +} + +.cke_button__flash_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1000px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1040px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1080px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1120px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1160px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1240px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1280px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1320px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1360px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1400px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1480px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1520px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1560px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1600px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1640px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1720px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1760px !important; +} + +.cke_button__smiley_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1800px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1840px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1880px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1960px !important; +} + +.cke_button__language_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2000px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2040px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2080px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2120px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2240px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2280px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2320px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2360px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2400px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2440px !important; +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2480px !important; +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2520px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2560px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2600px !important; +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2680px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2720px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2760px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2800px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2840px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2920px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2960px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3000px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3040px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3080px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.cke_button__scayt_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3160px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3200px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3240px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3280px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3320px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_button__spellchecker_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3400px !important; +} + +.cke_button__btgrid_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3440px !important; +} + +.cke_button__btbutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3480px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3520px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -336px !important; +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -432px !important; +} + +.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?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -528px !important; +} + +.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?t=de1371d) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -624px !important; +} + +.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?t=de1371d) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -816px !important; +} + +.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?t=de1371d) no-repeat 0 -864px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -912px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -480px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1008px !important; +} + +.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?t=de1371d) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1344px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1488px !important; +} + +.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?t=de1371d) no-repeat 0 -1536px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1584px !important; +} + +.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?t=de1371d) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.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?t=de1371d) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1776px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1872px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.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?t=de1371d) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2016px !important; +} + +.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?t=de1371d) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2352px !important; +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; + background-size: 16px !important; +} + +.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?t=de1371d) no-repeat 0 -2448px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2592px !important; +} + +.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?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2688px !important; +} + +.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?t=de1371d) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2784px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2832px !important; +} + +.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?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2928px !important; +} + +.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?t=de1371d) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3024px !important; +} + +.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?t=de1371d) no-repeat 0 -3072px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.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?t=de1371d) no-repeat 0 -3168px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3216px !important; +} + +.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?t=de1371d) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3456px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3504px !important; +} + +.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?t=de1371d) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3600px !important; +} + +.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?t=de1371d) no-repeat 0 -3648px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3696px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3744px !important; +} + +.cke_hidpi .cke_button__scayt_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3792px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3840px !important; +} + +.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?t=de1371d) no-repeat 0 -3888px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3936px !important; +} + +.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?t=de1371d) no-repeat 0 -3984px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4032px !important; +} + +.cke_hidpi .cke_button__spellchecker_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4080px !important; +} + +.cke_hidpi .cke_button__btgrid_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4128px !important; +} + +.cke_hidpi .cke_button__btbutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4176px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4224px !important; +} \ No newline at end of file diff --git a/skins/moonocolor/editor_gecko.css b/skins/moonocolor/editor_gecko.css new file mode 100755 index 0000000..d1a6218 --- /dev/null +++ b/skins/moonocolor/editor_gecko.css @@ -0,0 +1,1883 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke_bottom { + padding-bottom: 3px +} + +.cke_combo_text { + margin-bottom: -1px; + margin-top: 1px +} + +.cke_button__about_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -40px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -80px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -120px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -160px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -200px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -280px !important; +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -320px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -400px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -440px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -520px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -560px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -600px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -640px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -680px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -760px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -800px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -840px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -880px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -920px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -960px !important; +} + +.cke_button__flash_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1000px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1040px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1080px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1120px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1160px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1240px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1280px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1320px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1360px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1400px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1480px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1520px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1560px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1600px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1640px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1720px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1760px !important; +} + +.cke_button__smiley_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1800px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1840px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1880px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1960px !important; +} + +.cke_button__language_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2000px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2040px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2080px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2120px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2240px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2280px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2320px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2360px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2400px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2440px !important; +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2480px !important; +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2520px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2560px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2600px !important; +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2680px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2720px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2760px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2800px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2840px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2920px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2960px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3000px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3040px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3080px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.cke_button__scayt_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3160px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3200px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3240px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3280px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3320px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_button__spellchecker_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3400px !important; +} + +.cke_button__btgrid_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3440px !important; +} + +.cke_button__btbutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3480px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3520px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -336px !important; +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -432px !important; +} + +.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?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -528px !important; +} + +.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?t=de1371d) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -624px !important; +} + +.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?t=de1371d) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -816px !important; +} + +.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?t=de1371d) no-repeat 0 -864px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -912px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -480px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1008px !important; +} + +.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?t=de1371d) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1344px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1488px !important; +} + +.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?t=de1371d) no-repeat 0 -1536px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1584px !important; +} + +.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?t=de1371d) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.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?t=de1371d) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1776px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1872px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.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?t=de1371d) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2016px !important; +} + +.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?t=de1371d) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2352px !important; +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; + background-size: 16px !important; +} + +.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?t=de1371d) no-repeat 0 -2448px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2592px !important; +} + +.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?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2688px !important; +} + +.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?t=de1371d) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2784px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2832px !important; +} + +.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?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2928px !important; +} + +.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?t=de1371d) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3024px !important; +} + +.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?t=de1371d) no-repeat 0 -3072px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.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?t=de1371d) no-repeat 0 -3168px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3216px !important; +} + +.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?t=de1371d) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3456px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3504px !important; +} + +.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?t=de1371d) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3600px !important; +} + +.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?t=de1371d) no-repeat 0 -3648px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3696px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3744px !important; +} + +.cke_hidpi .cke_button__scayt_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3792px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3840px !important; +} + +.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?t=de1371d) no-repeat 0 -3888px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3936px !important; +} + +.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?t=de1371d) no-repeat 0 -3984px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4032px !important; +} + +.cke_hidpi .cke_button__spellchecker_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4080px !important; +} + +.cke_hidpi .cke_button__btgrid_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4128px !important; +} + +.cke_hidpi .cke_button__btbutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4176px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4224px !important; +} \ No newline at end of file diff --git a/skins/moonocolor/editor_ie.css b/skins/moonocolor/editor_ie.css new file mode 100755 index 0000000..13bcbc3 --- /dev/null +++ b/skins/moonocolor/editor_ie.css @@ -0,0 +1,1920 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_button__about_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -40px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -80px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -120px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -160px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -200px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -280px !important; +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -320px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -400px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -440px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -520px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -560px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -600px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -640px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -680px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -760px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -800px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -840px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -880px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -920px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -960px !important; +} + +.cke_button__flash_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1000px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1040px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1080px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1120px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1160px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1240px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1280px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1320px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1360px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1400px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1480px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1520px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1560px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1600px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1640px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1720px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1760px !important; +} + +.cke_button__smiley_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1800px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1840px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1880px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1960px !important; +} + +.cke_button__language_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2000px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2040px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2080px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2120px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2240px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2280px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2320px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2360px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2400px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2440px !important; +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2480px !important; +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2520px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2560px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2600px !important; +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2680px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2720px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2760px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2800px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2840px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2920px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2960px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3000px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3040px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3080px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.cke_button__scayt_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3160px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3200px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3240px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3280px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3320px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_button__spellchecker_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3400px !important; +} + +.cke_button__btgrid_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3440px !important; +} + +.cke_button__btbutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3480px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3520px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -336px !important; +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -432px !important; +} + +.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?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -528px !important; +} + +.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?t=de1371d) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -624px !important; +} + +.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?t=de1371d) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -816px !important; +} + +.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?t=de1371d) no-repeat 0 -864px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -912px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -480px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1008px !important; +} + +.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?t=de1371d) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1344px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1488px !important; +} + +.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?t=de1371d) no-repeat 0 -1536px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1584px !important; +} + +.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?t=de1371d) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.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?t=de1371d) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1776px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1872px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.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?t=de1371d) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2016px !important; +} + +.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?t=de1371d) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2352px !important; +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; + background-size: 16px !important; +} + +.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?t=de1371d) no-repeat 0 -2448px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2592px !important; +} + +.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?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2688px !important; +} + +.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?t=de1371d) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2784px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2832px !important; +} + +.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?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2928px !important; +} + +.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?t=de1371d) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3024px !important; +} + +.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?t=de1371d) no-repeat 0 -3072px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.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?t=de1371d) no-repeat 0 -3168px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3216px !important; +} + +.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?t=de1371d) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3456px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3504px !important; +} + +.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?t=de1371d) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3600px !important; +} + +.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?t=de1371d) no-repeat 0 -3648px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3696px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3744px !important; +} + +.cke_hidpi .cke_button__scayt_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3792px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3840px !important; +} + +.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?t=de1371d) no-repeat 0 -3888px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3936px !important; +} + +.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?t=de1371d) no-repeat 0 -3984px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4032px !important; +} + +.cke_hidpi .cke_button__spellchecker_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4080px !important; +} + +.cke_hidpi .cke_button__btgrid_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4128px !important; +} + +.cke_hidpi .cke_button__btbutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4176px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4224px !important; +} \ No newline at end of file diff --git a/skins/moonocolor/editor_ie7.css b/skins/moonocolor/editor_ie7.css new file mode 100755 index 0000000..54a41e2 --- /dev/null +++ b/skins/moonocolor/editor_ie7.css @@ -0,0 +1,2079 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_button, +.cke_rtl .cke_button *, +.cke_rtl .cke_combo, +.cke_rtl .cke_combo *, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_item *, +.cke_rtl .cke_path_empty { + float: none +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_combo_button, +.cke_rtl .cke_combo_button *, +.cke_rtl .cke_button, +.cke_rtl .cke_button_icon { + display: inline-block; + vertical-align: top +} + +.cke_toolbox { + display: inline-block; + padding-bottom: 5px; + height: 100% +} + +.cke_rtl .cke_toolbox { + padding-bottom: 0 +} + +.cke_toolbar { + margin-bottom: 5px +} + +.cke_rtl .cke_toolbar { + margin-bottom: 0 +} + +.cke_toolgroup { + height: 26px +} + +.cke_toolgroup, +.cke_combo { + position: relative +} + +a.cke_button { + float: none; + vertical-align: top +} + +.cke_toolbar_separator { + display: inline-block; + float: none; + vertical-align: top; + background-color: #c0c0c0 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 0 +} + +.cke_toolbox_collapser .cke_arrow { + border-width: 4px +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + border-width: 3px +} + +.cke_rtl .cke_button_arrow { + padding-top: 8px; + margin-right: 2px +} + +.cke_rtl .cke_combo_inlinelabel { + display: table-cell; + vertical-align: middle +} + +.cke_menubutton { + display: block; + height: 24px +} + +.cke_menubutton_inner { + display: block; + position: relative +} + +.cke_menubutton_icon { + height: 16px; + width: 16px +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: inline-block +} + +.cke_menubutton_label { + width: auto; + vertical-align: top; + line-height: 24px; + height: 24px; + margin: 0 10px 0 0 +} + +.cke_menuarrow { + width: 5px; + height: 6px; + padding: 0; + position: absolute; + right: 8px; + top: 10px; + background-position: 0 0 +} + +.cke_rtl .cke_menubutton_icon { + position: absolute; + right: 0; + top: 0 +} + +.cke_rtl .cke_menubutton_label { + float: right; + clear: both; + margin: 0 24px 0 10px +} + +.cke_hc .cke_rtl .cke_menubutton_label { + margin-right: 0 +} + +.cke_rtl .cke_menuarrow { + left: 8px; + right: auto; + background-position: 0 -24px +} + +.cke_hc .cke_menuarrow { + top: 5px; + padding: 0 5px +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + position: relative +} + +.cke_wysiwyg_div { + padding-top: 0 !important; + padding-bottom: 0 !important +} + +.cke_button__about_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -40px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -80px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -120px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -160px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -200px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -280px !important; +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -320px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -400px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -440px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -520px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -560px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -600px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -640px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -680px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -760px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -800px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -840px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -880px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -920px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -960px !important; +} + +.cke_button__flash_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1000px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1040px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1080px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1120px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1160px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1240px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1280px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1320px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1360px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1400px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1480px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1520px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1560px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1600px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1640px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1720px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1760px !important; +} + +.cke_button__smiley_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1800px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1840px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1880px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1960px !important; +} + +.cke_button__language_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2000px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2040px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2080px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2120px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2240px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2280px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2320px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2360px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2400px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2440px !important; +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2480px !important; +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2520px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2560px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2600px !important; +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2680px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2720px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2760px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2800px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2840px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2920px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2960px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3000px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3040px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3080px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.cke_button__scayt_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3160px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3200px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3240px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3280px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3320px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_button__spellchecker_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3400px !important; +} + +.cke_button__btgrid_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3440px !important; +} + +.cke_button__btbutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3480px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3520px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -336px !important; +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -432px !important; +} + +.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?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -528px !important; +} + +.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?t=de1371d) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -624px !important; +} + +.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?t=de1371d) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -816px !important; +} + +.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?t=de1371d) no-repeat 0 -864px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -912px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -480px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1008px !important; +} + +.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?t=de1371d) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1344px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1488px !important; +} + +.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?t=de1371d) no-repeat 0 -1536px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1584px !important; +} + +.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?t=de1371d) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.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?t=de1371d) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1776px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1872px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.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?t=de1371d) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2016px !important; +} + +.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?t=de1371d) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2352px !important; +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; + background-size: 16px !important; +} + +.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?t=de1371d) no-repeat 0 -2448px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2592px !important; +} + +.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?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2688px !important; +} + +.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?t=de1371d) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2784px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2832px !important; +} + +.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?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2928px !important; +} + +.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?t=de1371d) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3024px !important; +} + +.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?t=de1371d) no-repeat 0 -3072px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.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?t=de1371d) no-repeat 0 -3168px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3216px !important; +} + +.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?t=de1371d) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3456px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3504px !important; +} + +.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?t=de1371d) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3600px !important; +} + +.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?t=de1371d) no-repeat 0 -3648px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3696px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3744px !important; +} + +.cke_hidpi .cke_button__scayt_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3792px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3840px !important; +} + +.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?t=de1371d) no-repeat 0 -3888px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3936px !important; +} + +.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?t=de1371d) no-repeat 0 -3984px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4032px !important; +} + +.cke_hidpi .cke_button__spellchecker_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4080px !important; +} + +.cke_hidpi .cke_button__btgrid_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4128px !important; +} + +.cke_hidpi .cke_button__btbutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4176px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4224px !important; +} \ No newline at end of file diff --git a/skins/moonocolor/editor_ie8.css b/skins/moonocolor/editor_ie8.css new file mode 100755 index 0000000..7c68481 --- /dev/null +++ b/skins/moonocolor/editor_ie8.css @@ -0,0 +1,1932 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_toolbox_collapser .cke_arrow { + border-width: 4px +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + border-width: 3px +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 0 +} + +.cke_button__about_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -40px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -80px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -120px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -160px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -200px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -280px !important; +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -320px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -400px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -440px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -520px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -560px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -600px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -640px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -680px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -760px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -800px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -840px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -880px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -920px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -960px !important; +} + +.cke_button__flash_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1000px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1040px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1080px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1120px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1160px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1240px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1280px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1320px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1360px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1400px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1480px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1520px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1560px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1600px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1640px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1720px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1760px !important; +} + +.cke_button__smiley_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1800px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1840px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1880px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1960px !important; +} + +.cke_button__language_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2000px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2040px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2080px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2120px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2240px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2280px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2320px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2360px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2400px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2440px !important; +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2480px !important; +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2520px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2560px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2600px !important; +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2680px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2720px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2760px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2800px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2840px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2920px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2960px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3000px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3040px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3080px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.cke_button__scayt_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3160px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3200px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3240px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3280px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3320px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_button__spellchecker_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3400px !important; +} + +.cke_button__btgrid_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3440px !important; +} + +.cke_button__btbutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3480px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3520px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -336px !important; +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -432px !important; +} + +.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?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -528px !important; +} + +.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?t=de1371d) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -624px !important; +} + +.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?t=de1371d) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -816px !important; +} + +.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?t=de1371d) no-repeat 0 -864px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -912px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -480px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1008px !important; +} + +.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?t=de1371d) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1344px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1488px !important; +} + +.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?t=de1371d) no-repeat 0 -1536px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1584px !important; +} + +.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?t=de1371d) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.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?t=de1371d) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1776px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1872px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.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?t=de1371d) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2016px !important; +} + +.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?t=de1371d) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2352px !important; +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; + background-size: 16px !important; +} + +.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?t=de1371d) no-repeat 0 -2448px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2592px !important; +} + +.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?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2688px !important; +} + +.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?t=de1371d) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2784px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2832px !important; +} + +.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?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2928px !important; +} + +.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?t=de1371d) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3024px !important; +} + +.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?t=de1371d) no-repeat 0 -3072px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.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?t=de1371d) no-repeat 0 -3168px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3216px !important; +} + +.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?t=de1371d) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3456px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3504px !important; +} + +.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?t=de1371d) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3600px !important; +} + +.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?t=de1371d) no-repeat 0 -3648px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3696px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3744px !important; +} + +.cke_hidpi .cke_button__scayt_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3792px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3840px !important; +} + +.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?t=de1371d) no-repeat 0 -3888px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3936px !important; +} + +.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?t=de1371d) no-repeat 0 -3984px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4032px !important; +} + +.cke_hidpi .cke_button__spellchecker_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4080px !important; +} + +.cke_hidpi .cke_button__btgrid_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4128px !important; +} + +.cke_hidpi .cke_button__btbutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4176px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4224px !important; +} \ No newline at end of file diff --git a/skins/moonocolor/editor_iequirks.css b/skins/moonocolor/editor_iequirks.css new file mode 100755 index 0000000..956cc7a --- /dev/null +++ b/skins/moonocolor/editor_iequirks.css @@ -0,0 +1,1972 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_top, +.cke_contents, +.cke_bottom { + width: 100% +} + +.cke_button_arrow { + font-size: 0 +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_button, +.cke_rtl .cke_button *, +.cke_rtl .cke_combo, +.cke_rtl .cke_combo *, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_item *, +.cke_rtl .cke_path_empty { + float: none +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_combo_button, +.cke_rtl .cke_combo_button *, +.cke_rtl .cke_button, +.cke_rtl .cke_button_icon { + display: inline-block; + vertical-align: top +} + +.cke_rtl .cke_button_icon { + float: none +} + +.cke_resizer { + width: 10px +} + +.cke_source { + white-space: normal +} + +.cke_bottom { + position: static +} + +.cke_colorbox { + font-size: 0 +} + +.cke_button__about_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -40px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -80px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -120px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -160px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -200px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -280px !important; +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -320px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -400px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -440px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -520px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -560px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -600px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -640px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -680px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -760px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -800px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -840px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -880px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -920px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -960px !important; +} + +.cke_button__flash_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1000px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1040px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1080px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1120px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1160px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1240px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1280px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1320px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1360px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1400px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1480px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1520px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1560px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1600px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1640px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1720px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1760px !important; +} + +.cke_button__smiley_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1800px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1840px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1880px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -1960px !important; +} + +.cke_button__language_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2000px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2040px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2080px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2120px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2240px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2280px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2320px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2360px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2400px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2440px !important; +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2480px !important; +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2520px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2560px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2600px !important; +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2680px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2720px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2760px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2800px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2840px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2920px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -2960px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3000px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3040px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3080px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.cke_button__scayt_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3160px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3200px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3240px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3280px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3320px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_button__spellchecker_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3400px !important; +} + +.cke_button__btgrid_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3440px !important; +} + +.cke_button__btbutton_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3480px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=de1371d) no-repeat 0 -3520px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -336px !important; +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -432px !important; +} + +.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?t=de1371d) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -528px !important; +} + +.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?t=de1371d) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -624px !important; +} + +.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?t=de1371d) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -720px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -816px !important; +} + +.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?t=de1371d) no-repeat 0 -864px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -912px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -480px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1008px !important; +} + +.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?t=de1371d) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1344px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1440px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1488px !important; +} + +.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?t=de1371d) no-repeat 0 -1536px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1584px !important; +} + +.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?t=de1371d) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1680px !important; +} + +.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?t=de1371d) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1776px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1872px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1920px !important; +} + +.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?t=de1371d) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2016px !important; +} + +.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?t=de1371d) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2160px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2352px !important; +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -1200px !important; + background-size: 16px !important; +} + +.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?t=de1371d) no-repeat 0 -2448px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2592px !important; +} + +.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?t=de1371d) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2688px !important; +} + +.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?t=de1371d) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2784px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2832px !important; +} + +.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?t=de1371d) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -2928px !important; +} + +.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?t=de1371d) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3024px !important; +} + +.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?t=de1371d) no-repeat 0 -3072px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3120px !important; +} + +.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?t=de1371d) no-repeat 0 -3168px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3216px !important; +} + +.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?t=de1371d) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3360px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3456px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3504px !important; +} + +.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?t=de1371d) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3600px !important; +} + +.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?t=de1371d) no-repeat 0 -3648px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3696px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3744px !important; +} + +.cke_hidpi .cke_button__scayt_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3792px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3840px !important; +} + +.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?t=de1371d) no-repeat 0 -3888px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -3936px !important; +} + +.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?t=de1371d) no-repeat 0 -3984px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4032px !important; +} + +.cke_hidpi .cke_button__spellchecker_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4080px !important; +} + +.cke_hidpi .cke_button__btgrid_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4128px !important; +} + +.cke_hidpi .cke_button__btbutton_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4176px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=de1371d) no-repeat 0 -4224px !important; +} \ No newline at end of file diff --git a/skins/moonocolor/icons.png b/skins/moonocolor/icons.png new file mode 100755 index 0000000..ccc0330 Binary files /dev/null and b/skins/moonocolor/icons.png differ diff --git a/skins/moonocolor/icons_hidpi.png b/skins/moonocolor/icons_hidpi.png new file mode 100755 index 0000000..2cff0a4 Binary files /dev/null and b/skins/moonocolor/icons_hidpi.png differ diff --git a/skins/moonocolor/images/arrow.png b/skins/moonocolor/images/arrow.png new file mode 100755 index 0000000..d72b5f3 Binary files /dev/null and b/skins/moonocolor/images/arrow.png differ diff --git a/skins/moonocolor/images/close.png b/skins/moonocolor/images/close.png new file mode 100755 index 0000000..6a04ab5 Binary files /dev/null and b/skins/moonocolor/images/close.png differ diff --git a/skins/moonocolor/images/hidpi/close.png b/skins/moonocolor/images/hidpi/close.png new file mode 100755 index 0000000..e406c2c Binary files /dev/null and b/skins/moonocolor/images/hidpi/close.png differ diff --git a/skins/moonocolor/images/hidpi/lock-open.png b/skins/moonocolor/images/hidpi/lock-open.png new file mode 100755 index 0000000..edbd12f Binary files /dev/null and b/skins/moonocolor/images/hidpi/lock-open.png differ diff --git a/skins/moonocolor/images/hidpi/lock.png b/skins/moonocolor/images/hidpi/lock.png new file mode 100755 index 0000000..1b87bbb Binary files /dev/null and b/skins/moonocolor/images/hidpi/lock.png differ diff --git a/skins/moonocolor/images/hidpi/refresh.png b/skins/moonocolor/images/hidpi/refresh.png new file mode 100755 index 0000000..c6c2b86 Binary files /dev/null and b/skins/moonocolor/images/hidpi/refresh.png differ diff --git a/skins/moonocolor/images/lock-open.png b/skins/moonocolor/images/lock-open.png new file mode 100755 index 0000000..0476987 Binary files /dev/null and b/skins/moonocolor/images/lock-open.png differ diff --git a/skins/moonocolor/images/lock.png b/skins/moonocolor/images/lock.png new file mode 100755 index 0000000..c5a1440 Binary files /dev/null and b/skins/moonocolor/images/lock.png differ diff --git a/skins/moonocolor/images/refresh.png b/skins/moonocolor/images/refresh.png new file mode 100755 index 0000000..1ff63c3 Binary files /dev/null and b/skins/moonocolor/images/refresh.png differ diff --git a/skins/moonocolor/images/spinner.gif b/skins/moonocolor/images/spinner.gif new file mode 100755 index 0000000..d898d41 Binary files /dev/null and b/skins/moonocolor/images/spinner.gif differ diff --git a/skins/moonocolor/readme.md b/skins/moonocolor/readme.md new file mode 100755 index 0000000..58290a0 --- /dev/null +++ b/skins/moonocolor/readme.md @@ -0,0 +1,51 @@ +"Moono" Skin +==================== + +This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor +[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by +the CKEditor team. "Moono" is maintained by the core developers. + +For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) +documentation. + +Features +------------------- +"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency. +It comes with the following features: + +- Chameleon feature with brightness, +- high-contrast compatibility, +- graphics source provided in SVG. + +Directory Structure +------------------- + +CSS parts: +- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, +- **mainui.css**: the file contains styles of entire editor outline structures, +- **toolbar.css**: the file contains styles of the editor toolbar space (top), +- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, +- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded +until the first panel open up, +- **elementspath.css**: the file contains styles of the editor elements path bar (bottom), +- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, +it's not loaded until the first menu open up, +- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, +- **reset.css**: the file defines the basis of style resets among all editor UI spaces, +- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, +- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. + +Other parts: +- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature, +- **icons/**: contains all skin defined icons, +- **images/**: contains a fill general used images, +- **dev/**: contains SVG source of the skin icons. + +License +------- + +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + +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). + +See LICENSE.md for more information. diff --git a/skins/moonocolor16/dialog.css b/skins/moonocolor16/dialog.css new file mode 100755 index 0000000..38eb63e --- /dev/null +++ b/skins/moonocolor16/dialog.css @@ -0,0 +1,736 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} \ No newline at end of file diff --git a/skins/moonocolor16/dialog_ie.css b/skins/moonocolor16/dialog_ie.css new file mode 100755 index 0000000..0ccd816 --- /dev/null +++ b/skins/moonocolor16/dialog_ie.css @@ -0,0 +1,775 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} \ No newline at end of file diff --git a/skins/moonocolor16/dialog_ie7.css b/skins/moonocolor16/dialog_ie7.css new file mode 100755 index 0000000..8aeb250 --- /dev/null +++ b/skins/moonocolor16/dialog_ie7.css @@ -0,0 +1,814 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +.cke_dialog_title { + zoom: 1 +} + +.cke_dialog_footer { + border-top: 1px solid #bfbfbf +} + +.cke_dialog_footer_buttons { + position: static +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button { + vertical-align: top +} + +.cke_dialog .cke_resizer_ltr { + padding-left: 4px +} + +.cke_dialog .cke_resizer_rtl { + padding-right: 4px +} + +.cke_dialog_ui_input_text, +.cke_dialog_ui_input_password, +.cke_dialog_ui_input_textarea, +.cke_dialog_ui_input_select { + padding: 0 !important +} + +.cke_dialog_ui_checkbox_input, +.cke_dialog_ui_ratio_input, +.cke_btn_reset, +.cke_btn_locked, +.cke_btn_unlocked { + border: 1px solid transparent !important +} \ No newline at end of file diff --git a/skins/moonocolor16/dialog_ie8.css b/skins/moonocolor16/dialog_ie8.css new file mode 100755 index 0000000..8c83f0d --- /dev/null +++ b/skins/moonocolor16/dialog_ie8.css @@ -0,0 +1,782 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + display: block +} \ No newline at end of file diff --git a/skins/moonocolor16/dialog_iequirks.css b/skins/moonocolor16/dialog_iequirks.css new file mode 100755 index 0000000..24a68fa --- /dev/null +++ b/skins/moonocolor16/dialog_iequirks.css @@ -0,0 +1,779 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #eaeaea; + border: 1px solid #b2b2b2; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 13px; + cursor: move; + position: relative; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #999; + padding: 6px 10px; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border-top: 2px solid rgba(102, 102, 102, 0.2); + border-right: 2px solid rgba(102, 102, 102, 0.2); + border-bottom: 2px solid rgba(102, 102, 102, 0.2); + border-left: 2px solid rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 30px; + border-top: 1px solid #bfbfbf; + border-radius: 0 0 3px 3px +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 17px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border: 0; + outline: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + border-radius: 0 0 2px 2px; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 24px; + display: inline-block; + margin: 5px 0 0; + position: absolute; + z-index: 2; + left: 10px +} + +.cke_rtl .cke_dialog_tabs { + right: 10px +} + +a.cke_dialog_tab { + height: 16px; + padding: 4px 8px; + margin-right: 3px; + display: inline-block; + cursor: pointer; + line-height: 16px; + outline: 0; + color: #595959; + border: 1px solid #bfbfbf; + border-radius: 3px 3px 0 0; + background: #d4d4d4; + background-image: linear-gradient(to bottom, #fafafa, #ededed); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed') +} + +.cke_rtl a.cke_dialog_tab { + margin-right: 0; + margin-left: 3px +} + +a.cke_dialog_tab:hover, +a.cke_dialog_tab:focus { + background: #ebebeb; + background: linear-gradient(to bottom, #ebebeb 0, #dfdfdf 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0) +} + +a.cke_dialog_tab_selected { + background: #fff; + color: #383838; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus, +{ +background: #ededed; +background: linear-gradient(to bottom, #ededed 0, #fff 100%); +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0) +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 4px; + z-index: 5; + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_hidpi .cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +.cke_dialog_close_button span { + display: none +} + +.cke_hc .cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +.cke_ltr .cke_dialog_close_button { + right: 5px +} + +.cke_rtl .cke_dialog_close_button { + left: 6px +} + +.cke_dialog_close_button { + top: 4px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100% +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9; + border-top-color: #a0a6ad +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 1px solid #139ff7; + border-top-color: #1392e9 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 0; + margin: 0; + text-align: center; + color: #333; + vertical-align: middle; + cursor: pointer; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +span.cke_dialog_ui_button { + padding: 0 10px +} + +a.cke_dialog_ui_button:hover { + border-color: #9e9e9e; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border-color: #969696; + outline: 0; + box-shadow: 0 0 6px rgba(0, 0, 0, .4) inset +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid; + padding-top: 1px; + padding-bottom: 1px +} + +.cke_hc a.cke_dialog_ui_button:hover span, +.cke_hc a.cke_dialog_ui_button:focus span, +.cke_hc a.cke_dialog_ui_button:active span { + padding-left: 10px; + padding-right: 10px +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + text-shadow: 0 -1px 0 #55830c; + border-color: #62a60a #62a60a #4d9200; + background: #69b10b; + background-image: linear-gradient(to bottom, #9ad717, #69b10b); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#9ad717', endColorstr='#69b10b') +} + +a.cke_dialog_ui_button_ok:hover { + border-color: #5b9909 #5b9909 #478500; + background: #88be14; + background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14', endColorstr='#5d9c0a', GradientType=0) +} + +a.cke_dialog_ui_button_ok.cke_disabled { + border-color: #7d9f51; + background: #8dad62; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3d271), to(#8dad62)); + background-image: -webkit-linear-gradient(top, #b3d271, #8dad62); + background-image: -o-linear-gradient(top, #b3d271, #8dad62); + background-image: linear-gradient(to bottom, #b3d271, #8dad62); + background-image: -moz-linear-gradient(top, #b3d271, #8dad62); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#B3D271', endColorstr='#8DAD62') +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + color: #e0e8d1 +} + +a.cke_dialog_ui_button span { + text-shadow: 0 1px 0 #fff +} + +a.cke_dialog_ui_button_ok span { + text-shadow: 0 -1px 0 #55830c +} + +span.cke_dialog_ui_button { + cursor: pointer +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active, +a.cke_dialog_ui_button_cancel:focus, +a.cke_dialog_ui_button_cancel:active { + border-width: 2px; + padding: 3px 0 +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #568c0a +} + +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + border-color: #6f8c49 +} + +a.cke_dialog_ui_button_ok:focus span, +a.cke_dialog_ui_button_ok:active span, +a.cke_dialog_ui_button_cancel:focus span, +a.cke_dialog_ui_button_cancel:active span { + padding: 0 11px +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 25px; + line-height: 25px; + background-color: #fff; + border: 1px solid #c9cccf; + border-top-color: #aeb3b9; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 3px; + box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog .cke_dark_background { + background-color: #dedede +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog .cke_btn_over { + border: outset 1px; + cursor: pointer +} + +.cke_dialog .ImagePreviewBox { + border: 2px ridge black; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 2px ridge black; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + margin-bottom: auto; + cursor: default +} + +.cke_dialog_body label.cke_required { + font-weight: bold +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 1px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_dialog_ui_checkbox_input:focus, +.cke_dialog_ui_radio_input:focus, +.cke_btn_over { + outline: 1px dotted #696969 +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +.cke_dialog_footer { + filter: "" +} \ No newline at end of file diff --git a/skins/moonocolor16/editor.css b/skins/moonocolor16/editor.css new file mode 100755 index 0000000..c24b080 --- /dev/null +++ b/skins/moonocolor16/editor.css @@ -0,0 +1,1771 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke_button__about_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -24px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -72px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -120px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -168px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -216px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -264px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -312px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -408px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -456px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -504px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -552px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -600px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -648px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -696px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -744px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -792px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -840px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -864px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -888px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -936px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -984px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1032px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1080px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1128px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1176px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1224px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1272px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1320px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1368px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1416px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1464px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1512px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1560px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1608px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1656px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1704px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1752px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1800px !important; +} + +.cke_button__html5video_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.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?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.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?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.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?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.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?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.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?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1872px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1920px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2016px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2160px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2352px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2400px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2448px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2592px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2688px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2784px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2832px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2928px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3024px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3072px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3120px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3168px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3216px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3360px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3456px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3504px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3600px !important; +} + +.cke_hidpi .cke_button__html5video_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3648px !important; +} \ No newline at end of file diff --git a/skins/moonocolor16/editor_gecko.css b/skins/moonocolor16/editor_gecko.css new file mode 100755 index 0000000..9ea02e7 --- /dev/null +++ b/skins/moonocolor16/editor_gecko.css @@ -0,0 +1,1780 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke_bottom { + padding-bottom: 3px +} + +.cke_combo_text { + margin-bottom: -1px; + margin-top: 1px +} + +.cke_button__about_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -24px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -72px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -120px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -168px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -216px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -264px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -312px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -408px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -456px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -504px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -552px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -600px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -648px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -696px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -744px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -792px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -840px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -864px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -888px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -936px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -984px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1032px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1080px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1128px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1176px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1224px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1272px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1320px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1368px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1416px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1464px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1512px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1560px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1608px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1656px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1704px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1752px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1800px !important; +} + +.cke_button__html5video_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.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?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.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?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.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?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.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?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.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?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1872px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1920px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2016px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2160px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2352px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2400px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2448px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2592px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2688px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2784px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2832px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2928px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3024px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3072px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3120px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3168px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3216px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3360px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3456px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3504px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3600px !important; +} + +.cke_hidpi .cke_button__html5video_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3648px !important; +} \ No newline at end of file diff --git a/skins/moonocolor16/editor_ie.css b/skins/moonocolor16/editor_ie.css new file mode 100755 index 0000000..136aedd --- /dev/null +++ b/skins/moonocolor16/editor_ie.css @@ -0,0 +1,1817 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_button__about_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -24px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -72px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -120px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -168px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -216px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -264px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -312px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -408px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -456px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -504px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -552px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -600px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -648px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -696px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -744px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -792px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -840px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -864px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -888px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -936px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -984px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1032px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1080px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1128px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1176px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1224px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1272px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1320px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1368px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1416px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1464px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1512px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1560px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1608px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1656px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1704px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1752px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1800px !important; +} + +.cke_button__html5video_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.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?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.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?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.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?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.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?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.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?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1872px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1920px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2016px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2160px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2352px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2400px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2448px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2592px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2688px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2784px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2832px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2928px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3024px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3072px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3120px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3168px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3216px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3360px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3456px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3504px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3600px !important; +} + +.cke_hidpi .cke_button__html5video_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3648px !important; +} \ No newline at end of file diff --git a/skins/moonocolor16/editor_ie7.css b/skins/moonocolor16/editor_ie7.css new file mode 100755 index 0000000..d5b4101 --- /dev/null +++ b/skins/moonocolor16/editor_ie7.css @@ -0,0 +1,1976 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_button, +.cke_rtl .cke_button *, +.cke_rtl .cke_combo, +.cke_rtl .cke_combo *, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_item *, +.cke_rtl .cke_path_empty { + float: none +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_combo_button, +.cke_rtl .cke_combo_button *, +.cke_rtl .cke_button, +.cke_rtl .cke_button_icon { + display: inline-block; + vertical-align: top +} + +.cke_toolbox { + display: inline-block; + padding-bottom: 5px; + height: 100% +} + +.cke_rtl .cke_toolbox { + padding-bottom: 0 +} + +.cke_toolbar { + margin-bottom: 5px +} + +.cke_rtl .cke_toolbar { + margin-bottom: 0 +} + +.cke_toolgroup { + height: 26px +} + +.cke_toolgroup, +.cke_combo { + position: relative +} + +a.cke_button { + float: none; + vertical-align: top +} + +.cke_toolbar_separator { + display: inline-block; + float: none; + vertical-align: top; + background-color: #c0c0c0 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 0 +} + +.cke_toolbox_collapser .cke_arrow { + border-width: 4px +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + border-width: 3px +} + +.cke_rtl .cke_button_arrow { + padding-top: 8px; + margin-right: 2px +} + +.cke_rtl .cke_combo_inlinelabel { + display: table-cell; + vertical-align: middle +} + +.cke_menubutton { + display: block; + height: 24px +} + +.cke_menubutton_inner { + display: block; + position: relative +} + +.cke_menubutton_icon { + height: 16px; + width: 16px +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: inline-block +} + +.cke_menubutton_label { + width: auto; + vertical-align: top; + line-height: 24px; + height: 24px; + margin: 0 10px 0 0 +} + +.cke_menuarrow { + width: 5px; + height: 6px; + padding: 0; + position: absolute; + right: 8px; + top: 10px; + background-position: 0 0 +} + +.cke_rtl .cke_menubutton_icon { + position: absolute; + right: 0; + top: 0 +} + +.cke_rtl .cke_menubutton_label { + float: right; + clear: both; + margin: 0 24px 0 10px +} + +.cke_hc .cke_rtl .cke_menubutton_label { + margin-right: 0 +} + +.cke_rtl .cke_menuarrow { + left: 8px; + right: auto; + background-position: 0 -24px +} + +.cke_hc .cke_menuarrow { + top: 5px; + padding: 0 5px +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + position: relative +} + +.cke_wysiwyg_div { + padding-top: 0 !important; + padding-bottom: 0 !important +} + +.cke_button__about_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -24px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -72px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -120px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -168px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -216px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -264px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -312px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -408px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -456px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -504px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -552px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -600px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -648px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -696px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -744px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -792px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -840px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -864px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -888px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -936px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -984px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1032px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1080px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1128px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1176px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1224px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1272px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1320px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1368px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1416px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1464px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1512px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1560px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1608px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1656px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1704px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1752px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1800px !important; +} + +.cke_button__html5video_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.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?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.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?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.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?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.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?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.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?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1872px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1920px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2016px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2160px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2352px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2400px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2448px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2592px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2688px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2784px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2832px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2928px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3024px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3072px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3120px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3168px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3216px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3360px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3456px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3504px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3600px !important; +} + +.cke_hidpi .cke_button__html5video_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3648px !important; +} \ No newline at end of file diff --git a/skins/moonocolor16/editor_ie8.css b/skins/moonocolor16/editor_ie8.css new file mode 100755 index 0000000..3283ecc --- /dev/null +++ b/skins/moonocolor16/editor_ie8.css @@ -0,0 +1,1829 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_toolbox_collapser .cke_arrow { + border-width: 4px +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + border-width: 3px +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 0 +} + +.cke_button__about_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -24px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -72px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -120px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -168px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -216px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -264px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -312px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -408px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -456px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -504px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -552px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -600px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -648px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -696px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -744px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -792px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -840px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -864px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -888px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -936px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -984px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1032px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1080px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1128px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1176px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1224px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1272px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1320px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1368px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1416px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1464px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1512px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1560px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1608px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1656px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1704px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1752px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1800px !important; +} + +.cke_button__html5video_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.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?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.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?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.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?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.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?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.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?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1872px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1920px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2016px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2160px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2352px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2400px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2448px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2592px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2688px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2784px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2832px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2928px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3024px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3072px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3120px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3168px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3216px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3360px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3456px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3504px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3600px !important; +} + +.cke_hidpi .cke_button__html5video_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3648px !important; +} \ No newline at end of file diff --git a/skins/moonocolor16/editor_iequirks.css b/skins/moonocolor16/editor_iequirks.css new file mode 100755 index 0000000..b415834 --- /dev/null +++ b/skins/moonocolor16/editor_iequirks.css @@ -0,0 +1,1869 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #b6b6b6; + padding: 0; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_inner { + display: block; + -webkit-touch-callout: none; + background: #fff; + padding: 0 +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #b6b6b6; + padding: 6px 8px 2px; + white-space: normal; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_float .cke_top { + border: 1px solid #b6b6b6; + border-bottom-color: #999 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #bfbfbf; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf') +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #666 transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .3) +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #a5a5a5; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #b6b6b6; + border-bottom-color: #999; + border-radius: 3px; + box-shadow: 0 0 3px rgba(0, 0, 0, .15) +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 150px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_list { + list-style-type: none; + margin: 3px; + padding: 0; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding-bottom: 1px +} + +.cke_panel_listItem a { + padding: 3px 4px; + display: block; + border: 1px solid #fff; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis; + border-radius: 2px +} + +* html .cke_panel_listItem a { + width: 100%; + color: #000 +} + +*:first-child+html .cke_panel_listItem a { + color: #000 +} + +.cke_panel_listItem.cke_selected a { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + border-color: #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 4px 6px; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .75); + border-bottom: 1px solid #b6b6b6; + border-radius: 2px 2px 0 0; + box-shadow: 0 1px 0 #fff inset; + background: #cfd1cf; + background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf') +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_colorblock { + padding: 3px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +span.cke_colorbox { + width: 10px; + height: 10px; + border: #808080 1px solid; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorbox { + border: #fff 1px solid; + padding: 2px; + float: left; + width: 12px; + height: 12px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 2px; + display: block; + cursor: pointer +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + border: #b6b6b6 1px solid; + background-color: #e5e5e5 +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_hc .cke_toolgroup { + border: 0; + margin-right: 10px; + margin-bottom: 10px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin-left: 6px; + margin-right: 0 +} + +a.cke_button { + display: inline-block; + height: 18px; + padding: 4px 6px; + outline: 0; + cursor: default; + float: left; + border: 0 +} + +.cke_ltr .cke_button:last-child, +.cke_rtl .cke_button:first-child { + border-radius: 0 2px 2px 0 +} + +.cke_ltr .cke_button:first-child, +.cke_rtl .cke_button:last-child { + border-radius: 2px 0 0 2px +} + +.cke_rtl .cke_button { + float: right +} + +.cke_hc .cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: -2px 4px 0 -2px +} + +a.cke_button_on { + box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2); + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border-width: 3px; + padding: 1px 3px +} + +.cke_button_disabled .cke_button_icon { + opacity: .3 +} + +.cke_hc .cke_button_disabled { + opacity: .5 +} + +a.cke_button_on:hover, +a.cke_button_on:focus, +a.cke_button_on:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset; + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + margin-top: 1px; + width: 16px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + margin-top: 1px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 0 0 1px; + width: 0; + height: 0; + cursor: default; + vertical-align: top; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px -2px 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #c0c0c0; + background-color: rgba(0, 0, 0, .2); + margin: 5px 2px 0; + height: 18px; + width: 1px; + box-shadow: 1px 0 1px rgba(255, 255, 255, .5) +} + +.cke_rtl .cke_toolbar_separator { + float: right; + box-shadow: -1px 0 1px rgba(255, 255, 255, .1) +} + +.cke_hc .cke_toolbar_separator { + width: 0; + border-left: 1px solid; + margin: 1px 5px 0 0 +} + +.cke_toolbar_break { + display: block; + clear: left +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_toolbox_collapser:hover { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc') +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-bottom: 3px solid #474747; + border-top: 3px solid transparent +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #474747 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0; + margin-right: 2px +} + +.cke_menubutton { + display: block +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #d3d3d3; + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #d7d8d7; + opacity: .70; + filter: alpha(opacity=70); + padding: 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #d0d2d0 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_menubutton_on { + border: 1px solid #dedede; + background-color: #f2f2f2; + box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #eff0ef +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d3d3d3; + height: 1px; + filter: alpha(opacity=70); + opacity: .70 +} + +.cke_menuarrow { + background-image: url(images/arrow.png); + background-position: 0 10px; + background-repeat: no-repeat; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: -2px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left; + margin: 0 6px 5px 0; + border: 1px solid #a6a6a6; + border-bottom-color: #979797; + border-radius: 3px; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset; + background: #e4e4e4; + background-image: linear-gradient(to bottom, #fff, #e4e4e4); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4') +} + +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus { + background: #ccc; + background-image: linear-gradient(to bottom, #f2f2f2, #ccc); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); + outline: 0 +} + +.cke_combo_off a.cke_combo_button:active, +.cke_combo_on a.cke_combo_button { + border: 1px solid #777; + box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset; + background: #b5b5b5; + background-image: linear-gradient(to bottom, #aaa, #cacaca); + filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca') +} + +.cke_combo_on a.cke_combo_button:hover, +.cke_combo_on a.cke_combo_button:focus, +.cke_combo_on a.cke_combo_button:active { + box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2) +} + +.cke_rtl .cke_combo_button { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_hc a.cke_combo_button { + padding: 3px +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border-width: 3px; + padding: 1px +} + +.cke_combo_text { + line-height: 26px; + padding-left: 10px; + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #474747; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + width: 60px +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 7px 1px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 0; + width: 0; + font-size: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 3px solid #474747 +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: .3 +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #4c4c4c; + text-shadow: 0 1px 0 #fff; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #bfbfbf; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, .5); + border-radius: 2px; + box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +.cke_combo__fontsize .cke_combo_text { + width: 30px +} + +.cke_combopanel__fontsize { + width: 120px +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + border-radius: 3px; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_top, +.cke_contents, +.cke_bottom { + width: 100% +} + +.cke_button_arrow { + font-size: 0 +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_button, +.cke_rtl .cke_button *, +.cke_rtl .cke_combo, +.cke_rtl .cke_combo *, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_item *, +.cke_rtl .cke_path_empty { + float: none +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_combo_button, +.cke_rtl .cke_combo_button *, +.cke_rtl .cke_button, +.cke_rtl .cke_button_icon { + display: inline-block; + vertical-align: top +} + +.cke_rtl .cke_button_icon { + float: none +} + +.cke_resizer { + width: 10px +} + +.cke_source { + white-space: normal +} + +.cke_bottom { + position: static +} + +.cke_colorbox { + font-size: 0 +} + +.cke_button__about_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_button__bold_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -24px !important; +} + +.cke_button__italic_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_button__strike_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -72px !important; +} + +.cke_button__subscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_button__superscript_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -120px !important; +} + +.cke_button__underline_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -168px !important; +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -216px !important; +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -264px !important; +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -312px !important; +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -360px !important; +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -408px !important; +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -456px !important; +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -504px !important; +} + +.cke_button__replace_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.cke_button__button_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -552px !important; +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_button__form_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -600px !important; +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -648px !important; +} + +.cke_button__radio_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -696px !important; +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -744px !important; +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -792px !important; +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -840px !important; +} + +.cke_button__iframe_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -864px !important; +} + +.cke_button__image_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -888px !important; +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -936px !important; +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -984px !important; +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1032px !important; +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1080px !important; +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1128px !important; +} + +.cke_button__link_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_button__unlink_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1176px !important; +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1224px !important; +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1272px !important; +} + +.cke_button__maximize_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1320px !important; +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1368px !important; +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1416px !important; +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.cke_button__print_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1464px !important; +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_button__save_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1512px !important; +} + +.cke_button__selectall_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1560px !important; +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1608px !important; +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1656px !important; +} + +.cke_button__table_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1704px !important; +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1752px !important; +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.cke_button__bootstrapTabs_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1800px !important; +} + +.cke_button__html5video_icon { + background: url(icons.png?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -0px !important; +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -48px !important; +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -96px !important; +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -144px !important; +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -192px !important; +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -240px !important; +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -288px !important; +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -336px !important; +} + +.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?t=8b53603e8) no-repeat 0 -384px !important; +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; +} + +.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?t=8b53603e8) no-repeat 0 -480px !important; +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -528px !important; +} + +.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?t=8b53603e8) no-repeat 0 -576px !important; +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -624px !important; +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -672px !important; +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -720px !important; +} + +.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?t=8b53603e8) no-repeat 0 -768px !important; +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -816px !important; +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -432px !important; + background-size: 16px !important; +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -912px !important; +} + +.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?t=8b53603e8) no-repeat 0 -960px !important; +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1008px !important; +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1056px !important; +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1104px !important; +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1152px !important; +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1200px !important; +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1248px !important; +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1296px !important; +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1344px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1392px !important; +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1440px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1488px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1536px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1584px !important; +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1632px !important; +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1680px !important; +} + +.cke_hidpi .cke_button__iframe_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1728px !important; +} + +.cke_hidpi .cke_button__image_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1776px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1824px !important; +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1872px !important; +} + +.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?t=8b53603e8) no-repeat 0 -1920px !important; +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -1968px !important; +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2016px !important; +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2064px !important; +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2112px !important; +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2160px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2208px !important; +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2256px !important; +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2304px !important; +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2352px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2400px !important; +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2448px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2496px !important; +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2544px !important; +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2592px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2640px !important; +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2688px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2736px !important; +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2784px !important; +} + +.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?t=8b53603e8) no-repeat 0 -2832px !important; +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2880px !important; +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2928px !important; +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -2976px !important; +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3024px !important; +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3072px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3120px !important; +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3168px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3216px !important; +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3264px !important; +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3312px !important; +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3360px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3408px !important; +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3456px !important; +} + +.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?t=8b53603e8) no-repeat 0 -3504px !important; +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3552px !important; +} + +.cke_hidpi .cke_button__bootstrapTabs_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3600px !important; +} + +.cke_hidpi .cke_button__html5video_icon { + background: url(icons_hidpi.png?t=8b53603e8) no-repeat 0 -3648px !important; +} \ No newline at end of file diff --git a/skins/moonocolor16/icons.png b/skins/moonocolor16/icons.png new file mode 100755 index 0000000..8406391 Binary files /dev/null and b/skins/moonocolor16/icons.png differ diff --git a/skins/moonocolor16/icons32.png b/skins/moonocolor16/icons32.png new file mode 100755 index 0000000..ccc0330 Binary files /dev/null and b/skins/moonocolor16/icons32.png differ diff --git a/skins/moonocolor16/icons_hidpi.png b/skins/moonocolor16/icons_hidpi.png new file mode 100755 index 0000000..31b8b38 Binary files /dev/null and b/skins/moonocolor16/icons_hidpi.png differ diff --git a/skins/moonocolor16/images/arrow.png b/skins/moonocolor16/images/arrow.png new file mode 100755 index 0000000..d72b5f3 Binary files /dev/null and b/skins/moonocolor16/images/arrow.png differ diff --git a/skins/moonocolor16/images/close.png b/skins/moonocolor16/images/close.png new file mode 100755 index 0000000..6a04ab5 Binary files /dev/null and b/skins/moonocolor16/images/close.png differ diff --git a/skins/moonocolor16/images/hidpi/close.png b/skins/moonocolor16/images/hidpi/close.png new file mode 100755 index 0000000..e406c2c Binary files /dev/null and b/skins/moonocolor16/images/hidpi/close.png differ diff --git a/skins/moonocolor16/images/hidpi/lock-open.png b/skins/moonocolor16/images/hidpi/lock-open.png new file mode 100755 index 0000000..edbd12f Binary files /dev/null and b/skins/moonocolor16/images/hidpi/lock-open.png differ diff --git a/skins/moonocolor16/images/hidpi/lock.png b/skins/moonocolor16/images/hidpi/lock.png new file mode 100755 index 0000000..1b87bbb Binary files /dev/null and b/skins/moonocolor16/images/hidpi/lock.png differ diff --git a/skins/moonocolor16/images/hidpi/refresh.png b/skins/moonocolor16/images/hidpi/refresh.png new file mode 100755 index 0000000..c6c2b86 Binary files /dev/null and b/skins/moonocolor16/images/hidpi/refresh.png differ diff --git a/skins/moonocolor16/images/lock-open.png b/skins/moonocolor16/images/lock-open.png new file mode 100755 index 0000000..0476987 Binary files /dev/null and b/skins/moonocolor16/images/lock-open.png differ diff --git a/skins/moonocolor16/images/lock.png b/skins/moonocolor16/images/lock.png new file mode 100755 index 0000000..c5a1440 Binary files /dev/null and b/skins/moonocolor16/images/lock.png differ diff --git a/skins/moonocolor16/images/refresh.png b/skins/moonocolor16/images/refresh.png new file mode 100755 index 0000000..1ff63c3 Binary files /dev/null and b/skins/moonocolor16/images/refresh.png differ diff --git a/skins/moonocolor16/images/spinner.gif b/skins/moonocolor16/images/spinner.gif new file mode 100755 index 0000000..d898d41 Binary files /dev/null and b/skins/moonocolor16/images/spinner.gif differ diff --git a/skins/moonocolor16/readme.md b/skins/moonocolor16/readme.md new file mode 100755 index 0000000..58290a0 --- /dev/null +++ b/skins/moonocolor16/readme.md @@ -0,0 +1,51 @@ +"Moono" Skin +==================== + +This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor +[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by +the CKEditor team. "Moono" is maintained by the core developers. + +For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) +documentation. + +Features +------------------- +"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency. +It comes with the following features: + +- Chameleon feature with brightness, +- high-contrast compatibility, +- graphics source provided in SVG. + +Directory Structure +------------------- + +CSS parts: +- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, +- **mainui.css**: the file contains styles of entire editor outline structures, +- **toolbar.css**: the file contains styles of the editor toolbar space (top), +- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, +- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded +until the first panel open up, +- **elementspath.css**: the file contains styles of the editor elements path bar (bottom), +- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, +it's not loaded until the first menu open up, +- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, +- **reset.css**: the file defines the basis of style resets among all editor UI spaces, +- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, +- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. + +Other parts: +- **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature, +- **icons/**: contains all skin defined icons, +- **images/**: contains a fill general used images, +- **dev/**: contains SVG source of the skin icons. + +License +------- + +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + +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). + +See LICENSE.md for more information. diff --git a/skins/n1theme/dialog.css b/skins/n1theme/dialog.css new file mode 100755 index 0000000..b49bf23 --- /dev/null +++ b/skins/n1theme/dialog.css @@ -0,0 +1,841 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #fff +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 12px; + cursor: move; + position: relative; + color: #484848; + border-bottom: 1px solid #d1d1d1; + padding: 12px 19px 12px 12px; + background: #f8f8f8; + letter-spacing: .3px +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border: 2px solid rgba(102, 102, 102, 0.2); + border-left-color: rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 43px; + border-top: 1px solid #d1d1d1 +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 9px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 33px; + display: inline-block; + margin: 9px 0 0; + position: absolute; + z-index: 2; + left: 11px +} + +.cke_rtl .cke_dialog_tabs { + left: auto; + right: 11px +} + +a.cke_dialog_tab { + height: 25px; + padding: 4px 8px; + display: inline-block; + cursor: pointer; + line-height: 26px; + outline: 0; + color: #484848; + border: 1px solid #d1d1d1; + border-radius: 3px 3px 0 0; + background: #f8f8f8; + min-width: 90px; + text-align: center; + margin-left: -1px; + letter-spacing: .3px +} + +a.cke_dialog_tab:hover { + background-color: #fff +} + +a.cke_dialog_tab:focus { + border: 2px solid #139ff7; + border-bottom-color: #d1d1d1; + padding: 3px 7px; + position: relative; + z-index: 1 +} + +a.cke_dialog_tab_selected { + background: #fff; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus { + border-bottom-color: #fff +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 16px; + width: 16px; + top: 11px; + z-index: 5; + opacity: .7; + filter: alpha(opacity=70) +} + +.cke_rtl .cke_dialog_close_button { + left: 12px +} + +.cke_ltr .cke_dialog_close_button { + right: 12px +} + +.cke_hc a.cke_dialog_close_button { + background-image: none +} + +.cke_hidpi a.cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +a.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +a.cke_dialog_close_button span { + display: none +} + +.cke_hc a.cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100%; + margin-top: 12px +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 2px; + min-height: 28px; + margin-left: 1px +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9 +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 2px solid #139ff7 +} + +input.cke_dialog_ui_input_text:focus { + padding-left: 5px +} + +textarea.cke_dialog_ui_input_textarea:focus { + padding: 3px 5px +} + +select.cke_dialog_ui_input_select:focus { + margin: 0; + width: 100% !important +} + +input.cke_dialog_ui_checkbox_input, +input.cke_dialog_ui_radio_input { + margin-left: 1px; + margin-right: 2px +} + +input.cke_dialog_ui_checkbox_input:focus, +input.cke_dialog_ui_checkbox_input:active, +input.cke_dialog_ui_radio_input:focus, +input.cke_dialog_ui_radio_input:active { + border: 0; + outline: 2px solid #139ff7 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 1px; + margin: 0; + text-align: center; + color: #484848; + vertical-align: middle; + cursor: pointer; + border: 1px solid #bcbcbc; + border-radius: 2px; + background: #f8f8f8; + letter-spacing: .3px; + line-height: 18px; + box-sizing: border-box +} + +.cke_hc a.cke_dialog_ui_button { + border-width: 3px +} + +span.cke_dialog_ui_button { + padding: 0 10px; + cursor: pointer +} + +a.cke_dialog_ui_button:hover { + background: #fff +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border: 2px solid #139ff7; + outline: 0; + padding: 3px 0 +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + background: #09863e; + border: 1px solid #09863e +} + +.cke_hc a.cke_dialog_ui_button { + border: 3px solid #bcbcbc +} + +a.cke_dialog_ui_button_ok:hover { + background: #53aa78; + border-color: #53aa78 +} + +a.cke_dialog_ui_button_ok:focus { + box-shadow: inset 0 0 0 2px #FFF +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #139ff7 +} + +.cke_hc a.cke_dialog_ui_button_ok:hover, +.cke_hc a.cke_dialog_ui_button_ok:focus, +.cke_hc a.cke_dialog_ui_button_ok:active { + border-color: #484848 +} + +a.cke_dialog_ui_button_ok.cke_disabled { + background: #d1d1d1; + border-color: #d1d1d1; + cursor: default +} + +a.cke_dialog_ui_button_ok.cke_disabled, +a.cke_dialog_ui_button_ok.cke_disabled:hover, +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + background-color: white !important; + color: #4e4e4e !important; + border-color: #b3b3b3 !important; + filter: saturate(0) !important; + opacity: .43 !important; + cursor: default !important +} + +a.cke_dialog_ui_button_ok.cke_disabled>*, +a.cke_dialog_ui_button_ok.cke_disabled:hover>*, +a.cke_dialog_ui_button_ok.cke_disabled:focus>*, +a.cke_dialog_ui_button_ok.cke_disabled:active>* { + background-color: transparent !important; + color: inherit !important +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + cursor: default +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px 10px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 28px; + line-height: 28px; + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 2px; + margin: 0 1px; + box-sizing: border-box; + width: calc(100% - 2px) !important +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog_ui_labeled_label { + margin-left: 1px +} + +.cke_dialog .cke_dark_background { + background-color: transparent +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked, +.cke_dialog a.cke_btn_reset { + margin: 2px +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_dialog a.cke_btn_over, +.cke_dialog a.cke_btn_locked:hover, +.cke_dialog a.cke_btn_locked:focus, +.cke_dialog a.cke_btn_locked:active, +.cke_dialog a.cke_btn_unlocked:hover, +.cke_dialog a.cke_btn_unlocked:focus, +.cke_dialog a.cke_btn_unlocked:active, +.cke_dialog a.cke_btn_reset:hover, +.cke_dialog a.cke_btn_reset:focus, +.cke_dialog a.cke_btn_reset:active { + cursor: pointer; + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog fieldset { + border: 1px solid #bcbcbc +} + +.cke_dialog fieldset legend { + padding: 0 6px +} + +.cke_dialog_ui_checkbox, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + display: inline-block +} + +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + padding-top: 5px +} + +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label { + vertical-align: middle +} + +.cke_dialog .ImagePreviewBox { + border: 1px ridge #bcbcbc; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 1px solid #bcbcbc; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + cursor: default; + letter-spacing: .3px +} + +.cke_dialog_body label+.cke_dialog_ui_labeled_content { + margin-top: 2px +} + +.cke_dialog_contents_body .cke_dialog_ui_text, +.cke_dialog_contents_body .cke_dialog_ui_select, +.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button { + margin-top: 4px +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 2px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_dialog_contents_body .cke_accessibility_legend { + margin: 2px 7px 2px 2px +} + +.cke_dialog_contents_body .cke_accessibility_legend:focus, +.cke_dialog_contents_body .cke_accessibility_legend:active { + outline: 0; + border: 2px solid #139ff7; + margin: 0 5px 0 0 +} + +.cke_dialog_contents_body input[type=file]:focus, +.cke_dialog_contents_body input[type=file]:active { + border: 2px solid #139ff7 +} + +.cke_dialog_find_fieldset { + margin-top: 10px !important +} + +.cke_dialog_image_ratiolock { + margin-top: 52px !important +} + +.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label { + margin-left: 0 +} + +.cke_dialog_forms_select_order div.cke_dialog_ui_input_select { + width: 100% +} + +.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last { + padding-top: 4px +} + +.cke_dialog_image_url .cke_dialog_ui_hbox_last, +.cke_dialog_flash_url .cke_dialog_ui_hbox_last { + vertical-align: bottom +} + +a.cke_dialog_ui_button.cke_dialog_image_browse { + margin-top: 10px +} + +.cke_dialog_contents_body .cke_tpl_list { + border: #bcbcbc 1px solid; + margin: 1px +} + +.cke_dialog_contents_body .cke_tpl_list:focus, +.cke_dialog_contents_body .cke_tpl_list:active { + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus, +.cke_dialog_contents_body .cke_tpl_list a:active { + outline: 0 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item, +.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item { + border: 2px solid #139ff7; + padding: 6px +} \ No newline at end of file diff --git a/skins/n1theme/dialog_ie.css b/skins/n1theme/dialog_ie.css new file mode 100755 index 0000000..3163793 --- /dev/null +++ b/skins/n1theme/dialog_ie.css @@ -0,0 +1,880 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #fff +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 12px; + cursor: move; + position: relative; + color: #484848; + border-bottom: 1px solid #d1d1d1; + padding: 12px 19px 12px 12px; + background: #f8f8f8; + letter-spacing: .3px +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border: 2px solid rgba(102, 102, 102, 0.2); + border-left-color: rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 43px; + border-top: 1px solid #d1d1d1 +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 9px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 33px; + display: inline-block; + margin: 9px 0 0; + position: absolute; + z-index: 2; + left: 11px +} + +.cke_rtl .cke_dialog_tabs { + left: auto; + right: 11px +} + +a.cke_dialog_tab { + height: 25px; + padding: 4px 8px; + display: inline-block; + cursor: pointer; + line-height: 26px; + outline: 0; + color: #484848; + border: 1px solid #d1d1d1; + border-radius: 3px 3px 0 0; + background: #f8f8f8; + min-width: 90px; + text-align: center; + margin-left: -1px; + letter-spacing: .3px +} + +a.cke_dialog_tab:hover { + background-color: #fff +} + +a.cke_dialog_tab:focus { + border: 2px solid #139ff7; + border-bottom-color: #d1d1d1; + padding: 3px 7px; + position: relative; + z-index: 1 +} + +a.cke_dialog_tab_selected { + background: #fff; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus { + border-bottom-color: #fff +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 16px; + width: 16px; + top: 11px; + z-index: 5; + opacity: .7; + filter: alpha(opacity=70) +} + +.cke_rtl .cke_dialog_close_button { + left: 12px +} + +.cke_ltr .cke_dialog_close_button { + right: 12px +} + +.cke_hc a.cke_dialog_close_button { + background-image: none +} + +.cke_hidpi a.cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +a.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +a.cke_dialog_close_button span { + display: none +} + +.cke_hc a.cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100%; + margin-top: 12px +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 2px; + min-height: 28px; + margin-left: 1px +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9 +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 2px solid #139ff7 +} + +input.cke_dialog_ui_input_text:focus { + padding-left: 5px +} + +textarea.cke_dialog_ui_input_textarea:focus { + padding: 3px 5px +} + +select.cke_dialog_ui_input_select:focus { + margin: 0; + width: 100% !important +} + +input.cke_dialog_ui_checkbox_input, +input.cke_dialog_ui_radio_input { + margin-left: 1px; + margin-right: 2px +} + +input.cke_dialog_ui_checkbox_input:focus, +input.cke_dialog_ui_checkbox_input:active, +input.cke_dialog_ui_radio_input:focus, +input.cke_dialog_ui_radio_input:active { + border: 0; + outline: 2px solid #139ff7 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 1px; + margin: 0; + text-align: center; + color: #484848; + vertical-align: middle; + cursor: pointer; + border: 1px solid #bcbcbc; + border-radius: 2px; + background: #f8f8f8; + letter-spacing: .3px; + line-height: 18px; + box-sizing: border-box +} + +.cke_hc a.cke_dialog_ui_button { + border-width: 3px +} + +span.cke_dialog_ui_button { + padding: 0 10px; + cursor: pointer +} + +a.cke_dialog_ui_button:hover { + background: #fff +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border: 2px solid #139ff7; + outline: 0; + padding: 3px 0 +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + background: #09863e; + border: 1px solid #09863e +} + +.cke_hc a.cke_dialog_ui_button { + border: 3px solid #bcbcbc +} + +a.cke_dialog_ui_button_ok:hover { + background: #53aa78; + border-color: #53aa78 +} + +a.cke_dialog_ui_button_ok:focus { + box-shadow: inset 0 0 0 2px #FFF +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #139ff7 +} + +.cke_hc a.cke_dialog_ui_button_ok:hover, +.cke_hc a.cke_dialog_ui_button_ok:focus, +.cke_hc a.cke_dialog_ui_button_ok:active { + border-color: #484848 +} + +a.cke_dialog_ui_button_ok.cke_disabled { + background: #d1d1d1; + border-color: #d1d1d1; + cursor: default +} + +a.cke_dialog_ui_button_ok.cke_disabled, +a.cke_dialog_ui_button_ok.cke_disabled:hover, +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + background-color: white !important; + color: #4e4e4e !important; + border-color: #b3b3b3 !important; + filter: saturate(0) !important; + opacity: .43 !important; + cursor: default !important +} + +a.cke_dialog_ui_button_ok.cke_disabled>*, +a.cke_dialog_ui_button_ok.cke_disabled:hover>*, +a.cke_dialog_ui_button_ok.cke_disabled:focus>*, +a.cke_dialog_ui_button_ok.cke_disabled:active>* { + background-color: transparent !important; + color: inherit !important +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + cursor: default +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px 10px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 28px; + line-height: 28px; + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 2px; + margin: 0 1px; + box-sizing: border-box; + width: calc(100% - 2px) !important +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog_ui_labeled_label { + margin-left: 1px +} + +.cke_dialog .cke_dark_background { + background-color: transparent +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked, +.cke_dialog a.cke_btn_reset { + margin: 2px +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_dialog a.cke_btn_over, +.cke_dialog a.cke_btn_locked:hover, +.cke_dialog a.cke_btn_locked:focus, +.cke_dialog a.cke_btn_locked:active, +.cke_dialog a.cke_btn_unlocked:hover, +.cke_dialog a.cke_btn_unlocked:focus, +.cke_dialog a.cke_btn_unlocked:active, +.cke_dialog a.cke_btn_reset:hover, +.cke_dialog a.cke_btn_reset:focus, +.cke_dialog a.cke_btn_reset:active { + cursor: pointer; + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog fieldset { + border: 1px solid #bcbcbc +} + +.cke_dialog fieldset legend { + padding: 0 6px +} + +.cke_dialog_ui_checkbox, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + display: inline-block +} + +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + padding-top: 5px +} + +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label { + vertical-align: middle +} + +.cke_dialog .ImagePreviewBox { + border: 1px ridge #bcbcbc; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 1px solid #bcbcbc; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + cursor: default; + letter-spacing: .3px +} + +.cke_dialog_body label+.cke_dialog_ui_labeled_content { + margin-top: 2px +} + +.cke_dialog_contents_body .cke_dialog_ui_text, +.cke_dialog_contents_body .cke_dialog_ui_select, +.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button { + margin-top: 4px +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 2px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_dialog_contents_body .cke_accessibility_legend { + margin: 2px 7px 2px 2px +} + +.cke_dialog_contents_body .cke_accessibility_legend:focus, +.cke_dialog_contents_body .cke_accessibility_legend:active { + outline: 0; + border: 2px solid #139ff7; + margin: 0 5px 0 0 +} + +.cke_dialog_contents_body input[type=file]:focus, +.cke_dialog_contents_body input[type=file]:active { + border: 2px solid #139ff7 +} + +.cke_dialog_find_fieldset { + margin-top: 10px !important +} + +.cke_dialog_image_ratiolock { + margin-top: 52px !important +} + +.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label { + margin-left: 0 +} + +.cke_dialog_forms_select_order div.cke_dialog_ui_input_select { + width: 100% +} + +.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last { + padding-top: 4px +} + +.cke_dialog_image_url .cke_dialog_ui_hbox_last, +.cke_dialog_flash_url .cke_dialog_ui_hbox_last { + vertical-align: bottom +} + +a.cke_dialog_ui_button.cke_dialog_image_browse { + margin-top: 10px +} + +.cke_dialog_contents_body .cke_tpl_list { + border: #bcbcbc 1px solid; + margin: 1px +} + +.cke_dialog_contents_body .cke_tpl_list:focus, +.cke_dialog_contents_body .cke_tpl_list:active { + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus, +.cke_dialog_contents_body .cke_tpl_list a:active { + outline: 0 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item, +.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item { + border: 2px solid #139ff7; + padding: 6px +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} \ No newline at end of file diff --git a/skins/n1theme/dialog_ie8.css b/skins/n1theme/dialog_ie8.css new file mode 100755 index 0000000..0e0e51b --- /dev/null +++ b/skins/n1theme/dialog_ie8.css @@ -0,0 +1,908 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #fff +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 12px; + cursor: move; + position: relative; + color: #484848; + border-bottom: 1px solid #d1d1d1; + padding: 12px 19px 12px 12px; + background: #f8f8f8; + letter-spacing: .3px +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border: 2px solid rgba(102, 102, 102, 0.2); + border-left-color: rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 43px; + border-top: 1px solid #d1d1d1 +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 9px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 33px; + display: inline-block; + margin: 9px 0 0; + position: absolute; + z-index: 2; + left: 11px +} + +.cke_rtl .cke_dialog_tabs { + left: auto; + right: 11px +} + +a.cke_dialog_tab { + height: 25px; + padding: 4px 8px; + display: inline-block; + cursor: pointer; + line-height: 26px; + outline: 0; + color: #484848; + border: 1px solid #d1d1d1; + border-radius: 3px 3px 0 0; + background: #f8f8f8; + min-width: 90px; + text-align: center; + margin-left: -1px; + letter-spacing: .3px +} + +a.cke_dialog_tab:hover { + background-color: #fff +} + +a.cke_dialog_tab:focus { + border: 2px solid #139ff7; + border-bottom-color: #d1d1d1; + padding: 3px 7px; + position: relative; + z-index: 1 +} + +a.cke_dialog_tab_selected { + background: #fff; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus { + border-bottom-color: #fff +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 16px; + width: 16px; + top: 11px; + z-index: 5; + opacity: .7; + filter: alpha(opacity=70) +} + +.cke_rtl .cke_dialog_close_button { + left: 12px +} + +.cke_ltr .cke_dialog_close_button { + right: 12px +} + +.cke_hc a.cke_dialog_close_button { + background-image: none +} + +.cke_hidpi a.cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +a.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +a.cke_dialog_close_button span { + display: none +} + +.cke_hc a.cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100%; + margin-top: 12px +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 2px; + min-height: 28px; + margin-left: 1px +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9 +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 2px solid #139ff7 +} + +input.cke_dialog_ui_input_text:focus { + padding-left: 5px +} + +textarea.cke_dialog_ui_input_textarea:focus { + padding: 3px 5px +} + +select.cke_dialog_ui_input_select:focus { + margin: 0; + width: 100% !important +} + +input.cke_dialog_ui_checkbox_input, +input.cke_dialog_ui_radio_input { + margin-left: 1px; + margin-right: 2px +} + +input.cke_dialog_ui_checkbox_input:focus, +input.cke_dialog_ui_checkbox_input:active, +input.cke_dialog_ui_radio_input:focus, +input.cke_dialog_ui_radio_input:active { + border: 0; + outline: 2px solid #139ff7 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 1px; + margin: 0; + text-align: center; + color: #484848; + vertical-align: middle; + cursor: pointer; + border: 1px solid #bcbcbc; + border-radius: 2px; + background: #f8f8f8; + letter-spacing: .3px; + line-height: 18px; + box-sizing: border-box +} + +.cke_hc a.cke_dialog_ui_button { + border-width: 3px +} + +span.cke_dialog_ui_button { + padding: 0 10px; + cursor: pointer +} + +a.cke_dialog_ui_button:hover { + background: #fff +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border: 2px solid #139ff7; + outline: 0; + padding: 3px 0 +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + background: #09863e; + border: 1px solid #09863e +} + +.cke_hc a.cke_dialog_ui_button { + border: 3px solid #bcbcbc +} + +a.cke_dialog_ui_button_ok:hover { + background: #53aa78; + border-color: #53aa78 +} + +a.cke_dialog_ui_button_ok:focus { + box-shadow: inset 0 0 0 2px #FFF +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #139ff7 +} + +.cke_hc a.cke_dialog_ui_button_ok:hover, +.cke_hc a.cke_dialog_ui_button_ok:focus, +.cke_hc a.cke_dialog_ui_button_ok:active { + border-color: #484848 +} + +a.cke_dialog_ui_button_ok.cke_disabled { + background: #d1d1d1; + border-color: #d1d1d1; + cursor: default +} + +a.cke_dialog_ui_button_ok.cke_disabled, +a.cke_dialog_ui_button_ok.cke_disabled:hover, +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + background-color: white !important; + color: #4e4e4e !important; + border-color: #b3b3b3 !important; + filter: saturate(0) !important; + opacity: .43 !important; + cursor: default !important +} + +a.cke_dialog_ui_button_ok.cke_disabled>*, +a.cke_dialog_ui_button_ok.cke_disabled:hover>*, +a.cke_dialog_ui_button_ok.cke_disabled:focus>*, +a.cke_dialog_ui_button_ok.cke_disabled:active>* { + background-color: transparent !important; + color: inherit !important +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + cursor: default +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px 10px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 28px; + line-height: 28px; + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 2px; + margin: 0 1px; + box-sizing: border-box; + width: calc(100% - 2px) !important +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog_ui_labeled_label { + margin-left: 1px +} + +.cke_dialog .cke_dark_background { + background-color: transparent +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked, +.cke_dialog a.cke_btn_reset { + margin: 2px +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_dialog a.cke_btn_over, +.cke_dialog a.cke_btn_locked:hover, +.cke_dialog a.cke_btn_locked:focus, +.cke_dialog a.cke_btn_locked:active, +.cke_dialog a.cke_btn_unlocked:hover, +.cke_dialog a.cke_btn_unlocked:focus, +.cke_dialog a.cke_btn_unlocked:active, +.cke_dialog a.cke_btn_reset:hover, +.cke_dialog a.cke_btn_reset:focus, +.cke_dialog a.cke_btn_reset:active { + cursor: pointer; + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog fieldset { + border: 1px solid #bcbcbc +} + +.cke_dialog fieldset legend { + padding: 0 6px +} + +.cke_dialog_ui_checkbox, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + display: inline-block +} + +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + padding-top: 5px +} + +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label { + vertical-align: middle +} + +.cke_dialog .ImagePreviewBox { + border: 1px ridge #bcbcbc; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 1px solid #bcbcbc; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + cursor: default; + letter-spacing: .3px +} + +.cke_dialog_body label+.cke_dialog_ui_labeled_content { + margin-top: 2px +} + +.cke_dialog_contents_body .cke_dialog_ui_text, +.cke_dialog_contents_body .cke_dialog_ui_select, +.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button { + margin-top: 4px +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 2px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_dialog_contents_body .cke_accessibility_legend { + margin: 2px 7px 2px 2px +} + +.cke_dialog_contents_body .cke_accessibility_legend:focus, +.cke_dialog_contents_body .cke_accessibility_legend:active { + outline: 0; + border: 2px solid #139ff7; + margin: 0 5px 0 0 +} + +.cke_dialog_contents_body input[type=file]:focus, +.cke_dialog_contents_body input[type=file]:active { + border: 2px solid #139ff7 +} + +.cke_dialog_find_fieldset { + margin-top: 10px !important +} + +.cke_dialog_image_ratiolock { + margin-top: 52px !important +} + +.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label { + margin-left: 0 +} + +.cke_dialog_forms_select_order div.cke_dialog_ui_input_select { + width: 100% +} + +.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last { + padding-top: 4px +} + +.cke_dialog_image_url .cke_dialog_ui_hbox_last, +.cke_dialog_flash_url .cke_dialog_ui_hbox_last { + vertical-align: bottom +} + +a.cke_dialog_ui_button.cke_dialog_image_browse { + margin-top: 10px +} + +.cke_dialog_contents_body .cke_tpl_list { + border: #bcbcbc 1px solid; + margin: 1px +} + +.cke_dialog_contents_body .cke_tpl_list:focus, +.cke_dialog_contents_body .cke_tpl_list:active { + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus, +.cke_dialog_contents_body .cke_tpl_list a:active { + outline: 0 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item, +.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item { + border: 2px solid #139ff7; + padding: 6px +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +a.cke_dialog_ui_button { + min-height: 18px +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + min-height: 18px +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus { + padding-top: 4px; + padding-bottom: 2px +} + +select.cke_dialog_ui_input_select { + width: 100% !important +} + +select.cke_dialog_ui_input_select:focus { + margin-left: 1px; + width: 100% !important; + padding-top: 2px; + padding-bottom: 2px +} \ No newline at end of file diff --git a/skins/n1theme/dialog_iequirks.css b/skins/n1theme/dialog_iequirks.css new file mode 100755 index 0000000..2ac7abd --- /dev/null +++ b/skins/n1theme/dialog_iequirks.css @@ -0,0 +1,884 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_dialog { + visibility: visible +} + +.cke_dialog_body { + z-index: 1; + background: #fff +} + +.cke_dialog strong { + font-weight: bold +} + +.cke_dialog_title { + font-weight: bold; + font-size: 12px; + cursor: move; + position: relative; + color: #484848; + border-bottom: 1px solid #d1d1d1; + padding: 12px 19px 12px 12px; + background: #f8f8f8; + letter-spacing: .3px +} + +.cke_dialog_spinner { + border-radius: 50%; + width: 12px; + height: 12px; + overflow: hidden; + text-indent: -9999em; + border: 2px solid rgba(102, 102, 102, 0.2); + border-left-color: rgba(102, 102, 102, 1); + -webkit-animation: dialog_spinner 1s infinite linear; + animation: dialog_spinner 1s infinite linear +} + +.cke_browser_ie8 .cke_dialog_spinner, +.cke_browser_ie9 .cke_dialog_spinner { + background: url(images/spinner.gif) center top no-repeat; + width: 16px; + height: 16px; + border: 0 +} + +@-webkit-keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +@keyframes dialog_spinner { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg) + } + + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg) + } +} + +.cke_dialog_contents { + background-color: #fff; + overflow: auto; + padding: 15px 10px 5px 10px; + margin-top: 43px; + border-top: 1px solid #d1d1d1 +} + +.cke_dialog_contents_body { + overflow: auto; + padding: 9px 10px 5px 10px; + margin-top: 22px +} + +.cke_dialog_footer { + text-align: right; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_rtl .cke_dialog_footer { + text-align: left +} + +.cke_hc .cke_dialog_footer { + outline: 0; + border-top: 1px solid #fff +} + +.cke_dialog .cke_resizer { + margin-top: 22px +} + +.cke_dialog .cke_resizer_rtl { + margin-left: 5px +} + +.cke_dialog .cke_resizer_ltr { + margin-right: 5px +} + +.cke_dialog_tabs { + height: 33px; + display: inline-block; + margin: 9px 0 0; + position: absolute; + z-index: 2; + left: 11px +} + +.cke_rtl .cke_dialog_tabs { + left: auto; + right: 11px +} + +a.cke_dialog_tab { + height: 25px; + padding: 4px 8px; + display: inline-block; + cursor: pointer; + line-height: 26px; + outline: 0; + color: #484848; + border: 1px solid #d1d1d1; + border-radius: 3px 3px 0 0; + background: #f8f8f8; + min-width: 90px; + text-align: center; + margin-left: -1px; + letter-spacing: .3px +} + +a.cke_dialog_tab:hover { + background-color: #fff +} + +a.cke_dialog_tab:focus { + border: 2px solid #139ff7; + border-bottom-color: #d1d1d1; + padding: 3px 7px; + position: relative; + z-index: 1 +} + +a.cke_dialog_tab_selected { + background: #fff; + border-bottom-color: #fff; + cursor: default; + filter: none +} + +a.cke_dialog_tab_selected:hover, +a.cke_dialog_tab_selected:focus { + border-bottom-color: #fff +} + +.cke_hc a.cke_dialog_tab:hover, +.cke_hc a.cke_dialog_tab:focus, +.cke_hc a.cke_dialog_tab_selected { + border: 3px solid; + padding: 2px 6px +} + +a.cke_dialog_tab_disabled { + color: #bababa; + cursor: default +} + +.cke_single_page .cke_dialog_tabs { + display: none +} + +.cke_single_page .cke_dialog_contents { + padding-top: 5px; + margin-top: 0; + border-top: 0 +} + +a.cke_dialog_close_button { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 16px; + width: 16px; + top: 11px; + z-index: 5; + opacity: .7; + filter: alpha(opacity=70) +} + +.cke_rtl .cke_dialog_close_button { + left: 12px +} + +.cke_ltr .cke_dialog_close_button { + right: 12px +} + +.cke_hc a.cke_dialog_close_button { + background-image: none +} + +.cke_hidpi a.cke_dialog_close_button { + background-image: url(images/hidpi/close.png); + background-size: 16px +} + +a.cke_dialog_close_button:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +a.cke_dialog_close_button span { + display: none +} + +.cke_hc a.cke_dialog_close_button span { + display: inline; + cursor: pointer; + font-weight: bold; + position: relative; + top: 3px +} + +div.cke_disabled .cke_dialog_ui_labeled_content div * { + background-color: #ddd; + cursor: default +} + +.cke_dialog_ui_vbox table, +.cke_dialog_ui_hbox table { + margin: auto +} + +.cke_dialog_ui_vbox_child { + padding: 5px 0 +} + +.cke_dialog_ui_hbox { + width: 100%; + margin-top: 12px +} + +.cke_dialog_ui_hbox_first, +.cke_dialog_ui_hbox_child, +.cke_dialog_ui_hbox_last { + vertical-align: top +} + +.cke_ltr .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_ui_hbox_child { + padding-right: 10px +} + +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_child { + padding-left: 10px +} + +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-right: 5px +} + +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child { + padding-left: 5px; + padding-right: 0 +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 1px solid +} + +textarea.cke_dialog_ui_input_textarea { + overflow: auto; + resize: none +} + +input.cke_dialog_ui_input_text, +input.cke_dialog_ui_input_password, +textarea.cke_dialog_ui_input_textarea { + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 4px 6px; + outline: 0; + width: 100%; + *width: 95%; + box-sizing: border-box; + border-radius: 2px; + min-height: 28px; + margin-left: 1px +} + +input.cke_dialog_ui_input_text:hover, +input.cke_dialog_ui_input_password:hover, +textarea.cke_dialog_ui_input_textarea:hover { + border: 1px solid #aeb3b9 +} + +input.cke_dialog_ui_input_text:focus, +input.cke_dialog_ui_input_password:focus, +textarea.cke_dialog_ui_input_textarea:focus, +select.cke_dialog_ui_input_select:focus { + outline: 0; + border: 2px solid #139ff7 +} + +input.cke_dialog_ui_input_text:focus { + padding-left: 5px +} + +textarea.cke_dialog_ui_input_textarea:focus { + padding: 3px 5px +} + +select.cke_dialog_ui_input_select:focus { + margin: 0; + width: 100% !important +} + +input.cke_dialog_ui_checkbox_input, +input.cke_dialog_ui_radio_input { + margin-left: 1px; + margin-right: 2px +} + +input.cke_dialog_ui_checkbox_input:focus, +input.cke_dialog_ui_checkbox_input:active, +input.cke_dialog_ui_radio_input:focus, +input.cke_dialog_ui_radio_input:active { + border: 0; + outline: 2px solid #139ff7 +} + +a.cke_dialog_ui_button { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 4px 1px; + margin: 0; + text-align: center; + color: #484848; + vertical-align: middle; + cursor: pointer; + border: 1px solid #bcbcbc; + border-radius: 2px; + background: #f8f8f8; + letter-spacing: .3px; + line-height: 18px; + box-sizing: border-box +} + +.cke_hc a.cke_dialog_ui_button { + border-width: 3px +} + +span.cke_dialog_ui_button { + padding: 0 10px; + cursor: pointer +} + +a.cke_dialog_ui_button:hover { + background: #fff +} + +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + border: 2px solid #139ff7; + outline: 0; + padding: 3px 0 +} + +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button:focus, +.cke_hc a.cke_dialog_ui_button:active { + border: 3px solid +} + +.cke_dialog_footer_buttons a.cke_dialog_ui_button span { + color: inherit; + font-size: 12px; + font-weight: bold; + padding: 0 12px +} + +a.cke_dialog_ui_button_ok { + color: #fff; + background: #09863e; + border: 1px solid #09863e +} + +.cke_hc a.cke_dialog_ui_button { + border: 3px solid #bcbcbc +} + +a.cke_dialog_ui_button_ok:hover { + background: #53aa78; + border-color: #53aa78 +} + +a.cke_dialog_ui_button_ok:focus { + box-shadow: inset 0 0 0 2px #FFF +} + +a.cke_dialog_ui_button_ok:focus, +a.cke_dialog_ui_button_ok:active { + border-color: #139ff7 +} + +.cke_hc a.cke_dialog_ui_button_ok:hover, +.cke_hc a.cke_dialog_ui_button_ok:focus, +.cke_hc a.cke_dialog_ui_button_ok:active { + border-color: #484848 +} + +a.cke_dialog_ui_button_ok.cke_disabled { + background: #d1d1d1; + border-color: #d1d1d1; + cursor: default +} + +a.cke_dialog_ui_button_ok.cke_disabled, +a.cke_dialog_ui_button_ok.cke_disabled:hover, +a.cke_dialog_ui_button_ok.cke_disabled:focus, +a.cke_dialog_ui_button_ok.cke_disabled:active { + background-color: white !important; + color: #4e4e4e !important; + border-color: #b3b3b3 !important; + filter: saturate(0) !important; + opacity: .43 !important; + cursor: default !important +} + +a.cke_dialog_ui_button_ok.cke_disabled>*, +a.cke_dialog_ui_button_ok.cke_disabled:hover>*, +a.cke_dialog_ui_button_ok.cke_disabled:focus>*, +a.cke_dialog_ui_button_ok.cke_disabled:active>* { + background-color: transparent !important; + color: inherit !important +} + +a.cke_dialog_ui_button_ok.cke_disabled span { + cursor: default +} + +.cke_dialog_footer_buttons { + display: inline-table; + margin: 5px 10px; + width: auto; + position: relative; + vertical-align: middle +} + +div.cke_dialog_ui_input_select { + display: table +} + +select.cke_dialog_ui_input_select { + height: 28px; + line-height: 28px; + background-color: #fff; + border: 1px solid #bcbcbc; + padding: 3px 3px 3px 6px; + outline: 0; + border-radius: 2px; + margin: 0 1px; + box-sizing: border-box; + width: calc(100% - 2px) !important +} + +.cke_dialog_ui_input_file { + width: 100%; + height: 25px +} + +.cke_hc .cke_dialog_ui_labeled_content input:focus, +.cke_hc .cke_dialog_ui_labeled_content select:focus, +.cke_hc .cke_dialog_ui_labeled_content textarea:focus { + outline: 1px dotted +} + +.cke_dialog_ui_labeled_label { + margin-left: 1px +} + +.cke_dialog .cke_dark_background { + background-color: transparent +} + +.cke_dialog .cke_light_background { + background-color: #ebebeb +} + +.cke_dialog .cke_centered { + text-align: center +} + +.cke_dialog a.cke_btn_reset { + float: right; + background: url(images/refresh.png) top left no-repeat; + width: 16px; + height: 16px; + border: 1px none; + font-size: 1px +} + +.cke_hidpi .cke_dialog a.cke_btn_reset { + background-size: 16px; + background-image: url(images/hidpi/refresh.png) +} + +.cke_rtl .cke_dialog a.cke_btn_reset { + float: left +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked { + float: left; + width: 16px; + height: 16px; + background-repeat: no-repeat; + border: none 1px; + font-size: 1px +} + +.cke_dialog a.cke_btn_locked, +.cke_dialog a.cke_btn_unlocked, +.cke_dialog a.cke_btn_reset { + margin: 2px +} + +.cke_dialog a.cke_btn_locked { + background-image: url(images/lock.png) +} + +.cke_dialog a.cke_btn_unlocked { + background-image: url(images/lock-open.png) +} + +.cke_rtl .cke_dialog a.cke_btn_locked, +.cke_rtl .cke_dialog a.cke_btn_unlocked { + float: right +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked, +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-size: 16px +} + +.cke_hidpi .cke_dialog a.cke_btn_locked { + background-image: url(images/hidpi/lock.png) +} + +.cke_hidpi .cke_dialog a.cke_btn_unlocked { + background-image: url(images/hidpi/lock-open.png) +} + +.cke_dialog a.cke_btn_locked .cke_icon { + display: none +} + +.cke_dialog a.cke_btn_over, +.cke_dialog a.cke_btn_locked:hover, +.cke_dialog a.cke_btn_locked:focus, +.cke_dialog a.cke_btn_locked:active, +.cke_dialog a.cke_btn_unlocked:hover, +.cke_dialog a.cke_btn_unlocked:focus, +.cke_dialog a.cke_btn_unlocked:active, +.cke_dialog a.cke_btn_reset:hover, +.cke_dialog a.cke_btn_reset:focus, +.cke_dialog a.cke_btn_reset:active { + cursor: pointer; + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog fieldset { + border: 1px solid #bcbcbc +} + +.cke_dialog fieldset legend { + padding: 0 6px +} + +.cke_dialog_ui_checkbox, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + display: inline-block +} + +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox { + padding-top: 5px +} + +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input, +.cke_dialog fieldset .cke_dialog_ui_vbox .cke_dialog_ui_checkbox .cke_dialog_ui_checkbox_input+label { + vertical-align: middle +} + +.cke_dialog .ImagePreviewBox { + border: 1px ridge #bcbcbc; + overflow: scroll; + height: 200px; + width: 300px; + padding: 2px; + background-color: white +} + +.cke_dialog .ImagePreviewBox table td { + white-space: normal +} + +.cke_dialog .ImagePreviewLoader { + position: absolute; + white-space: normal; + overflow: hidden; + height: 160px; + width: 230px; + margin: 2px; + padding: 2px; + opacity: .9; + filter: alpha(opacity=90); + background-color: #e4e4e4 +} + +.cke_dialog .FlashPreviewBox { + white-space: normal; + border: 1px solid #bcbcbc; + overflow: auto; + height: 160px; + width: 390px; + padding: 2px; + background-color: white +} + +.cke_dialog .cke_pastetext { + width: 346px; + height: 170px +} + +.cke_dialog .cke_pastetext textarea { + width: 340px; + height: 170px; + resize: none +} + +.cke_dialog iframe.cke_pasteframe { + width: 346px; + height: 130px; + background-color: white; + border: 1px solid #aeb3b9; + border-radius: 3px +} + +.cke_dialog .cke_hand { + cursor: pointer +} + +.cke_disabled { + color: #a0a0a0 +} + +.cke_dialog_body .cke_label { + display: none +} + +.cke_dialog_body label { + display: inline; + cursor: default; + letter-spacing: .3px +} + +.cke_dialog_body label+.cke_dialog_ui_labeled_content { + margin-top: 2px +} + +.cke_dialog_contents_body .cke_dialog_ui_text, +.cke_dialog_contents_body .cke_dialog_ui_select, +.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button { + margin-top: 4px +} + +a.cke_smile { + overflow: hidden; + display: block; + text-align: center; + padding: .3em 0 +} + +a.cke_smile img { + vertical-align: middle +} + +a.cke_specialchar { + cursor: inherit; + display: block; + height: 1.25em; + padding: .2em .3em; + text-align: center +} + +a.cke_smile, +a.cke_specialchar { + border: 2px solid transparent +} + +a.cke_smile:hover, +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:hover, +a.cke_specialchar:focus, +a.cke_specialchar:active { + background: #fff; + outline: 0 +} + +a.cke_smile:hover, +a.cke_specialchar:hover { + border-color: #888 +} + +a.cke_smile:focus, +a.cke_smile:active, +a.cke_specialchar:focus, +a.cke_specialchar:active { + border-color: #139ff7 +} + +.cke_dialog_contents a.colorChooser { + display: block; + margin-top: 6px; + margin-left: 10px; + width: 80px +} + +.cke_rtl .cke_dialog_contents a.colorChooser { + margin-right: 10px +} + +.cke_iframe_shim { + display: block; + position: absolute; + top: 0; + left: 0; + z-index: -1; + filter: alpha(opacity=0); + width: 100%; + height: 100% +} + +.cke_dialog_contents_body .cke_accessibility_legend { + margin: 2px 7px 2px 2px +} + +.cke_dialog_contents_body .cke_accessibility_legend:focus, +.cke_dialog_contents_body .cke_accessibility_legend:active { + outline: 0; + border: 2px solid #139ff7; + margin: 0 5px 0 0 +} + +.cke_dialog_contents_body input[type=file]:focus, +.cke_dialog_contents_body input[type=file]:active { + border: 2px solid #139ff7 +} + +.cke_dialog_find_fieldset { + margin-top: 10px !important +} + +.cke_dialog_image_ratiolock { + margin-top: 52px !important +} + +.cke_dialog_forms_select_order label.cke_dialog_ui_labeled_label { + margin-left: 0 +} + +.cke_dialog_forms_select_order div.cke_dialog_ui_input_select { + width: 100% +} + +.cke_dialog_forms_select_order_txtsize .cke_dialog_ui_hbox_last { + padding-top: 4px +} + +.cke_dialog_image_url .cke_dialog_ui_hbox_last, +.cke_dialog_flash_url .cke_dialog_ui_hbox_last { + vertical-align: bottom +} + +a.cke_dialog_ui_button.cke_dialog_image_browse { + margin-top: 10px +} + +.cke_dialog_contents_body .cke_tpl_list { + border: #bcbcbc 1px solid; + margin: 1px +} + +.cke_dialog_contents_body .cke_tpl_list:focus, +.cke_dialog_contents_body .cke_tpl_list:active { + outline: 0; + margin: 0; + border: 2px solid #139ff7 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus, +.cke_dialog_contents_body .cke_tpl_list a:active { + outline: 0 +} + +.cke_dialog_contents_body .cke_tpl_list a:focus .cke_tpl_item, +.cke_dialog_contents_body .cke_tpl_list a:active .cke_tpl_item { + border: 2px solid #139ff7; + padding: 6px +} + +.cke_rtl input.cke_dialog_ui_input_text, +.cke_rtl input.cke_dialog_ui_input_password { + padding-right: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text, +.cke_rtl div.cke_dialog_ui_input_password { + padding-left: 2px +} + +.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px +} + +.cke_rtl .cke_dialog_ui_vbox_child, +.cke_rtl .cke_dialog_ui_hbox_child, +.cke_rtl .cke_dialog_ui_hbox_first, +.cke_rtl .cke_dialog_ui_hbox_last { + padding-right: 2px !important +} + +.cke_hc .cke_dialog_title, +.cke_hc .cke_dialog_footer, +.cke_hc a.cke_dialog_tab, +.cke_hc a.cke_dialog_ui_button, +.cke_hc a.cke_dialog_ui_button:hover, +.cke_hc a.cke_dialog_ui_button_ok, +.cke_hc a.cke_dialog_ui_button_ok:hover { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_hc div.cke_dialog_ui_input_text, +.cke_hc div.cke_dialog_ui_input_password, +.cke_hc div.cke_dialog_ui_input_textarea, +.cke_hc div.cke_dialog_ui_input_select, +.cke_hc div.cke_dialog_ui_input_file { + border: 0 +} + +.cke_dialog_footer { + filter: "" +} \ No newline at end of file diff --git a/skins/n1theme/editor.css b/skins/n1theme/editor.css new file mode 100755 index 0000000..642ba41 --- /dev/null +++ b/skins/n1theme/editor.css @@ -0,0 +1,2407 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #d1d1d1; + padding: 0 +} + +.cke_inner { + display: block; + background: #fff; + padding: 0; + -webkit-touch-callout: none +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8; + padding: 6px 8px 2px; + white-space: normal +} + +.cke_float .cke_top { + border: 1px solid #d1d1d1 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #bcbcbc transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #bcbcbc; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #d1d1d1 +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 110px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_block:focus { + outline: none !important +} + +.cke_panel_list { + margin: 0; + padding: 0; + list-style-type: none; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding: 0 +} + +.cke_panel_listItem a { + padding: 6px 7px; + display: block; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_panel_listItem.cke_selected a, +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + background-color: #e9e9e9 +} + +.cke_panel_listItem a:focus { + outline: 1px dotted #000 +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 4px 5px +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 6px 6px 7px 6px; + color: #484848; + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_colorblock { + padding: 10px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +a.cke_colorbox { + padding: 2px; + float: left; + width: 20px; + height: 20px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + outline: 0; + padding: 0; + border: 2px solid #139ff7 +} + +a:hover.cke_colorbox { + border-color: #bcbcbc +} + +span.cke_colorbox { + width: 20px; + height: 20px; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 3px; + display: block; + cursor: pointer +} + +a.cke_colorauto { + padding: 0; + border: 1px solid transparent; + margin-bottom: 6px; + height: 26px; + line-height: 26px +} + +a.cke_colormore { + margin-top: 10px; + height: 20px; + line-height: 19px +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + outline: 0; + border: #139ff7 1px solid; + background-color: #f8f8f8 +} + +a:hover.cke_colorauto, +a:hover.cke_colormore { + border-color: #bcbcbc +} + +.cke_colorauto span.cke_colorbox { + width: 18px; + height: 18px; + border: 1px solid #808080; + margin-left: 1px; + margin-top: 3px +} + +.cke_rtl .cke_colorauto span.cke_colorbox { + margin-left: 0; + margin-right: 1px +} + +span.cke_colorbox[style*="#ffffff"], +span.cke_colorbox[style*="#FFFFFF"], +span.cke_colorbox[style="background-color:#fff"], +span.cke_colorbox[style="background-color:#FFF"], +span.cke_colorbox[style*="rgb(255,255,255)"], +span.cke_colorbox[style*="rgb(255, 255, 255)"] { + border: 1px solid #808080; + width: 18px; + height: 18px +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + border: 0; + float: left; + margin: 1px 2px 6px 0; + padding-right: 3px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin: 1px 0 6px 2px; + padding-left: 3px; + padding-right: 0 +} + +.cke_hc .cke_toolgroup { + margin-right: 5px; + margin-bottom: 5px +} + +.cke_hc.cke_rtl .cke_toolgroup { + margin-right: 0; + margin-left: 5px +} + +a.cke_button { + display: inline-block; + padding: 4px; + outline: 0; + cursor: default; + float: left; + border: 0; + position: relative +} + +.cke_rtl a.cke_button { + float: right +} + +.cke_hc a.cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc.cke_rtl a.cke_button { + margin: 0 0 5px 3px +} + +a.cke_button_on { + background: var(--ck-color-button-on-background) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active { + background: #e5e5e5; + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_hc a.cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active { + background: #e5e5e5; + border: 3px solid #000; + padding: 1px 3px +} + +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + border: 0; + padding: 4px; + background-color: transparent +} + +a.cke_button_disabled:focus { + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_button_disabled .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_button_disabled:hover .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border: 1px solid #acacac; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc a.cke_button_disabled:focus { + border: 3px solid #000; + padding: 1px 3px +} + +.cke_hc.cke_rtl a.cke_button_disabled:hover, +.cke_hc.cke_rtl a.cke_button_disabled:focus, +.cke_hc.cke_rtl a.cke_button_disabled:active { + margin: 0 0 5px 3px +} + +a.cke_button_disabled .cke_button_icon, +a.cke_button_disabled .cke_button_arrow { + opacity: .3 +} + +.cke_hc a.cke_button_disabled { + border-color: #acacac +} + +.cke_hc a.cke_button_disabled .cke_button_icon, +.cke_hc a.cke_button_disabled .cke_button_label { + opacity: .5 +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + border-right: 1px solid #bcbcbc; + margin-top: 4px; + top: 0; + right: -3px +} + +.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: 0; + right: auto; + border-left: 1px solid #bcbcbc; + top: 0; + left: -3px +} + +.cke_hc .cke_toolgroup a.cke_button:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-color: #000; + top: 0; + right: -7px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + top: 0; + right: auto; + left: -7px +} + +.cke_toolgroup a.cke_button:hover:last-child:after, +.cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: -4px +} + +.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: auto; + left: -4px +} + +.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: -9px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: auto; + left: -9px +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup { + border: none !important +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_toolbar+.cke_toolbar.cke_toolbar_last { + position: relative; + right: .5px +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + width: 16px; + margin: 4px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + padding-right: 4px; + margin-top: 4px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #484848 +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 6px 0 8px; + cursor: default; + vertical-align: top; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px 0 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #bcbcbc; + width: 1px +} + +.cke_rtl .cke_toolbar_separator { + float: right +} + +.cke_hc .cke_toolbar_separator { + background-color: #000; + margin-left: 2px; + margin-right: 5px; + margin-bottom: 9px +} + +.cke_hc.cke_rtl .cke_toolbar_separator { + margin-left: 5px; + margin-right: 2px +} + +.cke_toolbar_break { + display: block; + clear: left; + height: 1px; + background: #ccc; + margin-left: -3px; + margin-right: -3px +} + +.cke_top .cke_toolbar_break:last-child { + display: none +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #bcbcbc +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser:hover { + background: #e5e5e5 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border: 3px solid transparent; + border-bottom-color: #484848 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #484848 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0 +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none !important +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton { + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #e9e9e9; + display: block; + outline: 1px dotted +} + +.cke_menubutton:hover { + outline: 0 +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_disabled:hover, +.cke_menubutton_disabled:focus, +.cke_menubutton_disabled:active { + background-color: transparent; + outline: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #f8f8f8; + padding: 6px 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #e9e9e9 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + background-color: #f8f8f8; + outline: 0 +} + +.cke_menuitem .cke_menubutton_on { + background-color: #e9e9e9; + border: 1px solid #dedede; + outline: 0 +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px; + background-color: #e9e9e9 +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_shortcut { + color: #979797 +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d1d1d1; + height: 1px +} + +.cke_menuarrow { + background: transparent url(images/arrow.png) no-repeat 0 10px; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_hc .cke_menuarrow { + background-image: none +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left; + position: relative +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: 1px; + margin-bottom: 10px +} + +.cke_combo:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + margin-top: 5px; + margin-right: var(--ck-spacing-small); + margin-left: var(--ck-spacing-small); + top: 0; + right: 0 +} + +.cke_rtl .cke_combo:after { + border-right: 0; + border-left: 1px solid #bcbcbc; + right: auto; + left: 0 +} + +.cke_hc .cke_combo:after { + border-color: #000 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left +} + +.cke_rtl a.cke_combo_button { + float: right +} + +.cke_hc a.cke_combo_button { + padding: 4px +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus, +.cke_combo_off a.cke_combo_button:active { + background: #e5e5e5; + border: 1px solid #bcbcbc +} + +.cke_combo_off a.cke_combo_button:focus { + outline: 0 +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:active { + background: red +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border: 3px solid #000; + padding: 1px 1px 1px 2px +} + +.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active { + padding: 1px 2px 1px 1px +} + +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 1px 1px 7px; + margin-left: -6px +} + +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 7px 1px 1px; + margin-left: 0; + margin-right: -6px +} + +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 0 +} + +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px; + margin: 0 +} + +.cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_toolbar .cke_combo+.cke_toolgroup { + margin-right: 0 +} + +.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 2px +} + +.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 5px +} + +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 5px +} + +.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_combo_text { + line-height: 26px; + padding: 4px var(--ck-spacing-standard); + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #484848; + width: 93.8px; + box-sizing: border-box +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 10px 1px 2.6px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: var(--ck-disabled-opacity) +} + +.cke .cke_combo_on a.cke_combo_button.cke_combo_disabled, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active { + background-color: transparent !important +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #484848; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #e5e5e5 +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +:root { + --ck-border-radius: 0; + --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset; + --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop); + --ck-spacing-unit: .6em; + --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5); + --ck-spacing-standard: var(--ck-spacing-unit); + --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8); + --ck-spacing-small: calc(var(--ck-spacing-unit) * .5); + --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3); + --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16); + --ck-z-default: 1; + --ck-z-modal: 999; + --ck-color-base-foreground: #fafafa; + --ck-color-base-background: #fff; + --ck-color-base-border: #c4c4c4; + --ck-color-base-action: #61b045; + --ck-color-base-focus: #6cb5f9; + --ck-color-base-text: #333; + --ck-color-base-active: #198cf0; + --ck-color-base-active-focus: #0e7fe1; + --ck-color-focus-border: #47a4f5; + --ck-color-focus-shadow: #77baf8; + --ck-color-text: var(--ck-color-base-text); + --ck-color-shadow-drop: rgba(0, 0, 0, .15); + --ck-color-shadow-inner: rgba(0, 0, 0, .1); + --ck-color-button-default-background: transparent; + --ck-color-button-default-focus-background: #e6e6e6; + --ck-color-button-default-active-background: #d9d9d9; + --ck-color-button-default-active-shadow: #bfbfbf; + --ck-color-button-default-disabled-background: transparent; + --ck-color-button-on-background: #dedede; + --ck-color-button-on-focus-background: #c4c4c4; + --ck-color-button-on-active-background: #bababa; + --ck-color-button-on-active-shadow: #a1a1a1; + --ck-color-button-on-disabled-background: #dedede; + --ck-color-button-action-background: var(--ck-color-base-action); + --ck-color-button-action-focus-background: #579e3d; + --ck-color-button-action-active-background: #53973b; + --ck-color-button-action-active-shadow: #498433; + --ck-color-button-action-disabled-background: #7ec365; + --ck-color-button-action-text: var(--ck-color-base-background); + --ck-color-button-save: #008a00; + --ck-color-button-cancel: #db3700; + --ck-color-dropdown-panel-background: var(--ck-color-base-background); + --ck-color-dropdown-panel-border: var(--ck-color-base-border); + --ck-color-input-background: var(--ck-color-base-background); + --ck-color-input-border: #c7c7c7; + --ck-color-input-text: var(--ck-color-base-text); + --ck-color-input-disabled-background: #f2f2f2; + --ck-color-input-disabled-border: #c7c7c7; + --ck-color-input-disabled-text: #5c5c5c; + --ck-color-list-background: var(--ck-color-base-background); + --ck-color-list-item-background-hover: var(--ck-color-base-foreground); + --ck-color-list-item-background-active: var(--ck-color-base-active); + --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus); + --ck-color-list-item-text-active: var(--ck-color-base-background); + --ck-color-panel-background: var(--ck-color-base-background); + --ck-color-panel-border: var(--ck-color-base-border); + --ck-color-toolbar-background: var(--ck-color-base-foreground); + --ck-color-toolbar-border: var(--ck-color-base-border); + --ck-color-tooltip-background: var(--ck-color-base-text); + --ck-color-tooltip-text: var(--ck-color-base-background); + --ck-color-engine-placeholder-text: #c2c2c2; + --ck-color-upload-bar-background: #6cb5f9; + --ck-color-upload-infinite-background: rgba(0, 0, 0, .1); + --ck-color-link-default: #0000f0; + --ck-color-link-selected-background: #ebf8ff; + --ck-disabled-opacity: .13; + --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow); + --ck-focus-ring: 1px solid var(--ck-color-focus-border); + --ck-font-size-base: 13px; + --ck-line-height-base: 1.84615; + --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif; + --ck-font-size-tiny: .7em; + --ck-font-size-small: .75em; + --ck-font-size-normal: 1em; + --ck-font-size-big: 1.4em; + --ck-font-size-large: 1.8em; + --ck-ui-component-min-height: 2.3em +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke { + box-shadow: none !important +} + +.cke_top { + background: var(--ck-color-base-background); + padding: 0; + border-bottom: 1px solid var(--ck-color-toolbar-border); + position: relative +} + +.cke.cke_float { + margin-left: -1px +} + +.cke_float .cke_top { + outline: none !important +} + +.cke .cke_toolgroup, +.cke .cke_combo_button, +.cke .cke_button { + border-radius: var(--ck-border-radius); + margin: var(--ck-spacing-small) +} + +.cke .cke_toolgroup { + background-image: none !important; + box-shadow: none !important; + border-top: none !important; + border-bottom: none !important; + border-right: 1px solid #bcbcbc !important; + border-left: none !important; + padding: 0 !important; + margin: 0 !important +} + +.cke .cke_combo_button { + background-image: none !important; + box-shadow: none !important; + border: none !important; + margin-top: var(--ck-spacing-small); + margin-right: var(--ck-spacing-small); + margin-bottom: var(--ck-spacing-small) +} + +.cke a.cke_button_off:hover, +.cke a.cke_button_off:focus, +.cke a.cke_button_off:active { + border: none !important; + padding: 4px +} + +.cke .cke_toolgroup a.cke_button_off:hover, +.cke .cke_toolgroup a.cke_button_off:focus, +.cke .cke_toolgroup a.cke_button_off:active, +.cke .cke_toolgroup .cke_combo_button:hover, +.cke .cke_toolgroup .cke_combo_button:focus, +.cke .cke_toolgroup .cke_combo_button:active { + background-image: none !important; + background: var(--ck-color-button-default-focus-background); + outline: none !important; + box-shadow: none !important +} + +.cke .cke_button_on { + border: none !important; + padding: 4px +} + +.cke .cke_button_on:hover, +.cke .cke_button_on:focus, +.cke .cke_button_on:active { + background: var(--ck-color-button-on-focus-background) +} + +.cke a.cke_button_disabled:hover, +.cke a.cke_button_disabled:focus, +.cke a.cke_button_disabled:active { + background-image: none !important; + background-color: transparent !important; + border: none !important; + outline: none !important; + box-shadow: none !important +} + +.cke .cke_toolbar_separator { + margin-top: 0; + margin-left: -1px; + width: 1px !important; + height: 39.78px !important +} + +.cke a.cke_button.jsplus_bootstrap_button_red:hover, +.cke a.cke_button.jsplus_bootstrap_button_red:focus, +.cke a.cke_button.jsplus_bootstrap_button_red:active { + background: #ffd9d9 !important +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: none !important; + background-color: red !important +} + +.cke .cke_combo_on a.cke_combo_button, +.cke .cke_combo_off a.cke_combo_button:hover, +.cke .cke_combo_off a.cke_combo_button:focus, +.cke .cke_combo_off a.cke_combo_button:active { + background-color: #e0e0e0 !important +} + +.cke .cke_combo_text { + line-height: 24px !important +} + +.cke a.cke_button_disabled .cke_button_icon, +.cke a.cke_button_disabled .cke_button_arrow { + opacity: var(--ck-disabled-opacity) +} + +.cke_dialog_background_cover { + background-color: black !important +} + +a.cke_dialog_ui_button { + display: inline-block !important; + cursor: pointer !important; + text-align: left !important; + overflow: hidden !important; + color: #111 !important; + border: 1px solid #bbb !important; + border-bottom: 1px solid #999 !important; + background-color: white !important; + font-size: 15px !important; + line-height: 18px !important; + border-radius: 0 !important; + -webkit-touch-callout: none !important; + -webkit-user-select: none !important; + -khtml-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + border-radius: 0 !important; + height: auto !important; + padding: 4px 12px 4px 12px !important; + min-width: 80px !important; + text-align: center !important +} + +span.cke_dialog_ui_button { + padding: 0 !important; + min-width: 50px !important; + text-align: center !important; + font-size: 15px !important; + font-weight: normal !important +} + +a.cke_dialog_ui_button:hover, +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + background-color: #007fff !important; + border-color: #007fff !important; + text-decoration: none !important +} + +a.cke_dialog_ui_button:hover>span, +a.cke_dialog_ui_button:focus>span, +a.cke_dialog_ui_button:active>span { + background-color: #007fff !important; + color: white !important +} + +.cke_dialog .cke_resizer { + margin-top: 30px !important +} + +.cke_dialog_footer_buttons .cke_dialog_ui_hbox>td>a.cke_dialog_ui_button { + margin-top: 3px !important; + margin-bottom: 3px !important +} + +.cke_dialog_ui_input_text { + border-radius: 0 !important +} + +.cke_dialog_ui_input_text:focus { + border: 1px solid #419fff !important; + outline: none !important; + outline-offset: 0 !important +} + +.cke_button_icon { + image-rendering: pixelated !important +} + +.cke_editable.cke_editable_inline[data-type="wrap"] { + outline: 0 +} + +.cke_combo { + border-right: 1px solid #bcbcbc; + margin-left: -1px +} + +.cke_button__about_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -0px !important +} + +.cke_button__bold_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -24px !important +} + +.cke_button__italic_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -48px !important +} + +.cke_button__strike_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -72px !important +} + +.cke_button__subscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -96px !important +} + +.cke_button__superscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -120px !important +} + +.cke_button__underline_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -144px !important +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -168px !important +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -192px !important +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -216px !important +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -240px !important +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -264px !important +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -288px !important +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -312px !important +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -336px !important +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -360px !important +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -384px !important +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -408px !important +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -432px !important +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -456px !important +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -480px !important +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -504px !important +} + +.cke_button__replace_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -528px !important +} + +.cke_button__flash_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -552px !important +} + +.cke_button__button_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -576px !important +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -600px !important +} + +.cke_button__form_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -624px !important +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -648px !important +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -672px !important +} + +.cke_button__radio_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -696px !important +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -720px !important +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -744px !important +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -768px !important +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -792px !important +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -816px !important +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -840px !important +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -864px !important +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -888px !important +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -912px !important +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -936px !important +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -960px !important +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -984px !important +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1008px !important +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1032px !important +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1056px !important +} + +.cke_button__language_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1080px !important +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1104px !important +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1128px !important +} + +.cke_button__link_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1152px !important +} + +.cke_button__unlink_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1176px !important +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1200px !important +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1224px !important +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1248px !important +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1272px !important +} + +.cke_button__maximize_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1296px !important +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1320px !important +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1344px !important +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1368px !important +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1392px !important +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1416px !important +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1440px !important +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1464px !important +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1488px !important +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1512px !important +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1536px !important +} + +.cke_button__print_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1560px !important +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1584px !important +} + +.cke_button__save_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1608px !important +} + +.cke_button__selectall_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1632px !important +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1656px !important +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1680px !important +} + +.cke_button__smiley_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1704px !important +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1728px !important +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1752px !important +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1776px !important +} + +.cke_button__table_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1800px !important +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1824px !important +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1848px !important +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1872px !important +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1896px !important +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1920px !important +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1944px !important +} + +.cke_button__simplebox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1968px !important +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -0px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -24px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -48px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -72px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -96px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -120px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -144px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -168px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -192px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -216px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -240px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -264px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -288px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -312px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -336px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -360px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -384px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -408px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -432px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -456px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -480px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -504px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -528px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -552px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -576px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -600px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -624px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -648px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -672px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -696px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -720px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -744px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -768px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -792px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -816px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -840px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -864px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -888px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -912px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -936px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -960px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -984px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1008px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1032px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1056px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1080px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1104px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1128px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1152px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1176px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1200px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1224px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1248px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1272px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1296px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1320px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1344px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1368px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1392px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1416px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1440px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1464px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1488px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1512px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1536px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1560px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1584px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1608px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1632px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1656px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1680px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1704px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1728px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1752px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1776px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1800px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1824px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1848px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1872px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1896px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1920px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1944px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__simplebox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -3936px !important +} \ No newline at end of file diff --git a/skins/n1theme/editor_gecko.css b/skins/n1theme/editor_gecko.css new file mode 100755 index 0000000..327475d --- /dev/null +++ b/skins/n1theme/editor_gecko.css @@ -0,0 +1,2416 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #d1d1d1; + padding: 0 +} + +.cke_inner { + display: block; + background: #fff; + padding: 0; + -webkit-touch-callout: none +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8; + padding: 6px 8px 2px; + white-space: normal +} + +.cke_float .cke_top { + border: 1px solid #d1d1d1 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #bcbcbc transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #bcbcbc; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #d1d1d1 +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 110px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_block:focus { + outline: none !important +} + +.cke_panel_list { + margin: 0; + padding: 0; + list-style-type: none; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding: 0 +} + +.cke_panel_listItem a { + padding: 6px 7px; + display: block; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_panel_listItem.cke_selected a, +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + background-color: #e9e9e9 +} + +.cke_panel_listItem a:focus { + outline: 1px dotted #000 +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 4px 5px +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 6px 6px 7px 6px; + color: #484848; + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_colorblock { + padding: 10px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +a.cke_colorbox { + padding: 2px; + float: left; + width: 20px; + height: 20px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + outline: 0; + padding: 0; + border: 2px solid #139ff7 +} + +a:hover.cke_colorbox { + border-color: #bcbcbc +} + +span.cke_colorbox { + width: 20px; + height: 20px; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 3px; + display: block; + cursor: pointer +} + +a.cke_colorauto { + padding: 0; + border: 1px solid transparent; + margin-bottom: 6px; + height: 26px; + line-height: 26px +} + +a.cke_colormore { + margin-top: 10px; + height: 20px; + line-height: 19px +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + outline: 0; + border: #139ff7 1px solid; + background-color: #f8f8f8 +} + +a:hover.cke_colorauto, +a:hover.cke_colormore { + border-color: #bcbcbc +} + +.cke_colorauto span.cke_colorbox { + width: 18px; + height: 18px; + border: 1px solid #808080; + margin-left: 1px; + margin-top: 3px +} + +.cke_rtl .cke_colorauto span.cke_colorbox { + margin-left: 0; + margin-right: 1px +} + +span.cke_colorbox[style*="#ffffff"], +span.cke_colorbox[style*="#FFFFFF"], +span.cke_colorbox[style="background-color:#fff"], +span.cke_colorbox[style="background-color:#FFF"], +span.cke_colorbox[style*="rgb(255,255,255)"], +span.cke_colorbox[style*="rgb(255, 255, 255)"] { + border: 1px solid #808080; + width: 18px; + height: 18px +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + border: 0; + float: left; + margin: 1px 2px 6px 0; + padding-right: 3px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin: 1px 0 6px 2px; + padding-left: 3px; + padding-right: 0 +} + +.cke_hc .cke_toolgroup { + margin-right: 5px; + margin-bottom: 5px +} + +.cke_hc.cke_rtl .cke_toolgroup { + margin-right: 0; + margin-left: 5px +} + +a.cke_button { + display: inline-block; + padding: 4px; + outline: 0; + cursor: default; + float: left; + border: 0; + position: relative +} + +.cke_rtl a.cke_button { + float: right +} + +.cke_hc a.cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc.cke_rtl a.cke_button { + margin: 0 0 5px 3px +} + +a.cke_button_on { + background: var(--ck-color-button-on-background) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active { + background: #e5e5e5; + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_hc a.cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active { + background: #e5e5e5; + border: 3px solid #000; + padding: 1px 3px +} + +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + border: 0; + padding: 4px; + background-color: transparent +} + +a.cke_button_disabled:focus { + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_button_disabled .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_button_disabled:hover .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border: 1px solid #acacac; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc a.cke_button_disabled:focus { + border: 3px solid #000; + padding: 1px 3px +} + +.cke_hc.cke_rtl a.cke_button_disabled:hover, +.cke_hc.cke_rtl a.cke_button_disabled:focus, +.cke_hc.cke_rtl a.cke_button_disabled:active { + margin: 0 0 5px 3px +} + +a.cke_button_disabled .cke_button_icon, +a.cke_button_disabled .cke_button_arrow { + opacity: .3 +} + +.cke_hc a.cke_button_disabled { + border-color: #acacac +} + +.cke_hc a.cke_button_disabled .cke_button_icon, +.cke_hc a.cke_button_disabled .cke_button_label { + opacity: .5 +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + border-right: 1px solid #bcbcbc; + margin-top: 4px; + top: 0; + right: -3px +} + +.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: 0; + right: auto; + border-left: 1px solid #bcbcbc; + top: 0; + left: -3px +} + +.cke_hc .cke_toolgroup a.cke_button:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-color: #000; + top: 0; + right: -7px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + top: 0; + right: auto; + left: -7px +} + +.cke_toolgroup a.cke_button:hover:last-child:after, +.cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: -4px +} + +.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: auto; + left: -4px +} + +.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: -9px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: auto; + left: -9px +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup { + border: none !important +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_toolbar+.cke_toolbar.cke_toolbar_last { + position: relative; + right: .5px +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + width: 16px; + margin: 4px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + padding-right: 4px; + margin-top: 4px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #484848 +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 6px 0 8px; + cursor: default; + vertical-align: top; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px 0 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #bcbcbc; + width: 1px +} + +.cke_rtl .cke_toolbar_separator { + float: right +} + +.cke_hc .cke_toolbar_separator { + background-color: #000; + margin-left: 2px; + margin-right: 5px; + margin-bottom: 9px +} + +.cke_hc.cke_rtl .cke_toolbar_separator { + margin-left: 5px; + margin-right: 2px +} + +.cke_toolbar_break { + display: block; + clear: left; + height: 1px; + background: #ccc; + margin-left: -3px; + margin-right: -3px +} + +.cke_top .cke_toolbar_break:last-child { + display: none +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #bcbcbc +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser:hover { + background: #e5e5e5 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border: 3px solid transparent; + border-bottom-color: #484848 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #484848 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0 +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none !important +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton { + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #e9e9e9; + display: block; + outline: 1px dotted +} + +.cke_menubutton:hover { + outline: 0 +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_disabled:hover, +.cke_menubutton_disabled:focus, +.cke_menubutton_disabled:active { + background-color: transparent; + outline: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #f8f8f8; + padding: 6px 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #e9e9e9 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + background-color: #f8f8f8; + outline: 0 +} + +.cke_menuitem .cke_menubutton_on { + background-color: #e9e9e9; + border: 1px solid #dedede; + outline: 0 +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px; + background-color: #e9e9e9 +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_shortcut { + color: #979797 +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d1d1d1; + height: 1px +} + +.cke_menuarrow { + background: transparent url(images/arrow.png) no-repeat 0 10px; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_hc .cke_menuarrow { + background-image: none +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left; + position: relative +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: 1px; + margin-bottom: 10px +} + +.cke_combo:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + margin-top: 5px; + margin-right: var(--ck-spacing-small); + margin-left: var(--ck-spacing-small); + top: 0; + right: 0 +} + +.cke_rtl .cke_combo:after { + border-right: 0; + border-left: 1px solid #bcbcbc; + right: auto; + left: 0 +} + +.cke_hc .cke_combo:after { + border-color: #000 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left +} + +.cke_rtl a.cke_combo_button { + float: right +} + +.cke_hc a.cke_combo_button { + padding: 4px +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus, +.cke_combo_off a.cke_combo_button:active { + background: #e5e5e5; + border: 1px solid #bcbcbc +} + +.cke_combo_off a.cke_combo_button:focus { + outline: 0 +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:active { + background: red +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border: 3px solid #000; + padding: 1px 1px 1px 2px +} + +.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active { + padding: 1px 2px 1px 1px +} + +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 1px 1px 7px; + margin-left: -6px +} + +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 7px 1px 1px; + margin-left: 0; + margin-right: -6px +} + +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 0 +} + +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px; + margin: 0 +} + +.cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_toolbar .cke_combo+.cke_toolgroup { + margin-right: 0 +} + +.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 2px +} + +.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 5px +} + +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 5px +} + +.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_combo_text { + line-height: 26px; + padding: 4px var(--ck-spacing-standard); + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #484848; + width: 93.8px; + box-sizing: border-box +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 10px 1px 2.6px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: var(--ck-disabled-opacity) +} + +.cke .cke_combo_on a.cke_combo_button.cke_combo_disabled, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active { + background-color: transparent !important +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #484848; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #e5e5e5 +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +:root { + --ck-border-radius: 0; + --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset; + --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop); + --ck-spacing-unit: .6em; + --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5); + --ck-spacing-standard: var(--ck-spacing-unit); + --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8); + --ck-spacing-small: calc(var(--ck-spacing-unit) * .5); + --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3); + --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16); + --ck-z-default: 1; + --ck-z-modal: 999; + --ck-color-base-foreground: #fafafa; + --ck-color-base-background: #fff; + --ck-color-base-border: #c4c4c4; + --ck-color-base-action: #61b045; + --ck-color-base-focus: #6cb5f9; + --ck-color-base-text: #333; + --ck-color-base-active: #198cf0; + --ck-color-base-active-focus: #0e7fe1; + --ck-color-focus-border: #47a4f5; + --ck-color-focus-shadow: #77baf8; + --ck-color-text: var(--ck-color-base-text); + --ck-color-shadow-drop: rgba(0, 0, 0, .15); + --ck-color-shadow-inner: rgba(0, 0, 0, .1); + --ck-color-button-default-background: transparent; + --ck-color-button-default-focus-background: #e6e6e6; + --ck-color-button-default-active-background: #d9d9d9; + --ck-color-button-default-active-shadow: #bfbfbf; + --ck-color-button-default-disabled-background: transparent; + --ck-color-button-on-background: #dedede; + --ck-color-button-on-focus-background: #c4c4c4; + --ck-color-button-on-active-background: #bababa; + --ck-color-button-on-active-shadow: #a1a1a1; + --ck-color-button-on-disabled-background: #dedede; + --ck-color-button-action-background: var(--ck-color-base-action); + --ck-color-button-action-focus-background: #579e3d; + --ck-color-button-action-active-background: #53973b; + --ck-color-button-action-active-shadow: #498433; + --ck-color-button-action-disabled-background: #7ec365; + --ck-color-button-action-text: var(--ck-color-base-background); + --ck-color-button-save: #008a00; + --ck-color-button-cancel: #db3700; + --ck-color-dropdown-panel-background: var(--ck-color-base-background); + --ck-color-dropdown-panel-border: var(--ck-color-base-border); + --ck-color-input-background: var(--ck-color-base-background); + --ck-color-input-border: #c7c7c7; + --ck-color-input-text: var(--ck-color-base-text); + --ck-color-input-disabled-background: #f2f2f2; + --ck-color-input-disabled-border: #c7c7c7; + --ck-color-input-disabled-text: #5c5c5c; + --ck-color-list-background: var(--ck-color-base-background); + --ck-color-list-item-background-hover: var(--ck-color-base-foreground); + --ck-color-list-item-background-active: var(--ck-color-base-active); + --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus); + --ck-color-list-item-text-active: var(--ck-color-base-background); + --ck-color-panel-background: var(--ck-color-base-background); + --ck-color-panel-border: var(--ck-color-base-border); + --ck-color-toolbar-background: var(--ck-color-base-foreground); + --ck-color-toolbar-border: var(--ck-color-base-border); + --ck-color-tooltip-background: var(--ck-color-base-text); + --ck-color-tooltip-text: var(--ck-color-base-background); + --ck-color-engine-placeholder-text: #c2c2c2; + --ck-color-upload-bar-background: #6cb5f9; + --ck-color-upload-infinite-background: rgba(0, 0, 0, .1); + --ck-color-link-default: #0000f0; + --ck-color-link-selected-background: #ebf8ff; + --ck-disabled-opacity: .13; + --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow); + --ck-focus-ring: 1px solid var(--ck-color-focus-border); + --ck-font-size-base: 13px; + --ck-line-height-base: 1.84615; + --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif; + --ck-font-size-tiny: .7em; + --ck-font-size-small: .75em; + --ck-font-size-normal: 1em; + --ck-font-size-big: 1.4em; + --ck-font-size-large: 1.8em; + --ck-ui-component-min-height: 2.3em +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke { + box-shadow: none !important +} + +.cke_top { + background: var(--ck-color-base-background); + padding: 0; + border-bottom: 1px solid var(--ck-color-toolbar-border); + position: relative +} + +.cke.cke_float { + margin-left: -1px +} + +.cke_float .cke_top { + outline: none !important +} + +.cke .cke_toolgroup, +.cke .cke_combo_button, +.cke .cke_button { + border-radius: var(--ck-border-radius); + margin: var(--ck-spacing-small) +} + +.cke .cke_toolgroup { + background-image: none !important; + box-shadow: none !important; + border-top: none !important; + border-bottom: none !important; + border-right: 1px solid #bcbcbc !important; + border-left: none !important; + padding: 0 !important; + margin: 0 !important +} + +.cke .cke_combo_button { + background-image: none !important; + box-shadow: none !important; + border: none !important; + margin-top: var(--ck-spacing-small); + margin-right: var(--ck-spacing-small); + margin-bottom: var(--ck-spacing-small) +} + +.cke a.cke_button_off:hover, +.cke a.cke_button_off:focus, +.cke a.cke_button_off:active { + border: none !important; + padding: 4px +} + +.cke .cke_toolgroup a.cke_button_off:hover, +.cke .cke_toolgroup a.cke_button_off:focus, +.cke .cke_toolgroup a.cke_button_off:active, +.cke .cke_toolgroup .cke_combo_button:hover, +.cke .cke_toolgroup .cke_combo_button:focus, +.cke .cke_toolgroup .cke_combo_button:active { + background-image: none !important; + background: var(--ck-color-button-default-focus-background); + outline: none !important; + box-shadow: none !important +} + +.cke .cke_button_on { + border: none !important; + padding: 4px +} + +.cke .cke_button_on:hover, +.cke .cke_button_on:focus, +.cke .cke_button_on:active { + background: var(--ck-color-button-on-focus-background) +} + +.cke a.cke_button_disabled:hover, +.cke a.cke_button_disabled:focus, +.cke a.cke_button_disabled:active { + background-image: none !important; + background-color: transparent !important; + border: none !important; + outline: none !important; + box-shadow: none !important +} + +.cke .cke_toolbar_separator { + margin-top: 0; + margin-left: -1px; + width: 1px !important; + height: 39.78px !important +} + +.cke a.cke_button.jsplus_bootstrap_button_red:hover, +.cke a.cke_button.jsplus_bootstrap_button_red:focus, +.cke a.cke_button.jsplus_bootstrap_button_red:active { + background: #ffd9d9 !important +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: none !important; + background-color: red !important +} + +.cke .cke_combo_on a.cke_combo_button, +.cke .cke_combo_off a.cke_combo_button:hover, +.cke .cke_combo_off a.cke_combo_button:focus, +.cke .cke_combo_off a.cke_combo_button:active { + background-color: #e0e0e0 !important +} + +.cke .cke_combo_text { + line-height: 24px !important +} + +.cke a.cke_button_disabled .cke_button_icon, +.cke a.cke_button_disabled .cke_button_arrow { + opacity: var(--ck-disabled-opacity) +} + +.cke_dialog_background_cover { + background-color: black !important +} + +a.cke_dialog_ui_button { + display: inline-block !important; + cursor: pointer !important; + text-align: left !important; + overflow: hidden !important; + color: #111 !important; + border: 1px solid #bbb !important; + border-bottom: 1px solid #999 !important; + background-color: white !important; + font-size: 15px !important; + line-height: 18px !important; + border-radius: 0 !important; + -webkit-touch-callout: none !important; + -webkit-user-select: none !important; + -khtml-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + border-radius: 0 !important; + height: auto !important; + padding: 4px 12px 4px 12px !important; + min-width: 80px !important; + text-align: center !important +} + +span.cke_dialog_ui_button { + padding: 0 !important; + min-width: 50px !important; + text-align: center !important; + font-size: 15px !important; + font-weight: normal !important +} + +a.cke_dialog_ui_button:hover, +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + background-color: #007fff !important; + border-color: #007fff !important; + text-decoration: none !important +} + +a.cke_dialog_ui_button:hover>span, +a.cke_dialog_ui_button:focus>span, +a.cke_dialog_ui_button:active>span { + background-color: #007fff !important; + color: white !important +} + +.cke_dialog .cke_resizer { + margin-top: 30px !important +} + +.cke_dialog_footer_buttons .cke_dialog_ui_hbox>td>a.cke_dialog_ui_button { + margin-top: 3px !important; + margin-bottom: 3px !important +} + +.cke_dialog_ui_input_text { + border-radius: 0 !important +} + +.cke_dialog_ui_input_text:focus { + border: 1px solid #419fff !important; + outline: none !important; + outline-offset: 0 !important +} + +.cke_button_icon { + image-rendering: pixelated !important +} + +.cke_editable.cke_editable_inline[data-type="wrap"] { + outline: 0 +} + +.cke_combo { + border-right: 1px solid #bcbcbc; + margin-left: -1px +} + +.cke_button__about_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -0px !important +} + +.cke_button__bold_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -24px !important +} + +.cke_button__italic_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -48px !important +} + +.cke_button__strike_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -72px !important +} + +.cke_button__subscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -96px !important +} + +.cke_button__superscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -120px !important +} + +.cke_button__underline_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -144px !important +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -168px !important +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -192px !important +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -216px !important +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -240px !important +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -264px !important +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -288px !important +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -312px !important +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -336px !important +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -360px !important +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -384px !important +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -408px !important +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -432px !important +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -456px !important +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -480px !important +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -504px !important +} + +.cke_button__replace_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -528px !important +} + +.cke_button__flash_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -552px !important +} + +.cke_button__button_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -576px !important +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -600px !important +} + +.cke_button__form_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -624px !important +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -648px !important +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -672px !important +} + +.cke_button__radio_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -696px !important +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -720px !important +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -744px !important +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -768px !important +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -792px !important +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -816px !important +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -840px !important +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -864px !important +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -888px !important +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -912px !important +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -936px !important +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -960px !important +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -984px !important +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1008px !important +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1032px !important +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1056px !important +} + +.cke_button__language_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1080px !important +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1104px !important +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1128px !important +} + +.cke_button__link_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1152px !important +} + +.cke_button__unlink_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1176px !important +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1200px !important +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1224px !important +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1248px !important +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1272px !important +} + +.cke_button__maximize_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1296px !important +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1320px !important +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1344px !important +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1368px !important +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1392px !important +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1416px !important +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1440px !important +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1464px !important +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1488px !important +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1512px !important +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1536px !important +} + +.cke_button__print_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1560px !important +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1584px !important +} + +.cke_button__save_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1608px !important +} + +.cke_button__selectall_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1632px !important +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1656px !important +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1680px !important +} + +.cke_button__smiley_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1704px !important +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1728px !important +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1752px !important +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1776px !important +} + +.cke_button__table_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1800px !important +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1824px !important +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1848px !important +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1872px !important +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1896px !important +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1920px !important +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1944px !important +} + +.cke_button__simplebox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1968px !important +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -0px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -24px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -48px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -72px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -96px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -120px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -144px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -168px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -192px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -216px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -240px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -264px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -288px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -312px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -336px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -360px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -384px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -408px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -432px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -456px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -480px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -504px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -528px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -552px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -576px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -600px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -624px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -648px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -672px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -696px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -720px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -744px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -768px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -792px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -816px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -840px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -864px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -888px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -912px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -936px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -960px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -984px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1008px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1032px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1056px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1080px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1104px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1128px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1152px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1176px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1200px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1224px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1248px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1272px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1296px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1320px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1344px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1368px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1392px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1416px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1440px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1464px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1488px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1512px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1536px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1560px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1584px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1608px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1632px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1656px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1680px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1704px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1728px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1752px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1776px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1800px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1824px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1848px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1872px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1896px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1920px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1944px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__simplebox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -3936px !important +} + +.cke_bottom { + padding-bottom: 3px +} + +.cke_combo_text { + margin-bottom: -1px; + margin-top: 1px +} \ No newline at end of file diff --git a/skins/n1theme/editor_ie.css b/skins/n1theme/editor_ie.css new file mode 100755 index 0000000..9b348b5 --- /dev/null +++ b/skins/n1theme/editor_ie.css @@ -0,0 +1,2453 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #d1d1d1; + padding: 0 +} + +.cke_inner { + display: block; + background: #fff; + padding: 0; + -webkit-touch-callout: none +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8; + padding: 6px 8px 2px; + white-space: normal +} + +.cke_float .cke_top { + border: 1px solid #d1d1d1 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #bcbcbc transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #bcbcbc; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #d1d1d1 +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 110px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_block:focus { + outline: none !important +} + +.cke_panel_list { + margin: 0; + padding: 0; + list-style-type: none; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding: 0 +} + +.cke_panel_listItem a { + padding: 6px 7px; + display: block; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_panel_listItem.cke_selected a, +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + background-color: #e9e9e9 +} + +.cke_panel_listItem a:focus { + outline: 1px dotted #000 +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 4px 5px +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 6px 6px 7px 6px; + color: #484848; + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_colorblock { + padding: 10px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +a.cke_colorbox { + padding: 2px; + float: left; + width: 20px; + height: 20px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + outline: 0; + padding: 0; + border: 2px solid #139ff7 +} + +a:hover.cke_colorbox { + border-color: #bcbcbc +} + +span.cke_colorbox { + width: 20px; + height: 20px; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 3px; + display: block; + cursor: pointer +} + +a.cke_colorauto { + padding: 0; + border: 1px solid transparent; + margin-bottom: 6px; + height: 26px; + line-height: 26px +} + +a.cke_colormore { + margin-top: 10px; + height: 20px; + line-height: 19px +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + outline: 0; + border: #139ff7 1px solid; + background-color: #f8f8f8 +} + +a:hover.cke_colorauto, +a:hover.cke_colormore { + border-color: #bcbcbc +} + +.cke_colorauto span.cke_colorbox { + width: 18px; + height: 18px; + border: 1px solid #808080; + margin-left: 1px; + margin-top: 3px +} + +.cke_rtl .cke_colorauto span.cke_colorbox { + margin-left: 0; + margin-right: 1px +} + +span.cke_colorbox[style*="#ffffff"], +span.cke_colorbox[style*="#FFFFFF"], +span.cke_colorbox[style="background-color:#fff"], +span.cke_colorbox[style="background-color:#FFF"], +span.cke_colorbox[style*="rgb(255,255,255)"], +span.cke_colorbox[style*="rgb(255, 255, 255)"] { + border: 1px solid #808080; + width: 18px; + height: 18px +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + border: 0; + float: left; + margin: 1px 2px 6px 0; + padding-right: 3px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin: 1px 0 6px 2px; + padding-left: 3px; + padding-right: 0 +} + +.cke_hc .cke_toolgroup { + margin-right: 5px; + margin-bottom: 5px +} + +.cke_hc.cke_rtl .cke_toolgroup { + margin-right: 0; + margin-left: 5px +} + +a.cke_button { + display: inline-block; + padding: 4px; + outline: 0; + cursor: default; + float: left; + border: 0; + position: relative +} + +.cke_rtl a.cke_button { + float: right +} + +.cke_hc a.cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc.cke_rtl a.cke_button { + margin: 0 0 5px 3px +} + +a.cke_button_on { + background: var(--ck-color-button-on-background) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active { + background: #e5e5e5; + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_hc a.cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active { + background: #e5e5e5; + border: 3px solid #000; + padding: 1px 3px +} + +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + border: 0; + padding: 4px; + background-color: transparent +} + +a.cke_button_disabled:focus { + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_button_disabled .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_button_disabled:hover .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border: 1px solid #acacac; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc a.cke_button_disabled:focus { + border: 3px solid #000; + padding: 1px 3px +} + +.cke_hc.cke_rtl a.cke_button_disabled:hover, +.cke_hc.cke_rtl a.cke_button_disabled:focus, +.cke_hc.cke_rtl a.cke_button_disabled:active { + margin: 0 0 5px 3px +} + +a.cke_button_disabled .cke_button_icon, +a.cke_button_disabled .cke_button_arrow { + opacity: .3 +} + +.cke_hc a.cke_button_disabled { + border-color: #acacac +} + +.cke_hc a.cke_button_disabled .cke_button_icon, +.cke_hc a.cke_button_disabled .cke_button_label { + opacity: .5 +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + border-right: 1px solid #bcbcbc; + margin-top: 4px; + top: 0; + right: -3px +} + +.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: 0; + right: auto; + border-left: 1px solid #bcbcbc; + top: 0; + left: -3px +} + +.cke_hc .cke_toolgroup a.cke_button:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-color: #000; + top: 0; + right: -7px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + top: 0; + right: auto; + left: -7px +} + +.cke_toolgroup a.cke_button:hover:last-child:after, +.cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: -4px +} + +.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: auto; + left: -4px +} + +.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: -9px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: auto; + left: -9px +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup { + border: none !important +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_toolbar+.cke_toolbar.cke_toolbar_last { + position: relative; + right: .5px +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + width: 16px; + margin: 4px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + padding-right: 4px; + margin-top: 4px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #484848 +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 6px 0 8px; + cursor: default; + vertical-align: top; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px 0 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #bcbcbc; + width: 1px +} + +.cke_rtl .cke_toolbar_separator { + float: right +} + +.cke_hc .cke_toolbar_separator { + background-color: #000; + margin-left: 2px; + margin-right: 5px; + margin-bottom: 9px +} + +.cke_hc.cke_rtl .cke_toolbar_separator { + margin-left: 5px; + margin-right: 2px +} + +.cke_toolbar_break { + display: block; + clear: left; + height: 1px; + background: #ccc; + margin-left: -3px; + margin-right: -3px +} + +.cke_top .cke_toolbar_break:last-child { + display: none +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #bcbcbc +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser:hover { + background: #e5e5e5 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border: 3px solid transparent; + border-bottom-color: #484848 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #484848 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0 +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none !important +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton { + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #e9e9e9; + display: block; + outline: 1px dotted +} + +.cke_menubutton:hover { + outline: 0 +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_disabled:hover, +.cke_menubutton_disabled:focus, +.cke_menubutton_disabled:active { + background-color: transparent; + outline: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #f8f8f8; + padding: 6px 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #e9e9e9 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + background-color: #f8f8f8; + outline: 0 +} + +.cke_menuitem .cke_menubutton_on { + background-color: #e9e9e9; + border: 1px solid #dedede; + outline: 0 +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px; + background-color: #e9e9e9 +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_shortcut { + color: #979797 +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d1d1d1; + height: 1px +} + +.cke_menuarrow { + background: transparent url(images/arrow.png) no-repeat 0 10px; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_hc .cke_menuarrow { + background-image: none +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left; + position: relative +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: 1px; + margin-bottom: 10px +} + +.cke_combo:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + margin-top: 5px; + margin-right: var(--ck-spacing-small); + margin-left: var(--ck-spacing-small); + top: 0; + right: 0 +} + +.cke_rtl .cke_combo:after { + border-right: 0; + border-left: 1px solid #bcbcbc; + right: auto; + left: 0 +} + +.cke_hc .cke_combo:after { + border-color: #000 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left +} + +.cke_rtl a.cke_combo_button { + float: right +} + +.cke_hc a.cke_combo_button { + padding: 4px +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus, +.cke_combo_off a.cke_combo_button:active { + background: #e5e5e5; + border: 1px solid #bcbcbc +} + +.cke_combo_off a.cke_combo_button:focus { + outline: 0 +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:active { + background: red +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border: 3px solid #000; + padding: 1px 1px 1px 2px +} + +.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active { + padding: 1px 2px 1px 1px +} + +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 1px 1px 7px; + margin-left: -6px +} + +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 7px 1px 1px; + margin-left: 0; + margin-right: -6px +} + +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 0 +} + +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px; + margin: 0 +} + +.cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_toolbar .cke_combo+.cke_toolgroup { + margin-right: 0 +} + +.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 2px +} + +.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 5px +} + +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 5px +} + +.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_combo_text { + line-height: 26px; + padding: 4px var(--ck-spacing-standard); + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #484848; + width: 93.8px; + box-sizing: border-box +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 10px 1px 2.6px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: var(--ck-disabled-opacity) +} + +.cke .cke_combo_on a.cke_combo_button.cke_combo_disabled, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active { + background-color: transparent !important +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #484848; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #e5e5e5 +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +:root { + --ck-border-radius: 0; + --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset; + --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop); + --ck-spacing-unit: .6em; + --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5); + --ck-spacing-standard: var(--ck-spacing-unit); + --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8); + --ck-spacing-small: calc(var(--ck-spacing-unit) * .5); + --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3); + --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16); + --ck-z-default: 1; + --ck-z-modal: 999; + --ck-color-base-foreground: #fafafa; + --ck-color-base-background: #fff; + --ck-color-base-border: #c4c4c4; + --ck-color-base-action: #61b045; + --ck-color-base-focus: #6cb5f9; + --ck-color-base-text: #333; + --ck-color-base-active: #198cf0; + --ck-color-base-active-focus: #0e7fe1; + --ck-color-focus-border: #47a4f5; + --ck-color-focus-shadow: #77baf8; + --ck-color-text: var(--ck-color-base-text); + --ck-color-shadow-drop: rgba(0, 0, 0, .15); + --ck-color-shadow-inner: rgba(0, 0, 0, .1); + --ck-color-button-default-background: transparent; + --ck-color-button-default-focus-background: #e6e6e6; + --ck-color-button-default-active-background: #d9d9d9; + --ck-color-button-default-active-shadow: #bfbfbf; + --ck-color-button-default-disabled-background: transparent; + --ck-color-button-on-background: #dedede; + --ck-color-button-on-focus-background: #c4c4c4; + --ck-color-button-on-active-background: #bababa; + --ck-color-button-on-active-shadow: #a1a1a1; + --ck-color-button-on-disabled-background: #dedede; + --ck-color-button-action-background: var(--ck-color-base-action); + --ck-color-button-action-focus-background: #579e3d; + --ck-color-button-action-active-background: #53973b; + --ck-color-button-action-active-shadow: #498433; + --ck-color-button-action-disabled-background: #7ec365; + --ck-color-button-action-text: var(--ck-color-base-background); + --ck-color-button-save: #008a00; + --ck-color-button-cancel: #db3700; + --ck-color-dropdown-panel-background: var(--ck-color-base-background); + --ck-color-dropdown-panel-border: var(--ck-color-base-border); + --ck-color-input-background: var(--ck-color-base-background); + --ck-color-input-border: #c7c7c7; + --ck-color-input-text: var(--ck-color-base-text); + --ck-color-input-disabled-background: #f2f2f2; + --ck-color-input-disabled-border: #c7c7c7; + --ck-color-input-disabled-text: #5c5c5c; + --ck-color-list-background: var(--ck-color-base-background); + --ck-color-list-item-background-hover: var(--ck-color-base-foreground); + --ck-color-list-item-background-active: var(--ck-color-base-active); + --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus); + --ck-color-list-item-text-active: var(--ck-color-base-background); + --ck-color-panel-background: var(--ck-color-base-background); + --ck-color-panel-border: var(--ck-color-base-border); + --ck-color-toolbar-background: var(--ck-color-base-foreground); + --ck-color-toolbar-border: var(--ck-color-base-border); + --ck-color-tooltip-background: var(--ck-color-base-text); + --ck-color-tooltip-text: var(--ck-color-base-background); + --ck-color-engine-placeholder-text: #c2c2c2; + --ck-color-upload-bar-background: #6cb5f9; + --ck-color-upload-infinite-background: rgba(0, 0, 0, .1); + --ck-color-link-default: #0000f0; + --ck-color-link-selected-background: #ebf8ff; + --ck-disabled-opacity: .13; + --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow); + --ck-focus-ring: 1px solid var(--ck-color-focus-border); + --ck-font-size-base: 13px; + --ck-line-height-base: 1.84615; + --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif; + --ck-font-size-tiny: .7em; + --ck-font-size-small: .75em; + --ck-font-size-normal: 1em; + --ck-font-size-big: 1.4em; + --ck-font-size-large: 1.8em; + --ck-ui-component-min-height: 2.3em +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke { + box-shadow: none !important +} + +.cke_top { + background: var(--ck-color-base-background); + padding: 0; + border-bottom: 1px solid var(--ck-color-toolbar-border); + position: relative +} + +.cke.cke_float { + margin-left: -1px +} + +.cke_float .cke_top { + outline: none !important +} + +.cke .cke_toolgroup, +.cke .cke_combo_button, +.cke .cke_button { + border-radius: var(--ck-border-radius); + margin: var(--ck-spacing-small) +} + +.cke .cke_toolgroup { + background-image: none !important; + box-shadow: none !important; + border-top: none !important; + border-bottom: none !important; + border-right: 1px solid #bcbcbc !important; + border-left: none !important; + padding: 0 !important; + margin: 0 !important +} + +.cke .cke_combo_button { + background-image: none !important; + box-shadow: none !important; + border: none !important; + margin-top: var(--ck-spacing-small); + margin-right: var(--ck-spacing-small); + margin-bottom: var(--ck-spacing-small) +} + +.cke a.cke_button_off:hover, +.cke a.cke_button_off:focus, +.cke a.cke_button_off:active { + border: none !important; + padding: 4px +} + +.cke .cke_toolgroup a.cke_button_off:hover, +.cke .cke_toolgroup a.cke_button_off:focus, +.cke .cke_toolgroup a.cke_button_off:active, +.cke .cke_toolgroup .cke_combo_button:hover, +.cke .cke_toolgroup .cke_combo_button:focus, +.cke .cke_toolgroup .cke_combo_button:active { + background-image: none !important; + background: var(--ck-color-button-default-focus-background); + outline: none !important; + box-shadow: none !important +} + +.cke .cke_button_on { + border: none !important; + padding: 4px +} + +.cke .cke_button_on:hover, +.cke .cke_button_on:focus, +.cke .cke_button_on:active { + background: var(--ck-color-button-on-focus-background) +} + +.cke a.cke_button_disabled:hover, +.cke a.cke_button_disabled:focus, +.cke a.cke_button_disabled:active { + background-image: none !important; + background-color: transparent !important; + border: none !important; + outline: none !important; + box-shadow: none !important +} + +.cke .cke_toolbar_separator { + margin-top: 0; + margin-left: -1px; + width: 1px !important; + height: 39.78px !important +} + +.cke a.cke_button.jsplus_bootstrap_button_red:hover, +.cke a.cke_button.jsplus_bootstrap_button_red:focus, +.cke a.cke_button.jsplus_bootstrap_button_red:active { + background: #ffd9d9 !important +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: none !important; + background-color: red !important +} + +.cke .cke_combo_on a.cke_combo_button, +.cke .cke_combo_off a.cke_combo_button:hover, +.cke .cke_combo_off a.cke_combo_button:focus, +.cke .cke_combo_off a.cke_combo_button:active { + background-color: #e0e0e0 !important +} + +.cke .cke_combo_text { + line-height: 24px !important +} + +.cke a.cke_button_disabled .cke_button_icon, +.cke a.cke_button_disabled .cke_button_arrow { + opacity: var(--ck-disabled-opacity) +} + +.cke_dialog_background_cover { + background-color: black !important +} + +a.cke_dialog_ui_button { + display: inline-block !important; + cursor: pointer !important; + text-align: left !important; + overflow: hidden !important; + color: #111 !important; + border: 1px solid #bbb !important; + border-bottom: 1px solid #999 !important; + background-color: white !important; + font-size: 15px !important; + line-height: 18px !important; + border-radius: 0 !important; + -webkit-touch-callout: none !important; + -webkit-user-select: none !important; + -khtml-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + border-radius: 0 !important; + height: auto !important; + padding: 4px 12px 4px 12px !important; + min-width: 80px !important; + text-align: center !important +} + +span.cke_dialog_ui_button { + padding: 0 !important; + min-width: 50px !important; + text-align: center !important; + font-size: 15px !important; + font-weight: normal !important +} + +a.cke_dialog_ui_button:hover, +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + background-color: #007fff !important; + border-color: #007fff !important; + text-decoration: none !important +} + +a.cke_dialog_ui_button:hover>span, +a.cke_dialog_ui_button:focus>span, +a.cke_dialog_ui_button:active>span { + background-color: #007fff !important; + color: white !important +} + +.cke_dialog .cke_resizer { + margin-top: 30px !important +} + +.cke_dialog_footer_buttons .cke_dialog_ui_hbox>td>a.cke_dialog_ui_button { + margin-top: 3px !important; + margin-bottom: 3px !important +} + +.cke_dialog_ui_input_text { + border-radius: 0 !important +} + +.cke_dialog_ui_input_text:focus { + border: 1px solid #419fff !important; + outline: none !important; + outline-offset: 0 !important +} + +.cke_button_icon { + image-rendering: pixelated !important +} + +.cke_editable.cke_editable_inline[data-type="wrap"] { + outline: 0 +} + +.cke_combo { + border-right: 1px solid #bcbcbc; + margin-left: -1px +} + +.cke_button__about_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -0px !important +} + +.cke_button__bold_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -24px !important +} + +.cke_button__italic_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -48px !important +} + +.cke_button__strike_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -72px !important +} + +.cke_button__subscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -96px !important +} + +.cke_button__superscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -120px !important +} + +.cke_button__underline_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -144px !important +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -168px !important +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -192px !important +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -216px !important +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -240px !important +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -264px !important +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -288px !important +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -312px !important +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -336px !important +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -360px !important +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -384px !important +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -408px !important +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -432px !important +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -456px !important +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -480px !important +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -504px !important +} + +.cke_button__replace_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -528px !important +} + +.cke_button__flash_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -552px !important +} + +.cke_button__button_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -576px !important +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -600px !important +} + +.cke_button__form_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -624px !important +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -648px !important +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -672px !important +} + +.cke_button__radio_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -696px !important +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -720px !important +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -744px !important +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -768px !important +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -792px !important +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -816px !important +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -840px !important +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -864px !important +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -888px !important +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -912px !important +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -936px !important +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -960px !important +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -984px !important +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1008px !important +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1032px !important +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1056px !important +} + +.cke_button__language_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1080px !important +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1104px !important +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1128px !important +} + +.cke_button__link_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1152px !important +} + +.cke_button__unlink_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1176px !important +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1200px !important +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1224px !important +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1248px !important +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1272px !important +} + +.cke_button__maximize_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1296px !important +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1320px !important +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1344px !important +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1368px !important +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1392px !important +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1416px !important +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1440px !important +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1464px !important +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1488px !important +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1512px !important +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1536px !important +} + +.cke_button__print_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1560px !important +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1584px !important +} + +.cke_button__save_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1608px !important +} + +.cke_button__selectall_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1632px !important +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1656px !important +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1680px !important +} + +.cke_button__smiley_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1704px !important +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1728px !important +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1752px !important +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1776px !important +} + +.cke_button__table_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1800px !important +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1824px !important +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1848px !important +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1872px !important +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1896px !important +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1920px !important +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1944px !important +} + +.cke_button__simplebox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1968px !important +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -0px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -24px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -48px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -72px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -96px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -120px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -144px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -168px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -192px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -216px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -240px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -264px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -288px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -312px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -336px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -360px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -384px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -408px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -432px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -456px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -480px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -504px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -528px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -552px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -576px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -600px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -624px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -648px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -672px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -696px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -720px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -744px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -768px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -792px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -816px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -840px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -864px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -888px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -912px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -936px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -960px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -984px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1008px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1032px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1056px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1080px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1104px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1128px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1152px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1176px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1200px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1224px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1248px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1272px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1296px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1320px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1344px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1368px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1392px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1416px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1440px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1464px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1488px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1512px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1536px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1560px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1584px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1608px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1632px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1656px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1680px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1704px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1728px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1752px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1776px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1800px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1824px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1848px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1872px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1896px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1920px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1944px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__simplebox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -3936px !important +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} \ No newline at end of file diff --git a/skins/n1theme/editor_ie8.css b/skins/n1theme/editor_ie8.css new file mode 100755 index 0000000..6d1bff8 --- /dev/null +++ b/skins/n1theme/editor_ie8.css @@ -0,0 +1,2516 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #d1d1d1; + padding: 0 +} + +.cke_inner { + display: block; + background: #fff; + padding: 0; + -webkit-touch-callout: none +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8; + padding: 6px 8px 2px; + white-space: normal +} + +.cke_float .cke_top { + border: 1px solid #d1d1d1 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #bcbcbc transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #bcbcbc; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #d1d1d1 +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 110px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_block:focus { + outline: none !important +} + +.cke_panel_list { + margin: 0; + padding: 0; + list-style-type: none; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding: 0 +} + +.cke_panel_listItem a { + padding: 6px 7px; + display: block; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_panel_listItem.cke_selected a, +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + background-color: #e9e9e9 +} + +.cke_panel_listItem a:focus { + outline: 1px dotted #000 +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 4px 5px +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 6px 6px 7px 6px; + color: #484848; + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_colorblock { + padding: 10px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +a.cke_colorbox { + padding: 2px; + float: left; + width: 20px; + height: 20px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + outline: 0; + padding: 0; + border: 2px solid #139ff7 +} + +a:hover.cke_colorbox { + border-color: #bcbcbc +} + +span.cke_colorbox { + width: 20px; + height: 20px; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 3px; + display: block; + cursor: pointer +} + +a.cke_colorauto { + padding: 0; + border: 1px solid transparent; + margin-bottom: 6px; + height: 26px; + line-height: 26px +} + +a.cke_colormore { + margin-top: 10px; + height: 20px; + line-height: 19px +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + outline: 0; + border: #139ff7 1px solid; + background-color: #f8f8f8 +} + +a:hover.cke_colorauto, +a:hover.cke_colormore { + border-color: #bcbcbc +} + +.cke_colorauto span.cke_colorbox { + width: 18px; + height: 18px; + border: 1px solid #808080; + margin-left: 1px; + margin-top: 3px +} + +.cke_rtl .cke_colorauto span.cke_colorbox { + margin-left: 0; + margin-right: 1px +} + +span.cke_colorbox[style*="#ffffff"], +span.cke_colorbox[style*="#FFFFFF"], +span.cke_colorbox[style="background-color:#fff"], +span.cke_colorbox[style="background-color:#FFF"], +span.cke_colorbox[style*="rgb(255,255,255)"], +span.cke_colorbox[style*="rgb(255, 255, 255)"] { + border: 1px solid #808080; + width: 18px; + height: 18px +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + border: 0; + float: left; + margin: 1px 2px 6px 0; + padding-right: 3px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin: 1px 0 6px 2px; + padding-left: 3px; + padding-right: 0 +} + +.cke_hc .cke_toolgroup { + margin-right: 5px; + margin-bottom: 5px +} + +.cke_hc.cke_rtl .cke_toolgroup { + margin-right: 0; + margin-left: 5px +} + +a.cke_button { + display: inline-block; + padding: 4px; + outline: 0; + cursor: default; + float: left; + border: 0; + position: relative +} + +.cke_rtl a.cke_button { + float: right +} + +.cke_hc a.cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc.cke_rtl a.cke_button { + margin: 0 0 5px 3px +} + +a.cke_button_on { + background: var(--ck-color-button-on-background) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active { + background: #e5e5e5; + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_hc a.cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active { + background: #e5e5e5; + border: 3px solid #000; + padding: 1px 3px +} + +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + border: 0; + padding: 4px; + background-color: transparent +} + +a.cke_button_disabled:focus { + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_button_disabled .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_button_disabled:hover .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border: 1px solid #acacac; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc a.cke_button_disabled:focus { + border: 3px solid #000; + padding: 1px 3px +} + +.cke_hc.cke_rtl a.cke_button_disabled:hover, +.cke_hc.cke_rtl a.cke_button_disabled:focus, +.cke_hc.cke_rtl a.cke_button_disabled:active { + margin: 0 0 5px 3px +} + +a.cke_button_disabled .cke_button_icon, +a.cke_button_disabled .cke_button_arrow { + opacity: .3 +} + +.cke_hc a.cke_button_disabled { + border-color: #acacac +} + +.cke_hc a.cke_button_disabled .cke_button_icon, +.cke_hc a.cke_button_disabled .cke_button_label { + opacity: .5 +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + border-right: 1px solid #bcbcbc; + margin-top: 4px; + top: 0; + right: -3px +} + +.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: 0; + right: auto; + border-left: 1px solid #bcbcbc; + top: 0; + left: -3px +} + +.cke_hc .cke_toolgroup a.cke_button:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-color: #000; + top: 0; + right: -7px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + top: 0; + right: auto; + left: -7px +} + +.cke_toolgroup a.cke_button:hover:last-child:after, +.cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: -4px +} + +.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: auto; + left: -4px +} + +.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: -9px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: auto; + left: -9px +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup { + border: none !important +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_toolbar+.cke_toolbar.cke_toolbar_last { + position: relative; + right: .5px +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + width: 16px; + margin: 4px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + padding-right: 4px; + margin-top: 4px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #484848 +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 6px 0 8px; + cursor: default; + vertical-align: top; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px 0 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #bcbcbc; + width: 1px +} + +.cke_rtl .cke_toolbar_separator { + float: right +} + +.cke_hc .cke_toolbar_separator { + background-color: #000; + margin-left: 2px; + margin-right: 5px; + margin-bottom: 9px +} + +.cke_hc.cke_rtl .cke_toolbar_separator { + margin-left: 5px; + margin-right: 2px +} + +.cke_toolbar_break { + display: block; + clear: left; + height: 1px; + background: #ccc; + margin-left: -3px; + margin-right: -3px +} + +.cke_top .cke_toolbar_break:last-child { + display: none +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #bcbcbc +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser:hover { + background: #e5e5e5 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border: 3px solid transparent; + border-bottom-color: #484848 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #484848 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0 +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none !important +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton { + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #e9e9e9; + display: block; + outline: 1px dotted +} + +.cke_menubutton:hover { + outline: 0 +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_disabled:hover, +.cke_menubutton_disabled:focus, +.cke_menubutton_disabled:active { + background-color: transparent; + outline: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #f8f8f8; + padding: 6px 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #e9e9e9 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + background-color: #f8f8f8; + outline: 0 +} + +.cke_menuitem .cke_menubutton_on { + background-color: #e9e9e9; + border: 1px solid #dedede; + outline: 0 +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px; + background-color: #e9e9e9 +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_shortcut { + color: #979797 +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d1d1d1; + height: 1px +} + +.cke_menuarrow { + background: transparent url(images/arrow.png) no-repeat 0 10px; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_hc .cke_menuarrow { + background-image: none +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left; + position: relative +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: 1px; + margin-bottom: 10px +} + +.cke_combo:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + margin-top: 5px; + margin-right: var(--ck-spacing-small); + margin-left: var(--ck-spacing-small); + top: 0; + right: 0 +} + +.cke_rtl .cke_combo:after { + border-right: 0; + border-left: 1px solid #bcbcbc; + right: auto; + left: 0 +} + +.cke_hc .cke_combo:after { + border-color: #000 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left +} + +.cke_rtl a.cke_combo_button { + float: right +} + +.cke_hc a.cke_combo_button { + padding: 4px +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus, +.cke_combo_off a.cke_combo_button:active { + background: #e5e5e5; + border: 1px solid #bcbcbc +} + +.cke_combo_off a.cke_combo_button:focus { + outline: 0 +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:active { + background: red +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border: 3px solid #000; + padding: 1px 1px 1px 2px +} + +.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active { + padding: 1px 2px 1px 1px +} + +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 1px 1px 7px; + margin-left: -6px +} + +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 7px 1px 1px; + margin-left: 0; + margin-right: -6px +} + +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 0 +} + +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px; + margin: 0 +} + +.cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_toolbar .cke_combo+.cke_toolgroup { + margin-right: 0 +} + +.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 2px +} + +.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 5px +} + +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 5px +} + +.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_combo_text { + line-height: 26px; + padding: 4px var(--ck-spacing-standard); + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #484848; + width: 93.8px; + box-sizing: border-box +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 10px 1px 2.6px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: var(--ck-disabled-opacity) +} + +.cke .cke_combo_on a.cke_combo_button.cke_combo_disabled, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active { + background-color: transparent !important +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #484848; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #e5e5e5 +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +:root { + --ck-border-radius: 0; + --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset; + --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop); + --ck-spacing-unit: .6em; + --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5); + --ck-spacing-standard: var(--ck-spacing-unit); + --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8); + --ck-spacing-small: calc(var(--ck-spacing-unit) * .5); + --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3); + --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16); + --ck-z-default: 1; + --ck-z-modal: 999; + --ck-color-base-foreground: #fafafa; + --ck-color-base-background: #fff; + --ck-color-base-border: #c4c4c4; + --ck-color-base-action: #61b045; + --ck-color-base-focus: #6cb5f9; + --ck-color-base-text: #333; + --ck-color-base-active: #198cf0; + --ck-color-base-active-focus: #0e7fe1; + --ck-color-focus-border: #47a4f5; + --ck-color-focus-shadow: #77baf8; + --ck-color-text: var(--ck-color-base-text); + --ck-color-shadow-drop: rgba(0, 0, 0, .15); + --ck-color-shadow-inner: rgba(0, 0, 0, .1); + --ck-color-button-default-background: transparent; + --ck-color-button-default-focus-background: #e6e6e6; + --ck-color-button-default-active-background: #d9d9d9; + --ck-color-button-default-active-shadow: #bfbfbf; + --ck-color-button-default-disabled-background: transparent; + --ck-color-button-on-background: #dedede; + --ck-color-button-on-focus-background: #c4c4c4; + --ck-color-button-on-active-background: #bababa; + --ck-color-button-on-active-shadow: #a1a1a1; + --ck-color-button-on-disabled-background: #dedede; + --ck-color-button-action-background: var(--ck-color-base-action); + --ck-color-button-action-focus-background: #579e3d; + --ck-color-button-action-active-background: #53973b; + --ck-color-button-action-active-shadow: #498433; + --ck-color-button-action-disabled-background: #7ec365; + --ck-color-button-action-text: var(--ck-color-base-background); + --ck-color-button-save: #008a00; + --ck-color-button-cancel: #db3700; + --ck-color-dropdown-panel-background: var(--ck-color-base-background); + --ck-color-dropdown-panel-border: var(--ck-color-base-border); + --ck-color-input-background: var(--ck-color-base-background); + --ck-color-input-border: #c7c7c7; + --ck-color-input-text: var(--ck-color-base-text); + --ck-color-input-disabled-background: #f2f2f2; + --ck-color-input-disabled-border: #c7c7c7; + --ck-color-input-disabled-text: #5c5c5c; + --ck-color-list-background: var(--ck-color-base-background); + --ck-color-list-item-background-hover: var(--ck-color-base-foreground); + --ck-color-list-item-background-active: var(--ck-color-base-active); + --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus); + --ck-color-list-item-text-active: var(--ck-color-base-background); + --ck-color-panel-background: var(--ck-color-base-background); + --ck-color-panel-border: var(--ck-color-base-border); + --ck-color-toolbar-background: var(--ck-color-base-foreground); + --ck-color-toolbar-border: var(--ck-color-base-border); + --ck-color-tooltip-background: var(--ck-color-base-text); + --ck-color-tooltip-text: var(--ck-color-base-background); + --ck-color-engine-placeholder-text: #c2c2c2; + --ck-color-upload-bar-background: #6cb5f9; + --ck-color-upload-infinite-background: rgba(0, 0, 0, .1); + --ck-color-link-default: #0000f0; + --ck-color-link-selected-background: #ebf8ff; + --ck-disabled-opacity: .13; + --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow); + --ck-focus-ring: 1px solid var(--ck-color-focus-border); + --ck-font-size-base: 13px; + --ck-line-height-base: 1.84615; + --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif; + --ck-font-size-tiny: .7em; + --ck-font-size-small: .75em; + --ck-font-size-normal: 1em; + --ck-font-size-big: 1.4em; + --ck-font-size-large: 1.8em; + --ck-ui-component-min-height: 2.3em +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke { + box-shadow: none !important +} + +.cke_top { + background: var(--ck-color-base-background); + padding: 0; + border-bottom: 1px solid var(--ck-color-toolbar-border); + position: relative +} + +.cke.cke_float { + margin-left: -1px +} + +.cke_float .cke_top { + outline: none !important +} + +.cke .cke_toolgroup, +.cke .cke_combo_button, +.cke .cke_button { + border-radius: var(--ck-border-radius); + margin: var(--ck-spacing-small) +} + +.cke .cke_toolgroup { + background-image: none !important; + box-shadow: none !important; + border-top: none !important; + border-bottom: none !important; + border-right: 1px solid #bcbcbc !important; + border-left: none !important; + padding: 0 !important; + margin: 0 !important +} + +.cke .cke_combo_button { + background-image: none !important; + box-shadow: none !important; + border: none !important; + margin-top: var(--ck-spacing-small); + margin-right: var(--ck-spacing-small); + margin-bottom: var(--ck-spacing-small) +} + +.cke a.cke_button_off:hover, +.cke a.cke_button_off:focus, +.cke a.cke_button_off:active { + border: none !important; + padding: 4px +} + +.cke .cke_toolgroup a.cke_button_off:hover, +.cke .cke_toolgroup a.cke_button_off:focus, +.cke .cke_toolgroup a.cke_button_off:active, +.cke .cke_toolgroup .cke_combo_button:hover, +.cke .cke_toolgroup .cke_combo_button:focus, +.cke .cke_toolgroup .cke_combo_button:active { + background-image: none !important; + background: var(--ck-color-button-default-focus-background); + outline: none !important; + box-shadow: none !important +} + +.cke .cke_button_on { + border: none !important; + padding: 4px +} + +.cke .cke_button_on:hover, +.cke .cke_button_on:focus, +.cke .cke_button_on:active { + background: var(--ck-color-button-on-focus-background) +} + +.cke a.cke_button_disabled:hover, +.cke a.cke_button_disabled:focus, +.cke a.cke_button_disabled:active { + background-image: none !important; + background-color: transparent !important; + border: none !important; + outline: none !important; + box-shadow: none !important +} + +.cke .cke_toolbar_separator { + margin-top: 0; + margin-left: -1px; + width: 1px !important; + height: 39.78px !important +} + +.cke a.cke_button.jsplus_bootstrap_button_red:hover, +.cke a.cke_button.jsplus_bootstrap_button_red:focus, +.cke a.cke_button.jsplus_bootstrap_button_red:active { + background: #ffd9d9 !important +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: none !important; + background-color: red !important +} + +.cke .cke_combo_on a.cke_combo_button, +.cke .cke_combo_off a.cke_combo_button:hover, +.cke .cke_combo_off a.cke_combo_button:focus, +.cke .cke_combo_off a.cke_combo_button:active { + background-color: #e0e0e0 !important +} + +.cke .cke_combo_text { + line-height: 24px !important +} + +.cke a.cke_button_disabled .cke_button_icon, +.cke a.cke_button_disabled .cke_button_arrow { + opacity: var(--ck-disabled-opacity) +} + +.cke_dialog_background_cover { + background-color: black !important +} + +a.cke_dialog_ui_button { + display: inline-block !important; + cursor: pointer !important; + text-align: left !important; + overflow: hidden !important; + color: #111 !important; + border: 1px solid #bbb !important; + border-bottom: 1px solid #999 !important; + background-color: white !important; + font-size: 15px !important; + line-height: 18px !important; + border-radius: 0 !important; + -webkit-touch-callout: none !important; + -webkit-user-select: none !important; + -khtml-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + border-radius: 0 !important; + height: auto !important; + padding: 4px 12px 4px 12px !important; + min-width: 80px !important; + text-align: center !important +} + +span.cke_dialog_ui_button { + padding: 0 !important; + min-width: 50px !important; + text-align: center !important; + font-size: 15px !important; + font-weight: normal !important +} + +a.cke_dialog_ui_button:hover, +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + background-color: #007fff !important; + border-color: #007fff !important; + text-decoration: none !important +} + +a.cke_dialog_ui_button:hover>span, +a.cke_dialog_ui_button:focus>span, +a.cke_dialog_ui_button:active>span { + background-color: #007fff !important; + color: white !important +} + +.cke_dialog .cke_resizer { + margin-top: 30px !important +} + +.cke_dialog_footer_buttons .cke_dialog_ui_hbox>td>a.cke_dialog_ui_button { + margin-top: 3px !important; + margin-bottom: 3px !important +} + +.cke_dialog_ui_input_text { + border-radius: 0 !important +} + +.cke_dialog_ui_input_text:focus { + border: 1px solid #419fff !important; + outline: none !important; + outline-offset: 0 !important +} + +.cke_button_icon { + image-rendering: pixelated !important +} + +.cke_editable.cke_editable_inline[data-type="wrap"] { + outline: 0 +} + +.cke_combo { + border-right: 1px solid #bcbcbc; + margin-left: -1px +} + +.cke_button__about_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -0px !important +} + +.cke_button__bold_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -24px !important +} + +.cke_button__italic_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -48px !important +} + +.cke_button__strike_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -72px !important +} + +.cke_button__subscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -96px !important +} + +.cke_button__superscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -120px !important +} + +.cke_button__underline_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -144px !important +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -168px !important +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -192px !important +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -216px !important +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -240px !important +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -264px !important +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -288px !important +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -312px !important +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -336px !important +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -360px !important +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -384px !important +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -408px !important +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -432px !important +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -456px !important +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -480px !important +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -504px !important +} + +.cke_button__replace_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -528px !important +} + +.cke_button__flash_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -552px !important +} + +.cke_button__button_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -576px !important +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -600px !important +} + +.cke_button__form_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -624px !important +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -648px !important +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -672px !important +} + +.cke_button__radio_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -696px !important +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -720px !important +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -744px !important +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -768px !important +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -792px !important +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -816px !important +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -840px !important +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -864px !important +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -888px !important +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -912px !important +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -936px !important +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -960px !important +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -984px !important +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1008px !important +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1032px !important +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1056px !important +} + +.cke_button__language_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1080px !important +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1104px !important +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1128px !important +} + +.cke_button__link_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1152px !important +} + +.cke_button__unlink_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1176px !important +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1200px !important +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1224px !important +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1248px !important +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1272px !important +} + +.cke_button__maximize_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1296px !important +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1320px !important +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1344px !important +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1368px !important +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1392px !important +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1416px !important +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1440px !important +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1464px !important +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1488px !important +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1512px !important +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1536px !important +} + +.cke_button__print_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1560px !important +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1584px !important +} + +.cke_button__save_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1608px !important +} + +.cke_button__selectall_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1632px !important +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1656px !important +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1680px !important +} + +.cke_button__smiley_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1704px !important +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1728px !important +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1752px !important +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1776px !important +} + +.cke_button__table_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1800px !important +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1824px !important +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1848px !important +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1872px !important +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1896px !important +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1920px !important +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1944px !important +} + +.cke_button__simplebox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1968px !important +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -0px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -24px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -48px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -72px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -96px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -120px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -144px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -168px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -192px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -216px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -240px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -264px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -288px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -312px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -336px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -360px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -384px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -408px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -432px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -456px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -480px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -504px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -528px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -552px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -576px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -600px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -624px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -648px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -672px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -696px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -720px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -744px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -768px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -792px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -816px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -840px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -864px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -888px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -912px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -936px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -960px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -984px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1008px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1032px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1056px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1080px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1104px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1128px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1152px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1176px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1200px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1224px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1248px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1272px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1296px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1320px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1344px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1368px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1392px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1416px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1440px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1464px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1488px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1512px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1536px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1560px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1584px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1608px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1632px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1656px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1680px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1704px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1728px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1752px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1776px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1800px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1824px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1848px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1872px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1896px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1920px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1944px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__simplebox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -3936px !important +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_toolbox_collapser .cke_arrow { + border-width: 4px +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + border-width: 3px +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 0 +} + +.cke_toolbar { + position: relative +} + +.cke_rtl .cke_toolbar_end { + right: auto; + left: 0 +} + +.cke_toolbar_end:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + border-right: 1px solid #bcbcbc; + margin-top: 4px; + top: 1px; + right: 2px +} + +.cke_rtl .cke_toolbar_end:after { + right: auto; + left: 2px +} + +.cke_hc .cke_toolbar_end:after { + top: 2px; + right: 5px; + border-color: #000 +} + +.cke_hc.cke_rtl .cke_toolbar_end:after { + right: auto; + left: 5px +} + +.cke_combo+.cke_toolbar_end:after, +.cke_toolbar.cke_toolbar_last .cke_toolbar_end:after { + content: none; + border: 0 +} + +.cke_combo+.cke_toolgroup+.cke_toolbar_end:after { + right: 0 +} + +.cke_rtl .cke_combo+.cke_toolgroup+.cke_toolbar_end:after { + right: auto; + left: 0 +} \ No newline at end of file diff --git a/skins/n1theme/editor_iequirks.css b/skins/n1theme/editor_iequirks.css new file mode 100755 index 0000000..0ee6747 --- /dev/null +++ b/skins/n1theme/editor_iequirks.css @@ -0,0 +1,2505 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +.cke_reset { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none +} + +.cke_reset_all, +.cke_reset_all *, +.cke_reset_all a, +.cke_reset_all textarea { + margin: 0; + padding: 0; + border: 0; + background: transparent; + text-decoration: none; + width: auto; + height: auto; + vertical-align: baseline; + box-sizing: content-box; + position: static; + transition: none; + border-collapse: collapse; + font: normal normal normal 13px Arial, Helvetica, Tahoma, Verdana, Sans-Serif; + color: #000; + text-align: left; + white-space: nowrap; + cursor: auto; + float: none +} + +.cke_reset_all .cke_rtl * { + text-align: right +} + +.cke_reset_all iframe { + vertical-align: inherit +} + +.cke_reset_all textarea { + white-space: pre-wrap +} + +.cke_reset_all textarea, +.cke_reset_all input[type="text"], +.cke_reset_all input[type="password"] { + cursor: text +} + +.cke_reset_all textarea[disabled], +.cke_reset_all input[type="text"][disabled], +.cke_reset_all input[type="password"][disabled] { + cursor: default +} + +.cke_reset_all fieldset { + padding: 10px; + border: 2px groove #e0dfe3 +} + +.cke_reset_all select { + box-sizing: border-box +} + +.cke_reset_all table { + table-layout: auto +} + +.cke_chrome { + display: block; + border: 1px solid #d1d1d1; + padding: 0 +} + +.cke_inner { + display: block; + background: #fff; + padding: 0; + -webkit-touch-callout: none +} + +.cke_float { + border: 0 +} + +.cke_float .cke_inner { + padding-bottom: 0 +} + +.cke_top, +.cke_contents, +.cke_bottom { + display: block; + overflow: hidden +} + +.cke_top { + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8; + padding: 6px 8px 2px; + white-space: normal +} + +.cke_float .cke_top { + border: 1px solid #d1d1d1 +} + +.cke_bottom { + padding: 6px 8px 2px; + position: relative; + border-top: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_browser_ios .cke_contents { + overflow-y: auto; + -webkit-overflow-scrolling: touch +} + +.cke_resizer { + width: 0; + height: 0; + overflow: hidden; + border-width: 10px 10px 0 0; + border-color: transparent #bcbcbc transparent transparent; + border-style: dashed solid dashed dashed; + font-size: 0; + vertical-align: bottom; + margin-top: 6px; + margin-bottom: 2px +} + +.cke_hc .cke_resizer { + font-size: 15px; + width: auto; + height: auto; + border-width: 0 +} + +.cke_resizer_ltr { + cursor: se-resize; + float: right; + margin-right: -4px +} + +.cke_resizer_rtl { + border-width: 10px 0 0 10px; + border-color: transparent transparent transparent #bcbcbc; + border-style: dashed dashed dashed solid; + cursor: sw-resize; + float: left; + margin-left: -4px; + right: auto +} + +.cke_wysiwyg_div { + display: block; + height: 100%; + overflow: auto; + padding: 0 8px; + outline-style: none; + box-sizing: border-box +} + +.cke_panel { + visibility: visible; + width: 120px; + height: 100px; + overflow: hidden; + background-color: #fff; + border: 1px solid #d1d1d1 +} + +.cke_menu_panel { + padding: 0; + margin: 0 +} + +.cke_combopanel { + width: 110px; + height: 170px +} + +.cke_panel_frame { + width: 100%; + height: 100%; + font-size: 12px; + overflow: auto; + overflow-x: hidden +} + +.cke_panel_container { + overflow-y: auto; + overflow-x: hidden +} + +.cke_panel_block:focus { + outline: none !important +} + +.cke_panel_list { + margin: 0; + padding: 0; + list-style-type: none; + white-space: nowrap +} + +.cke_panel_listItem { + margin: 0; + padding: 0 +} + +.cke_panel_listItem a { + padding: 6px 7px; + display: block; + color: inherit !important; + text-decoration: none; + overflow: hidden; + text-overflow: ellipsis +} + +.cke_hc .cke_panel_listItem a { + border-style: none +} + +.cke_panel_listItem.cke_selected a, +.cke_panel_listItem a:hover, +.cke_panel_listItem a:focus, +.cke_panel_listItem a:active { + background-color: #e9e9e9 +} + +.cke_panel_listItem a:focus { + outline: 1px dotted #000 +} + +.cke_hc .cke_panel_listItem a:hover, +.cke_hc .cke_panel_listItem a:focus, +.cke_hc .cke_panel_listItem a:active { + border: 2px solid; + padding: 4px 5px +} + +.cke_panel_listItem p, +.cke_panel_listItem h1, +.cke_panel_listItem h2, +.cke_panel_listItem h3, +.cke_panel_listItem h4, +.cke_panel_listItem h5, +.cke_panel_listItem h6, +.cke_panel_listItem pre { + margin-top: 0; + margin-bottom: 0 +} + +.cke_panel_grouptitle { + cursor: default; + font-size: 11px; + font-weight: bold; + white-space: nowrap; + margin: 0; + padding: 6px 6px 7px 6px; + color: #484848; + border-bottom: 1px solid #d1d1d1; + background: #f8f8f8 +} + +.cke_colorblock { + padding: 10px; + font-size: 11px; + font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif +} + +.cke_colorblock, +.cke_colorblock a { + text-decoration: none; + color: #000 +} + +a.cke_colorbox { + padding: 2px; + float: left; + width: 20px; + height: 20px +} + +.cke_rtl a.cke_colorbox { + float: right +} + +a:hover.cke_colorbox, +a:focus.cke_colorbox, +a:active.cke_colorbox { + outline: 0; + padding: 0; + border: 2px solid #139ff7 +} + +a:hover.cke_colorbox { + border-color: #bcbcbc +} + +span.cke_colorbox { + width: 20px; + height: 20px; + float: left +} + +.cke_rtl span.cke_colorbox { + float: right +} + +a.cke_colorauto, +a.cke_colormore { + border: #fff 1px solid; + padding: 3px; + display: block; + cursor: pointer +} + +a.cke_colorauto { + padding: 0; + border: 1px solid transparent; + margin-bottom: 6px; + height: 26px; + line-height: 26px +} + +a.cke_colormore { + margin-top: 10px; + height: 20px; + line-height: 19px +} + +a:hover.cke_colorauto, +a:hover.cke_colormore, +a:focus.cke_colorauto, +a:focus.cke_colormore, +a:active.cke_colorauto, +a:active.cke_colormore { + outline: 0; + border: #139ff7 1px solid; + background-color: #f8f8f8 +} + +a:hover.cke_colorauto, +a:hover.cke_colormore { + border-color: #bcbcbc +} + +.cke_colorauto span.cke_colorbox { + width: 18px; + height: 18px; + border: 1px solid #808080; + margin-left: 1px; + margin-top: 3px +} + +.cke_rtl .cke_colorauto span.cke_colorbox { + margin-left: 0; + margin-right: 1px +} + +span.cke_colorbox[style*="#ffffff"], +span.cke_colorbox[style*="#FFFFFF"], +span.cke_colorbox[style="background-color:#fff"], +span.cke_colorbox[style="background-color:#FFF"], +span.cke_colorbox[style*="rgb(255,255,255)"], +span.cke_colorbox[style*="rgb(255, 255, 255)"] { + border: 1px solid #808080; + width: 18px; + height: 18px +} + +.cke_toolbar { + float: left +} + +.cke_rtl .cke_toolbar { + float: right +} + +.cke_toolgroup { + border: 0; + float: left; + margin: 1px 2px 6px 0; + padding-right: 3px +} + +.cke_rtl .cke_toolgroup { + float: right; + margin: 1px 0 6px 2px; + padding-left: 3px; + padding-right: 0 +} + +.cke_hc .cke_toolgroup { + margin-right: 5px; + margin-bottom: 5px +} + +.cke_hc.cke_rtl .cke_toolgroup { + margin-right: 0; + margin-left: 5px +} + +a.cke_button { + display: inline-block; + padding: 4px; + outline: 0; + cursor: default; + float: left; + border: 0; + position: relative +} + +.cke_rtl a.cke_button { + float: right +} + +.cke_hc a.cke_button { + border: 1px solid black; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc.cke_rtl a.cke_button { + margin: 0 0 5px 3px +} + +a.cke_button_on { + background: var(--ck-color-button-on-background) +} + +a.cke_button_off:hover, +a.cke_button_off:focus, +a.cke_button_off:active { + background: #e5e5e5; + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_hc a.cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active { + background: #e5e5e5; + border: 3px solid #000; + padding: 1px 3px +} + +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + border: 0; + padding: 4px; + background-color: transparent +} + +a.cke_button_disabled:focus { + border: 1px #bcbcbc solid; + padding: 3px 5px +} + +.cke_button_disabled .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_button_disabled:hover .cke_button_label { + color: inherit; + opacity: var(--ck-disabled-opacity) +} + +.cke_hc a.cke_button_disabled:hover, +.cke_hc a.cke_button_disabled:focus, +.cke_hc a.cke_button_disabled:active { + border: 1px solid #acacac; + padding: 3px 5px; + margin: 0 3px 5px 0 +} + +.cke_hc a.cke_button_disabled:focus { + border: 3px solid #000; + padding: 1px 3px +} + +.cke_hc.cke_rtl a.cke_button_disabled:hover, +.cke_hc.cke_rtl a.cke_button_disabled:focus, +.cke_hc.cke_rtl a.cke_button_disabled:active { + margin: 0 0 5px 3px +} + +a.cke_button_disabled .cke_button_icon, +a.cke_button_disabled .cke_button_arrow { + opacity: .3 +} + +.cke_hc a.cke_button_disabled { + border-color: #acacac +} + +.cke_hc a.cke_button_disabled .cke_button_icon, +.cke_hc a.cke_button_disabled .cke_button_label { + opacity: .5 +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + border-right: 1px solid #bcbcbc; + margin-top: 4px; + top: 0; + right: -3px +} + +.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: 0; + right: auto; + border-left: 1px solid #bcbcbc; + top: 0; + left: -3px +} + +.cke_hc .cke_toolgroup a.cke_button:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-color: #000; + top: 0; + right: -7px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + top: 0; + right: auto; + left: -7px +} + +.cke_toolgroup a.cke_button:hover:last-child:after, +.cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: -4px +} + +.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -1px; + right: auto; + left: -4px +} + +.cke_hc .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: -9px +} + +.cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, +.cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after { + top: -2px; + right: auto; + left: -9px +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup { + border: none !important +} + +.cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_toolbar+.cke_toolbar.cke_toolbar_last { + position: relative; + right: .5px +} + +.cke_button_icon { + cursor: inherit; + background-repeat: no-repeat; + width: 16px; + margin: 4px; + height: 16px; + float: left; + display: inline-block +} + +.cke_rtl .cke_button_icon { + float: right +} + +.cke_hc .cke_button_icon { + display: none +} + +.cke_button_label { + display: none; + padding-left: 3px; + padding-right: 4px; + margin-top: 4px; + line-height: 17px; + vertical-align: middle; + float: left; + cursor: default; + color: #484848 +} + +.cke_rtl .cke_button_label { + padding-right: 3px; + padding-left: 0; + float: right +} + +.cke_hc .cke_button_label { + padding: 0; + display: inline-block; + font-size: 12px +} + +.cke_button_arrow { + display: inline-block; + margin: 8px 6px 0 8px; + cursor: default; + vertical-align: top; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_rtl .cke_button_arrow { + margin-right: 5px; + margin-left: 0 +} + +.cke_hc .cke_button_arrow { + font-size: 10px; + margin: 3px 0 0 3px; + width: auto; + border: 0 +} + +.cke_toolbar_separator { + float: left; + background-color: #bcbcbc; + width: 1px +} + +.cke_rtl .cke_toolbar_separator { + float: right +} + +.cke_hc .cke_toolbar_separator { + background-color: #000; + margin-left: 2px; + margin-right: 5px; + margin-bottom: 9px +} + +.cke_hc.cke_rtl .cke_toolbar_separator { + margin-left: 5px; + margin-right: 2px +} + +.cke_toolbar_break { + display: block; + clear: left; + height: 1px; + background: #ccc; + margin-left: -3px; + margin-right: -3px +} + +.cke_top .cke_toolbar_break:last-child { + display: none +} + +.cke_rtl .cke_toolbar_break { + clear: right +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none +} + +a.cke_toolbox_collapser { + width: 12px; + height: 11px; + float: right; + margin: 11px 0 0; + font-size: 0; + cursor: default; + text-align: center; + border: 1px solid #bcbcbc +} + +.cke_rtl .cke_toolbox_collapser { + float: left +} + +.cke_toolbox_collapser:hover { + background: #e5e5e5 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min { + margin: 0 2px 4px +} + +.cke_toolbox_collapser .cke_arrow { + display: inline-block; + height: 0; + width: 0; + font-size: 0; + margin-top: 1px; + border: 3px solid transparent; + border-bottom-color: #484848 +} + +.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { + margin-top: 4px; + border-bottom-color: transparent; + border-top-color: #484848 +} + +.cke_hc .cke_toolbox_collapser .cke_arrow { + font-size: 8px; + width: auto; + border: 0; + margin-top: 0 +} + +.cke_toolbar_break+.cke_toolbar_break { + display: none !important +} + +.cke_menuitem span { + cursor: default +} + +.cke_menubutton { + display: block +} + +.cke_hc .cke_menubutton { + padding: 2px +} + +.cke_menubutton:hover, +.cke_menubutton:focus, +.cke_menubutton:active { + background-color: #e9e9e9; + display: block; + outline: 1px dotted +} + +.cke_menubutton:hover { + outline: 0 +} + +.cke_hc .cke_menubutton:hover, +.cke_hc .cke_menubutton:focus, +.cke_hc .cke_menubutton:active { + border: 2px solid; + padding: 0 +} + +.cke_menubutton_disabled:hover, +.cke_menubutton_disabled:focus, +.cke_menubutton_disabled:active { + background-color: transparent; + outline: 0 +} + +.cke_menubutton_inner { + display: table-row +} + +.cke_menubutton_icon, +.cke_menubutton_label, +.cke_menuarrow { + display: table-cell +} + +.cke_menubutton_icon { + background-color: #f8f8f8; + padding: 6px 4px +} + +.cke_hc .cke_menubutton_icon { + height: 16px; + width: 0; + padding: 4px 0 +} + +.cke_menubutton:hover .cke_menubutton_icon, +.cke_menubutton:focus .cke_menubutton_icon, +.cke_menubutton:active .cke_menubutton_icon { + background-color: #e9e9e9 +} + +.cke_menubutton_disabled:hover .cke_menubutton_icon, +.cke_menubutton_disabled:focus .cke_menubutton_icon, +.cke_menubutton_disabled:active .cke_menubutton_icon { + background-color: #f8f8f8; + outline: 0 +} + +.cke_menuitem .cke_menubutton_on { + background-color: #e9e9e9; + border: 1px solid #dedede; + outline: 0 +} + +.cke_menubutton_on .cke_menubutton_icon { + padding-right: 3px; + background-color: #e9e9e9 +} + +.cke_menubutton_label { + padding: 0 5px; + background-color: transparent; + width: 100%; + vertical-align: middle +} + +.cke_menubutton_shortcut { + color: #979797 +} + +.cke_menubutton_disabled .cke_menubutton_label { + opacity: .3; + filter: alpha(opacity=30) +} + +.cke_panel_frame .cke_menubutton_label { + display: none +} + +.cke_menuseparator { + background-color: #d1d1d1; + height: 1px +} + +.cke_menuarrow { + background: transparent url(images/arrow.png) no-repeat 0 10px; + padding: 0 5px +} + +.cke_rtl .cke_menuarrow { + background-position: 5px -13px; + background-repeat: no-repeat +} + +.cke_hc .cke_menuarrow { + background-image: none +} + +.cke_menuarrow span { + display: none +} + +.cke_hc .cke_menuarrow span { + vertical-align: middle; + display: inline +} + +.cke_combo { + display: inline-block; + float: left; + position: relative +} + +.cke_rtl .cke_combo { + float: right +} + +.cke_hc .cke_combo { + margin-top: 1px; + margin-bottom: 10px +} + +.cke_combo:after { + content: ""; + position: absolute; + height: 18px; + width: 0; + margin-top: 5px; + margin-right: var(--ck-spacing-small); + margin-left: var(--ck-spacing-small); + top: 0; + right: 0 +} + +.cke_rtl .cke_combo:after { + border-right: 0; + border-left: 1px solid #bcbcbc; + right: auto; + left: 0 +} + +.cke_hc .cke_combo:after { + border-color: #000 +} + +a.cke_combo_button { + cursor: default; + display: inline-block; + float: left +} + +.cke_rtl a.cke_combo_button { + float: right +} + +.cke_hc a.cke_combo_button { + padding: 4px +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:hover, +.cke_combo_off a.cke_combo_button:focus, +.cke_combo_off a.cke_combo_button:active { + background: #e5e5e5; + border: 1px solid #bcbcbc +} + +.cke_combo_off a.cke_combo_button:focus { + outline: 0 +} + +.cke_combo_on a.cke_combo_button, +.cke_combo_off a.cke_combo_button:active { + background: red +} + +.cke_hc .cke_combo_on a.cke_combo_button, +.cke_hc .cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_combo_off a.cke_combo_button:active { + border: 3px solid #000; + padding: 1px 1px 1px 2px +} + +.cke_hc.cke_rtl .cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active { + padding: 1px 2px 1px 1px +} + +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 1px 1px 7px; + margin-left: -6px +} + +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc.cke_rtl .cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px 7px 1px 1px; + margin-left: 0; + margin-right: -6px +} + +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 0 +} + +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbox .cke_toolbar:first-child>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_on a.cke_combo_button, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:hover, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:focus, +.cke_hc .cke_toolbar_break+.cke_toolbar>.cke_toolbar_start+.cke_combo_off a.cke_combo_button:active { + padding: 1px; + margin: 0 +} + +.cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_toolbar .cke_combo+.cke_toolgroup { + margin-right: 0 +} + +.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 2px +} + +.cke_hc .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 5px +} + +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolbar_end, +.cke_hc.cke_rtl .cke_toolbar .cke_combo+.cke_toolgroup { + margin-left: 0; + margin-right: 5px +} + +.cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after { + content: none; + border: 0; + width: 0; + height: 0 +} + +.cke_combo_text { + line-height: 26px; + padding: 4px var(--ck-spacing-standard); + text-overflow: ellipsis; + overflow: hidden; + float: left; + cursor: default; + color: #484848; + width: 93.8px; + box-sizing: border-box +} + +.cke_rtl .cke_combo_text { + float: right; + text-align: right; + padding-left: 0; + padding-right: 10px +} + +.cke_hc .cke_combo_text { + line-height: 18px; + font-size: 12px +} + +.cke_combo_open { + cursor: default; + display: inline-block; + font-size: 0; + height: 19px; + line-height: 17px; + margin: 1px 10px 1px 2.6px; + width: 5px +} + +.cke_hc .cke_combo_open { + height: 12px +} + +.cke_combo_arrow { + cursor: default; + margin: 11px 0 0; + float: left; + height: 5px; + width: 5px; + border-right: 1px solid #000; + border-top: 1px solid #000; + transform: rotate(135deg) +} + +.cke_hc .cke_combo_arrow { + font-size: 10px; + width: auto; + border: 0; + margin-top: 3px +} + +.cke_combo_label { + display: none; + float: left; + line-height: 26px; + vertical-align: top; + margin-right: 5px +} + +.cke_rtl .cke_combo_label { + float: right; + margin-left: 5px; + margin-right: 0 +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + opacity: var(--ck-disabled-opacity) +} + +.cke .cke_combo_on a.cke_combo_button.cke_combo_disabled, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:hover, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:focus, +.cke .cke_combo_off a.cke_combo_button.cke_combo_disabled:active { + background-color: transparent !important +} + +.cke_path { + float: left; + margin: -2px 0 2px +} + +a.cke_path_item, +span.cke_path_empty { + display: inline-block; + float: left; + padding: 3px 4px; + margin-right: 2px; + cursor: default; + text-decoration: none; + outline: 0; + border: 0; + color: #484848; + font-weight: bold; + font-size: 11px +} + +.cke_rtl .cke_path, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_empty { + float: right +} + +a.cke_path_item:hover, +a.cke_path_item:focus, +a.cke_path_item:active { + background-color: #e5e5e5 +} + +.cke_hc a.cke_path_item:hover, +.cke_hc a.cke_path_item:focus, +.cke_hc a.cke_path_item:active { + border: 2px solid; + padding: 1px 2px +} + +.cke_button__source_label, +.cke_button__sourcedialog_label { + display: inline +} + +textarea.cke_source { + font-family: 'Courier New', Monospace; + font-size: small; + background-color: #fff; + white-space: pre-wrap; + border: 0; + padding: 0; + margin: 0; + display: block +} + +.cke_wysiwyg_frame, +.cke_wysiwyg_div { + background-color: #fff +} + +.cke_notifications_area { + pointer-events: none +} + +.cke_notification { + pointer-events: auto; + position: relative; + margin: 10px; + width: 300px; + color: white; + text-align: center; + opacity: .95; + filter: alpha(opacity=95); + -webkit-animation: fadeIn .7s; + animation: fadeIn .7s +} + +.cke_notification_message a { + color: #12306f +} + +@-webkit-keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +@keyframes fadeIn { + from { + opacity: .4 + } + + to { + opacity: .95 + } +} + +.cke_notification_success { + background: #72b572; + border: 1px solid #63a563 +} + +.cke_notification_warning { + background: #c83939; + border: 1px solid #902b2b +} + +.cke_notification_info { + background: #2e9ad0; + border: 1px solid #0f74a8 +} + +.cke_notification_info span.cke_notification_progress { + background-color: #0f74a8; + display: block; + padding: 0; + margin: 0; + height: 100%; + overflow: hidden; + position: absolute; + z-index: 1 +} + +.cke_notification_message { + position: relative; + margin: 4px 23px 3px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 18px; + z-index: 4; + text-overflow: ellipsis; + overflow: hidden +} + +.cke_notification_close { + background-image: url(images/close.png); + background-repeat: no-repeat; + background-position: 50%; + position: absolute; + cursor: pointer; + text-align: center; + height: 20px; + width: 20px; + top: 1px; + right: 1px; + padding: 0; + margin: 0; + z-index: 5; + opacity: .6; + filter: alpha(opacity=60) +} + +.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +.cke_notification_close span { + display: none +} + +.cke_notification_warning a.cke_notification_close { + opacity: .8; + filter: alpha(opacity=80) +} + +.cke_notification_warning a.cke_notification_close:hover { + opacity: 1; + filter: alpha(opacity=100) +} + +:root { + --ck-border-radius: 0; + --ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset; + --ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop); + --ck-spacing-unit: .6em; + --ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5); + --ck-spacing-standard: var(--ck-spacing-unit); + --ck-spacing-medium: calc(var(--ck-spacing-unit) * .8); + --ck-spacing-small: calc(var(--ck-spacing-unit) * .5); + --ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3); + --ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16); + --ck-z-default: 1; + --ck-z-modal: 999; + --ck-color-base-foreground: #fafafa; + --ck-color-base-background: #fff; + --ck-color-base-border: #c4c4c4; + --ck-color-base-action: #61b045; + --ck-color-base-focus: #6cb5f9; + --ck-color-base-text: #333; + --ck-color-base-active: #198cf0; + --ck-color-base-active-focus: #0e7fe1; + --ck-color-focus-border: #47a4f5; + --ck-color-focus-shadow: #77baf8; + --ck-color-text: var(--ck-color-base-text); + --ck-color-shadow-drop: rgba(0, 0, 0, .15); + --ck-color-shadow-inner: rgba(0, 0, 0, .1); + --ck-color-button-default-background: transparent; + --ck-color-button-default-focus-background: #e6e6e6; + --ck-color-button-default-active-background: #d9d9d9; + --ck-color-button-default-active-shadow: #bfbfbf; + --ck-color-button-default-disabled-background: transparent; + --ck-color-button-on-background: #dedede; + --ck-color-button-on-focus-background: #c4c4c4; + --ck-color-button-on-active-background: #bababa; + --ck-color-button-on-active-shadow: #a1a1a1; + --ck-color-button-on-disabled-background: #dedede; + --ck-color-button-action-background: var(--ck-color-base-action); + --ck-color-button-action-focus-background: #579e3d; + --ck-color-button-action-active-background: #53973b; + --ck-color-button-action-active-shadow: #498433; + --ck-color-button-action-disabled-background: #7ec365; + --ck-color-button-action-text: var(--ck-color-base-background); + --ck-color-button-save: #008a00; + --ck-color-button-cancel: #db3700; + --ck-color-dropdown-panel-background: var(--ck-color-base-background); + --ck-color-dropdown-panel-border: var(--ck-color-base-border); + --ck-color-input-background: var(--ck-color-base-background); + --ck-color-input-border: #c7c7c7; + --ck-color-input-text: var(--ck-color-base-text); + --ck-color-input-disabled-background: #f2f2f2; + --ck-color-input-disabled-border: #c7c7c7; + --ck-color-input-disabled-text: #5c5c5c; + --ck-color-list-background: var(--ck-color-base-background); + --ck-color-list-item-background-hover: var(--ck-color-base-foreground); + --ck-color-list-item-background-active: var(--ck-color-base-active); + --ck-color-list-item-background-active-focus: var(--ck-color-base-active-focus); + --ck-color-list-item-text-active: var(--ck-color-base-background); + --ck-color-panel-background: var(--ck-color-base-background); + --ck-color-panel-border: var(--ck-color-base-border); + --ck-color-toolbar-background: var(--ck-color-base-foreground); + --ck-color-toolbar-border: var(--ck-color-base-border); + --ck-color-tooltip-background: var(--ck-color-base-text); + --ck-color-tooltip-text: var(--ck-color-base-background); + --ck-color-engine-placeholder-text: #c2c2c2; + --ck-color-upload-bar-background: #6cb5f9; + --ck-color-upload-infinite-background: rgba(0, 0, 0, .1); + --ck-color-link-default: #0000f0; + --ck-color-link-selected-background: #ebf8ff; + --ck-disabled-opacity: .13; + --ck-focus-outer-shadow: 0 0 3px var(--ck-color-focus-shadow); + --ck-focus-ring: 1px solid var(--ck-color-focus-border); + --ck-font-size-base: 13px; + --ck-line-height-base: 1.84615; + --ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif; + --ck-font-size-tiny: .7em; + --ck-font-size-small: .75em; + --ck-font-size-normal: 1em; + --ck-font-size-big: 1.4em; + --ck-font-size-large: 1.8em; + --ck-ui-component-min-height: 2.3em +} + +.cke_chrome { + visibility: inherit +} + +.cke_voice_label { + display: none +} + +legend.cke_voice_label { + display: none +} + +.cke { + box-shadow: none !important +} + +.cke_top { + background: var(--ck-color-base-background); + padding: 0; + border-bottom: 1px solid var(--ck-color-toolbar-border); + position: relative +} + +.cke.cke_float { + margin-left: -1px +} + +.cke_float .cke_top { + outline: none !important +} + +.cke .cke_toolgroup, +.cke .cke_combo_button, +.cke .cke_button { + border-radius: var(--ck-border-radius); + margin: var(--ck-spacing-small) +} + +.cke .cke_toolgroup { + background-image: none !important; + box-shadow: none !important; + border-top: none !important; + border-bottom: none !important; + border-right: 1px solid #bcbcbc !important; + border-left: none !important; + padding: 0 !important; + margin: 0 !important +} + +.cke .cke_combo_button { + background-image: none !important; + box-shadow: none !important; + border: none !important; + margin-top: var(--ck-spacing-small); + margin-right: var(--ck-spacing-small); + margin-bottom: var(--ck-spacing-small) +} + +.cke a.cke_button_off:hover, +.cke a.cke_button_off:focus, +.cke a.cke_button_off:active { + border: none !important; + padding: 4px +} + +.cke .cke_toolgroup a.cke_button_off:hover, +.cke .cke_toolgroup a.cke_button_off:focus, +.cke .cke_toolgroup a.cke_button_off:active, +.cke .cke_toolgroup .cke_combo_button:hover, +.cke .cke_toolgroup .cke_combo_button:focus, +.cke .cke_toolgroup .cke_combo_button:active { + background-image: none !important; + background: var(--ck-color-button-default-focus-background); + outline: none !important; + box-shadow: none !important +} + +.cke .cke_button_on { + border: none !important; + padding: 4px +} + +.cke .cke_button_on:hover, +.cke .cke_button_on:focus, +.cke .cke_button_on:active { + background: var(--ck-color-button-on-focus-background) +} + +.cke a.cke_button_disabled:hover, +.cke a.cke_button_disabled:focus, +.cke a.cke_button_disabled:active { + background-image: none !important; + background-color: transparent !important; + border: none !important; + outline: none !important; + box-shadow: none !important +} + +.cke .cke_toolbar_separator { + margin-top: 0; + margin-left: -1px; + width: 1px !important; + height: 39.78px !important +} + +.cke a.cke_button.jsplus_bootstrap_button_red:hover, +.cke a.cke_button.jsplus_bootstrap_button_red:focus, +.cke a.cke_button.jsplus_bootstrap_button_red:active { + background: #ffd9d9 !important +} + +.cke_toolgroup a.cke_button:last-child:after, +.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after { + border-right: none !important; + background-color: red !important +} + +.cke .cke_combo_on a.cke_combo_button, +.cke .cke_combo_off a.cke_combo_button:hover, +.cke .cke_combo_off a.cke_combo_button:focus, +.cke .cke_combo_off a.cke_combo_button:active { + background-color: #e0e0e0 !important +} + +.cke .cke_combo_text { + line-height: 24px !important +} + +.cke a.cke_button_disabled .cke_button_icon, +.cke a.cke_button_disabled .cke_button_arrow { + opacity: var(--ck-disabled-opacity) +} + +.cke_dialog_background_cover { + background-color: black !important +} + +a.cke_dialog_ui_button { + display: inline-block !important; + cursor: pointer !important; + text-align: left !important; + overflow: hidden !important; + color: #111 !important; + border: 1px solid #bbb !important; + border-bottom: 1px solid #999 !important; + background-color: white !important; + font-size: 15px !important; + line-height: 18px !important; + border-radius: 0 !important; + -webkit-touch-callout: none !important; + -webkit-user-select: none !important; + -khtml-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; + border-radius: 0 !important; + height: auto !important; + padding: 4px 12px 4px 12px !important; + min-width: 80px !important; + text-align: center !important +} + +span.cke_dialog_ui_button { + padding: 0 !important; + min-width: 50px !important; + text-align: center !important; + font-size: 15px !important; + font-weight: normal !important +} + +a.cke_dialog_ui_button:hover, +a.cke_dialog_ui_button:focus, +a.cke_dialog_ui_button:active { + background-color: #007fff !important; + border-color: #007fff !important; + text-decoration: none !important +} + +a.cke_dialog_ui_button:hover>span, +a.cke_dialog_ui_button:focus>span, +a.cke_dialog_ui_button:active>span { + background-color: #007fff !important; + color: white !important +} + +.cke_dialog .cke_resizer { + margin-top: 30px !important +} + +.cke_dialog_footer_buttons .cke_dialog_ui_hbox>td>a.cke_dialog_ui_button { + margin-top: 3px !important; + margin-bottom: 3px !important +} + +.cke_dialog_ui_input_text { + border-radius: 0 !important +} + +.cke_dialog_ui_input_text:focus { + border: 1px solid #419fff !important; + outline: none !important; + outline-offset: 0 !important +} + +.cke_button_icon { + image-rendering: pixelated !important +} + +.cke_editable.cke_editable_inline[data-type="wrap"] { + outline: 0 +} + +.cke_combo { + border-right: 1px solid #bcbcbc; + margin-left: -1px +} + +.cke_button__about_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -0px !important +} + +.cke_button__bold_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -24px !important +} + +.cke_button__italic_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -48px !important +} + +.cke_button__strike_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -72px !important +} + +.cke_button__subscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -96px !important +} + +.cke_button__superscript_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -120px !important +} + +.cke_button__underline_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -144px !important +} + +.cke_button__bidiltr_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -168px !important +} + +.cke_button__bidirtl_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -192px !important +} + +.cke_button__blockquote_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -216px !important +} + +.cke_rtl .cke_button__copy_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -240px !important +} + +.cke_ltr .cke_button__copy_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -264px !important +} + +.cke_rtl .cke_button__cut_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -288px !important +} + +.cke_ltr .cke_button__cut_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -312px !important +} + +.cke_rtl .cke_button__paste_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -336px !important +} + +.cke_ltr .cke_button__paste_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -360px !important +} + +.cke_button__bgcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -384px !important +} + +.cke_button__textcolor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -408px !important +} + +.cke_button__copyformatting_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -432px !important +} + +.cke_button__creatediv_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -456px !important +} + +.cke_rtl .cke_button__find_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -480px !important +} + +.cke_ltr .cke_button__find_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -504px !important +} + +.cke_button__replace_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -528px !important +} + +.cke_button__flash_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -552px !important +} + +.cke_button__button_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -576px !important +} + +.cke_button__checkbox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -600px !important +} + +.cke_button__form_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -624px !important +} + +.cke_button__hiddenfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -648px !important +} + +.cke_button__imagebutton_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -672px !important +} + +.cke_button__radio_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -696px !important +} + +.cke_rtl .cke_button__select_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -720px !important +} + +.cke_ltr .cke_button__select_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -744px !important +} + +.cke_rtl .cke_button__textarea_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -768px !important +} + +.cke_ltr .cke_button__textarea_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -792px !important +} + +.cke_rtl .cke_button__textfield_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -816px !important +} + +.cke_ltr .cke_button__textfield_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -840px !important +} + +.cke_button__horizontalrule_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -864px !important +} + +.cke_rtl .cke_button__indent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -888px !important +} + +.cke_ltr .cke_button__indent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -912px !important +} + +.cke_rtl .cke_button__outdent_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -936px !important +} + +.cke_ltr .cke_button__outdent_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -960px !important +} + +.cke_button__justifyblock_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -984px !important +} + +.cke_button__justifycenter_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1008px !important +} + +.cke_button__justifyleft_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1032px !important +} + +.cke_button__justifyright_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1056px !important +} + +.cke_button__language_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1080px !important +} + +.cke_rtl .cke_button__anchor_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1104px !important +} + +.cke_ltr .cke_button__anchor_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1128px !important +} + +.cke_button__link_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1152px !important +} + +.cke_button__unlink_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1176px !important +} + +.cke_rtl .cke_button__bulletedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1200px !important +} + +.cke_ltr .cke_button__bulletedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1224px !important +} + +.cke_rtl .cke_button__numberedlist_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1248px !important +} + +.cke_ltr .cke_button__numberedlist_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1272px !important +} + +.cke_button__maximize_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1296px !important +} + +.cke_rtl .cke_button__newpage_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1320px !important +} + +.cke_ltr .cke_button__newpage_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1344px !important +} + +.cke_rtl .cke_button__pagebreak_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1368px !important +} + +.cke_ltr .cke_button__pagebreak_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1392px !important +} + +.cke_rtl .cke_button__pastefromword_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1416px !important +} + +.cke_ltr .cke_button__pastefromword_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1440px !important +} + +.cke_rtl .cke_button__pastetext_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1464px !important +} + +.cke_ltr .cke_button__pastetext_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1488px !important +} + +.cke_rtl .cke_button__preview_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1512px !important +} + +.cke_ltr .cke_button__preview_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1536px !important +} + +.cke_button__print_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1560px !important +} + +.cke_button__removeformat_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1584px !important +} + +.cke_button__save_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1608px !important +} + +.cke_button__selectall_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1632px !important +} + +.cke_rtl .cke_button__showblocks_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1656px !important +} + +.cke_ltr .cke_button__showblocks_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1680px !important +} + +.cke_button__smiley_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1704px !important +} + +.cke_rtl .cke_button__source_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1728px !important +} + +.cke_ltr .cke_button__source_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1752px !important +} + +.cke_button__specialchar_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1776px !important +} + +.cke_button__table_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1800px !important +} + +.cke_rtl .cke_button__templates_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1824px !important +} + +.cke_ltr .cke_button__templates_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1848px !important +} + +.cke_rtl .cke_button__redo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1872px !important +} + +.cke_ltr .cke_button__redo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1896px !important +} + +.cke_rtl .cke_button__undo_icon, +.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1920px !important +} + +.cke_ltr .cke_button__undo_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1944px !important +} + +.cke_button__simplebox_icon { + background: url(icons.png?t=M5GE) no-repeat 0 -1968px !important +} + +.cke_hidpi .cke_button__about_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -0px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bold_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -24px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__italic_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -48px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__strike_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -72px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__subscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -96px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__superscript_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -120px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__underline_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -144px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidiltr_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -168px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bidirtl_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -192px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__blockquote_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -216px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -240px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__copy_icon, +.cke_ltr.cke_hidpi .cke_button__copy_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -264px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -288px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__cut_icon, +.cke_ltr.cke_hidpi .cke_button__cut_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -312px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -336px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__paste_icon, +.cke_ltr.cke_hidpi .cke_button__paste_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -360px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__bgcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -384px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__textcolor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -408px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__copyformatting_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -432px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__creatediv_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -456px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -480px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__find_icon, +.cke_ltr.cke_hidpi .cke_button__find_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -504px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__replace_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -528px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__flash_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -552px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__button_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -576px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__checkbox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -600px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__form_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -624px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__hiddenfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -648px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__imagebutton_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -672px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__radio_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -696px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -720px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__select_icon, +.cke_ltr.cke_hidpi .cke_button__select_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -744px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -768px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textarea_icon, +.cke_ltr.cke_hidpi .cke_button__textarea_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -792px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -816px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__textfield_icon, +.cke_ltr.cke_hidpi .cke_button__textfield_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -840px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__horizontalrule_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -864px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -888px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__indent_icon, +.cke_ltr.cke_hidpi .cke_button__indent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -912px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -936px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__outdent_icon, +.cke_ltr.cke_hidpi .cke_button__outdent_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -960px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyblock_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -984px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifycenter_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1008px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyleft_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1032px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__justifyright_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1056px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__language_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1080px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1104px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__anchor_icon, +.cke_ltr.cke_hidpi .cke_button__anchor_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1128px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__link_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1152px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__unlink_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1176px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1200px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, +.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1224px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1248px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__numberedlist_icon, +.cke_ltr.cke_hidpi .cke_button__numberedlist_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1272px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__maximize_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1296px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1320px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__newpage_icon, +.cke_ltr.cke_hidpi .cke_button__newpage_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1344px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1368px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pagebreak_icon, +.cke_ltr.cke_hidpi .cke_button__pagebreak_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1392px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1416px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastefromword_icon, +.cke_ltr.cke_hidpi .cke_button__pastefromword_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1440px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1464px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__pastetext_icon, +.cke_ltr.cke_hidpi .cke_button__pastetext_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1488px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1512px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__preview_icon, +.cke_ltr.cke_hidpi .cke_button__preview_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1536px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__print_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1560px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__removeformat_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1584px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__save_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1608px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__selectall_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1632px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1656px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__showblocks_icon, +.cke_ltr.cke_hidpi .cke_button__showblocks_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1680px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__smiley_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1704px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1728px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__source_icon, +.cke_ltr.cke_hidpi .cke_button__source_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1752px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__specialchar_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1776px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__table_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1800px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1824px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__templates_icon, +.cke_ltr.cke_hidpi .cke_button__templates_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1848px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1872px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__redo_icon, +.cke_ltr.cke_hidpi .cke_button__redo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1896px !important; + background-size: 16px !important +} + +.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?t=M5GE) no-repeat 0 -1920px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_ltr .cke_button__undo_icon, +.cke_ltr.cke_hidpi .cke_button__undo_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -1944px !important; + background-size: 16px !important +} + +.cke_hidpi .cke_button__simplebox_icon { + background: url(icons_hidpi.png?t=M5GE) no-repeat 0 -3936px !important +} + +a.cke_button_disabled, +a.cke_button_disabled:hover, +a.cke_button_disabled:focus, +a.cke_button_disabled:active { + filter: alpha(opacity=30) +} + +.cke_button_disabled .cke_button_icon { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff) +} + +.cke_button_off:hover, +.cke_button_off:focus, +.cke_button_off:active { + filter: alpha(opacity=100) +} + +.cke_combo_disabled .cke_combo_inlinelabel, +.cke_combo_disabled .cke_combo_open { + filter: alpha(opacity=30) +} + +.cke_toolbox_collapser { + border: 1px solid #a6a6a6 +} + +.cke_toolbox_collapser .cke_arrow { + margin-top: 1px +} + +.cke_hc .cke_top, +.cke_hc .cke_bottom, +.cke_hc .cke_combo_button, +.cke_hc a.cke_combo_button:hover, +.cke_hc a.cke_combo_button:focus, +.cke_hc .cke_toolgroup, +.cke_hc .cke_button_on, +.cke_hc a.cke_button_off:hover, +.cke_hc a.cke_button_off:focus, +.cke_hc a.cke_button_off:active, +.cke_hc .cke_toolbox_collapser, +.cke_hc .cke_toolbox_collapser:hover, +.cke_hc .cke_panel_grouptitle { + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) +} + +.cke_top, +.cke_contents, +.cke_bottom { + width: 100% +} + +.cke_button_arrow { + font-size: 0 +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_button, +.cke_rtl .cke_button *, +.cke_rtl .cke_combo, +.cke_rtl .cke_combo *, +.cke_rtl .cke_path_item, +.cke_rtl .cke_path_item *, +.cke_rtl .cke_path_empty { + float: none +} + +.cke_rtl .cke_toolgroup, +.cke_rtl .cke_toolbar_separator, +.cke_rtl .cke_combo_button, +.cke_rtl .cke_combo_button *, +.cke_rtl .cke_button, +.cke_rtl .cke_button_icon { + display: inline-block; + vertical-align: top +} + +.cke_rtl .cke_button_icon { + float: none +} + +.cke_resizer { + width: 10px +} + +.cke_source { + white-space: normal +} + +.cke_bottom { + position: static +} + +.cke_colorbox { + font-size: 0 +} \ No newline at end of file diff --git a/skins/n1theme/icons.png b/skins/n1theme/icons.png new file mode 100755 index 0000000..ff7ce68 Binary files /dev/null and b/skins/n1theme/icons.png differ diff --git a/skins/n1theme/icons_hidpi.png b/skins/n1theme/icons_hidpi.png new file mode 100755 index 0000000..af48164 Binary files /dev/null and b/skins/n1theme/icons_hidpi.png differ diff --git a/skins/n1theme/images/arrow.png b/skins/n1theme/images/arrow.png new file mode 100755 index 0000000..d72b5f3 Binary files /dev/null and b/skins/n1theme/images/arrow.png differ diff --git a/skins/n1theme/images/close.png b/skins/n1theme/images/close.png new file mode 100755 index 0000000..40caa6d Binary files /dev/null and b/skins/n1theme/images/close.png differ diff --git a/skins/n1theme/images/hidpi/close.png b/skins/n1theme/images/hidpi/close.png new file mode 100755 index 0000000..fa00f4f Binary files /dev/null and b/skins/n1theme/images/hidpi/close.png differ diff --git a/skins/n1theme/images/hidpi/lock-open.png b/skins/n1theme/images/hidpi/lock-open.png new file mode 100755 index 0000000..c899789 Binary files /dev/null and b/skins/n1theme/images/hidpi/lock-open.png differ diff --git a/skins/n1theme/images/hidpi/lock.png b/skins/n1theme/images/hidpi/lock.png new file mode 100755 index 0000000..25ad0f4 Binary files /dev/null and b/skins/n1theme/images/hidpi/lock.png differ diff --git a/skins/n1theme/images/hidpi/refresh.png b/skins/n1theme/images/hidpi/refresh.png new file mode 100755 index 0000000..117a2d4 Binary files /dev/null and b/skins/n1theme/images/hidpi/refresh.png differ diff --git a/skins/n1theme/images/lock-open.png b/skins/n1theme/images/lock-open.png new file mode 100755 index 0000000..42df5f4 Binary files /dev/null and b/skins/n1theme/images/lock-open.png differ diff --git a/skins/n1theme/images/lock.png b/skins/n1theme/images/lock.png new file mode 100755 index 0000000..bde6772 Binary files /dev/null and b/skins/n1theme/images/lock.png differ diff --git a/skins/n1theme/images/refresh.png b/skins/n1theme/images/refresh.png new file mode 100755 index 0000000..e363764 Binary files /dev/null and b/skins/n1theme/images/refresh.png differ diff --git a/skins/n1theme/images/spinner.gif b/skins/n1theme/images/spinner.gif new file mode 100755 index 0000000..d898d41 Binary files /dev/null and b/skins/n1theme/images/spinner.gif differ diff --git a/skins/n1theme/readme.md b/skins/n1theme/readme.md new file mode 100755 index 0000000..ff75bda --- /dev/null +++ b/skins/n1theme/readme.md @@ -0,0 +1,5 @@ +License: GPL v3 +Developer: N1ED +Website: https://n1ed.com + +"n1theme" skin is theme for CKEditor 4 included into N1ED editor. diff --git a/skins/n1theme/skin.js b/skins/n1theme/skin.js new file mode 100755 index 0000000..023799a --- /dev/null +++ b/skins/n1theme/skin.js @@ -0,0 +1,3 @@ +CKEDITOR.skin.name = 'n1theme'; +CKEDITOR.skin.ua_editor = 'ie,iequirks,ie8,gecko'; +CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie8'; diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl index 9a801d6..f6e3330 100755 --- a/templates/footer_inc.tpl +++ b/templates/footer_inc.tpl @@ -1,8 +1,10 @@ {strip} -{if $gBitUser->isRegistered() } +{if $gBitSystem->isPackageActive('ckeditor')} {/if} {/strip} -- cgit v1.3