2001-03-16 05:56:38 +03:00
|
|
|
/*
|
2000-05-02 03:47:56 +04:00
|
|
|
* The contents of this file are subject to the Netscape Public
|
|
|
|
* License Version 1.1 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.mozilla.org/NPL/
|
2001-03-16 05:56:38 +03:00
|
|
|
*
|
2000-05-02 03:47:56 +04:00
|
|
|
* Software distributed under the License is distributed on an "AS
|
|
|
|
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
* implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
2001-03-16 05:56:38 +03:00
|
|
|
*
|
2000-05-02 03:47:56 +04:00
|
|
|
* The Original Code is Mozilla Communicator client code, released
|
|
|
|
* March 31, 1998.
|
2001-03-16 05:56:38 +03:00
|
|
|
*
|
2000-05-02 03:47:56 +04:00
|
|
|
* The Initial Developer of the Original Code is Netscape
|
|
|
|
* Communications Corporation. Portions created by Netscape are
|
2001-03-16 05:56:38 +03:00
|
|
|
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
|
2000-05-02 03:47:56 +04:00
|
|
|
* Rights Reserved.
|
2001-03-16 05:56:38 +03:00
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Joe Hewitt (hewitt@netscape.com)
|
2000-05-02 03:47:56 +04:00
|
|
|
*/
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2000-05-02 03:47:56 +04:00
|
|
|
|
2001-09-01 02:04:19 +04:00
|
|
|
/* ::::: formatting buttons ::::: */
|
2000-05-02 03:47:56 +04:00
|
|
|
|
2001-09-20 11:10:52 +04:00
|
|
|
#FormatToolbar > toolbarbutton {
|
|
|
|
border: none !important;
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
|
|
|
|
2001-09-20 11:10:52 +04:00
|
|
|
#FormatToolbar > toolbarbutton[toggled="true"] {
|
2001-05-12 09:02:09 +04:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2000-05-02 03:47:56 +04:00
|
|
|
#DecreaseFontSizeButton {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/dec-font-size.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#DecreaseFontSizeButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/dec-font-size-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#DecreaseFontSizeButton[toggled="true"],
|
|
|
|
#DecreaseFontSizeButton[toggled="true"]:hover,
|
|
|
|
#DecreaseFontSizeButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/dec-font-size-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#DecreaseFontSizeButton[disabled="true"],
|
|
|
|
#DecreaseFontSizeButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/dec-font-size-dis.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2000-05-02 03:47:56 +04:00
|
|
|
#IncreaseFontSizeButton {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/inc-font-size.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#IncreaseFontSizeButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/inc-font-size-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#IncreaseFontSizeButton[toggled="true"],
|
|
|
|
#IncreaseFontSizeButton[toggled="true"]:hover,
|
|
|
|
#IncreaseFontSizeButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/inc-font-size-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#IncreaseFontSizeButton[disabled="true"],
|
|
|
|
#IncreaseFontSizeButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/inc-font-size-dis.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
|
|
|
#boldButton {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bold.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#boldButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bold-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#boldButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bold-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#boldButton[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bold-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#boldButton[disabled="true"],
|
|
|
|
#boldButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bold-dis.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#italicButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/italic.gif");
|
|
|
|
}
|
2001-03-14 10:33:46 +03:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#italicButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/italic-hov.gif");
|
2001-03-14 10:33:46 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#italicButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/italic-act.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#italicButton[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/italic-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#italicButton[disabled="true"],
|
|
|
|
#italicButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/italic-dis.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#underlineButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/underline.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#underlineButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/underline-hov.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#underlineButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/underline-act.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#underlineButton[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/underline-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#underlineButton[disabled="true"],
|
|
|
|
#underlineButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/underline-dis.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#ulButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bullets.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#ulButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bullets-hov.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#ulButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bullets-act.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#ulButton[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bullets-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#ulButton[disabled="true"],
|
|
|
|
#ulButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/bullets-dis.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#olButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/numbers.gif");
|
2001-02-07 10:52:02 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#olButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/numbers-hov.gif");
|
|
|
|
}
|
2001-02-07 10:52:02 +03:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#olButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/numbers-act.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#olButton[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/numbers-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#olButton[disabled="true"],
|
|
|
|
#olButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/numbers-dis.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#outdentButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/outdent.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#outdentButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/outdent-hov.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#outdentButton[toggled="true"],
|
|
|
|
#outdentButton[toggled="true"]:hover,
|
|
|
|
#outdentButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/outdent-act.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#outdentButton[disabled="true"],
|
|
|
|
#outdentButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/outdent-dis.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#indentButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/indent.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#indentButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/indent-hov.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#indentButton[toggled="true"],
|
|
|
|
#indentButton[toggled="true"]:hover,
|
|
|
|
#indentButton:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/indent-act.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
#indentButton[disabled="true"],
|
|
|
|
#indentButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/indent-dis.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignPopupButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignPopupButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignPopupButton:hover:active,
|
|
|
|
#AlignPopupButton[open="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-act.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignPopupButton[disabled="true"],
|
|
|
|
#AlignPopupButton[disabled="true"]:hover,
|
|
|
|
#AlignPopupButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-dis.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignLeftItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-left.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignLeftItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-left-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignCenterItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-center.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignCenterItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-center-hov.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignRightItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-right.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignRightItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-right-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignJustifyItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-justify.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#AlignJustifyItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/align-justify-hov.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertPopupButton {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertPopupButton:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertPopupButton:hover:active,
|
|
|
|
#InsertPopupButton[open="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-act.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertPopupButton[disabled="true"],
|
|
|
|
#InsertPopupButton[disabled="true"]:hover,
|
|
|
|
#InsertPopupButton[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-dis.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertLinkItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-link.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertLinkItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-link-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertAnchorItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-anchor.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertAnchorItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-anchor-hov.gif");
|
2001-03-09 03:01:55 +03:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertImageItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-image.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertImageItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-image-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#InsertHRuleItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-hrule.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
#InsertHRuleItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-hrule-hov.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
#InsertTableItem {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-table.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
#InsertTableItem:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/insert-table-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-left-button {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/left.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-left-button:hover {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/left-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-left-button:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/left-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#align-left-button[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/left-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-left-button[disabled="true"],
|
|
|
|
#align-left-button[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/left-dis.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#align-center-button {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/center.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2000-09-15 10:23:46 +04:00
|
|
|
#align-center-button:hover {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/center-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-center-button:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/center-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#align-center-button[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/center-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-center-button[disabled="true"],
|
|
|
|
#align-center-button[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/center-dis.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#align-right-button {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/right.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-08-12 04:02:56 +04:00
|
|
|
|
2000-09-15 10:23:46 +04:00
|
|
|
#align-right-button:hover {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/right-hov.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-right-button:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/right-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#align-right-button[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/right-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-right-button[disabled="true"],
|
|
|
|
#align-right-button[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/right-dis.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#align-justify-button {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/justify.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-09-15 10:23:46 +04:00
|
|
|
|
|
|
|
#align-justify-button:hover {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/justify-hov.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
#align-justify-button:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/justify-act.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
#align-justify-button[toggled="true"] {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/justify-sel.gif");
|
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#align-justify-button[disabled="true"],
|
|
|
|
#align-justify-button[disabled="true"]:hover:active {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/justify-dis.gif");
|
2000-09-15 10:23:46 +04:00
|
|
|
}
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
#smileButtonMenu {
|
|
|
|
list-style-image: url("chrome://editor/skin/btn2/smiley.gif");
|
2000-08-12 04:02:56 +04:00
|
|
|
}
|
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
#smileButtonMenu:hover {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/smiley-hov.gif");
|
|
|
|
}
|
2000-05-02 03:47:56 +04:00
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
#smileButtonMenu:hover:active,
|
|
|
|
#smileButtonMenu[open="true"] {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/smiley-act.gif");
|
|
|
|
}
|
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
#smileButtonMenu[disabled="true"],
|
|
|
|
#smileButtonMenu[disabled="true"]:hover,
|
|
|
|
#smileButtonMenu[disabled="true"]:hover:active {
|
2001-03-16 05:56:38 +03:00
|
|
|
list-style-image: url("chrome://editor/skin/btn2/smiley-dis.gif");
|
|
|
|
}
|
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
.insert-smile > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
list-style-image:url("chrome://editor/skin/icons/smiley/smile_n.gif");
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2000-05-02 12:10:42 +04:00
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
.insert-tongue > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
list-style-image:url("chrome://editor/skin/icons/smiley/tongue_n.gif");
|
2001-03-16 05:56:38 +03:00
|
|
|
}
|
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
.insert-frown > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
list-style-image:url("chrome://editor/skin/icons/smiley/frown_n.gif");
|
|
|
|
}
|
2001-03-16 05:56:38 +03:00
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
.insert-wink > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
list-style-image:url("chrome://editor/skin/icons/smiley/wink_n.gif");
|
|
|
|
}
|
2001-04-07 09:49:24 +04:00
|
|
|
|
|
|
|
.insert-laughing > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
list-style-image:url("chrome://editor/skin/icons/smiley/laughing_n.gif");
|
|
|
|
}
|
2001-04-07 09:49:24 +04:00
|
|
|
|
|
|
|
.insert-embarrassed > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
list-style-image:url("chrome://editor/skin/icons/smiley/embarrassed_n.gif");
|
|
|
|
}
|
2001-03-16 05:56:38 +03:00
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
.insert-undecided > .menu-iconic-left {
|
2001-04-13 07:45:37 +04:00
|
|
|
list-style-image:url(chrome://editor/skin/icons/smiley/undecided_n.gif);
|
2001-03-16 05:56:38 +03:00
|
|
|
}
|
|
|
|
|
2001-04-07 09:49:24 +04:00
|
|
|
.smiley > .menu-iconic-left {
|
2001-04-30 22:58:08 +04:00
|
|
|
margin-right: 15px;
|
2001-03-16 05:56:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ::::: fg/bg color picker ::::: */
|
|
|
|
|
2000-05-02 12:10:42 +04:00
|
|
|
.color-button {
|
2001-03-16 05:56:38 +03:00
|
|
|
margin: 2px;
|
|
|
|
border: 1px inset #5B7693;
|
2000-05-02 03:47:56 +04:00
|
|
|
padding: 0px;
|
2001-03-16 05:56:38 +03:00
|
|
|
width: 14px;
|
2000-05-02 03:47:56 +04:00
|
|
|
height: 12px;
|
2000-05-02 12:10:42 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.color-button:hover {
|
2001-03-16 05:56:38 +03:00
|
|
|
border: 1px solid #ffffff;
|
2000-05-02 12:10:42 +04:00
|
|
|
}
|
|
|
|
|
2000-08-23 04:43:45 +04:00
|
|
|
#TextColorButton {
|
2000-05-02 12:10:42 +04:00
|
|
|
margin: 2px 9px 9px 2px;
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
|
|
|
|
2000-08-23 04:43:45 +04:00
|
|
|
#BackgroundColorButton {
|
2000-05-02 12:10:42 +04:00
|
|
|
margin: 9px 2px 2px 9px;
|
2000-05-02 03:47:56 +04:00
|
|
|
}
|
2001-03-16 05:56:38 +03:00
|
|
|
|