import rt 3.8.7
[freeside.git] / rt / share / html / NoAuth / RichText / FCKeditor / editor / css / fck_editorarea.css
diff --git a/rt/share/html/NoAuth/RichText/FCKeditor/editor/css/fck_editorarea.css b/rt/share/html/NoAuth/RichText/FCKeditor/editor/css/fck_editorarea.css
new file mode 100644 (file)
index 0000000..8a328bb
--- /dev/null
@@ -0,0 +1,110 @@
+/*\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2009 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: -moz-hyperlinktext !important;           /* For Firefox... mark as important, otherwise it becomes black */\r
+       text-decoration: -moz-anchor-decoration;        /* For Firefox 3, otherwise no underline will be used */\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
+ * Uncomment the following block, or only selected lines if appropriate,\r
+ * if you have some style items that would break the styles combo box.\r
+ * You can also write other CSS overrides inside the style block below\r
+ * as needed and they will be applied to inside the style combo only.\r
+ */\r
+\r
+/*\r
+.SC_Item *, .SC_ItemSelected *\r
+{\r
+       margin: 0px !important;\r
+       padding: 0px !important;\r
+       text-indent: 0px !important;\r
+       clip: auto !important;\r
+       position: static !important;\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
+}\r