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.

51 lines
2.5 KiB

  1. "Moono" Skin
  2. ====================
  3. This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
  4. [skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
  5. the CKEditor team. "Moono" is maintained by the core developers.
  6. For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
  7. documentation.
  8. Features
  9. -------------------
  10. "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
  11. It comes with the following features:
  12. - Chameleon feature with brightness,
  13. - high-contrast compatibility,
  14. - graphics source provided in SVG.
  15. Directory Structure
  16. -------------------
  17. CSS parts:
  18. - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
  19. - **mainui.css**: the file contains styles of entire editor outline structures,
  20. - **toolbar.css**: the file contains styles of the editor toolbar space (top),
  21. - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
  22. - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
  23. until the first panel open up,
  24. - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
  25. - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
  26. it's not loaded until the first menu open up,
  27. - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
  28. - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
  29. - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
  30. - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
  31. Other parts:
  32. - **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,
  33. - **icons/**: contains all skin defined icons,
  34. - **images/**: contains a fill general used images,
  35. - **dev/**: contains SVG source of the skin icons.
  36. License
  37. -------
  38. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  39. Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
  40. See LICENSE.md for more information.