]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moonocolor/editor_ie7.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / editor_ie7.css
diff --git a/sources/skins/moonocolor/editor_ie7.css b/sources/skins/moonocolor/editor_ie7.css
new file mode 100644 (file)
index 0000000..8d50ebc
--- /dev/null
@@ -0,0 +1,213 @@
+/*\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+\r
+/*\r
+editor_ie7.css\r
+===============\r
+\r
+This file contains styles to used by Internet Explorer 7 only.\r
+*/\r
+\r
+/* Base it on editor_ie.css, overriding it with styles defined in this file. */\r
+@import url("editor_ie.css");\r
+\r
+.cke_rtl .cke_toolgroup,\r
+.cke_rtl .cke_toolbar_separator,\r
+.cke_rtl .cke_button,\r
+.cke_rtl .cke_button *,\r
+.cke_rtl .cke_combo,\r
+.cke_rtl .cke_combo *,\r
+.cke_rtl .cke_path_item,\r
+.cke_rtl .cke_path_item *,\r
+.cke_rtl .cke_path_empty\r
+{\r
+       float: none;\r
+}\r
+\r
+.cke_rtl .cke_toolgroup,\r
+.cke_rtl .cke_toolbar_separator,\r
+.cke_rtl .cke_combo_button,\r
+.cke_rtl .cke_combo_button *,\r
+.cke_rtl .cke_button,\r
+.cke_rtl .cke_button_icon\r
+{\r
+       display: inline-block;\r
+       vertical-align: top;\r
+}\r
+\r
+.cke_toolbox\r
+{\r
+       display:inline-block;\r
+       padding-bottom: 5px;\r
+       height: 100%;\r
+}\r
+.cke_rtl .cke_toolbox\r
+{\r
+       padding-bottom: 0;\r
+}\r
+\r
+.cke_toolbar\r
+{\r
+       margin-bottom: 5px;\r
+}\r
+.cke_rtl .cke_toolbar\r
+{\r
+       margin-bottom: 0;\r
+}\r
+\r
+/* IE7: toolgroup must be adapted to toolbar items height. */\r
+.cke_toolgroup\r
+{\r
+       height: 26px;\r
+}\r
+\r
+/* Avoid breaking elements that use background gradient when page zoom > 1 (#9548) */\r
+.cke_toolgroup,\r
+.cke_combo\r
+{\r
+       position: relative;\r
+}\r
+\r
+a.cke_button\r
+{\r
+       /* IE7: buttons must not float to wrap the toolbar in a whole. */\r
+       float:none;\r
+\r
+       /* IE7: buttons have to be aligned to top. Otherwise, some buttons like\r
+        * source and scayt are displayed a few pixels below the base line.\r
+        */\r
+       vertical-align:top;\r
+}\r
+\r
+.cke_toolbar_separator\r
+{\r
+       display: inline-block;\r
+       float: none;\r
+       vertical-align: top;\r
+       background-color: #c0c0c0;\r
+}\r
+\r
+.cke_toolbox_collapser .cke_arrow\r
+{\r
+       margin-top: 0;\r
+}\r
+.cke_toolbox_collapser .cke_arrow\r
+{\r
+       border-width:4px;\r
+}\r
+.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow\r
+{\r
+       border-width:3px;\r
+}\r
+\r
+.cke_rtl .cke_button_arrow\r
+{\r
+       padding-top: 8px;\r
+       margin-right: 2px;\r
+}\r
+\r
+.cke_rtl .cke_combo_inlinelabel\r
+{\r
+       display: table-cell;\r
+       vertical-align: middle;\r
+}\r
+\r
+/*\r
+ * Editor menus are display:table-driven. IE7 doesn't support this approach,\r
+ * hence this position&float hybrid fall-back.\r
+ */\r
+.cke_menubutton\r
+{\r
+       display: block;\r
+       height: 24px;\r
+}\r
+\r
+.cke_menubutton_inner\r
+{\r
+       display: block;\r
+       position: relative;\r
+}\r
+\r
+.cke_menubutton_icon\r
+{\r
+       height: 16px;\r
+       width: 16px;\r
+}\r
+\r
+.cke_menubutton_icon,\r
+.cke_menubutton_label,\r
+.cke_menuarrow\r
+{\r
+       display: inline-block;\r
+}\r
+\r
+.cke_menubutton_label\r
+{\r
+       width: auto;\r
+       vertical-align: top;\r
+       line-height: 24px;\r
+       height: 24px;\r
+       margin: 0 10px 0 0;\r
+}\r
+\r
+.cke_menuarrow\r
+{\r
+       width: 5px;\r
+       height: 6px;\r
+       padding: 0;\r
+       position: absolute;\r
+       right: 8px;\r
+       top: 10px;\r
+\r
+       background-position: 0 0;\r
+}\r
+\r
+/* Menus in RTL mode. */\r
+.cke_rtl .cke_menubutton_icon\r
+{\r
+       position: absolute;\r
+       right: 0px;\r
+       top: 0px;\r
+}\r
+\r
+.cke_rtl .cke_menubutton_label\r
+{\r
+       float: right;\r
+       clear: both;\r
+       margin: 0 24px 0 10px;\r
+}\r
+\r
+.cke_hc .cke_rtl .cke_menubutton_label\r
+{\r
+       margin-right: 0;\r
+}\r
+\r
+\r
+.cke_rtl .cke_menuarrow\r
+{\r
+       left: 8px;\r
+       right: auto;\r
+       background-position: 0 -24px;\r
+}\r
+\r
+.cke_hc .cke_menuarrow\r
+{\r
+       top: 5px;\r
+       padding: 0 5px;\r
+}\r
+\r
+.cke_rtl input.cke_dialog_ui_input_text,\r
+.cke_rtl input.cke_dialog_ui_input_password\r
+{\r
+       /* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/\r
+       position: relative;\r
+}\r
+\r
+/* Reset vertical paddings which put editing area under bottom UI space. (#9721) */\r
+.cke_wysiwyg_div\r
+{\r
+       padding-top: 0 !important;\r
+       padding-bottom: 0 !important;\r
+}\r