import rt 3.8.7
[freeside.git] / rt / share / html / NoAuth / RichText / FCKeditor / editor / css / fck_internal.css
diff --git a/rt/share/html/NoAuth/RichText/FCKeditor/editor/css/fck_internal.css b/rt/share/html/NoAuth/RichText/FCKeditor/editor/css/fck_internal.css
new file mode 100644 (file)
index 0000000..725272f
--- /dev/null
@@ -0,0 +1,199 @@
+/*\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 CSS Style Sheet defines rules used by the editor for its internal use.\r
+ */\r
+\r
+/* #########\r
+ *  WARNING\r
+ * #########\r
+ * When changing this file, the minified version of it must be updated in the\r
+ * fckeditor.html file (see FCK_InternalCSS).\r
+ */\r
+\r
+/* Fix to allow putting the caret at the end of the content in Firefox if\r
+   clicking below the content. */\r
+html\r
+{\r
+       min-height: 100%;\r
+}\r
+\r
+table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th\r
+{\r
+       border: #d3d3d3 1px solid;\r
+}\r
+\r
+form\r
+{\r
+       border: 1px dotted #FF0000;\r
+       padding: 2px;\r
+}\r
+\r
+.FCK__Flash\r
+{\r
+       border: #a9a9a9 1px solid;\r
+       background-position: center center;\r
+       background-image: url(images/fck_flashlogo.gif);\r
+       background-repeat: no-repeat;\r
+       width: 80px;\r
+       height: 80px;\r
+}\r
+\r
+.FCK__UnknownObject\r
+{\r
+       border: #a9a9a9 1px solid;\r
+       background-position: center center;\r
+       background-image: url(images/fck_plugin.gif);\r
+       background-repeat: no-repeat;\r
+       width: 80px;\r
+       height: 80px;\r
+}\r
+\r
+/* Empty anchors images */\r
+.FCK__Anchor\r
+{\r
+       border: 1px dotted #00F;\r
+       background-position: center center;\r
+       background-image: url(images/fck_anchor.gif);\r
+       background-repeat: no-repeat;\r
+       width: 16px;\r
+       height: 15px;\r
+       vertical-align: middle;\r
+}\r
+\r
+/* Anchors with content */\r
+.FCK__AnchorC\r
+{\r
+       border: 1px dotted #00F;\r
+       background-position: 1px center;\r
+       background-image: url(images/fck_anchor.gif);\r
+       background-repeat: no-repeat;\r
+       padding-left: 18px;\r
+}\r
+\r
+/* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */\r
+a[name]\r
+{\r
+       border: 1px dotted #00F;\r
+       background-position: 0 center;\r
+       background-image: url(images/fck_anchor.gif);\r
+       background-repeat: no-repeat;\r
+       padding-left: 18px;\r
+}\r
+\r
+.FCK__PageBreak\r
+{\r
+       background-position: center center;\r
+       background-image: url(images/fck_pagebreak.gif);\r
+       background-repeat: no-repeat;\r
+       clear: both;\r
+       display: block;\r
+       float: none;\r
+       width: 100%;\r
+       border-top: #999999 1px dotted;\r
+       border-bottom: #999999 1px dotted;\r
+       border-right: 0px;\r
+       border-left: 0px;\r
+       height: 5px;\r
+}\r
+\r
+/* Hidden fields */\r
+.FCK__InputHidden\r
+{\r
+       width: 19px;\r
+       height: 18px;\r
+       background-image: url(images/fck_hiddenfield.gif);\r
+       background-repeat: no-repeat;\r
+       vertical-align: text-bottom;\r
+       background-position: center center;\r
+}\r
+\r
+.FCK__ShowBlocks p,\r
+.FCK__ShowBlocks div,\r
+.FCK__ShowBlocks pre,\r
+.FCK__ShowBlocks address,\r
+.FCK__ShowBlocks blockquote,\r
+.FCK__ShowBlocks h1,\r
+.FCK__ShowBlocks h2,\r
+.FCK__ShowBlocks h3,\r
+.FCK__ShowBlocks h4,\r
+.FCK__ShowBlocks h5,\r
+.FCK__ShowBlocks h6\r
+{\r
+       background-repeat: no-repeat;\r
+       border: 1px dotted gray;\r
+       padding-top: 8px;\r
+       padding-left: 8px;\r
+}\r
+\r
+.FCK__ShowBlocks p\r
+{\r
+       background-image: url(images/block_p.png);\r
+}\r
+\r
+.FCK__ShowBlocks div\r
+{\r
+       background-image: url(images/block_div.png);\r
+}\r
+\r
+.FCK__ShowBlocks pre\r
+{\r
+       background-image: url(images/block_pre.png);\r
+}\r
+\r
+.FCK__ShowBlocks address\r
+{\r
+       background-image: url(images/block_address.png);\r
+}\r
+\r
+.FCK__ShowBlocks blockquote\r
+{\r
+       background-image: url(images/block_blockquote.png);\r
+}\r
+\r
+.FCK__ShowBlocks h1\r
+{\r
+       background-image: url(images/block_h1.png);\r
+}\r
+\r
+.FCK__ShowBlocks h2\r
+{\r
+       background-image: url(images/block_h2.png);\r
+}\r
+\r
+.FCK__ShowBlocks h3\r
+{\r
+       background-image: url(images/block_h3.png);\r
+}\r
+\r
+.FCK__ShowBlocks h4\r
+{\r
+       background-image: url(images/block_h4.png);\r
+}\r
+\r
+.FCK__ShowBlocks h5\r
+{\r
+       background-image: url(images/block_h5.png);\r
+}\r
+\r
+.FCK__ShowBlocks h6\r
+{\r
+       background-image: url(images/block_h6.png);\r
+}\r