Change of fckeditor css to have fckeditor theme that match each dolibarr theme
@ -41,7 +41,7 @@ body, td, input, select, textarea
|
|||||||
|
|
||||||
body, .BackColor
|
body, .BackColor
|
||||||
{
|
{
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupBody
|
.PopupBody
|
||||||
@ -62,8 +62,8 @@ body, .BackColor
|
|||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
color: #737357;
|
color: #504845;
|
||||||
background-color: #e3e3c7;
|
background-color: #dedede;
|
||||||
padding: 3px 10px 3px 10px;
|
padding: 3px 10px 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,16 +73,16 @@ body, .BackColor
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
border-top: #d5d59d 1px solid;
|
border-top: #cec6b5 1px solid;
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
padding: 7px 10px 7px 10px;
|
padding: 7px 10px 7px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Button
|
.Button
|
||||||
{
|
{
|
||||||
border: #737357 1px solid;
|
border: #7a7261 1px solid;
|
||||||
color: #3b3b1f;
|
color: #504845;
|
||||||
background-color: #c7c78f;
|
background-color: #cec6b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btnOk
|
#btnOk
|
||||||
@ -92,7 +92,7 @@ body, .BackColor
|
|||||||
|
|
||||||
.DarkBackground
|
.DarkBackground
|
||||||
{
|
{
|
||||||
background-color: #eaead1;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LightBackground
|
.LightBackground
|
||||||
@ -102,51 +102,51 @@ body, .BackColor
|
|||||||
|
|
||||||
.PopupTitleBorder
|
.PopupTitleBorder
|
||||||
{
|
{
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabArea
|
.PopupTabArea
|
||||||
{
|
{
|
||||||
color: #737357;
|
color: #504845;
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabEmptyArea
|
.PopupTabEmptyArea
|
||||||
{
|
{
|
||||||
padding-left: 10px;
|
padding-left: 10px ;
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTab, .PopupTabSelected
|
.PopupTab, .PopupTabSelected
|
||||||
{
|
{
|
||||||
border-right: #d5d59d 1px solid;
|
border-right: #cec6b5 1px solid;
|
||||||
border-top: #d5d59d 1px solid;
|
border-top: #cec6b5 1px solid;
|
||||||
border-left: #d5d59d 1px solid;
|
border-left: #cec6b5 1px solid;
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
color: #737357;
|
color: #504845;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTab
|
.PopupTab
|
||||||
{
|
{
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabSelected
|
.PopupTabSelected
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight:bold;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
border-bottom: #f1f1e3 1px solid;
|
border-bottom: #f1f1e3 1px solid;
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupSelectionBox
|
.PopupSelectionBox
|
||||||
{
|
{
|
||||||
border: #ff9933 1px solid !important;
|
border: #a9a9a9 1px solid !important;
|
||||||
background-color: #fffacd !important;
|
background-color: #dcdcdc !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
@ -167,7 +167,7 @@ body, .BackColor
|
|||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@ -373,30 +373,30 @@ body, .BackColor
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Color Gradient Generator:
|
Color Gradient Generator:
|
||||||
http://www.herethere.net/~samson/php/color_gradient/?cbegin=737357&cend=E3E3C7&steps=4
|
http://www.herethere.net/~samson/php/color_gradient/?cbegin=504845&cend=DEDEDE&steps=4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.throbber_1
|
.throbber_1
|
||||||
{
|
{
|
||||||
background-color: #737357;
|
background-color: #504845;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_2
|
.throbber_2
|
||||||
{
|
{
|
||||||
background-color: #8f8f73;
|
background-color: #736D6B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_3
|
.throbber_3
|
||||||
{
|
{
|
||||||
background-color: #abab8f;
|
background-color: #979391;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_4
|
.throbber_4
|
||||||
{
|
{
|
||||||
background-color: #c7c7ab;
|
background-color: #BAB8B7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_5
|
.throbber_5
|
||||||
{
|
{
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -51,13 +51,13 @@ body
|
|||||||
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
|
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
|
||||||
{
|
{
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: #efefde;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ToolbarSet
|
.TB_ToolbarSet
|
||||||
{
|
{
|
||||||
border-top: #efefde 1px outset;
|
border-top: #f7f7f7 1px outset;
|
||||||
border-bottom: #efefde 1px outset;
|
border-bottom: #f7f7f7 1px outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ToolbarSet TD
|
.TB_ToolbarSet TD
|
||||||
@ -114,7 +114,7 @@ body
|
|||||||
.TB_Expand, .TB_Collapse
|
.TB_Expand, .TB_Collapse
|
||||||
{
|
{
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
border: #efefde 1px outset;
|
border: #f7f7f7 1px outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Collapse
|
.TB_Collapse
|
||||||
@ -133,7 +133,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
|
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
|
||||||
{
|
{
|
||||||
border: #efefde 1px solid; /* This is the default border */
|
border: #f7f7f7 1px solid; /* This is the default border */
|
||||||
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
|
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_Off .TB_Button_Text
|
.TB_Button_Off .TB_Button_Text
|
||||||
{
|
{
|
||||||
background-color: #efefde; /* Needed because of a bug on Clear Type */
|
background-color: #f7f7f7; /* Needed because of a bug on Clear Type */
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ConnectionLine
|
.TB_ConnectionLine
|
||||||
@ -202,7 +202,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_Off .TB_Text
|
.TB_Button_Off .TB_Text
|
||||||
{
|
{
|
||||||
background-color: #efefde ; /* Needed because of a bug on ClearType */
|
background-color: #f7f7f7 ; /* Needed because of a bug on ClearType */
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Button_On_Over .TB_Text
|
.TB_Button_On_Over .TB_Text
|
||||||
@ -237,7 +237,7 @@ body
|
|||||||
|
|
||||||
.MN_Icon
|
.MN_Icon
|
||||||
{
|
{
|
||||||
background-color: #e3e3c7;
|
background-color: #dedede;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
@ -267,12 +267,12 @@ body
|
|||||||
.MN_Item_Over
|
.MN_Item_Over
|
||||||
{
|
{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #8f8f73;
|
background-color: #8a857d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MN_Item_Over .MN_Icon
|
.MN_Item_Over .MN_Icon
|
||||||
{
|
{
|
||||||
background-color: #737357;
|
background-color: #6c6761;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MN_Item_Disabled IMG
|
.MN_Item_Disabled IMG
|
||||||
@ -332,6 +332,7 @@ body
|
|||||||
border: 1px solid #8f8f73;
|
border: 1px solid #8f8f73;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Panel, .SC_Panel TD
|
.SC_Panel, .SC_Panel TD
|
||||||
@ -369,7 +370,7 @@ body
|
|||||||
|
|
||||||
.SC_ItemOver
|
.SC_ItemOver
|
||||||
{
|
{
|
||||||
border: #316ac5 1px solid;
|
border: #404040 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Field
|
.SC_Field
|
||||||
@ -386,7 +387,7 @@ body
|
|||||||
opacity: 0.75; /* Safari, Opera and Mozilla */
|
opacity: 0.75; /* Safari, Opera and Mozilla */
|
||||||
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
|
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
|
||||||
height: 23px;
|
height: 23px;
|
||||||
background-color: #efefde;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_FieldLabel
|
.SC_FieldLabel
|
||||||
@ -457,8 +458,8 @@ body
|
|||||||
|
|
||||||
.ColorSelected
|
.ColorSelected
|
||||||
{
|
{
|
||||||
border: #330066 1px solid;
|
border: #316ac5 1px solid;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #c4cdd6;
|
background-color: #c1d2ee;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||||
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
||||||
*
|
*
|
||||||
@ -42,7 +42,7 @@ FCKConfig.StartupShowBlocks = false ;
|
|||||||
FCKConfig.Debug = false ;
|
FCKConfig.Debug = false ;
|
||||||
FCKConfig.AllowQueryStringDebug = true ;
|
FCKConfig.AllowQueryStringDebug = true ;
|
||||||
|
|
||||||
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
|
FCKConfig.SkinPath = FCKConfig.BasePath + '/';
|
||||||
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
||||||
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 B After Width: | Height: | Size: 48 B |
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@ -41,7 +41,7 @@ body, td, input, select, textarea
|
|||||||
|
|
||||||
body, .BackColor
|
body, .BackColor
|
||||||
{
|
{
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupBody
|
.PopupBody
|
||||||
@ -62,8 +62,8 @@ body, .BackColor
|
|||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
color: #737357;
|
color: #504845;
|
||||||
background-color: #e3e3c7;
|
background-color: #dedede;
|
||||||
padding: 3px 10px 3px 10px;
|
padding: 3px 10px 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,16 +73,16 @@ body, .BackColor
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
border-top: #d5d59d 1px solid;
|
border-top: #cec6b5 1px solid;
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
padding: 7px 10px 7px 10px;
|
padding: 7px 10px 7px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Button
|
.Button
|
||||||
{
|
{
|
||||||
border: #737357 1px solid;
|
border: #7a7261 1px solid;
|
||||||
color: #3b3b1f;
|
color: #504845;
|
||||||
background-color: #c7c78f;
|
background-color: #cec6b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btnOk
|
#btnOk
|
||||||
@ -92,7 +92,7 @@ body, .BackColor
|
|||||||
|
|
||||||
.DarkBackground
|
.DarkBackground
|
||||||
{
|
{
|
||||||
background-color: #eaead1;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LightBackground
|
.LightBackground
|
||||||
@ -102,51 +102,51 @@ body, .BackColor
|
|||||||
|
|
||||||
.PopupTitleBorder
|
.PopupTitleBorder
|
||||||
{
|
{
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabArea
|
.PopupTabArea
|
||||||
{
|
{
|
||||||
color: #737357;
|
color: #504845;
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabEmptyArea
|
.PopupTabEmptyArea
|
||||||
{
|
{
|
||||||
padding-left: 10px;
|
padding-left: 10px ;
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTab, .PopupTabSelected
|
.PopupTab, .PopupTabSelected
|
||||||
{
|
{
|
||||||
border-right: #d5d59d 1px solid;
|
border-right: #cec6b5 1px solid;
|
||||||
border-top: #d5d59d 1px solid;
|
border-top: #cec6b5 1px solid;
|
||||||
border-left: #d5d59d 1px solid;
|
border-left: #cec6b5 1px solid;
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
color: #737357;
|
color: #504845;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTab
|
.PopupTab
|
||||||
{
|
{
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabSelected
|
.PopupTabSelected
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight:bold;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
border-bottom: #f1f1e3 1px solid;
|
border-bottom: #f1f1e3 1px solid;
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupSelectionBox
|
.PopupSelectionBox
|
||||||
{
|
{
|
||||||
border: #ff9933 1px solid !important;
|
border: #a9a9a9 1px solid !important;
|
||||||
background-color: #fffacd !important;
|
background-color: #dcdcdc !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
@ -167,7 +167,7 @@ body, .BackColor
|
|||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@ -373,30 +373,30 @@ body, .BackColor
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Color Gradient Generator:
|
Color Gradient Generator:
|
||||||
http://www.herethere.net/~samson/php/color_gradient/?cbegin=737357&cend=E3E3C7&steps=4
|
http://www.herethere.net/~samson/php/color_gradient/?cbegin=504845&cend=DEDEDE&steps=4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.throbber_1
|
.throbber_1
|
||||||
{
|
{
|
||||||
background-color: #737357;
|
background-color: #504845;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_2
|
.throbber_2
|
||||||
{
|
{
|
||||||
background-color: #8f8f73;
|
background-color: #736D6B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_3
|
.throbber_3
|
||||||
{
|
{
|
||||||
background-color: #abab8f;
|
background-color: #979391;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_4
|
.throbber_4
|
||||||
{
|
{
|
||||||
background-color: #c7c7ab;
|
background-color: #BAB8B7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_5
|
.throbber_5
|
||||||
{
|
{
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -51,13 +51,13 @@ body
|
|||||||
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
|
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
|
||||||
{
|
{
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: #efefde;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ToolbarSet
|
.TB_ToolbarSet
|
||||||
{
|
{
|
||||||
border-top: #efefde 1px outset;
|
border-top: #f7f7f7 1px outset;
|
||||||
border-bottom: #efefde 1px outset;
|
border-bottom: #f7f7f7 1px outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ToolbarSet TD
|
.TB_ToolbarSet TD
|
||||||
@ -114,7 +114,7 @@ body
|
|||||||
.TB_Expand, .TB_Collapse
|
.TB_Expand, .TB_Collapse
|
||||||
{
|
{
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
border: #efefde 1px outset;
|
border: #f7f7f7 1px outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Collapse
|
.TB_Collapse
|
||||||
@ -133,7 +133,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
|
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
|
||||||
{
|
{
|
||||||
border: #efefde 1px solid; /* This is the default border */
|
border: #f7f7f7 1px solid; /* This is the default border */
|
||||||
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
|
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_Off .TB_Button_Text
|
.TB_Button_Off .TB_Button_Text
|
||||||
{
|
{
|
||||||
background-color: #efefde; /* Needed because of a bug on Clear Type */
|
background-color: #f7f7f7; /* Needed because of a bug on Clear Type */
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ConnectionLine
|
.TB_ConnectionLine
|
||||||
@ -202,7 +202,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_Off .TB_Text
|
.TB_Button_Off .TB_Text
|
||||||
{
|
{
|
||||||
background-color: #efefde ; /* Needed because of a bug on ClearType */
|
background-color: #f7f7f7 ; /* Needed because of a bug on ClearType */
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Button_On_Over .TB_Text
|
.TB_Button_On_Over .TB_Text
|
||||||
@ -237,7 +237,7 @@ body
|
|||||||
|
|
||||||
.MN_Icon
|
.MN_Icon
|
||||||
{
|
{
|
||||||
background-color: #e3e3c7;
|
background-color: #dedede;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
@ -267,12 +267,12 @@ body
|
|||||||
.MN_Item_Over
|
.MN_Item_Over
|
||||||
{
|
{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #8f8f73;
|
background-color: #8a857d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MN_Item_Over .MN_Icon
|
.MN_Item_Over .MN_Icon
|
||||||
{
|
{
|
||||||
background-color: #737357;
|
background-color: #6c6761;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MN_Item_Disabled IMG
|
.MN_Item_Disabled IMG
|
||||||
@ -332,6 +332,7 @@ body
|
|||||||
border: 1px solid #8f8f73;
|
border: 1px solid #8f8f73;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Panel, .SC_Panel TD
|
.SC_Panel, .SC_Panel TD
|
||||||
@ -369,7 +370,7 @@ body
|
|||||||
|
|
||||||
.SC_ItemOver
|
.SC_ItemOver
|
||||||
{
|
{
|
||||||
border: #316ac5 1px solid;
|
border: #404040 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Field
|
.SC_Field
|
||||||
@ -386,7 +387,7 @@ body
|
|||||||
opacity: 0.75; /* Safari, Opera and Mozilla */
|
opacity: 0.75; /* Safari, Opera and Mozilla */
|
||||||
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
|
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
|
||||||
height: 23px;
|
height: 23px;
|
||||||
background-color: #efefde;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_FieldLabel
|
.SC_FieldLabel
|
||||||
@ -457,8 +458,8 @@ body
|
|||||||
|
|
||||||
.ColorSelected
|
.ColorSelected
|
||||||
{
|
{
|
||||||
border: #330066 1px solid;
|
border: #316ac5 1px solid;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #c4cdd6;
|
background-color: #c1d2ee;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||||
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
||||||
*
|
*
|
||||||
@ -42,7 +42,7 @@ FCKConfig.StartupShowBlocks = false ;
|
|||||||
FCKConfig.Debug = false ;
|
FCKConfig.Debug = false ;
|
||||||
FCKConfig.AllowQueryStringDebug = true ;
|
FCKConfig.AllowQueryStringDebug = true ;
|
||||||
|
|
||||||
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
|
FCKConfig.SkinPath = FCKConfig.BasePath + '/';
|
||||||
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
||||||
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 B After Width: | Height: | Size: 48 B |
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@ -41,7 +41,7 @@ body, td, input, select, textarea
|
|||||||
|
|
||||||
body, .BackColor
|
body, .BackColor
|
||||||
{
|
{
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupBody
|
.PopupBody
|
||||||
@ -62,8 +62,8 @@ body, .BackColor
|
|||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
color: #737357;
|
color: #504845;
|
||||||
background-color: #e3e3c7;
|
background-color: #dedede;
|
||||||
padding: 3px 10px 3px 10px;
|
padding: 3px 10px 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,16 +73,16 @@ body, .BackColor
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
border-top: #d5d59d 1px solid;
|
border-top: #cec6b5 1px solid;
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
padding: 7px 10px 7px 10px;
|
padding: 7px 10px 7px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Button
|
.Button
|
||||||
{
|
{
|
||||||
border: #737357 1px solid;
|
border: #7a7261 1px solid;
|
||||||
color: #3b3b1f;
|
color: #504845;
|
||||||
background-color: #c7c78f;
|
background-color: #cec6b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btnOk
|
#btnOk
|
||||||
@ -92,7 +92,7 @@ body, .BackColor
|
|||||||
|
|
||||||
.DarkBackground
|
.DarkBackground
|
||||||
{
|
{
|
||||||
background-color: #eaead1;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LightBackground
|
.LightBackground
|
||||||
@ -102,51 +102,51 @@ body, .BackColor
|
|||||||
|
|
||||||
.PopupTitleBorder
|
.PopupTitleBorder
|
||||||
{
|
{
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabArea
|
.PopupTabArea
|
||||||
{
|
{
|
||||||
color: #737357;
|
color: #504845;
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabEmptyArea
|
.PopupTabEmptyArea
|
||||||
{
|
{
|
||||||
padding-left: 10px;
|
padding-left: 10px ;
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTab, .PopupTabSelected
|
.PopupTab, .PopupTabSelected
|
||||||
{
|
{
|
||||||
border-right: #d5d59d 1px solid;
|
border-right: #cec6b5 1px solid;
|
||||||
border-top: #d5d59d 1px solid;
|
border-top: #cec6b5 1px solid;
|
||||||
border-left: #d5d59d 1px solid;
|
border-left: #cec6b5 1px solid;
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
color: #737357;
|
color: #504845;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTab
|
.PopupTab
|
||||||
{
|
{
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
border-bottom: #d5d59d 1px solid;
|
border-bottom: #cec6b5 1px solid;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupTabSelected
|
.PopupTabSelected
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight:bold;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
border-bottom: #f1f1e3 1px solid;
|
border-bottom: #f1f1e3 1px solid;
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PopupSelectionBox
|
.PopupSelectionBox
|
||||||
{
|
{
|
||||||
border: #ff9933 1px solid !important;
|
border: #a9a9a9 1px solid !important;
|
||||||
background-color: #fffacd !important;
|
background-color: #dcdcdc !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
}
|
}
|
||||||
@ -167,7 +167,7 @@ body, .BackColor
|
|||||||
left: 16px;
|
left: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
background-color: #f1f1e3;
|
background-color: #f7f7f7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
@ -373,30 +373,30 @@ body, .BackColor
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Color Gradient Generator:
|
Color Gradient Generator:
|
||||||
http://www.herethere.net/~samson/php/color_gradient/?cbegin=737357&cend=E3E3C7&steps=4
|
http://www.herethere.net/~samson/php/color_gradient/?cbegin=504845&cend=DEDEDE&steps=4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.throbber_1
|
.throbber_1
|
||||||
{
|
{
|
||||||
background-color: #737357;
|
background-color: #504845;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_2
|
.throbber_2
|
||||||
{
|
{
|
||||||
background-color: #8f8f73;
|
background-color: #736D6B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_3
|
.throbber_3
|
||||||
{
|
{
|
||||||
background-color: #abab8f;
|
background-color: #979391;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_4
|
.throbber_4
|
||||||
{
|
{
|
||||||
background-color: #c7c7ab;
|
background-color: #BAB8B7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.throbber_5
|
.throbber_5
|
||||||
{
|
{
|
||||||
background-color: #e3e3c7;
|
background-color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -51,13 +51,13 @@ body
|
|||||||
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
|
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
|
||||||
{
|
{
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: #efefde;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ToolbarSet
|
.TB_ToolbarSet
|
||||||
{
|
{
|
||||||
border-top: #efefde 1px outset;
|
border-top: #f7f7f7 1px outset;
|
||||||
border-bottom: #efefde 1px outset;
|
border-bottom: #f7f7f7 1px outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ToolbarSet TD
|
.TB_ToolbarSet TD
|
||||||
@ -114,7 +114,7 @@ body
|
|||||||
.TB_Expand, .TB_Collapse
|
.TB_Expand, .TB_Collapse
|
||||||
{
|
{
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
border: #efefde 1px outset;
|
border: #f7f7f7 1px outset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Collapse
|
.TB_Collapse
|
||||||
@ -133,7 +133,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
|
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
|
||||||
{
|
{
|
||||||
border: #efefde 1px solid; /* This is the default border */
|
border: #f7f7f7 1px solid; /* This is the default border */
|
||||||
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
|
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_Off .TB_Button_Text
|
.TB_Button_Off .TB_Button_Text
|
||||||
{
|
{
|
||||||
background-color: #efefde; /* Needed because of a bug on Clear Type */
|
background-color: #f7f7f7; /* Needed because of a bug on Clear Type */
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_ConnectionLine
|
.TB_ConnectionLine
|
||||||
@ -202,7 +202,7 @@ body
|
|||||||
|
|
||||||
.TB_Button_Off .TB_Text
|
.TB_Button_Off .TB_Text
|
||||||
{
|
{
|
||||||
background-color: #efefde ; /* Needed because of a bug on ClearType */
|
background-color: #f7f7f7 ; /* Needed because of a bug on ClearType */
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Button_On_Over .TB_Text
|
.TB_Button_On_Over .TB_Text
|
||||||
@ -237,7 +237,7 @@ body
|
|||||||
|
|
||||||
.MN_Icon
|
.MN_Icon
|
||||||
{
|
{
|
||||||
background-color: #e3e3c7;
|
background-color: #dedede;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
@ -267,12 +267,12 @@ body
|
|||||||
.MN_Item_Over
|
.MN_Item_Over
|
||||||
{
|
{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #8f8f73;
|
background-color: #8a857d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MN_Item_Over .MN_Icon
|
.MN_Item_Over .MN_Icon
|
||||||
{
|
{
|
||||||
background-color: #737357;
|
background-color: #6c6761;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MN_Item_Disabled IMG
|
.MN_Item_Disabled IMG
|
||||||
@ -332,6 +332,7 @@ body
|
|||||||
border: 1px solid #8f8f73;
|
border: 1px solid #8f8f73;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Panel, .SC_Panel TD
|
.SC_Panel, .SC_Panel TD
|
||||||
@ -369,7 +370,7 @@ body
|
|||||||
|
|
||||||
.SC_ItemOver
|
.SC_ItemOver
|
||||||
{
|
{
|
||||||
border: #316ac5 1px solid;
|
border: #404040 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Field
|
.SC_Field
|
||||||
@ -386,7 +387,7 @@ body
|
|||||||
opacity: 0.75; /* Safari, Opera and Mozilla */
|
opacity: 0.75; /* Safari, Opera and Mozilla */
|
||||||
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
|
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
|
||||||
height: 23px;
|
height: 23px;
|
||||||
background-color: #efefde;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_FieldLabel
|
.SC_FieldLabel
|
||||||
@ -457,8 +458,8 @@ body
|
|||||||
|
|
||||||
.ColorSelected
|
.ColorSelected
|
||||||
{
|
{
|
||||||
border: #330066 1px solid;
|
border: #316ac5 1px solid;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #c4cdd6;
|
background-color: #c1d2ee;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
||||||
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
||||||
*
|
*
|
||||||
@ -42,7 +42,7 @@ FCKConfig.StartupShowBlocks = false ;
|
|||||||
FCKConfig.Debug = false ;
|
FCKConfig.Debug = false ;
|
||||||
FCKConfig.AllowQueryStringDebug = true ;
|
FCKConfig.AllowQueryStringDebug = true ;
|
||||||
|
|
||||||
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
|
FCKConfig.SkinPath = FCKConfig.BasePath + '/';
|
||||||
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
||||||
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 48 B After Width: | Height: | Size: 48 B |
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 200 B |
|
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 959 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |