aboutsummaryrefslogtreecommitdiff
path: root/data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-04-03 03:56:46 -0400
committerPaul Duncan <pabs@pablotron.org>2016-04-03 03:56:46 -0400
commit689ee9c7ea48c2e3de8790dcaae4500207567508 (patch)
tree057be6b6e289395f0c47927b83a93137b33f40f8 /data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md
parent50ac423f6e3be7566c1106647158e81b6eaae44a (diff)
downloadold-guff-689ee9c7ea48c2e3de8790dcaae4500207567508.tar.bz2
old-guff-689ee9c7ea48c2e3de8790dcaae4500207567508.zip
add ckeditor
Diffstat (limited to 'data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md')
-rw-r--r--data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md b/data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md
new file mode 100644
index 0000000..fc9a544
--- /dev/null
+++ b/data/stuff/ckeditor-4.5.8-custom/skins/moono/readme.md
@@ -0,0 +1,49 @@
+"Moono" Skin
+====================
+
+This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
+[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
+the CKEditor team. "Moono" is maintained by the core developers.
+
+For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
+documentation.
+
+Features
+-------------------
+"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
+It comes with the following features:
+
+- Chameleon feature with brightness,
+- high-contrast compatibility,
+- graphics source provided in SVG.
+
+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,
+- **dev/**: contains SVG source of the skin icons.
+
+License
+-------
+
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+
+For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license)