upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / ckeditor / contents.css
diff --git a/httemplate/elements/ckeditor/contents.css b/httemplate/elements/ckeditor/contents.css
new file mode 100644 (file)
index 0000000..53f9394
--- /dev/null
@@ -0,0 +1,103 @@
+/*\r
+Copyright (c) 2003-2013, 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: 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.6em;\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.2em;\r
+}\r
+\r
+hr\r
+{\r
+       border: 0px;\r
+       border-top: 1px solid #ccc;\r
+}\r
+\r
+img.right {\r
+    border: 1px solid #ccc;\r
+    float: right;\r
+    margin-left: 15px;\r
+    padding: 5px;\r
+}\r
+\r
+img.left {\r
+    border: 1px solid #ccc;\r
+    float: left;\r
+    margin-right: 15px;\r
+    padding: 5px;\r
+}\r
+\r
+img:hover {\r
+       opacity: .9;\r
+       filter: alpha(opacity = 90);\r
+}\r
+\r
+pre\r
+{\r
+       white-space: pre-wrap; /* CSS 2.1 */\r
+       word-wrap: break-word; /* IE7 */\r
+}\r
+\r
+.marker {\r
+    background-color: Yellow;\r
+}\r