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