• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Oct-2022-

images/H07-Oct-2022-

dialog.cssH A D06-Oct-20229.1 KiB55

dialog_ie.cssH A D06-Oct-20229.6 KiB55

dialog_ie7.cssH A D06-Oct-202210.4 KiB55

dialog_ie8.cssH A D06-Oct-20229.7 KiB55

dialog_iequirks.cssH A D06-Oct-202210.7 KiB55

editor.cssH A D06-Oct-202239.3 KiB55

editor_ie.cssH A D06-Oct-202240.3 KiB55

editor_ie7.cssH A D06-Oct-202242.3 KiB55

editor_ie8.cssH A D06-Oct-202240.4 KiB55

editor_iequirks.cssH A D06-Oct-202243 KiB55

icons.pngH A D06-Oct-20229.9 KiB

icons_hidpi.pngH A D06-Oct-202215.5 KiB

readme.mdH A D06-Oct-20221.9 KiB3930

skin.jsH A D06-Oct-20222 KiB84

readme.md

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