CKEditor angular test

Developer
Size
15,138 Kb
Views
12,144

How do I make an ckeditor angular test?

What is a ckeditor angular test? How do you make a ckeditor angular test? This script and codes were developed by Tom Hermans on 09 December 2022, Friday.

CKEditor angular test Previews

CKEditor angular test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CKEditor angular test</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="tink-editor">
<div data-ng-app="app" data-ng-controller="myCtrl">
<h3>CKEditor 4.2:</h3> <div ng-repeat="editor in ckEditors"> <textarea data-ng-model="editor.value" data-ck-editor></textarea> <br /> </div> <button ng-click="addEditor()">New Editor</button>
</div>
</div> <script src='https://code.angularjs.org/1.1.5/angular.min.js'></script>
<script src='https://ckeditor.com/apps/ckeditor/4.2/ckeditor.js'></script>
<script src='https://code.jquery.com/jquery-2.0.3.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

CKEditor angular test - Script Codes CSS Codes

/* END VARS */
#tink-editor { /* https://ckeditor.com/apps/ckeditor/4.2/skins/moono/editor.css?t=D6ID */ /* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/license */
}
#tink-editor body { font-family: 'Lato', sans-serif;
}
#tink-editor .cke_reset { margin: 0; padding: 0; border: 0; background: transparent; text-decoration: none; width: auto; height: auto; vertical-align: baseline; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#tink-editor .cke_reset_all, #tink-editor .cke_reset_all * { margin: 0; padding: 0; border: 0; background: transparent; text-decoration: none; width: auto; height: auto; vertical-align: baseline; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; border-collapse: collapse; font: normal normal normal 12px "Lato", sans-serif; color: #000; text-align: left; white-space: nowrap; cursor: auto;
}
#tink-editor .cke_reset_all .cke_rtl * { text-align: right;
}
#tink-editor .cke_reset_all iframe { vertical-align: inherit;
}
#tink-editor .cke_reset_all textarea { white-space: pre;
}
#tink-editor .cke_reset_all textarea, #tink-editor .cke_reset_all input[type="text"], #tink-editor .cke_reset_all input[type="password"] { cursor: text;
}
#tink-editor .cke_reset_all textarea[disabled], #tink-editor .cke_reset_all input[type="text"][disabled], #tink-editor .cke_reset_all input[type="password"][disabled] { cursor: default;
}
#tink-editor .cke_reset_all fieldset { padding: 10px; border: 2px groove #eaeaea;
}
#tink-editor .cke_reset_all select { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#tink-editor .cke_chrome { display: block; border: 1px solid #bbb; padding: 0; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#tink-editor .cke_inner { display: block; -webkit-touch-callout: none; background: #fff; padding: 0;
}
#tink-editor .cke_float { border: 0;
}
#tink-editor .cke_float .cke_inner { padding-bottom: 0;
}
#tink-editor .cke_top, #tink-editor .cke_contents, #tink-editor .cke_bottom { display: block; overflow: hidden;
}
#tink-editor .cke_top { border-bottom: 1px solid #bbb; padding: 6px 8px 2px; white-space: normal; -moz-box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; background: #f7f7f7; /*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')*/
}
#tink-editor .cke_float .cke_top { border: 1px solid #bbb; border-bottom-color: #888;
}
#tink-editor .cke_bottom { padding: 6px 8px 2px; position: relative; border-top: 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; background: #eaeaea; /*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')*/
}
#tink-editor .cke_browser_ios .cke_contents { overflow-y: auto; -webkit-overflow-scrolling: touch;
}
#tink-editor .cke_resizer { width: 0; height: 0; overflow: hidden; width: 0; height: 0; overflow: hidden; border-width: 10px 10px 0 0; border-color: transparent #888 transparent transparent; border-style: dashed solid dashed dashed; font-size: 0; vertical-align: bottom; margin-top: 6px; margin-bottom: 2px; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#tink-editor .cke_hc .cke_resizer { font-size: 15px; width: auto; height: auto; border-width: 0;
}
#tink-editor .cke_resizer_ltr { cursor: se-resize; float: right; margin-right: -4px;
}
#tink-editor .cke_resizer_rtl { border-width: 10px 0 0 10px; border-color: transparent transparent transparent #bbb; border-style: dashed dashed dashed solid; cursor: sw-resize; float: left; margin-left: -4px; right: auto;
}
#tink-editor .cke_wysiwyg_div { display: block; height: 100%; overflow: auto; padding: 0 8px; outline-style: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#tink-editor .cke_panel { visibility: visible; width: 120px; height: 100px; overflow: hidden; background-color: #fff; border: 1px solid #bbb; border-bottom-color: #888; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#tink-editor .cke_menu_panel { padding: 0; margin: 0;
}
#tink-editor .cke_combopanel { width: 150px; height: 170px;
}
#tink-editor .cke_panel_frame { width: 100%; height: 100%; font-size: 14px; overflow: auto; overflow-x: hidden;
}
#tink-editor .cke_panel_container { overflow-y: auto; overflow-x: hidden;
}
#tink-editor .cke_panel_list { list-style-type: none; margin: 3px; padding: 0; white-space: nowrap;
}
#tink-editor .cke_panel_listItem { margin: 0; padding-bottom: 1px;
}
#tink-editor .cke_panel_listItem a { padding: 3px 4px; display: block; border: 1px solid #fff; color: inherit !important; text-decoration: none; overflow: hidden; text-overflow: ellipsis; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#tink-editor * html .cke_panel_listItem a { width: 100%; color: #000;
}
#tink-editor :first-child + html .cke_panel_listItem a { color: #000;
}
#tink-editor .cke_panel_listItem.cke_selected a { border: 1px solid #dedede; background-color: #f2f2f2; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}
#tink-editor .cke_panel_listItem a:hover, #tink-editor .cke_panel_listItem a:focus, #tink-editor .cke_panel_listItem a:active { border-color: #dedede; background-color: #f2f2f2; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
}
#tink-editor .cke_hc .cke_panel_listItem a { border-style: none;
}
#tink-editor .cke_hc .cke_panel_listItem a:hover, #tink-editor .cke_hc .cke_panel_listItem a:focus, #tink-editor .cke_hc .cke_panel_listItem a:active { border: 2px solid; padding: 1px 2px;
}
#tink-editor .cke_panel_grouptitle { font-size: 11px; font-weight: 700; white-space: nowrap; margin: 0; padding: 4px 6px; color: #474747; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); border-bottom: 1px solid #b6b6b6; -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');
}
#tink-editor .cke_panel_listItem p, #tink-editor .cke_panel_listItem h1, #tink-editor .cke_panel_listItem h2, #tink-editor .cke_panel_listItem h3, #tink-editor .cke_panel_listItem h4, #tink-editor .cke_panel_listItem h5, #tink-editor .cke_panel_listItem h6, #tink-editor .cke_panel_listItem pre { margin-top: 0; margin-bottom: 0;
}
#tink-editor .cke_colorblock { padding: 3px; font-size: 11px; font-family: "Microsoft Sans Serif", Tahoma, Arial, Verdana, Sans-Serif;
}
#tink-editor .cke_colorblock, #tink-editor .cke_colorblock a { text-decoration: none; color: #000;
}
#tink-editor span.cke_colorbox { width: 10px; height: 10px; border: gray 1px solid; float: left;
}
#tink-editor .cke_rtl span.cke_colorbox { float: right;
}
#tink-editor a.cke_colorbox { border: #fff 1px solid; padding: 2px; float: left; width: 14px; height: 14px;
}
#tink-editor .cke_rtl a.cke_colorbox { float: right;
}
#tink-editor a:hover.cke_colorbox, #tink-editor a:focus.cke_colorbox, #tink-editor a:active.cke_colorbox { border: #b6b6b6 1px solid; background-color: #e5e5e5;
}
#tink-editor a.cke_colorauto, #tink-editor a.cke_colormore { border: #fff 1px solid; padding: 2px; display: block; cursor: pointer;
}
#tink-editor a:hover.cke_colorauto, #tink-editor a:hover.cke_colormore, #tink-editor a:focus.cke_colorauto, #tink-editor a:focus.cke_colormore, #tink-editor a:active.cke_colorauto, #tink-editor a:active.cke_colormore { border: #b6b6b6 1px solid; background-color: #e5e5e5;
}
#tink-editor .cke_toolbar { float: left;
}
#tink-editor .cke_rtl .cke_toolbar { float: right;
}
#tink-editor .cke_toolgroup { float: left; margin: 0 6px 5px 0; border: 1px solid #bbb; border-bottom-color: #bbb; -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: #fff; /*background-image:-webkit-gradient(linear,left top,left bottom,from($white),to(#e4e4e4)); background-image:-moz-linear-gradient(top,$white,#e4e4e4); background-image:-webkit-linear-gradient(top,$white,#e4e4e4); background-image:-o-linear-gradient(top,$white,#e4e4e4); background-image:-ms-linear-gradient(top,$white,#e4e4e4); background-image:linear-gradient(top,$white,#e4e4e4); filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='$whitefff',endColorstr='#e4e4e4')*/
}
#tink-editor .cke_hc .cke_toolgroup { border: 0; margin-right: 10px; margin-bottom: 10px;
}
#tink-editor .cke_rtl .cke_toolgroup :first-child { -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0;
}
#tink-editor .cke_rtl .cke_toolgroup :last-child { -moz-border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px;
}
#tink-editor .cke_rtl .cke_toolgroup { float: right; margin-left: 6px; margin-right: 0;
}
#tink-editor a.cke_button { display: inline-block; height: 18px; padding: 4px 6px; outline: 0; cursor: default; float: left; border: 0;
}
#tink-editor .cke_rtl .cke_button { float: right;
}
#tink-editor .cke_hc .cke_button { border: 1px solid #000; padding: 3px 5px; margin: -2px 4px 0 -2px;
}
#tink-editor .cke_button_on { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; background: #bbb; /* background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca)); background-image:-moz-linear-gradient(top,#aaa,#cacaca); background-image:-webkit-linear-gradient(top,#aaa,#cacaca); background-image:-o-linear-gradient(top,#aaa,#cacaca); background-image:-ms-linear-gradient(top,#aaa,#cacaca); background-image:linear-gradient(top,#aaa,#cacaca); filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca') */
}
#tink-editor .cke_hc .cke_button_on, #tink-editor .cke_hc a.cke_button_off:hover, #tink-editor .cke_hc a.cke_button_off:focus, #tink-editor .cke_hc a.cke_button_off:active, #tink-editor .cke_hc a.cke_button_disabled:hover, #tink-editor .cke_hc a.cke_button_disabled:focus, #tink-editor .cke_hc a.cke_button_disabled:active { border-width: 3px; padding: 1px 3px;
}
#tink-editor .cke_button_disabled .cke_button_icon { opacity: 0.3;
}
#tink-editor .cke_hc .cke_button_disabled { opacity: 0.5;
}
#tink-editor a.cke_button_on:hover,
#tink-editor a.cke_button_on:focus,
#tink-editor a.cke_button_on:active { background: #eaeaea;
}
#tink-editor a.cke_button_off:hover,
#tink-editor a.cke_button_off:focus,
#tink-editor a.cke_button_off:active,
#tink-editor a.cke_button_disabled:hover,
#tink-editor a.cke_button_disabled:focus,
#tink-editor a.cke_button_disabled:active { background: #eaeaea;
}
#tink-editor .cke_button_icon { cursor: inherit; background-repeat: no-repeat; margin-top: 1px; width: 16px; height: 16px; float: left; display: inline-block;
}
#tink-editor .cke_rtl .cke_button_icon { float: right;
}
#tink-editor .cke_hc .cke_button_icon { display: none;
}
#tink-editor .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, 0.5);
}
#tink-editor .cke_rtl .cke_button_label { padding-right: 3px; padding-left: 0; float: right;
}
#tink-editor .cke_hc .cke_button_label { padding: 0; display: inline-block; font-size: 14px;
}
#tink-editor .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;
}
#tink-editor .cke_rtl .cke_button_arrow { margin-right: 5px; margin-left: 0;
}
#tink-editor .cke_hc .cke_button_arrow { font-size: 10px; margin: 3px -2px 0 3px; width: auto; border: 0;
}
#tink-editor .cke_toolbar_separator { float: left; background-color: silver; background-color: rgba(0, 0, 0, 0.2); margin: 5px 2px 0; height: 18px; width: 1px; -webkit-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5); -moz-box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5); box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5);
}
#tink-editor .cke_rtl .cke_toolbar_separator { float: right; -webkit-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1); -moz-box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1); box-shadow: -1px 0 1px rgba(255, 255, 255, 0.1);
}
#tink-editor .cke_hc .cke_toolbar_separator { width: 0; border-left: 1px solid; margin: 1px 5px 0 0;
}
#tink-editor .cke_toolbar_break { display: block; clear: left;
}
#tink-editor .cke_rtl .cke_toolbar_break { clear: right;
}
#tink-editor .cke_toolbox_collapser { width: 14px; height: 11px; float: right; margin: 11px 0 0; font-size: 0; cursor: default; text-align: center; border: 1px solid #a6a6a6; border-bottom-color: #979797; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset; 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='$whitefff',endColorstr='#e4e4e4');
}
#tink-editor .cke_toolbox_collapser:hover { 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');
}
#tink-editor .cke_toolbox_collapser.cke_toolbox_collapser_min { margin: 0 2px 4px;
}
#tink-editor .cke_rtl .cke_toolbox_collapser { float: left;
}
#tink-editor .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;
}
#tink-editor .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { margin-top: 4px; border-bottom-color: transparent; border-top-color: #474747;
}
#tink-editor .cke_hc .cke_toolbox_collapser .cke_arrow { font-size: 8px; width: auto; border: 0; margin-top: 0; margin-right: 2px;
}
#tink-editor .cke_menubutton { display: block;
}
#tink-editor .cke_menuitem span { cursor: default;
}
#tink-editor .cke_menubutton:hover, #tink-editor .cke_menubutton:focus, #tink-editor .cke_menubutton:active { background-color: #d3d3d3; display: block;
}
#tink-editor .cke_hc .cke_menubutton { padding: 2px;
}
#tink-editor .cke_hc .cke_menubutton:hover, #tink-editor .cke_hc .cke_menubutton:focus, #tink-editor .cke_hc .cke_menubutton:active { border: 2px solid; padding: 0;
}
#tink-editor .cke_menubutton_inner { display: table-row;
}
#tink-editor .cke_menubutton_icon, #tink-editor .cke_menubutton_label, #tink-editor .cke_menuarrow { display: table-cell;
}
#tink-editor .cke_menubutton_icon { background-color: #d7d8d7; opacity: .7; filter: alpha(opacity=70); padding: 4px;
}
#tink-editor .cke_hc .cke_menubutton_icon { height: 16px; width: 0; padding: 4px 0;
}
#tink-editor .cke_menubutton:hover .cke_menubutton_icon, #tink-editor .cke_menubutton:focus .cke_menubutton_icon, #tink-editor .cke_menubutton:active .cke_menubutton_icon { background-color: #d0d2d0;
}
#tink-editor .cke_menubutton_disabled:hover .cke_menubutton_icon, #tink-editor .cke_menubutton_disabled:focus .cke_menubutton_icon, #tink-editor .cke_menubutton_disabled:active .cke_menubutton_icon { opacity: .3; filter: alpha(opacity=30);
}
#tink-editor .cke_menubutton_label { padding: 0 5px; background-color: transparent; width: 100%; vertical-align: middle;
}
#tink-editor .cke_menubutton_disabled .cke_menubutton_label { opacity: .3; filter: alpha(opacity=30);
}
#tink-editor .cke_menubutton:hover, #tink-editor .cke_menubutton:focus, #tink-editor .cke_menubutton:active { background-color: #eff0ef;
}
#tink-editor .cke_panel_frame .cke_menubutton_label { display: none;
}
#tink-editor .cke_menuseparator { background-color: #d3d3d3; height: 1px; filter: alpha(opacity=70); opacity: 0.7;
}
#tink-editor .cke_menuarrow { background-image: url(images/arrow.png); background-position: 0 10px; background-repeat: no-repeat; padding: 0 5px;
}
#tink-editor .cke_rtl .cke_menuarrow { background-position: 5px -13px; background-repeat: no-repeat;
}
#tink-editor .cke_menuarrow span { display: none;
}
#tink-editor .cke_hc .cke_menuarrow span { vertical-align: middle; display: inline;
}
#tink-editor .cke_combo { display: inline-block; float: left;
}
#tink-editor .cke_rtl .cke_combo { float: right;
}
#tink-editor .cke_hc .cke_combo { margin-top: -2px;
}
#tink-editor .cke_combo_label { display: none; float: left; line-height: 26px; vertical-align: top; margin-right: 5px;
}
#tink-editor .cke_rtl .cke_combo_label { float: right; margin-left: 5px; margin-right: 0;
}
#tink-editor .cke_combo_button { display: inline-block; float: left; margin: 0 6px 5px 0; border: 1px solid #bbb; border-bottom-color: #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset; background: #fff; /* background-image:-webkit-gradient(linear,left top,left bottom,from($white),to(#e4e4e4)); background-image:-moz-linear-gradient(top,$white,#e4e4e4); background-image:-webkit-linear-gradient(top,$white,#e4e4e4); background-image:-o-linear-gradient(top,$white,#e4e4e4); background-image:-ms-linear-gradient(top,$white,#e4e4e4); background-image:linear-gradient(top,$white,#e4e4e4); filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='$whitefff',endColorstr='#e4e4e4') */
}
#tink-editor .cke_combo_off a.cke_combo_button:hover, #tink-editor .cke_combo_off a.cke_combo_button:focus { background: #eaeaea; /* 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'); outline:0 */
}
#tink-editor .cke_combo_off a.cke_combo_button:active, #tink-editor .cke_combo_on a.cke_combo_button { border: 1px solid #777; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.6) inset; background: #eaeaea; /* background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca)); background-image:-moz-linear-gradient(top,#aaa,#cacaca); background-image:-webkit-linear-gradient(top,#aaa,#cacaca); background-image:-o-linear-gradient(top,#aaa,#cacaca); background-image:-ms-linear-gradient(top,#aaa,#cacaca); background-image:linear-gradient(top,#aaa,#cacaca); filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca') */
}
#tink-editor .cke_combo_on a.cke_combo_button:hover, #tink-editor .cke_combo_on a.cke_combo_button:focus, #tink-editor .cke_combo_on a.cke_combo_button:active { -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
}
#tink-editor .cke_rtl .cke_combo_button { float: right; margin-left: 5px; margin-right: 0;
}
#tink-editor .cke_hc a.cke_combo_button { padding: 3px;
}
#tink-editor .cke_hc .cke_combo_on a.cke_combo_button, #tink-editor .cke_hc .cke_combo_off a.cke_combo_button:hover, #tink-editor .cke_hc .cke_combo_off a.cke_combo_button:focus, #tink-editor .cke_hc .cke_combo_off a.cke_combo_button:active { border-width: 3px; padding: 1px;
}
#tink-editor .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, 0.5); width: 60px;
}
#tink-editor .cke_rtl .cke_combo_text { float: right; text-align: right; padding-left: 0; padding-right: 10px;
}
#tink-editor .cke_hc .cke_combo_text { line-height: 18px; font-size: 14px;
}
#tink-editor .cke_combo_open { cursor: default; display: inline-block; font-size: 0; height: 19px; line-height: 17px; margin: 1px 7px; width: 5px;
}
#tink-editor .cke_hc .cke_combo_open { height: 14px;
}
#tink-editor .cke_combo_arrow { 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;
}
#tink-editor .cke_hc .cke_combo_arrow { font-size: 10px; width: auto; border: 0; margin-top: 3px;
}
#tink-editor .cke_combo_disabled .cke_combo_inlinelabel, #tink-editor .cke_combo_disabled .cke_combo_open { opacity: 0.3;
}
#tink-editor .cke_path { float: left; margin: -2px 0 2px;
}
#tink-editor .cke_path_item, #tink-editor .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: 700; font-size: 11px;
}
#tink-editor .cke_rtl .cke_path, #tink-editor .cke_rtl .cke_path_item, #tink-editor .cke_rtl .cke_path_empty { float: right;
}
#tink-editor a.cke_path_item:hover, #tink-editor a.cke_path_item:focus, #tink-editor a.cke_path_item:active { background-color: #bfbfbf; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
}
#tink-editor .cke_hc a.cke_path_item:hover, #tink-editor .cke_hc a.cke_path_item:focus, #tink-editor .cke_hc a.cke_path_item:active { border: 2px solid; padding: 1px 2px;
}
#tink-editor .cke_button__source_label, #tink-editor .cke_button__sourcedialog_label { display: inline;
}
#tink-editor .cke_combo__fontsize .cke_combo_text { width: 30px;
}
#tink-editor .cke_combopanel__fontsize { width: 120px;
}
#tink-editor .cke_source { font-family: 'Courier New',Monospace; font-size: small; background-color: #fff; white-space: pre;
}
#tink-editor .cke_wysiwyg_frame, #tink-editor .cke_wysiwyg_div { background-color: #fff;
}
#tink-editor .cke_chrome { visibility: inherit;
}
#tink-editor .cke_voice_label { display: none;
}
#tink-editor legend.cke_voice_label { display: none;
}
#tink-editor .cke_button__about_icon { background: url(icons.png) no-repeat 0 0 !important;
}
#tink-editor .cke_button__bold_icon { background: url(icons.png) no-repeat 0 -24px !important;
}
#tink-editor .cke_button__italic_icon { background: url(icons.png) no-repeat 0 -48px !important;
}
#tink-editor .cke_button__strike_icon { background: url(icons.png) no-repeat 0 -72px !important;
}
#tink-editor .cke_button__subscript_icon { background: url(icons.png) no-repeat 0 -96px !important;
}
#tink-editor .cke_button__superscript_icon { background: url(icons.png) no-repeat 0 -120px !important;
}
#tink-editor .cke_button__underline_icon { background: url(icons.png) no-repeat 0 -144px !important;
}
#tink-editor .cke_button__bidiltr_icon { background: url(icons.png) no-repeat 0 -168px !important;
}
#tink-editor .cke_button__bidirtl_icon { background: url(icons.png) no-repeat 0 -192px !important;
}
#tink-editor .cke_button__blockquote_icon { background: url(icons.png) no-repeat 0 -216px !important;
}
#tink-editor .cke_rtl .cke_button__copy_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { background: url(icons.png) no-repeat 0 -240px !important;
}
#tink-editor .cke_ltr .cke_button__copy_icon { background: url(icons.png) no-repeat 0 -264px !important;
}
#tink-editor .cke_rtl .cke_button__cut_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { background: url(icons.png) no-repeat 0 -288px !important;
}
#tink-editor .cke_ltr .cke_button__cut_icon { background: url(icons.png) no-repeat 0 -3 14px !important;
}
#tink-editor .cke_rtl .cke_button__paste_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { background: url(icons.png) no-repeat 0 -336px !important;
}
#tink-editor .cke_ltr .cke_button__paste_icon { background: url(icons.png) no-repeat 0 -360px !important;
}
#tink-editor .cke_button__bgcolor_icon { background: url(icons.png) no-repeat 0 -384px !important;
}
#tink-editor .cke_button__textcolor_icon { background: url(icons.png) no-repeat 0 -408px !important;
}
#tink-editor .cke_button__creatediv_icon { background: url(icons.png) no-repeat 0 -432px !important;
}
#tink-editor .cke_rtl .cke_button__docprops_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { background: url(icons.png) no-repeat 0 -456px !important;
}
#tink-editor .cke_ltr .cke_button__docprops_icon { background: url(icons.png) no-repeat 0 -480px !important;
}
#tink-editor .cke_rtl .cke_button__find_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { background: url(icons.png) no-repeat 0 -504px !important;
}
#tink-editor .cke_ltr .cke_button__find_icon { background: url(icons.png) no-repeat 0 -528px !important;
}
#tink-editor .cke_button__replace_icon { background: url(icons.png) no-repeat 0 -552px !important;
}
#tink-editor .cke_button__flash_icon { background: url(icons.png) no-repeat 0 -576px !important;
}
#tink-editor .cke_button__button_icon { background: url(icons.png) no-repeat 0 -600px !important;
}
#tink-editor .cke_button__checkbox_icon { background: url(icons.png) no-repeat 0 -624px !important;
}
#tink-editor .cke_button__form_icon { background: url(icons.png) no-repeat 0 -648px !important;
}
#tink-editor .cke_button__hiddenfield_icon { background: url(icons.png) no-repeat 0 -672px !important;
}
#tink-editor .cke_button__imagebutton_icon { background: url(icons.png) no-repeat 0 -696px !important;
}
#tink-editor .cke_button__radio_icon { background: url(icons.png) no-repeat 0 -720px !important;
}
#tink-editor .cke_rtl .cke_button__select_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { background: url(icons.png) no-repeat 0 -744px !important;
}
#tink-editor .cke_ltr .cke_button__select_icon { background: url(icons.png) no-repeat 0 -768px !important;
}
#tink-editor .cke_rtl .cke_button__textarea_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { background: url(icons.png) no-repeat 0 -792px !important;
}
#tink-editor .cke_ltr .cke_button__textarea_icon { background: url(icons.png) no-repeat 0 -816px !important;
}
#tink-editor .cke_rtl .cke_button__textfield_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { background: url(icons.png) no-repeat 0 -840px !important;
}
#tink-editor .cke_ltr .cke_button__textfield_icon { background: url(icons.png) no-repeat 0 -864px !important;
}
#tink-editor .cke_button__horizontalrule_icon { background: url(icons.png) no-repeat 0 -888px !important;
}
#tink-editor .cke_button__iframe_icon { background: url(icons.png) no-repeat 0 -9 14px !important;
}
#tink-editor .cke_button__image_icon { background: url(icons.png) no-repeat 0 -936px !important;
}
#tink-editor .cke_rtl .cke_button__indent_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { background: url(icons.png) no-repeat 0 -960px !important;
}
#tink-editor .cke_ltr .cke_button__indent_icon { background: url(icons.png) no-repeat 0 -984px !important;
}
#tink-editor .cke_rtl .cke_button__outdent_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { background: url(icons.png) no-repeat 0 -1008px !important;
}
#tink-editor .cke_ltr .cke_button__outdent_icon { background: url(icons.png) no-repeat 0 -1032px !important;
}
#tink-editor .cke_button__justifyblock_icon { background: url(icons.png) no-repeat 0 -1056px !important;
}
#tink-editor .cke_button__justifycenter_icon { background: url(icons.png) no-repeat 0 -1080px !important;
}
#tink-editor .cke_button__justifyleft_icon { background: url(icons.png) no-repeat 0 -1104px !important;
}
#tink-editor .cke_button__justifyright_icon { background: url(icons.png) no-repeat 0 -1128px !important;
}
#tink-editor .cke_rtl .cke_button__anchor_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { background: url(icons.png) no-repeat 0 -1152px !important;
}
#tink-editor .cke_ltr .cke_button__anchor_icon { background: url(icons.png) no-repeat 0 -1176px !important;
}
#tink-editor .cke_button__link_icon { background: url(icons.png) no-repeat 0 -1200px !important;
}
#tink-editor .cke_button__unlink_icon { background: url(icons.png) no-repeat 0 -1224px !important;
}
#tink-editor .cke_rtl .cke_button__bulletedlist_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { background: url(icons.png) no-repeat 0 -1248px !important;
}
#tink-editor .cke_ltr .cke_button__bulletedlist_icon { background: url(icons.png) no-repeat 0 -1272px !important;
}
#tink-editor .cke_rtl .cke_button__numberedlist_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { background: url(icons.png) no-repeat 0 -1296px !important;
}
#tink-editor .cke_ltr .cke_button__numberedlist_icon { background: url(icons.png) no-repeat 0 -1320px !important;
}
#tink-editor .cke_button__maximize_icon { background: url(icons.png) no-repeat 0 -1344px !important;
}
#tink-editor .cke_rtl .cke_button__newpage_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { background: url(icons.png) no-repeat 0 -1368px !important;
}
#tink-editor .cke_ltr .cke_button__newpage_icon { background: url(icons.png) no-repeat 0 -1392px !important;
}
#tink-editor .cke_rtl .cke_button__pagebreak_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { background: url(icons.png) no-repeat 0 -1416px !important;
}
#tink-editor .cke_ltr .cke_button__pagebreak_icon { background: url(icons.png) no-repeat 0 -1440px !important;
}
#tink-editor .cke_rtl .cke_button__pastefromword_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { background: url(icons.png) no-repeat 0 -1464px !important;
}
#tink-editor .cke_ltr .cke_button__pastefromword_icon { background: url(icons.png) no-repeat 0 -1488px !important;
}
#tink-editor .cke_rtl .cke_button__pastetext_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { background: url(icons.png) no-repeat 0 -15 14px !important;
}
#tink-editor .cke_ltr .cke_button__pastetext_icon { background: url(icons.png) no-repeat 0 -1536px !important;
}
#tink-editor .cke_button__placeholder_icon { background: url(icons.png) no-repeat 0 -1560px !important;
}
#tink-editor .cke_rtl .cke_button__preview_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { background: url(icons.png) no-repeat 0 -1584px !important;
}
#tink-editor .cke_ltr .cke_button__preview_icon { background: url(icons.png) no-repeat 0 -1608px !important;
}
#tink-editor .cke_button__print_icon { background: url(icons.png) no-repeat 0 -1632px !important;
}
#tink-editor .cke_button__removeformat_icon { background: url(icons.png) no-repeat 0 -1656px !important;
}
#tink-editor .cke_button__save_icon { background: url(icons.png) no-repeat 0 -1680px !important;
}
#tink-editor .cke_button__scayt_icon { background: url(icons.png) no-repeat 0 -1704px !important;
}
#tink-editor .cke_button__selectall_icon { background: url(icons.png) no-repeat 0 -1728px !important;
}
#tink-editor .cke_rtl .cke_button__showblocks_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { background: url(icons.png) no-repeat 0 -1752px !important;
}
#tink-editor .cke_ltr .cke_button__showblocks_icon { background: url(icons.png) no-repeat 0 -1776px !important;
}
#tink-editor .cke_button__smiley_icon { background: url(icons.png) no-repeat 0 -1800px !important;
}
#tink-editor .cke_rtl .cke_button__source_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { background: url(icons.png) no-repeat 0 -1824px !important;
}
#tink-editor .cke_ltr .cke_button__source_icon { background: url(icons.png) no-repeat 0 -1848px !important;
}
#tink-editor .cke_rtl .cke_button__sourcedialog_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { background: url(icons.png) no-repeat 0 -1872px !important;
}
#tink-editor .cke_ltr .cke_button__sourcedialog_icon { background: url(icons.png) no-repeat 0 -1896px !important;
}
#tink-editor .cke_button__specialchar_icon { background: url(icons.png) no-repeat 0 -1920px !important;
}
#tink-editor .cke_button__table_icon { background: url(icons.png) no-repeat 0 -1944px !important;
}
#tink-editor .cke_rtl .cke_button__templates_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { background: url(icons.png) no-repeat 0 -1968px !important;
}
#tink-editor .cke_ltr .cke_button__templates_icon { background: url(icons.png) no-repeat 0 -1992px !important;
}
#tink-editor .cke_button__uicolor_icon { background: url(icons.png) no-repeat 0 -2016px !important;
}
#tink-editor .cke_rtl .cke_button__redo_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { background: url(icons.png) no-repeat 0 -2040px !important;
}
#tink-editor .cke_ltr .cke_button__redo_icon { background: url(icons.png) no-repeat 0 -2064px !important;
}
#tink-editor .cke_rtl .cke_button__undo_icon, #tink-editor .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { background: url(icons.png) no-repeat 0 -2088px !important;
}
#tink-editor .cke_ltr .cke_button__undo_icon { background: url(icons.png) no-repeat 0 -21 14px !important;
}
#tink-editor .cke_button__spellchecker_icon { background: url(icons.png) no-repeat 0 -2136px !important;
}
#tink-editor .cke_hidpi .cke_button__about_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 0 !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__bold_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -24px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__italic_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -48px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__strike_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -72px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__subscript_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -96px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__superscript_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -120px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__underline_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -144px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__bidiltr_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -168px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__bidirtl_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -192px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__blockquote_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -216px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__copy_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -240px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__copy_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__copy_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -264px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__cut_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -288px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__cut_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__cut_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -3 14px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__paste_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -336px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__paste_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__paste_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -360px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__bgcolor_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -384px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__textcolor_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -408px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__creatediv_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -432px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__docprops_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__docprops_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -456px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__docprops_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__docprops_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -480px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__find_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -504px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__find_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__find_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -528px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__replace_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -552px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__flash_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -576px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__button_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -600px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__checkbox_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -624px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__form_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -648px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__hiddenfield_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -672px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__imagebutton_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -696px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__radio_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -720px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__select_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -744px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__select_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__select_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -768px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__textarea_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -792px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__textarea_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__textarea_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -816px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__textfield_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -840px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__textfield_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__textfield_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -864px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__horizontalrule_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -888px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__iframe_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -9 14px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__image_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -936px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__indent_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -960px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__indent_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__indent_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -984px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__outdent_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1008px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__outdent_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__outdent_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1032px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__justifyblock_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1056px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__justifycenter_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1080px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__justifyleft_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1104px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__justifyright_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1128px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__anchor_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1152px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__anchor_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__anchor_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1176px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__link_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1200px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__unlink_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1224px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1248px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1272px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1296px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__numberedlist_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1320px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__maximize_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1344px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__newpage_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1368px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__newpage_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__newpage_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1392px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__pagebreak_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1416px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__pagebreak_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__pagebreak_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1440px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1464px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__pastefromword_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1488px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__pastetext_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -15 14px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__pastetext_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__pastetext_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1536px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__placeholder_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1560px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__preview_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1584px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__preview_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__preview_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1608px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__print_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1632px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__removeformat_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1656px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__save_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1680px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__scayt_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1704px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__selectall_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1728px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__showblocks_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1752px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__showblocks_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__showblocks_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1776px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__smiley_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1800px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__source_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1824px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__source_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__source_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1848px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__sourcedialog_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__sourcedialog_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1872px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__sourcedialog_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__sourcedialog_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1896px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__specialchar_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1920px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__table_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1944px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__templates_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1968px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__templates_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__templates_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -1992px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__uicolor_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -2016px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__redo_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -2040px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__redo_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__redo_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -2064px !important; background-size: 16px !important;
}
#tink-editor .cke_rtl.cke_hidpi .cke_button__undo_icon, #tink-editor .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -2088px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_ltr .cke_button__undo_icon, #tink-editor .cke_ltr.cke_hidpi .cke_button__undo_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -21 14px !important; background-size: 16px !important;
}
#tink-editor .cke_hidpi .cke_button__spellchecker_icon { background: url(https://ckeditor.com/apps/ckeditor/4.2/plugins/icons_hidpi.png?t=D6ID) no-repeat 0 -2136px !important; background-size: 16px !important;
}

CKEditor angular test - Script Codes JS Codes

var app = angular.module('app', []);
app.directive('ckEditor', [function () { return { require: '?ngModel', link: function ($scope, elm, attr, ngModel) { var ck = CKEDITOR.replace(elm[0]); ck.on('pasteState', function () { $scope.$apply(function () { ngModel.$setViewValue(ck.getData()); }); }); ngModel.$render = function (value) { ck.setData(ngModel.$modelValue); }; } };
}])
function myCtrl($scope){ $scope.ckEditors = []; $scope.addEditor = function(){ var rand = "random number (10000): "+(Math.random() * 10000); $scope.ckEditors.push({value:rand}); }
}
// Lato font WebFontConfig = { google: { families: [ 'Lato::latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })();
CKEditor angular test - Script Codes
CKEditor angular test - Script Codes
Home Page Home
Developer Tom Hermans
Username tomhermans
Uploaded December 09, 2022
Rating 3
Size 15,138 Kb
Views 12,144
Do you need developer help for CKEditor angular test?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tom Hermans (tomhermans) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!