Размер файла: 2.31Kb
/*
* 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 RC2
* Modified: 2004-12-16 23:55:06
*
* File Authors:
* Frederico Caldeira Knabben ([email protected])
*/
/*
### 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: #efefde;
}
.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: #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_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;
}