You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.1 KiB

  1. "Moono-lisa" Skin
  2. =================
  3. This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.
  4. For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
  5. documentation.
  6. Features
  7. -------------------
  8. "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blends very well in modern design.
  9. It comes with the following features:
  10. - Chameleon feature with brightness.
  11. - High-contrast compatibility.
  12. - Graphics source provided in SVG.
  13. Directory Structure
  14. -------------------
  15. CSS parts:
  16. - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
  17. - **mainui.css**: the file contains styles of entire editor outline structures,
  18. - **toolbar.css**: the file contains styles of the editor toolbar space (top),
  19. - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
  20. - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
  21. until the first panel open up,
  22. - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
  23. - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
  24. it's not loaded until the first menu open up,
  25. - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
  26. - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
  27. - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
  28. - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
  29. Other parts:
  30. - **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,
  31. - **images/**: contains a fill general used images,
  32. - **dev/**: contains SVG and PNG source of the skin icons.
  33. License
  34. -------
  35. Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  36. For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license)