source: trunk/library/ckeditor/skins/moono_blue/readme.md @ 8246

Revision 8246, 2.4 KB checked in by angelo, 10 years ago (diff)

Ticket #3493 - Atualizar bibioteca CKEditor do Expresso

  • Property svn:executable set to *
Line 
1"Moono_blue" Skin
2====================
3
4This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
5[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
6the CKEditor team. "Moono" is maintained by the core developers.
7
8For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
9documentation.
10
11Features
12-------------------
13"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
14It comes with the following features:
15
16- Chameleon feature with brightness,
17- high-contrast compatibility,
18- graphics source provided in SVG.
19
20Directory Structure
21-------------------
22
23CSS 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
29until 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,
32it'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
38Other 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- **images/**: contains a fill general used images,
41
42License
43-------
44
45Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
46
47Licensed 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).
48
49See LICENSE.md for more information.
Note: See TracBrowser for help on using the repository browser.