Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/css
Modified Files:
fck_editorarea.css fck_internal.css
Added Files:
fck_showtableborders_gecko.css
Log Message:
Commiting file additions and modification from SVN revision 2028 to 2029...
Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message:
updating fckeditor in dynapi
--- NEW FILE: fck_showtableborders_gecko.css ---
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_showtableborders_gecko.css
* This CSS Style Sheet defines the rules to show table borders on Gecko.
*
* File Authors:
* Frederico Caldeira Knabben (fr...@fc...)
*/
TABLE[border="0"], TABLE[border="0"] TD
{
border: #d3d3d3 1px solid
}
Index: fck_editorarea.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css/fck_editorarea.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** fck_editorarea.css 1 Sep 2005 18:15:41 -0000 1.4
--- fck_editorarea.css 29 Sep 2005 19:49:17 -0000 1.5
***************
*** 1,5 ****
! /*
* FCKeditor - The text editor for internet
! * Copyright (C) 2003-2004 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
--- 1,5 ----
! /*
* FCKeditor - The text editor for internet
! * Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
***************
*** 17,26 ****
* file.
*
- * Version: 2.0 RC3
- * Modified: 2005-02-10 11:46:11
- *
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! */
body
--- 17,23 ----
* file.
*
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! */
body
***************
*** 34,37 ****
--- 31,46 ----
}
+ /*
+ 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
+ {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ */
+
.Bold
{
Index: fck_internal.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css/fck_internal.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fck_internal.css 1 Sep 2005 18:15:41 -0000 1.1
--- fck_internal.css 29 Sep 2005 19:49:17 -0000 1.2
***************
*** 1,2 ****
--- 1,19 ----
+ /*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: fck_internal.css
+ * This CSS Style Sheet defines rules used by the editor for its internal use.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fr...@fc...)
+ */
+
TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD
{
***************
*** 8,10 ****
--- 25,46 ----
border: 1px dotted #FF0000;
padding: 2px ;
+ }
+
+ .FCK__Flash
+ {
+ border: darkgray 1px solid;
+ background-position: center center;
+ background-image: url(images/fck_flashlogo.gif);
+ background-repeat: no-repeat;
+ width: 80px ;
+ height: 80px ;
+ }
+
+ .FCK__Anchor
+ {
+ background-position: center center;
+ background-image: url(images/fck_anchor.gif);
+ background-repeat: no-repeat;
+ width: 16px ;
+ height: 15px ;
}
\ No newline at end of file
|