国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

readme.md 1.9KB

il y a 1 an
1234567891011121314151617181920212223242526272829303132333435363738
  1. "Kama" Skin
  2. ====================
  3. "Kama" is the default skin of CKEditor 3.x.
  4. It's been ported to CKEditor 4 and fully featured.
  5. For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html)
  6. documentation.
  7. Directory Structure
  8. -------------------
  9. CSS parts:
  10. - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
  11. - **mainui.css**: the file contains styles of entire editor outline structures,
  12. - **toolbar.css**: the file contains styles of the editor toolbar space (top),
  13. - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
  14. - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
  15. until the first panel open up,
  16. - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
  17. - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
  18. it's not loaded until the first menu open up,
  19. - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
  20. - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
  21. - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
  22. - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
  23. Other parts:
  24. - **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,
  25. - **icons/**: contains all skin defined icons,
  26. - **images/**: contains a fill general used images.
  27. License
  28. -------
  29. Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  30. For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license)