]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moono/editor.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / editor.css
diff --git a/sources/skins/moono/editor.css b/sources/skins/moono/editor.css
deleted file mode 100644 (file)
index f3f65df..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/*\r
-Copyright (c) 2003-2017, 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