From 7a7bcda9d75c951df9c911ce60d5b0551765daf2 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Mar 2010 07:49:38 +0000 Subject: FCKeditor 2.6.6 --- .../fckeditor/editor/css/fck_editorarea.css | 49 ++++++---- .../elements/fckeditor/editor/css/fck_internal.css | 100 +++++++++++++++++++-- .../editor/css/fck_showtableborders_gecko.css | 9 +- .../fckeditor/editor/css/images/block_address.png | Bin 0 -> 288 bytes .../editor/css/images/block_blockquote.png | Bin 0 -> 293 bytes .../fckeditor/editor/css/images/block_div.png | Bin 0 -> 229 bytes .../fckeditor/editor/css/images/block_h1.png | Bin 0 -> 218 bytes .../fckeditor/editor/css/images/block_h2.png | Bin 0 -> 220 bytes .../fckeditor/editor/css/images/block_h3.png | Bin 0 -> 219 bytes .../fckeditor/editor/css/images/block_h4.png | Bin 0 -> 229 bytes .../fckeditor/editor/css/images/block_h5.png | Bin 0 -> 236 bytes .../fckeditor/editor/css/images/block_h6.png | Bin 0 -> 216 bytes .../fckeditor/editor/css/images/block_p.png | Bin 0 -> 205 bytes .../fckeditor/editor/css/images/block_pre.png | Bin 0 -> 223 bytes .../fckeditor/editor/css/images/fck_plugin.gif | Bin 0 -> 1709 bytes 15 files changed, 136 insertions(+), 22 deletions(-) create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_address.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_blockquote.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_div.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h1.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h2.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h3.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h4.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h5.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h6.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_p.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/block_pre.png create mode 100644 httemplate/elements/fckeditor/editor/css/images/fck_plugin.gif (limited to 'httemplate/elements/fckeditor/editor/css') diff --git a/httemplate/elements/fckeditor/editor/css/fck_editorarea.css b/httemplate/elements/fckeditor/editor/css/fck_editorarea.css index 8539aa414..50cfe0e92 100644 --- a/httemplate/elements/fckeditor/editor/css/fck_editorarea.css +++ b/httemplate/elements/fckeditor/editor/css/fck_editorarea.css @@ -1,6 +1,6 @@ /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2007 Frederico Caldeira Knabben + * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * @@ -26,10 +26,10 @@ * file. */ -/* - The "body" styles should match your editor web site, mainly regarding - background color and font family and size. -*/ +/** + * The "body" styles should match your editor web site, mainly regarding + * background color and font family and size. + */ body { @@ -40,19 +40,20 @@ body body, td { - font-family: Arial, Verdana, Sans-Serif; + font-family: Arial, Verdana, sans-serif; font-size: 12px; } a[href] { - color: #0000FF !important; /* For Firefox... mark as important, otherwise it becomes black */ + color: -moz-hyperlinktext !important; /* For Firefox... mark as important, otherwise it becomes black */ + text-decoration: -moz-anchor-decoration; /* For Firefox 3, otherwise no underline will be used */ } -/* - Just uncomment the following block if you want to avoid spaces between - paragraphs. Remember to apply the same style in your output front end page. -*/ +/** + * Just uncomment the following block if you want to avoid spaces between + * paragraphs. Remember to apply the same style in your output front end page. + */ /* p, ul, li @@ -62,12 +63,30 @@ p, ul, li } */ +/** + * Uncomment the following block, or only selected lines if appropriate, + * if you have some style items that would break the styles combo box. + * You can also write other CSS overrides inside the style block below + * as needed and they will be applied to inside the style combo only. + */ + /* - The following are some sample styles used in the "Styles" toolbar command. - You should instead remove them, and include the styles used by the site - you are using the editor in. +.SC_Item *, .SC_ItemSelected * +{ + margin: 0px !important; + padding: 0px !important; + text-indent: 0px !important; + clip: auto !important; + position: static !important; +} */ +/** + * The following are some sample styles used in the "Styles" toolbar command. + * You should instead remove them, and include the styles used by the site + * you are using the editor in. + */ + .Bold { font-weight: bold; @@ -88,4 +107,4 @@ p, ul, li color: #000066; font-family: 'Courier New' , Monospace; background-color: #ff9933; -} \ No newline at end of file +} diff --git a/httemplate/elements/fckeditor/editor/css/fck_internal.css b/httemplate/elements/fckeditor/editor/css/fck_internal.css index e6865602c..d92c75e04 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-2007 Frederico Caldeira Knabben + * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * @@ -21,14 +21,20 @@ * This CSS Style Sheet defines rules used by the editor for its internal use. */ -/* Fix to allow putting the caret at the end of the -content in Firefox if clicking below the content */ +/* ######### + * 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. */ html { min-height: 100%; } - table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th { border: #d3d3d3 1px solid; @@ -50,6 +56,16 @@ 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 { @@ -72,8 +88,7 @@ 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; @@ -109,3 +124,76 @@ 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); +} diff --git a/httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css b/httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css index 5947114c9..333161f8d 100644 --- a/httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css +++ b/httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css @@ -1,6 +1,6 @@ /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2007 Frederico Caldeira Knabben + * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * @@ -21,6 +21,13 @@ * This CSS Style Sheet defines the rules to show table borders on Gecko. */ +/* ######### + * WARNING + * ######### + * When changing this file, the minified version of it must be updated in the + * fckeditor.html file (see FCK_ShowTableBordersCSS). + */ + /* For tables with the "border" attribute set to "0" */ table[border="0"], table[border="0"] > tr > td, table[border="0"] > tr > th, diff --git a/httemplate/elements/fckeditor/editor/css/images/block_address.png b/httemplate/elements/fckeditor/editor/css/images/block_address.png new file mode 100644 index 000000000..8bbae6e5a Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_address.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_blockquote.png b/httemplate/elements/fckeditor/editor/css/images/block_blockquote.png new file mode 100644 index 000000000..cf065ba6b Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_blockquote.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_div.png b/httemplate/elements/fckeditor/editor/css/images/block_div.png new file mode 100644 index 000000000..a2806b140 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_div.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_h1.png b/httemplate/elements/fckeditor/editor/css/images/block_h1.png new file mode 100644 index 000000000..d43fbdbc0 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_h1.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_h2.png b/httemplate/elements/fckeditor/editor/css/images/block_h2.png new file mode 100644 index 000000000..27b547554 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_h2.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_h3.png b/httemplate/elements/fckeditor/editor/css/images/block_h3.png new file mode 100644 index 000000000..3c3034faf Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_h3.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_h4.png b/httemplate/elements/fckeditor/editor/css/images/block_h4.png new file mode 100644 index 000000000..ab3f64de6 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_h4.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_h5.png b/httemplate/elements/fckeditor/editor/css/images/block_h5.png new file mode 100644 index 000000000..93477d083 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_h5.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_h6.png b/httemplate/elements/fckeditor/editor/css/images/block_h6.png new file mode 100644 index 000000000..11ea1c2ba Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_h6.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_p.png b/httemplate/elements/fckeditor/editor/css/images/block_p.png new file mode 100644 index 000000000..d055c514a Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_p.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/block_pre.png b/httemplate/elements/fckeditor/editor/css/images/block_pre.png new file mode 100644 index 000000000..be8ad26a7 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/block_pre.png differ diff --git a/httemplate/elements/fckeditor/editor/css/images/fck_plugin.gif b/httemplate/elements/fckeditor/editor/css/images/fck_plugin.gif new file mode 100644 index 000000000..7d5846345 Binary files /dev/null and b/httemplate/elements/fckeditor/editor/css/images/fck_plugin.gif differ -- cgit v1.2.1