| Current File : //var/wcp4/mycath2o/public_html/file/file/file/private/templates.old/common/editor_style.css |
/*
* =================================================================
* HTML Editor - A wysiwyg web based editor for IE5.5+
* Website : http://gossamer-threads.com/
* Author : Scott Beck sbeck@gossamer-threads.com
* Revision : $Id: editor_style.css,v 1.1 2002/01/25 00:37:38 bao Exp $
*
* Copyright (c) 2000 Gossamer Threads Inc. All Rights Reserved.
* Redistribution in part or in whole strictly prohibited. Please
* see About file for full details.
* =================================================================
*
* Description: Style sheet for the main editor window.
*/
body {
scrollbar-base-color: #404040;
scrollbar-arrow-color: #00ff33;
}
.tb_icon {
position : absolute;
width : 22px;
height : 22px;
left : -1px;
top : -1px;
}
.icon_down {
position : absolute;
left : 0px;
top : 0px;
height : 23px;
width : 24px;
}
.icon_downpressed {
position : absolute;
left : 1px;
top : 1px;
}
.tb_menu_item {
position : absolute;
border-bottom : <%editor_base_color%> solid 1px;
border-left : <%editor_base_color%> solid 1px;
border-right : <%editor_base_color%> solid 1px;
border-top : <%editor_base_color%> solid 1px;
top : 1px;
height : 22px;
width : 23px;
}
.menu_item_mouseoverup {
position : absolute;
border-bottom : buttonshadow solid 1px;
border-left : buttonhighlight solid 1px;
border-right : buttonshadow solid 1px;
border-top : buttonhighlight solid 1px;
top : 1px;
height : 22px;
width : 23px;
}
.menu_item_mouseoverdown {
position : absolute;
border-bottom : buttonhighlight solid 1px;
border-left : buttonshadow solid 1px;
border-right : buttonhighlight solid 1px;
border-top : buttonshadow solid 1px;
top : 1px;
height : 22px;
width : 23px;
}
.menu_item_down {
position : absolute;
background-color : gainsboro;
border-bottom : buttonhighlight solid 1px;
border-left : buttonshadow solid 1px;
border-right : buttonhighlight solid 1px;
border-top : buttonshadow solid 1px;
top : 1px;
height : 22px;
width : 23px;
}
.tb_sep {
position : absolute;
border-left : buttonshadow solid 1px;
border-right : buttonhighlight solid 1px;
font-size : 0px;
top : 1px;
height : 22px;
width : 1px;
}
.tb_general {
position : absolute;
background-color : #C0C0C0;
height : 22px;
top : 2px;
font : 8pt Verdana,Arial,sans-serif;
border : none;
}
.tb_text_mouseover {
background-color : #C0C0C0;
height : 20px;
top : 2px;
font-family : "MS Sans Serif";
font-size : 6pt;
border-bottom : buttonhighlight solid 1px;
border-left : buttonshadow solid 1px;
border-right : buttonhighlight solid 1px;
border-top : buttonshadow solid 1px;
height : 17px;
}
.tb_handle {
position : absolute;
background-color : <%editor_base_color%>;
border-left : buttonhighlight solid 1px;
border-right : buttonshadow solid 1px;
border-top : buttonhighlight solid 1px;
font-size : 1px;
top : 1px;
height : 22px;
width : 3px;
}
.toolbar {
position : relative;
background-color : <%editor_base_color%>;
border-bottom : buttonshadow solid 1px;
border-left : buttonhighlight solid 1px;
border-right : buttonshadow solid 1px;
border-top : buttonhighlight solid 1px;
height : 25px;
top : 0px;
left : 0px;
}