mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
add additional moonocolor skin
This commit is contained in:
parent
aefa07f028
commit
9a8ecd6e12
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_ie.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_ie.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_ie7.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_ie7.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_ie8.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_ie8.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_opera.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/dialog_opera.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/editor.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/editor.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_gecko.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_gecko.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_ie.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_ie.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_ie7.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_ie7.css
Normal file
File diff suppressed because one or more lines are too long
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_ie8.css
Normal file
5
phpgwapi/js/ckeditor/skins/moonocolor/editor_ie8.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
phpgwapi/js/ckeditor/skins/moonocolor/icons.png
Normal file
BIN
phpgwapi/js/ckeditor/skins/moonocolor/icons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
phpgwapi/js/ckeditor/skins/moonocolor/icons_hidpi.png
Normal file
BIN
phpgwapi/js/ckeditor/skins/moonocolor/icons_hidpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
phpgwapi/js/ckeditor/skins/moonocolor/images/arrow.png
Normal file
BIN
phpgwapi/js/ckeditor/skins/moonocolor/images/arrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 342 B |
BIN
phpgwapi/js/ckeditor/skins/moonocolor/images/close.png
Normal file
BIN
phpgwapi/js/ckeditor/skins/moonocolor/images/close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 B |
BIN
phpgwapi/js/ckeditor/skins/moonocolor/images/mini.png
Normal file
BIN
phpgwapi/js/ckeditor/skins/moonocolor/images/mini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
51
phpgwapi/js/ckeditor/skins/moonocolor/readme.md
Normal file
51
phpgwapi/js/ckeditor/skins/moonocolor/readme.md
Normal file
@ -0,0 +1,51 @@
|
||||
"Moono" Skin
|
||||
====================
|
||||
|
||||
This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
|
||||
[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
|
||||
the CKEditor team. "Moono" is maintained by the core developers.
|
||||
|
||||
For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
|
||||
documentation.
|
||||
|
||||
Features
|
||||
-------------------
|
||||
"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
|
||||
It comes with the following features:
|
||||
|
||||
- Chameleon feature with brightness,
|
||||
- high-contrast compatibility,
|
||||
- graphics source provided in SVG.
|
||||
|
||||
Directory Structure
|
||||
-------------------
|
||||
|
||||
CSS parts:
|
||||
- **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
|
||||
- **mainui.css**: the file contains styles of entire editor outline structures,
|
||||
- **toolbar.css**: the file contains styles of the editor toolbar space (top),
|
||||
- **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
|
||||
- **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
|
||||
until the first panel open up,
|
||||
- **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
|
||||
- **menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
|
||||
it's not loaded until the first menu open up,
|
||||
- **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
||||
- **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
||||
- **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
|
||||
- **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
|
||||
|
||||
Other parts:
|
||||
- **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,
|
||||
- **icons/**: contains all skin defined icons,
|
||||
- **images/**: contains a fill general used images,
|
||||
- **dev/**: contains SVG source of the skin icons.
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
|
||||
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).
|
||||
|
||||
See LICENSE.md for more information.
|
Loading…
Reference in New Issue
Block a user