event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / css / fck_editorarea.css
diff --git a/httemplate/elements/fckeditor/editor/css/fck_editorarea.css b/httemplate/elements/fckeditor/editor/css/fck_editorarea.css
new file mode 100644 (file)
index 0000000..8539aa4
--- /dev/null
@@ -0,0 +1,91 @@
+/*\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * This is the default CSS file used by the editor area. It defines the\r
+ * initial font of the editor and background color.\r
+ *\r
+ * A user can configure the editor to use another CSS file. Just change\r
+ * the value of the FCKConfig.EditorAreaCSS key in the configuration\r
+ * file.\r
+ */\r
+\r
+/*\r
+    The "body" styles should match your editor web site, mainly regarding\r
+    background color and font family and size.\r
+*/\r
+\r
+body\r
+{\r
+       background-color: #ffffff;\r
+       padding: 5px 5px 5px 5px;\r
+       margin: 0px;\r
+}\r
+\r
+body, td\r
+{\r
+       font-family: Arial, Verdana, Sans-Serif;\r
+       font-size: 12px;\r
+}\r
+\r
+a[href]\r
+{\r
+       color: #0000FF !important;      /* For Firefox... mark as important, otherwise it becomes black */\r
+}\r
+\r
+/*\r
+       Just uncomment the following block if you want to avoid spaces between\r
+       paragraphs. Remember to apply the same style in your output front end page.\r
+*/\r
+\r
+/*\r
+p, ul, li\r
+{\r
+       margin-top: 0px;\r
+       margin-bottom: 0px;\r
+}\r
+*/\r
+\r
+/*\r
+    The following are some sample styles used in the "Styles" toolbar command.\r
+    You should instead remove them, and include the styles used by the site\r
+    you are using the editor in.\r
+*/\r
+\r
+.Bold\r
+{\r
+       font-weight: bold;\r
+}\r
+\r
+.Title\r
+{\r
+       font-weight: bold;\r
+       font-size: 18px;\r
+       color: #cc3300;\r
+}\r
+\r
+.Code\r
+{\r
+       border: #8b4513 1px solid;\r
+       padding-right: 5px;\r
+       padding-left: 5px;\r
+       color: #000066;\r
+       font-family: 'Courier New' , Monospace;\r
+       background-color: #ff9933;\r
+}
\ No newline at end of file