egroupware/phpgwapi/js/ckeditor/skins/kama
Klaus Leithoff 0024ca1348 * API/CKEditor: update to version 4.4.7
(including EGroupware Rev 51562 avoiding a bunch of cannot-access-property-of-undefined errors)
2015-03-17 15:05:48 +00:00
..
images * API/CKEditor: upgrade to version 4.4.6 2014-12-09 14:55:06 +00:00
dialog_ie7.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
dialog_ie8.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
dialog_ie.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
dialog_iequirks.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
dialog_opera.css * API/CKEditor: update to CKEditor 4.3 (compatibility issues with IE10/11) 2013-11-28 12:53:06 +00:00
dialog.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
editor_ie7.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
editor_ie8.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
editor_ie.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
editor_iequirks.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
editor.css * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
icons_hidpi.png * API/CKEditor: update to CKEditor 4.3 (compatibility issues with IE10/11) 2013-11-28 12:53:06 +00:00
icons.png * API/CKEditor: update to CKEditor 4.3 (compatibility issues with IE10/11) 2013-11-28 12:53:06 +00:00
readme.md * API/CKEditor: update to version 4.4.7 2015-03-17 15:05:48 +00:00
skin.js adding 3 more skins; add kama/skin.js as IE seems to require it to be present 2014-12-12 13:51:42 +00:00

"Kama" Skin

"Kama" is the default skin of CKEditor 3.x. It's been ported to CKEditor 4 and fully featured.

For more information about skins, please check the CKEditor Skin SDK documentation.

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.

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, LGPL and MPL.

See LICENSE.md for more information.