1"Kama" Skin 2==================== 3 4"Kama" is the default skin of CKEditor 3.x. 5It's been ported to CKEditor 4 and fully featured. 6 7For more information about skins, please check the [CKEditor Skin SDK](https://ckeditor.com/docs/ckeditor4/latest/guide/skin_sdk_intro.html) 8documentation. 9 10Directory Structure 11------------------- 12 13CSS 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 19until 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, 22it'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 28Other 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 33License 34------- 35 36Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. 37 38For licensing, see LICENSE.md or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license) 39