]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moono/colorpanel.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / colorpanel.css
diff --git a/sources/skins/moono/colorpanel.css b/sources/skins/moono/colorpanel.css
deleted file mode 100644 (file)
index efad9d9..0000000
+++ /dev/null
@@ -1,127 +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
-colorpanel.css (part of editor.css)\r
-=====================================\r
-\r
-The color panel is related to the contents part of the panels that are\r
-displayed when clicking the color buttons of the toolbar. See panels.css for\r
-styles related to the outer part of panels.\r
-\r
-The following is the visual representation of the color panel contents:\r
-\r
-+-- .cke_panel_block.cke_colorblock --+\r
-| +-- a.cke_colorauto --------------+ |\r
-| |                                 | |\r
-| |         AUTOMATIC COLOR         | |\r
-| |                                 | |\r
-| +---------------------------------+ |\r
-| +-- table ------------------------+ |\r
-| |                                 | |\r
-| |          COLOR PALETTE          | |\r
-| |                                 | |\r
-| |---------------------------------| |\r
-| |          "More Colors"          | |\r
-| +---------------------------------+ |\r
-+-------------------------------------+\r
-\r
-The AUTOMATIC COLOR section is an <a> containing a table with two cells with\r
-the following contents:\r
-\r
-+-- TD -----------------+ +-- TD -----------------+\r
-| +-- .cke_colorbox --+ | |                       |\r
-| |                   | | |      "Automatic"      |\r
-| +-------------------+ | |                       |\r
-+-----------------------+ +-----------------------+\r
-\r
-The COLOR PALETTE section instead is a table with a variable number of cells\r
-(by default 8). Each cell represents a color box, with the following structure:\r
-\r
-+-- A.cke_colorbox ---------+\r
-| +-- SPAN.cke_colorbox --+ |\r
-| |                       | |\r
-| +-----------------------+ |\r
-+---------------------------+\r
-*/\r
-\r
-/* The container of the color palette. */\r
-.cke_colorblock\r
-{\r
-       padding: 3px;\r
-       font-size: 11px;\r
-       font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;\r
-}\r
-\r
-.cke_colorblock,\r
-.cke_colorblock a\r
-{\r
-       text-decoration: none;\r
-       color: #000;\r
-}\r
-\r
-/* The box which is to represent a single color on the color palette.\r
-   It is a small, square-shaped element which can be selected from the palette. */\r
-span.cke_colorbox\r
-{\r
-       width: 10px;\r
-       height: 10px;\r
-       border: #808080 1px solid;\r
-       float: left;\r
-}\r
-\r
-.cke_rtl span.cke_colorbox\r
-{\r
-       float: right;\r
-}\r
-\r
-/* The wrapper of the span.cke_colorbox. It provides an extra border and padding. */\r
-a.cke_colorbox\r
-{\r
-       border: #fff 1px solid;\r
-       padding: 2px;\r
-       float: left;\r
-       width: 12px;\r
-       height: 12px;\r
-}\r
-\r
-.cke_rtl a.cke_colorbox\r
-{\r
-       float: right;\r
-}\r
-\r
-/* Different states of the a.cke_colorbox wrapper. */\r
-a:hover.cke_colorbox,\r
-a:focus.cke_colorbox,\r
-a:active.cke_colorbox\r
-{\r
-       border: #b6b6b6 1px solid;\r
-       background-color: #e5e5e5;\r
-}\r
-\r
-/* Buttons which are visible at the top/bottom of the color palette:\r
-   - cke_colorauto (TOP) applies the automatic color.\r
-   - cke_colormore (BOTTOM) executes the color dialog.\r
-*/\r
-a.cke_colorauto,\r
-a.cke_colormore\r
-{\r
-       border: #fff 1px solid;\r
-       padding: 2px;\r
-       display: block;\r
-       cursor: pointer;\r
-}\r
-\r
-/* Different states of cke_colorauto/cke_colormore buttons. */\r
-a:hover.cke_colorauto,\r
-a:hover.cke_colormore,\r
-a:focus.cke_colorauto,\r
-a:focus.cke_colormore,\r
-a:active.cke_colorauto,\r
-a:active.cke_colormore\r
-{\r
-       border: #b6b6b6 1px solid;\r
-       background-color: #e5e5e5;\r
-}\r