]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moono/reset.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / reset.css
diff --git a/sources/skins/moono/reset.css b/sources/skins/moono/reset.css
deleted file mode 100644 (file)
index d64bf82..0000000
+++ /dev/null
@@ -1,115 +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
-reset.css (part of editor.css)\r
-================================\r
-\r
-This file holds the "reset" requirements of CKEditor, as well as define the\r
-default interface styles.\r
-\r
-CKEditor includes two main "reset" class names in the DOM structure created for\r
-editors:\r
-\r
-       * .cke_reset: Intended to reset a specific element, but not its children.\r
-         Because of this, only styles that will not be inherited can be defined.\r
-\r
-       * .cke_reset_all: Intended to reset not only the element holding it, but\r
-          also its child elements.\r
-\r
-To understand why "reset" is needed, check the CKEditor Skin SDK:\r
-http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset\r
-*/\r
-\r
-/* Reset for single elements, not their children. */\r
-.cke_reset\r
-{\r
-       /* Do not include inheritable rules here. */\r
-       margin: 0;\r
-       padding: 0;\r
-       border: 0;\r
-       background: transparent;\r
-       text-decoration: none;\r
-       width: auto;\r
-       height: auto;\r
-       vertical-align: baseline;\r
-       box-sizing: content-box;\r
-       position: static;\r
-       transition: none;\r
-}\r
-\r
-/* Reset for elements and their children. */\r
-.cke_reset_all, .cke_reset_all *,\r
-.cke_reset_all a, .cke_reset_all textarea\r
-{\r
-       /* The following must be identical to .cke_reset. */\r
-       margin: 0;\r
-       padding: 0;\r
-       border: 0;\r
-       background: transparent;\r
-       text-decoration: none;\r
-       width: auto;\r
-       height: auto;\r
-       vertical-align: baseline;\r
-       box-sizing: content-box;\r
-       position: static;\r
-       transition: none;\r
-\r
-       /* These are rule inherited by all children elements. */\r
-       border-collapse: collapse;\r
-       font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;\r
-       color: #000;\r
-       text-align: left;\r
-       white-space: nowrap;\r
-       cursor: auto;\r
-       float: none;\r
-}\r
-\r
-.cke_reset_all .cke_rtl *\r
-{\r
-       text-align: right;\r
-}\r
-\r
-/* Defaults for some elements. */\r
-\r
-.cke_reset_all iframe\r
-{\r
-       vertical-align: inherit;        /** For IE */\r
-}\r
-\r
-.cke_reset_all textarea\r
-{\r
-       white-space: pre-wrap;\r
-}\r
-\r
-.cke_reset_all textarea,\r
-.cke_reset_all input[type="text"],\r
-.cke_reset_all input[type="password"]\r
-{\r
-       cursor: text;\r
-}\r
-\r
-.cke_reset_all textarea[disabled],\r
-.cke_reset_all input[type="text"][disabled],\r
-.cke_reset_all input[type="password"][disabled]\r
-{\r
-       cursor: default;\r
-}\r
-\r
-.cke_reset_all fieldset\r
-{\r
-       padding: 10px;\r
-       border: 2px groove #E0DFE3;\r
-}\r
-\r
-.cke_reset_all select\r
-{\r
-       box-sizing: border-box;\r
-}\r
-\r
-.cke_reset_all table\r
-{\r
-       table-layout: auto;\r
-}\r