132 lines
3.6 KiB
CSS
132 lines
3.6 KiB
CSS
.body_content {
|
|
font-family : <%if advanced_editor_font%><%advanced_editor_font%><%else%>Verdana, Arial, Helvetica, sans-serif<%endif%>;
|
|
font-size: <%if is_ie%>x-<%endif%>small;
|
|
color : #000000;
|
|
background-color: <%if advanced_editor_background%><%advanced_editor_background%><%else%>#FFFFFF<%endif%>;
|
|
cursor: default;
|
|
}
|
|
|
|
.html_content {
|
|
font-family : Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 14px;
|
|
color : #000000;
|
|
background-color: #FFFFFF;
|
|
cursor: default;
|
|
visibility: hidden;
|
|
border: 0px;
|
|
width: 0px;
|
|
height: 0px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.bar {
|
|
position : absolute;
|
|
background-color : <%if editor_base_color%><%editor_base_color%><%else%>#CCCCCC<%endif%>;
|
|
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;
|
|
}
|
|
|
|
.toolbar {
|
|
position : relative;
|
|
background-color : <%if editor_base_color%><%editor_base_color%><%else%>#CCCCCC<%endif%>;
|
|
border-bottom : 0px;
|
|
border-left : 0px;
|
|
border-right : 0px;
|
|
border-top : 0px;
|
|
height : 25px;
|
|
top : 0px;
|
|
left : 0px;
|
|
}
|
|
|
|
.menu {
|
|
position : absolute;
|
|
background-color : <%if editor_base_color%><%editor_base_color%><%else%>#CCCCCC<%endif%>;
|
|
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;
|
|
visibility : hidden;
|
|
}
|
|
|
|
.tb_icon {
|
|
position : absolute;
|
|
left : -1px;
|
|
top : -1px;
|
|
}
|
|
|
|
.icon_down {
|
|
position : absolute;
|
|
left : 0px;
|
|
top : 0px;
|
|
}
|
|
|
|
.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 : 0px;
|
|
}
|
|
|