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.1 fck_dialog.css, 1.1 fck_editor.css, 1.1
Date: Tue, 24 May 2005 16:32:00 +0200

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

Added Files:
     Branch: MAIN
            fck_contextmenu.css 
            fck_dialog.css 
            fck_editor.css 

Log Message:
I am working on a much better version of news_admin, this is just a taste of 
what is coming.

Adding FCKeditor, which has the following issues:
* Images and files support FCKd
* Spellcheck FCKing up

Didn't include non php code or samples other unneeded crap

====================================================
Index: fck_contextmenu.css
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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_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)
 */

.CM_ContextMenu, .CM_ContextMenu *
{
        font-size: 11px;
        font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, 
Sans-Serif;
}

.CM_ContextMenu
{
        border: 1px solid ThreeDShadow;
        padding: 2px;
        background-color: Menu;
}

.CM_Option, .CM_Over, .CM_Disabled
{
        padding: 0px 3px;
        height: 18px;
        cursor: default;
}

.CM_Option, .CM_Over
{
        cursor: hand;
}

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

.CM_Option .CM_Icon IMG
{
        filter: alpha(opacity=70);
        -moz-opacity:0.70;
}

.CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
{
        filter: gray() alpha(opacity=30);
        -moz-opacity:0.30;
}

.CM_Option .CM_Label, .CM_Over .CM_Label
{
        padding: 1px 10px 1px 3px;
}

.CM_Over
{
        color: HighlightText;
        background-color: Highlight;
}

.CM_Over .CM_Icon
{
        background-color: Highlight;
}

.CM_Separator TD
{
        height: 3px;
}

.CM_Separator .CM_Label DIV
{
        border-top: 1px solid ThreeDShadow;
        margin-left: 2px;
        margin-right: 3px;
}

/*
        ### Panel Styles
*/

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

.FCK_Panel, .FCK_Panel TD
{
        font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, 
Sans-Serif;
        font-size: 11px;
}

/*
        ### Color Selector Panel
*/

.ColorBoxBorder
{
        border: 1px solid ThreeDShadow;
        position: static;
}

.ColorBox
{
        font-size: 1px;
        width: 10px;
        position: static;
        height: 10px;
}

.ColorDeselected, .ColorSelected
{
        cursor: default;
}

.ColorDeselected
{
        border: #ffffff 1px solid;
        padding: 2px;
        float: left;
}

.ColorSelected
{
        border: #330066 1px solid;
        padding: 2px;
        float: left;
        background-color: #c4cdd6;
}

/*
        ### Special Combos
*/

.SC_Panel
{
        overflow-y: auto;
        white-space: nowrap;
        cursor: default;
}

.SC_Item, .SC_ItemSelected
{
        margin-top: 2px;
        margin-bottom: 2px;
        background-position: left center;
        padding-left: 11px;
        padding-right: 3px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        background-repeat: no-repeat;
        border: #dddddd 1px solid;
}

.SC_Item *, .SC_ItemSelected *
{
        margin-top: 0px;
        margin-bottom: 0px;
}

.SC_ItemSelected
{
        border: #9a9afb 1px solid;
        background-image: url(images/toolbar.arrowright.gif);
}

.SC_ItemOver
{
        border: #316ac5 1px solid;
}

.SC_Field
{
        border: #b7b7a6 1px solid;
        cursor: default;
}

.SC_FieldCaption
{
        overflow: visible;
        padding-right: 5px;
        padding-left: 5px;
        filter: alpha(opacity=70);
        -moz-opacity:0.75;
        height: 23px;
}

.SC_FieldLabel
{
        white-space: nowrap;
        padding: 2px;
        width: 100%;
        cursor: default;
        background-color: #ffffff;
        text-overflow: ellipsis;
        overflow: hidden;
}

.SC_FieldButton
{
        background-position: center center;
        background-image: url(images/toolbar.buttonarrow.gif);
        border-left: #b7b7a6 1px solid;
        width: 14px;
        background-repeat: no-repeat;
}

.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
{
        filter: gray() alpha(opacity=30);
        -moz-opacity:0.30;
}

.SC_FieldOver
{
        border: #316ac5 1px solid;
}

.SC_FieldOver .SC_FieldButton
{
        border-left: #316ac5 1px solid;
}

====================================================
Index: fck_dialog.css
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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_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)
 */

body
{
        margin: 0px;
        padding: 10px;
}

body, td, input, select, textarea
{
        font-size: 11px;
        font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
}

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

.PopupBody
{
        margin: 0px;
        padding: 0px;
}

.PopupTitle
{
        font-weight: bold;
        font-size: 14pt;
        color: WindowText;
        background-color: Window;
        padding: 3px 10px 3px 10px;
}

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

.Button
{
        border-right: 1px solid ThreeDShadow;
        color: ButtonText;
        background-color: ButtonFace;
}

.DarkBackground
{
        background-color: ButtonShadow;
}

.LightBackground
{
        background-color: ThreeDHighlight;
}

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

.PopupTabArea
{
        color: WindowText;
        background-color: Window;
}

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

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

.PopupTab
{
        margin-top: 1px;
        border-bottom: 1px solid ThreeDShadow;
        cursor: pointer;
        cursor: hand;
}

.PopupTabSelected
{
        font-weight:bold;
        cursor: default;
        padding-top: 4px;
        border-bottom: 1px solid Window;
        background-color: Window;
        color: WindowText;
}

====================================================
Index: fck_editor.css
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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_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)
 */

/*
        ### Basic Editor IFRAME Styles.
*/

body
{
        padding: 1px 1px 1px 1px;
        margin: 0px 0px 0px 0px;
}

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

#eSourceField
{
        border: none;
        padding: 5px;
        font-family: Monospace;
}

/*
        ### Toolbar Styles
*/

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

.TB_End
{
        display: none;
}

.TB_ExpandImg
{
        background-image: url(images/toolbar.expand.gif);
        background-repeat: no-repeat;
}

.TB_CollapseImg
{
        background-image: url(images/toolbar.collapse.gif);
        background-repeat: no-repeat;
}

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

.TB_ToolbarSet, .TB_ToolbarSet *
{
        font-size: 11px;
        cursor: default;
        font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, 
Sans-Serif;
}

.TB_Expand, .TB_Collapse
{
        padding: 2px 2px 2px 2px;
        border: 1px outset ThreeDShadow;
}

.TB_Collapse
{
        border: 1px outset ThreeDShadow;
        width: 5px;
}

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

.TB_Button_On
{
        border-color:  ThreeDShadow;
        background-color: ButtonHighlight;
}

.TB_Button_Off, .TB_Combo_Off
{
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
}

.TB_Button_Disabled, .TB_Combo_Disabled
{
        filter: gray() alpha(opacity=30);
        -moz-opacity: 0.30;
}

.TB_Icon DIV
{
        width: 21px;
        height: 21px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
}

.TB_Text
{
        height: 21px;
        padding-right: 5px;
}

.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
{
        height: 23px;
}






reply via email to

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