Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / skins / ckeditor / contents.css
diff --git a/skins/ckeditor/contents.css b/skins/ckeditor/contents.css
new file mode 100644 (file)
index 0000000..e6cbc07
--- /dev/null
@@ -0,0 +1,25 @@
+/*\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+body\r
+{\r
+       /* Font */\r
+       font-family: Arial, Verdana, sans-serif;\r
+       font-size: 12px;\r
+\r
+       /* Text color */\r
+       color: #222;\r
+\r
+       /* Remove the background color to make it transparent */\r
+       background-color: #fff;\r
+}\r
+\r
+ol,ul,dl\r
+{\r
+       /* IE7: reset rtl list margin. (#7334) */\r
+       *margin-right:0px;\r
+       /* preserved spaces for rtl list item bullets. (#6249)*/\r
+    padding-right:40px;\r
+}\r