summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/css/fck_internal.css
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/fckeditor/editor/css/fck_internal.css')
-rw-r--r--httemplate/elements/fckeditor/editor/css/fck_internal.css100
1 files changed, 6 insertions, 94 deletions
diff --git a/httemplate/elements/fckeditor/editor/css/fck_internal.css b/httemplate/elements/fckeditor/editor/css/fck_internal.css
index d92c75e..e686560 100644
--- a/httemplate/elements/fckeditor/editor/css/fck_internal.css
+++ b/httemplate/elements/fckeditor/editor/css/fck_internal.css
@@ -1,6 +1,6 @@
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2010 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
@@ -21,20 +21,14 @@
* This CSS Style Sheet defines rules used by the editor for its internal use.
*/
-/* #########
- * WARNING
- * #########
- * When changing this file, the minified version of it must be updated in the
- * fckeditor.html file (see FCK_InternalCSS).
- */
-
-/* Fix to allow putting the caret at the end of the content in Firefox if
- clicking below the content. */
+/* Fix to allow putting the caret at the end of the
+content in Firefox if clicking below the content */
html
{
min-height: 100%;
}
+
table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
{
border: #d3d3d3 1px solid;
@@ -56,16 +50,6 @@ form
height: 80px;
}
-.FCK__UnknownObject
-{
- border: #a9a9a9 1px solid;
- background-position: center center;
- background-image: url(images/fck_plugin.gif);
- background-repeat: no-repeat;
- width: 80px;
- height: 80px;
-}
-
/* Empty anchors images */
.FCK__Anchor
{
@@ -88,7 +72,8 @@ form
padding-left: 18px;
}
-/* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
+/* Any anchor for non-IE, if we combine it
+ with the previous rule IE ignores all. */
a[name]
{
border: 1px dotted #00F;
@@ -124,76 +109,3 @@ a[name]
vertical-align: text-bottom;
background-position: center center;
}
-
-.FCK__ShowBlocks p,
-.FCK__ShowBlocks div,
-.FCK__ShowBlocks pre,
-.FCK__ShowBlocks address,
-.FCK__ShowBlocks blockquote,
-.FCK__ShowBlocks h1,
-.FCK__ShowBlocks h2,
-.FCK__ShowBlocks h3,
-.FCK__ShowBlocks h4,
-.FCK__ShowBlocks h5,
-.FCK__ShowBlocks h6
-{
- background-repeat: no-repeat;
- border: 1px dotted gray;
- padding-top: 8px;
- padding-left: 8px;
-}
-
-.FCK__ShowBlocks p
-{
- background-image: url(images/block_p.png);
-}
-
-.FCK__ShowBlocks div
-{
- background-image: url(images/block_div.png);
-}
-
-.FCK__ShowBlocks pre
-{
- background-image: url(images/block_pre.png);
-}
-
-.FCK__ShowBlocks address
-{
- background-image: url(images/block_address.png);
-}
-
-.FCK__ShowBlocks blockquote
-{
- background-image: url(images/block_blockquote.png);
-}
-
-.FCK__ShowBlocks h1
-{
- background-image: url(images/block_h1.png);
-}
-
-.FCK__ShowBlocks h2
-{
- background-image: url(images/block_h2.png);
-}
-
-.FCK__ShowBlocks h3
-{
- background-image: url(images/block_h3.png);
-}
-
-.FCK__ShowBlocks h4
-{
- background-image: url(images/block_h4.png);
-}
-
-.FCK__ShowBlocks h5
-{
- background-image: url(images/block_h5.png);
-}
-
-.FCK__ShowBlocks h6
-{
- background-image: url(images/block_h6.png);
-}