]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moonocolor/editor.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / editor.css
diff --git a/sources/skins/moonocolor/editor.css b/sources/skins/moonocolor/editor.css
new file mode 100644 (file)
index 0000000..9d32984
--- /dev/null
@@ -0,0 +1,69 @@
+/*\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+\r
+/*\r
+editor.css\r
+============\r
+\r
+This is he heart of the skin system. This is the file loaded by the editor to\r
+style all elements inside its main interface.\r
+\r
+To make it easier to maintain, instead of including all styles here, we import\r
+other files.\r
+*/\r
+\r
+/* "Reset" styles, necessary to avoid the editor UI being broken by external CSS. */\r
+@import url("reset.css");\r
+\r
+/* Styles the main interface structure (holding box). */\r
+@import url("mainui.css");\r
+\r
+/* Styles all "panels", which are the floating elements that appear when\r
+   opening toolbar combos, menu buttons, context menus, etc. */\r
+@import url("panel.css");\r
+\r
+/* Styles the color panel displayed by the color buttons. */\r
+@import url("colorpanel.css");\r
+\r
+/* Styles to toolbar. */\r
+@import url("toolbar.css");\r
+\r
+/* Styles menus, which are lists of selectable items (context menu, menu button). */\r
+@import url("menu.css");\r
+\r
+/* Styles toolbar combos. */\r
+@import url("richcombo.css");\r
+\r
+/* Styles the elements path bar, available at the bottom of the editor UI.*/\r
+@import url("elementspath.css");\r
+\r
+/* Contains hard-coded presets for "configurable-like" options of the UI\r
+   (e.g. display labels on specific buttons) */\r
+@import url("presets.css");\r
+\r
+/* Styles for notifications. */\r
+@import url("notification.css");\r
+\r
+/* Important!\r
+   To avoid showing the editor UI while its styles are still not available, the\r
+   editor creates it with visibility:hidden. Here, we restore the UI visibility. */\r
+.cke_chrome\r
+{\r
+       visibility: inherit;\r
+}\r
+\r
+/* For accessibility purposes, several "voice labels" are present in the UI.\r
+   These are usually <span> elements that show not be visible, but that are\r
+   used by screen-readers to announce other elements. Here, we hide these\r
+   <spans>, in fact. */\r
+.cke_voice_label\r
+{\r
+       display: none;\r
+}\r
+\r
+legend.cke_voice_label\r
+{\r
+       display: none;\r
+}\r