ckeditor-caption.css |
css/ckeditor-caption.css |
|
Caption: default styling for displaying image captions. |
ckeditor-iframe.css |
css/ckeditor-iframe.css |
|
/**
* CSS added to iFrame-based instances only.
*/
body {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #222;
background-color: #fff;
margin: 8px;
}
ol,ul,dl {
/* IE7: reset rtl list margin. (CKEditor issue #7334) */
… |
ckeditor-rtl.css |
css/ckeditor-rtl.css |
|
/**
* RTL styles used by CKEditor. Added to front-end theme and iFrame editors.
*/
.align-left {
text-align: right;
}
.align-right {
text-align: left;
}
.indent1 {
margin: 0 40px 0 0;
}
.indent2 {
margin: 0 80px 0 0;
}
.indent3 {
margin: 0… |
ckeditor.admin.css |
css/ckeditor.admin.css |
|
Styles for configuration of CKEditor module. |
ckeditor.admin.inc |
ckeditor.admin.inc |
|
Callbacks and theming for the CKEditor toolbar configuration UI. |
ckeditor.api.php |
ckeditor.api.php |
|
Documentation for CKEditor module APIs. |
ckeditor.css |
css/ckeditor.css |
|
/**
* Common styles used by CKEditor. Added to front-end theme and iFrame editors.
*/
.align-left {
text-align: left; /* RTL */
}
.align-right {
text-align: right; /* RTL */
}
.align-center {
text-align: center;
}
.align-justify {
… |
ckeditor.info |
ckeditor.info |
|
name = CKEditor
description = WYSIWYG editing for rich text fields using CKEditor.
package = User interface
core = 8.x
dependencies[] = editor |
ckeditor.module |
ckeditor.module |
|
Provides integration with the CKEditor WYSIWYG editor. |
CKEditor.php |
lib/Drupal/ckeditor/Plugin/editor/editor/CKEditor.php |
Drupal\ckeditor\Plugin\editor\editor |
Definition of \Drupal\ckeditor\Plugin\editor\editor\CKEditor. |
contents.css |
lib/ckeditor/contents.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
body
{
/* Font */
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
font-size:… |
dialog.css |
lib/ckeditor/skins/moono/dialog.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid… |
dialog_ie.css |
lib/ckeditor/skins/moono/dialog_ie.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid… |
dialog_ie7.css |
lib/ckeditor/skins/moono/dialog_ie7.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid… |
dialog_ie8.css |
lib/ckeditor/skins/moono/dialog_ie8.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid… |
dialog_iequirks.css |
lib/ckeditor/skins/moono/dialog_iequirks.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid… |
dialog_opera.css |
lib/ckeditor/skins/moono/dialog_opera.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid… |
editor.css |
lib/ckeditor/skins/moono/editor.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
editor_gecko.css |
lib/ckeditor/skins/moono/editor_gecko.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
editor_ie.css |
lib/ckeditor/skins/moono/editor_ie.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
editor_ie7.css |
lib/ckeditor/skins/moono/editor_ie7.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
editor_ie8.css |
lib/ckeditor/skins/moono/editor_ie8.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
editor_iequirks.css |
lib/ckeditor/skins/moono/editor_iequirks.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
_source.css |
js/plugins/webkitdrag/_source.css |
|
/*
* Unminified CSS Source
* This css file is not required for the plugin, because the styles
* are minified and hard-coded in plugin.js
*
*/
img::selection {
color: rgba(0, 0, 0, 0);
}
img.cke-resize {
outline: 1px dashed… |
_translationstatus.txt |
lib/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt |
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
cs.js Found: 118 Missing: 0
cy.js Found: 118 Missing: 0
de.js Found: 118 Missing: 0
el.js … |
_translationstatus.txt |
lib/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt |
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
cs.js Found: 30 Missing: 0
cy.js Found: 30 Missing: 0
da.js Found: 12 Missing: 18
de.js … |