diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-01-26 15:34:32 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-01-26 15:34:32 +0100 |
commit | 7183f6a6a21ad9124e70c997e0168459f377a9f2 (patch) | |
tree | f3355f3e28d35d9f431ff71045e1b46c82ac4826 /release/skins/moono/readme.md | |
parent | d1844275460a3e3a32e199326f6b36938a329091 (diff) | |
download | ludivine-ckeditor-component-4.6.2.5.tar.gz ludivine-ckeditor-component-4.6.2.5.tar.zst ludivine-ckeditor-component-4.6.2.5.zip |
Change skin and add video button4.6.2.5
Diffstat (limited to 'release/skins/moono/readme.md')
-rw-r--r-- | release/skins/moono/readme.md | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/release/skins/moono/readme.md b/release/skins/moono/readme.md deleted file mode 100644 index 4a4ed6b..0000000 --- a/release/skins/moono/readme.md +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | "Moono" Skin | ||
2 | ==================== | ||
3 | |||
4 | This skin has been chosen for the **default skin** of CKEditor 4.x (replaced by "Moono-lisa" skin since CKEditor 4.6.0), | ||
5 | elected from the CKEditor [skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by | ||
6 | the CKEditor team. "Moono" is maintained by the core developers. | ||
7 | |||
8 | For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) | ||
9 | documentation. | ||
10 | |||
11 | Features | ||
12 | ------------------- | ||
13 | "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency. | ||
14 | It comes with the following features: | ||
15 | |||
16 | - Chameleon feature with brightness, | ||
17 | - high-contrast compatibility, | ||
18 | - graphics source provided in SVG. | ||
19 | |||
20 | Directory Structure | ||
21 | ------------------- | ||
22 | |||
23 | CSS parts: | ||
24 | - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, | ||
25 | - **mainui.css**: the file contains styles of entire editor outline structures, | ||
26 | - **toolbar.css**: the file contains styles of the editor toolbar space (top), | ||
27 | - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, | ||
28 | - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded | ||
29 | until the first panel open up, | ||
30 | - **elementspath.css**: the file contains styles of the editor elements path bar (bottom), | ||
31 | - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, | ||
32 | it's not loaded until the first menu open up, | ||
33 | - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, | ||
34 | - **reset.css**: the file defines the basis of style resets among all editor UI spaces, | ||
35 | - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, | ||
36 | - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. | ||
37 | |||
38 | Other parts: | ||
39 | - **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, | ||
40 | - **icons/**: contains all skin defined icons, | ||
41 | - **images/**: contains a fill general used images, | ||
42 | - **dev/**: contains SVG source of the skin icons. | ||
43 | |||
44 | License | ||
45 | ------- | ||
46 | |||
47 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
48 | |||
49 | For licensing, see LICENSE.md or [http://ckeditor.com/license](http://ckeditor.com/license) | ||