FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / editor / css / fck_internal.css
index e686560..d92c75e 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
  *\r
  * == BEGIN LICENSE ==\r
  *\r
  * This CSS Style Sheet defines rules used by the editor for its internal use.\r
  */\r
 \r
-/* Fix to allow putting the caret at the end of the\r
-content in Firefox if clicking below the content */\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
-\r
 table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th\r
 {\r
        border: #d3d3d3 1px solid;\r
@@ -50,6 +56,16 @@ form
        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
@@ -72,8 +88,7 @@ form
        padding-left: 18px;\r
 }\r
 \r
-/* Any anchor for non-IE, if we combine it\r
-   with the previous rule IE ignores all. */\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
@@ -109,3 +124,76 @@ a[name]
        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