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