]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moono/richcombo.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / richcombo.css
diff --git a/sources/skins/moono/richcombo.css b/sources/skins/moono/richcombo.css
deleted file mode 100644 (file)
index 7897a66..0000000
+++ /dev/null
@@ -1,210 +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
-richcombo.css (part of editor.css)\r
-=================================\r
-\r
-This file holds the style set of the "Rich Combo" widget which is commonly used\r
-in the toolbar. It doesn't, however, styles the panel that is displayed when\r
-clicking on the combo, which is instead styled by panel.css.\r
-\r
-The visual representation of a rich combo widget looks as follows:\r
-\r
-+-- .cke_combo----------------------------------------------------------------------+\r
-| +-- .cke_combo_label --+ +-- .cke_combo_button ---------------------------------+ |\r
-| |                      | | +-- .cke_combo_text --+ +-- .cke_combo_open -------+ | |\r
-| |                      | | |                     | | +-- .cke_combo_arrow --+ | | |\r
-| |                      | | |                     | | |                      | | | |\r
-| |                      | | |                     | | +----------------------+ | | |\r
-| |                      | | +---------------------+ +--------------------------+ | |\r
-| +----------------------+ +------------------------------------------------------+ |\r
-+-----------------------------------------------------------------------------------+\r
-*/\r
-\r
-/* The box that hold the entire combo widget */\r
-.cke_combo\r
-{\r
-       display: inline-block;\r
-       float: left;\r
-}\r
-\r
-.cke_rtl .cke_combo\r
-{\r
-       float: right;\r
-}\r
-\r
-.cke_hc .cke_combo\r
-{\r
-       margin-top: -2px;\r
-}\r
-\r
-/* The label of the combo widget. It is invisible by default, yet\r
-   it's important for semantics and accessibility. */\r
-.cke_combo_label\r
-{\r
-       display: none;\r
-       float: left;\r
-       line-height: 26px;\r
-       vertical-align: top;\r
-       margin-right: 5px;\r
-}\r
-\r
-.cke_rtl .cke_combo_label\r
-{\r
-       float: right;\r
-       margin-left: 5px;\r
-       margin-right: 0;\r
-}\r
-\r
-/* The container for combo text and arrow. */\r
-a.cke_combo_button\r
-{\r
-       cursor: default;\r
-       display: inline-block;\r
-       float: left;\r
-       margin: 0 6px 5px 0;\r
-\r
-       border: 1px solid #a6a6a6;\r
-       border-bottom-color: #979797;\r
-\r
-       border-radius: 3px;\r
-\r
-       box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;\r
-\r
-       background: #e4e4e4;\r
-       background-image: linear-gradient(to bottom, #ffffff, #e4e4e4);\r
-       filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4');\r
-}\r
-\r
-/* Different states of the container. */\r
-.cke_combo_off a.cke_combo_button:hover,\r
-.cke_combo_off a.cke_combo_button:focus\r
-{\r
-       background: #ccc;\r
-       background-image: linear-gradient(to bottom, #f2f2f2, #ccc);\r
-       filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');\r
-\r
-       outline: none;\r
-}\r
-\r
-.cke_combo_off a.cke_combo_button:active,\r
-.cke_combo_on a.cke_combo_button\r
-{\r
-       border: 1px solid #777;\r
-\r
-       box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset;\r
-\r
-       background: #b5b5b5;\r
-       background-image: linear-gradient(to bottom, #aaa, #cacaca);\r
-       filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca');\r
-}\r
-\r
-.cke_combo_on a.cke_combo_button:hover,\r
-.cke_combo_on a.cke_combo_button:focus,\r
-.cke_combo_on a.cke_combo_button:active\r
-{\r
-       box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2);\r
-}\r
-\r
-.cke_rtl .cke_combo_button\r
-{\r
-       float: right;\r
-       margin-left: 5px;\r
-       margin-right: 0;\r
-}\r
-\r
-.cke_hc a.cke_combo_button\r
-{\r
-       padding: 3px;\r
-}\r
-\r
-.cke_hc .cke_combo_on a.cke_combo_button,\r
-.cke_hc .cke_combo_off a.cke_combo_button:hover,\r
-.cke_hc .cke_combo_off a.cke_combo_button:focus,\r
-.cke_hc .cke_combo_off a.cke_combo_button:active\r
-{\r
-       border-width: 3px;\r
-       padding: 1px;\r
-}\r
-\r
-/* The label that shows the current value of the rich combo.\r
-   By default, it holds the name of the property.\r
-   See: .cke_combo_inlinelabel */\r
-.cke_combo_text\r
-{\r
-       line-height: 26px;\r
-       padding-left: 10px;\r
-       text-overflow: ellipsis;\r
-       overflow: hidden;\r
-       float: left;\r
-       cursor: default;\r
-       color: #474747;\r
-       text-shadow: 0 1px 0 rgba(255,255,255,.5);\r
-    width: 60px;\r
-}\r
-\r
-.cke_rtl .cke_combo_text\r
-{\r
-       float: right;\r
-       text-align: right;\r
-       padding-left: 0;\r
-       padding-right: 10px;\r
-}\r
-\r
-.cke_hc .cke_combo_text\r
-{\r
-       line-height: 18px;\r
-       font-size: 12px;\r
-}\r
-\r
-/* The handler which opens the panel of rich combo properties.\r
-   It holds an arrow as a visual indicator. */\r
-.cke_combo_open\r
-{\r
-       cursor: default;\r
-       display: inline-block;\r
-       font-size: 0;\r
-       height: 19px;\r
-       line-height: 17px;\r
-       margin: 1px 7px 1px;\r
-       width: 5px;\r
-}\r
-\r
-.cke_hc .cke_combo_open\r
-{\r
-       height: 12px;\r
-}\r
-\r
-/* The arrow which is displayed inside of the .cke_combo_open handler. */\r
-.cke_combo_arrow\r
-{\r
-       cursor: default;\r
-       margin: 11px 0 0;\r
-       float: left;\r
-\r
-       /* Pure CSS Arrow */\r
-       height: 0;\r
-       width: 0;\r
-       font-size: 0;\r
-       border-left: 3px solid transparent;\r
-       border-right: 3px solid transparent;\r
-       border-top: 3px solid #474747;\r
-}\r
-\r
-.cke_hc .cke_combo_arrow\r
-{\r
-       font-size: 10px;\r
-       width: auto;\r
-       border: 0;\r
-       margin-top: 3px;\r
-}\r
-\r
-/* Disabled combo button styles. */\r
-.cke_combo_disabled .cke_combo_inlinelabel,\r
-.cke_combo_disabled .cke_combo_open\r
-{\r
-       opacity: 0.3;\r
-}\r