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.
*/
.indent1 {
margin: 0 40px 0 0;
}
.indent2 {
margin: 0 80px 0 0;
}
.indent3 {
margin: 0 120px 0 0;
} |
ckeditor.admin.css |
css/ckeditor.admin.css |
|
Styles for configuration of CKEditor module. |
ckeditor.admin.inc |
includes/ckeditor.admin.inc |
|
|
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 for WYSIWYG
description = WYSIWYG editing for rich text fields using CKEditor.
package = User interface
core = 7.x
dependencies[] = wysiwyg |
ckeditor.module |
ckeditor.module |
|
|
ckeditor.wysiwyg.inc |
includes/ckeditor.wysiwyg.inc |
|
Provides all integration hooks with WYSIWYG module. |
ckeditor_extended.inc |
includes/ckeditor_extended.inc |
|
Editor integration functions for CKEditor. |
contents.css |
lib/ckeditor/contents.css |
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md 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.md 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.md 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.md 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.md 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.md 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.md 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.md 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.md 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.md 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.md 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.md 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.md or… |
README.txt |
README.txt |
|
CKEditor for WYSIWYG Module
===========================
This module integrates CKEditor 4.x with the WYSIWYG module for Drupal 7. It's
implementation is similar to that of Drupal 8's built-in WYSIWYG editor.
Features
--------
- Bundled… |
_source.css |
js/plugins/dragresize/_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.md 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.md 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 … |