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/skins/default fck_cont


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

Update of news_admin/js/fckeditor/editor/skins/default

Modified Files:
     Branch: MAIN
            fck_contextmenu.css lines: +17 -14
            fck_editor.css lines: +16 -28
            fck_dialog.css lines: +33 -27

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

====================================================
Index: news_admin/js/fckeditor/editor/skins/default/fck_contextmenu.css
diff -u news_admin/js/fckeditor/editor/skins/default/fck_contextmenu.css:1.1 
news_admin/js/fckeditor/editor/skins/default/fck_contextmenu.css:1.2
--- news_admin/js/fckeditor/editor/skins/default/fck_contextmenu.css:1.1        
Tue May 24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/skins/default/fck_contextmenu.css    Thu Aug 
 4 03:54:32 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
@@ -11,9 +11,6 @@
  * File Name: fck_contextmenu.css
  *     Styles used by the context menu and panels.
  *
- * Version:  2.0 RC3
- * Modified: 2005-02-23 18:58:26
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */
@@ -26,9 +23,9 @@

 .CM_ContextMenu
 {
-       border: 1px solid ThreeDShadow;
+       border: 1px solid #8f8f73;
        padding: 2px;
-       background-color: Menu;
+       background-color: #ffffff;
 }

 .CM_Option, .CM_Over, .CM_Disabled
@@ -45,7 +42,7 @@

 .CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon
 {
-       background-color: Menu;
+       background-color: #e3e3c7;
 }

 .CM_Option .CM_Icon IMG
@@ -54,6 +51,11 @@
        -moz-opacity:0.70;
 }

+.CM_Disabled
+{
+       background-color: #ffffff;
+}
+
 .CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
 {
        filter: gray() alpha(opacity=30);
@@ -67,13 +69,13 @@

 .CM_Over
 {
-       color: HighlightText;
-       background-color: Highlight;
+       color: #fff;
+       background-color: #8f8f73;
 }

 .CM_Over .CM_Icon
 {
-       background-color: Highlight;
+       background-color: #737357;
 }

 .CM_Separator TD
@@ -83,7 +85,7 @@

 .CM_Separator .CM_Label DIV
 {
-       border-top: 1px solid ThreeDShadow;
+       border-top: #b9b99d 1px solid;
        margin-left: 2px;
        margin-right: 3px;
 }
@@ -94,9 +96,9 @@

 .FCK_Panel
 {
-       border: 1px solid ThreeDShadow;
+       border: #8f8f73 1px solid;
        padding: 2px;
-       background-color: #fff;
+       background-color: #ffffff;
 }

 .FCK_Panel, .FCK_Panel TD
@@ -111,7 +113,7 @@

 .ColorBoxBorder
 {
-       border: 1px solid ThreeDShadow;
+       border: #808080 1px solid;
        position: static;
 }

@@ -201,6 +203,7 @@
        filter: alpha(opacity=70);
        -moz-opacity:0.75;
        height: 23px;
+       background-color: #efefde;
 }

 .SC_FieldLabel

====================================================
Index: news_admin/js/fckeditor/editor/skins/default/fck_editor.css
diff -u news_admin/js/fckeditor/editor/skins/default/fck_editor.css:1.1 
news_admin/js/fckeditor/editor/skins/default/fck_editor.css:1.2
--- news_admin/js/fckeditor/editor/skins/default/fck_editor.css:1.1     Tue May 
24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/skins/default/fck_editor.css Thu Aug  4 
03:54:32 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
@@ -11,9 +11,6 @@
  * File Name: fck_editor.css
  *     Styles used by the editor IFRAME and Toolbar.
  *
- * Version:  2.0 RC3
- * Modified: 2005-03-01 15:49:28
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */
@@ -30,7 +27,7 @@

 #eWysiwygCell, .Source
 {
-       border: 1px solid  ThreeDShadow;
+       border: #696969 1px solid;
 }

 #eSourceField
@@ -46,7 +43,7 @@

 .TB_ToolbarSet, .TB_Expand, .TB_Collapse
 {
-       background-color: Menu;
+       background-color: #efefde;
 }

 .TB_End
@@ -68,8 +65,8 @@

 .TB_ToolbarSet
 {
-       border-top: 1px outset ThreeDShadow;
-       border-bottom: 1px outset  ThreeDShadow;
+       border-top: #efefde 1px outset;
+       border-bottom: #efefde 1px outset;
 }

 .TB_ToolbarSet, .TB_ToolbarSet *
@@ -82,31 +79,32 @@
 .TB_Expand, .TB_Collapse
 {
        padding: 2px 2px 2px 2px;
-       border: 1px outset ThreeDShadow;
+       border: #efefde 1px outset;
 }

 .TB_Collapse
 {
-       border: 1px outset ThreeDShadow;
+       border: #efefde 1px outset;
        width: 5px;
 }

 .TB_Button_On, .TB_Button_Off, .TB_Button_Disabled, .TB_Combo_Off, 
.TB_Combo_Disabled
 {
-       border: 1px solid Menu;
+       border: #efefde 1px solid;
        height: 21px;
 }

 .TB_Button_On
 {
-       border-color:  ThreeDShadow;
-       background-color: ButtonHighlight;
+       border-color: #316ac5;
+       background-color: #c1d2ee;
 }

 .TB_Button_Off, .TB_Combo_Off
 {
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
+       background-color: #efefde;
 }

 .TB_Button_Disabled, .TB_Combo_Disabled
@@ -115,6 +113,11 @@
        -moz-opacity: 0.30;
 }

+.TB_Button_On_Over, .TB_Button_Off_Over
+{
+       background-color: #dff1ff;
+}
+
 .TB_Icon DIV
 {
        width: 21px;
@@ -132,21 +135,6 @@
 .TB_ButtonArrow
 {
        padding-right: 3px;
-}
-
-.TB_ButtonType_Icon .TB_Text
-{
-       display: none;
-}
-
-.TB_ButtonType_Text .TB_Icon
-{
-       display: none;
-}
-
-.TB_ButtonType_Text .TB_Text
-{
-       padding-left: 5px;
 }

 .TB_Break

====================================================
Index: news_admin/js/fckeditor/editor/skins/default/fck_dialog.css
diff -u news_admin/js/fckeditor/editor/skins/default/fck_dialog.css:1.1 
news_admin/js/fckeditor/editor/skins/default/fck_dialog.css:1.2
--- news_admin/js/fckeditor/editor/skins/default/fck_dialog.css:1.1     Tue May 
24 14:32:53 2005
+++ news_admin/js/fckeditor/editor/skins/default/fck_dialog.css Thu Aug  4 
03:54:32 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
@@ -11,9 +11,6 @@
  * File Name: fck_dialog.css
  *     Styles used by the dialog boxes.
  *
- * Version:  2.0 RC3
- * Modified: 2005-02-10 13:10:27
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */
@@ -32,7 +29,7 @@

 body, .BackColor
 {
-       background-color: Window;
+       background-color: #f1f1e3;
 }

 .PopupBody
@@ -45,69 +42,71 @@
 {
        font-weight: bold;
        font-size: 14pt;
-       color: WindowText;
-       background-color: Window;
+       color: #737357;
+       background-color: #e3e3c7;
        padding: 3px 10px 3px 10px;
 }

 .PopupButtons
 {
-       border-top: ThreeDShadow 1px solid;
-       background-color: ButtonFace;
+       border-top: #d5d59d 1px solid;
+       background-color: #e3e3c7;
        padding: 7px 10px 7px 10px;
 }

 .Button
 {
-       border-right: 1px solid ThreeDShadow;
-       color: ButtonText;
-       background-color: ButtonFace;
+       border-right: #737357 1px solid;
+       border-top: #737357 1px solid;
+       border-left: #737357 1px solid;
+       color: #3b3b1f;
+       border-bottom: #737357 1px solid;
+       background-color: #c7c78f;
 }

 .DarkBackground
 {
-       background-color: ButtonShadow;
+       background-color: #d7d79f;
 }

 .LightBackground
 {
-       background-color: ThreeDHighlight;
+       background-color: #ffffbe;
 }

 .PopupTitleBorder
 {
-       border-bottom: 1px solid ThreeDShadow;
+       border-bottom: #d5d59d 1px solid;
 }

 .PopupTabArea
 {
-       color: WindowText;
-       background-color: Window;
+       color: #737357;
+       background-color: #e3e3c7;
 }

 .PopupTabEmptyArea
 {
        padding-left: 10px ;
-       border-bottom: 1px solid ThreeDShadow;
+       border-bottom: #d5d59d 1px solid;
 }

 .PopupTab, .PopupTabSelected
 {
-       background-color: InactiveCaption;
-       border-right: 1px solid ThreeDShadow;
-       border-top: 1px solid ThreeDShadow;
-       border-left: 1px solid ThreeDShadow;
+       border-right: #d5d59d 1px solid;
+       border-top: #d5d59d 1px solid;
+       border-left: #d5d59d 1px solid;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
-       color:  InactiveCaptionText;
+       color: #737357;
 }

 .PopupTab
 {
        margin-top: 1px;
-       border-bottom: 1px solid ThreeDShadow;
+       border-bottom: #d5d59d 1px solid;
        cursor: pointer;
        cursor: hand;
 }
@@ -117,7 +116,14 @@
        font-weight:bold;
        cursor: default;
        padding-top: 4px;
-       border-bottom: 1px solid Window;
-       background-color: Window;
-       color: WindowText;
+       border-bottom: #f1f1e3 1px solid;
+       background-color: #f1f1e3;
+}
+
+.PopupSelectionBox
+{
+       border: #ff9933 1px solid;
+       background-color: #fffacd;
+       cursor: pointer;
+       cursor: hand;
 }






reply via email to

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