]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - sources/skins/moonocolor/editor.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / editor.css
CommitLineData
c63493c8 1/*\r
7183f6a6 2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
c63493c8
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5\r
6/*\r
7editor.css\r
8============\r
9\r
10This is he heart of the skin system. This is the file loaded by the editor to\r
11style all elements inside its main interface.\r
12\r
13To make it easier to maintain, instead of including all styles here, we import\r
14other files.\r
15*/\r
16\r
17/* "Reset" styles, necessary to avoid the editor UI being broken by external CSS. */\r
18@import url("reset.css");\r
19\r
20/* Styles the main interface structure (holding box). */\r
21@import url("mainui.css");\r
22\r
23/* Styles all "panels", which are the floating elements that appear when\r
24 opening toolbar combos, menu buttons, context menus, etc. */\r
25@import url("panel.css");\r
26\r
27/* Styles the color panel displayed by the color buttons. */\r
28@import url("colorpanel.css");\r
29\r
30/* Styles to toolbar. */\r
31@import url("toolbar.css");\r
32\r
33/* Styles menus, which are lists of selectable items (context menu, menu button). */\r
34@import url("menu.css");\r
35\r
36/* Styles toolbar combos. */\r
37@import url("richcombo.css");\r
38\r
39/* Styles the elements path bar, available at the bottom of the editor UI.*/\r
40@import url("elementspath.css");\r
41\r
42/* Contains hard-coded presets for "configurable-like" options of the UI\r
43 (e.g. display labels on specific buttons) */\r
44@import url("presets.css");\r
45\r
46/* Styles for notifications. */\r
47@import url("notification.css");\r
48\r
49/* Important!\r
50 To avoid showing the editor UI while its styles are still not available, the\r
51 editor creates it with visibility:hidden. Here, we restore the UI visibility. */\r
52.cke_chrome\r
53{\r
54 visibility: inherit;\r
55}\r
56\r
57/* For accessibility purposes, several "voice labels" are present in the UI.\r
58 These are usually <span> elements that show not be visible, but that are\r
59 used by screen-readers to announce other elements. Here, we hide these\r
60 <spans>, in fact. */\r
61.cke_voice_label\r
62{\r
63 display: none;\r
64}\r
65\r
66legend.cke_voice_label\r
67{\r
68 display: none;\r
69}\r