Déplacement préalable à l'eggification.
[ckeditor.git] / Products / ckeditor / skins / ckeditor / contents.css
diff --git a/Products/ckeditor/skins/ckeditor/contents.css b/Products/ckeditor/skins/ckeditor/contents.css
new file mode 100644 (file)
index 0000000..b1d6c6d
--- /dev/null
@@ -0,0 +1,123 @@
+/*\r
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+\r
+body\r
+{\r
+       /* Font */\r
+       font-family: sans-serif, Arial, Verdana, "Trebuchet MS";\r
+       font-size: 12px;\r
+\r
+       /* Text color */\r
+       color: #333;\r
+\r
+       /* Remove the background color to make it transparent */\r
+       background-color: #fff;\r
+\r
+       margin: 20px;\r
+}\r
+\r
+.cke_editable\r
+{\r
+       font-size: 13px;\r
+       line-height: 1.6;\r
+}\r
+\r
+blockquote\r
+{\r
+       font-style: italic;\r
+       font-family: Georgia, Times, "Times New Roman", serif;\r
+       padding: 2px 0;\r
+       border-style: solid;\r
+       border-color: #ccc;\r
+       border-width: 0;\r
+}\r
+\r
+.cke_contents_ltr blockquote\r
+{\r
+       padding-left: 20px;\r
+       padding-right: 8px;\r
+       border-left-width: 5px;\r
+}\r
+\r
+.cke_contents_rtl blockquote\r
+{\r
+       padding-left: 8px;\r
+       padding-right: 20px;\r
+       border-right-width: 5px;\r
+}\r
+\r
+a\r
+{\r
+       color: #0782C1;\r
+}\r
+\r
+ol,ul,dl\r
+{\r
+       /* IE7: reset rtl list margin. (#7334) */\r
+       *margin-right: 0px;\r
+       /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/\r
+       padding: 0 40px;\r
+}\r
+\r
+h1,h2,h3,h4,h5,h6\r
+{\r
+       font-weight: normal;\r
+       line-height: 1.2;\r
+}\r
+\r
+hr\r
+{\r
+       border: 0px;\r
+       border-top: 1px solid #ccc;\r
+}\r
+\r
+img.right\r
+{\r
+       border: 1px solid #ccc;\r
+       float: right;\r
+       margin-left: 15px;\r
+       padding: 5px;\r
+}\r
+\r
+img.left\r
+{\r
+       border: 1px solid #ccc;\r
+       float: left;\r
+       margin-right: 15px;\r
+       padding: 5px;\r
+}\r
+\r
+pre\r
+{\r
+       white-space: pre-wrap; /* CSS 2.1 */\r
+       word-wrap: break-word; /* IE7 */\r
+}\r
+\r
+.marker\r
+{\r
+       background-color: Yellow;\r
+}\r
+\r
+span[lang]\r
+{\r
+   font-style: italic;\r
+}\r
+\r
+figure\r
+{\r
+       text-align: center;\r
+       border: solid 1px #ccc;\r
+       border-radius: 2px;\r
+       background: rgba(0,0,0,0.05);\r
+       padding: 10px;\r
+       margin: 10px 20px;\r
+       display: block; /* For IE8 */\r
+}\r
+\r
+figure figcaption\r
+{\r
+       text-align: center;\r
+       display: block; /* For IE8 */\r
+}\r