phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/js/fckeditor/editor/css fck_internal.css,


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor/editor/css fck_internal.css, 1.2 fck_editorarea.css, 1.2
Date: Thu, 4 Aug 2005 05:54:00 +0200

Update of news_admin/js/fckeditor/editor/css

Modified Files:
     Branch: MAIN
            fck_internal.css lines: +36 -0
            fck_editorarea.css lines: +13 -4

Log Message:
new newsletter builder, updated FCK and a few other things

====================================================
Index: news_admin/js/fckeditor/editor/css/fck_internal.css
diff -u news_admin/js/fckeditor/editor/css/fck_internal.css:1.1 
news_admin/js/fckeditor/editor/css/fck_internal.css:1.2
--- news_admin/js/fckeditor/editor/css/fck_internal.css:1.1     Tue May 24 
14:34:27 2005
+++ news_admin/js/fckeditor/editor/css/fck_internal.css Thu Aug  4 03:54:31 2005
@@ -1,3 +1,20 @@
+/*
+ * 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 (address@hidden)
+ */
+
 TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD
 {
        border: #d3d3d3 1px solid ;
@@ -7,4 +24,23 @@
 {
        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 ;
 }

====================================================
Index: news_admin/js/fckeditor/editor/css/fck_editorarea.css
diff -u news_admin/js/fckeditor/editor/css/fck_editorarea.css:1.1 
news_admin/js/fckeditor/editor/css/fck_editorarea.css:1.2
--- news_admin/js/fckeditor/editor/css/fck_editorarea.css:1.1   Tue May 24 
14:34:27 2005
+++ news_admin/js/fckeditor/editor/css/fck_editorarea.css       Thu Aug  4 
03:54:31 2005
@@ -1,6 +1,6 @@
 /*
  * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
+ * 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
@@ -16,9 +16,6 @@
  *     the value of the FCKConfig.EditorAreaCSS key in the configuration
  *     file.
  *
- * Version:  2.0 RC3
- * Modified: 2005-02-10 11:46:11
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */
@@ -32,6 +29,18 @@
        border-style: none;
        background-color: #ffffff;
 }
+
+/*
+       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
 {






reply via email to

[Prev in Thread] Current Thread [Next in Thread]