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/office2003 fck_c


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor/editor/skins/office2003 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/office2003

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.
 *
 * Version:  2.0 RC3
 * Modified: 2005-02-23 18:58:21
 *
 * 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 #8f8f73;
        padding: 2px;
        background-color: #f7f8fd;
}

.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: #d6dff7;
}

.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: #ffffff;
        background-color: #7096FA;
}

.CM_Over .CM_Icon
{
        background-color: #466ca6;
}

.CM_Separator TD
{
        height: 3px;
}

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

/*
        ### Panel Styles
*/

.FCK_Panel
{
        border: #8f8f73 1px solid;
        padding: 2px;
        background-color: #f7f8fd;
}

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

/*
        ### Color Selector Panel
*/

.ColorBoxBorder
{
        border: #808080 1px solid;
        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 *
{
        color: #ffffff;
}

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

/*
        ### 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-09 13:45:44
 *
 * File Authors:
 *              Frederico Caldeira Knabben (address@hidden)
 */

body
{
        margin: 0px;
        padding: 10px;
        background-color: #f7f8fd;
}

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

body, .BackColor
{
        background-color: #f7f8fd;
}

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

.PopupTitle
{
        font-weight: bold;
        font-size: 14pt;
        color: #0e3460;
        background-color: #8cb2fd;
        padding: 3px 10px 3px 10px;
}

.PopupButtons
{
        border-top: #466ca6 1px solid;
        background-color: #8cb2fd;
        padding: 7px 10px 7px 10px;
}

.Button
{
        border: #1c3460 1px solid;
        color: #000a28;
        background-color: #7096d3;
}

.DarkBackground
{
        background-color: #d7d79f;
}

.LightBackground
{
        background-color: #ffffbe;
}

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

.PopupTabArea
{
        color: #0e3460;
        background-color: #8cb2fd;
}

.PopupTabEmptyArea
{
        padding-left: 10px ;
        border-bottom: #466ca6 1px solid;
}

.PopupTab, .PopupTabSelected
{
        border-right: #466ca6 1px solid;
        border-top: #466ca6 1px solid;
        border-left: #466ca6 1px solid;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
        color: #0e3460;
}

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

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

====================================================
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-02-09 18:08:04
 *
 * File Authors:
 *              Frederico Caldeira Knabben (address@hidden)
 *              Aziz Oraij (address@hidden)
 */

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

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

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

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

/*
        ### Toolbar Styles
*/

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

.TB_Toolbar
{
        background-color: #d6dff7;
        background-image: url(images/toolbar.bg.gif);
        background-repeat: repeat-x;
}

.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: #efefde 1px outset;
        border-bottom: #efefde 1px outset;
}

.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: #efefde 1px outset;
}

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

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

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

.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_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]