home *** CD-ROM | disk | FTP | other *** search
- /*
- * 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/
- *
- * 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.
- *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-2001 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- * Joe Hewitt (hewitt@netscape.com)
- */
-
- /* ===== messengercompose.css ===========================================
- == Styles for the main Messenger Compose window.
- ======================================================================= */
-
- @import url("chrome://messenger/skin/");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: tools menu icons ::::: */
- .icon-mail16 {
- list-style-image: url("chrome://messenger/skin/icons/mail.png") !important;
- }
-
- .icon-addressbook16 {
- list-style-image: url("chrome://messenger/skin/icons/addrbook.png") !important;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- -moz-box-orient: vertical;
- }
-
- toolbar[mode="icons"] .toolbarbutton-text {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker,
- toolbar[mode="text"] .toolbarbutton-icon {
- display: none;
- }
-
- toolbar[mode="text"] .toolbarbutton-text {
- padding: 0 !important;
- margin: 3px 5px !important;
- }
-
- #button-send {
- list-style-image: url('chrome://messenger/skin/icons/send.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-send:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-send[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-address {
- list-style-image: url('chrome://messenger/skin/icons/address.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-address:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-address[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #spellingButton {
- list-style-image: url('chrome://messenger/skin/icons/spell.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #spellingButton:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #spellingButton[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-attach {
- list-style-image: url('chrome://messenger/skin/icons/attach.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-attach:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-attach:hover:active {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-attach[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #button-save {
- list-style-image: url('chrome://messenger/skin/icons/save.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #button-save:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-save:hover:active {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #button-save[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #quoteButton {
- list-style-image: url('chrome://messenger/skin/icons/reload.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #quoteButton:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #quoteButton[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #copy-button {
- list-style-image: url('chrome://messenger/skin/icons/copy.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #copy-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #copy-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #cut-button {
- list-style-image: url('chrome://messenger/skin/icons/cut.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #cut-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #cut-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- #paste-button {
- list-style-image: url('chrome://messenger/skin/icons/paste.png');
- -moz-image-region: rect(0px 32px 32px 0px);
- }
-
- #paste-button:hover {
- -moz-image-region: rect(32px 32px 64px 0px);
- }
-
- #paste-button[disabled="true"] {
- -moz-image-region: rect(64px 32px 96px 0px);
- }
-
- /* ::::: small primary toolbar buttons ::::: */
-
- toolbar[iconsize="small"] #button-send {
- list-style-image: url("chrome://messenger/skin/icons/send-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-send:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-send[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #copy-button {
- list-style-image: url("chrome://messenger/skin/icons/copy-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #copy-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #copy-button[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #cut-button {
- list-style-image: url("chrome://messenger/skin/icons/cut-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #cut-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #cut-button[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #paste-button {
- list-style-image: url("chrome://messenger/skin/icons/paste-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #paste-button:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #paste-button[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #button-address {
- list-style-image: url("chrome://messenger/skin/icons/address-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-address:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-address[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #spellingButton {
- list-style-image: url("chrome://messenger/skin/icons/spell-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #spellingButton:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #spellingButton[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #button-attach {
- list-style-image: url("chrome://messenger/skin/icons/attach-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-attach:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-attach[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #button-save {
- list-style-image: url("chrome://messenger/skin/icons/save-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #button-save:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #button-save[disabled] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[iconsize="small"] #quoteButton {
- list-style-image: url("chrome://messenger/skin/icons/reload-small.png");
- -moz-image-region: rect(0px 24px 24px 0px);
- }
-
- toolbar[iconsize="small"] #quoteButton:hover {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- toolbar[iconsize="small"] #quoteButton[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px);
- }
-
- toolbar[icionsize="small" #button-enigmail-send {
- list-style-image: url('chrome://messenger/skin/icons/send-small.png')!important;
- -moz-image-region: rect(0px 24px 24px 0px) !important;
- }
-
- toolbar[icionsize="small" #button-enigmail-send:hover {
- -moz-image-region: rect(24px 24px 48px 0px) !important;
- }
-
- toolbar[icionsize="small" #button-enigmail-send[disabled="true"] {
- -moz-image-region: rect(48px 24px 72px 0px) !important;
- }
-
- /* ::::: special toolbar colors ::::: */
-
- #content-frame {
- border-left: 1px solid ThreeDDarkShadow;
- border-right: 1px solid ThreeDLightShadow;
- }
-
- #appcontent {
- border-left: 1px solid ThreeDShadow;
- border-right: 1px solid ThreeDHighlight;
- }
-
- #attachmentbucket-sizer {
- border-top: none;
- border-bottom: none;
- }
-
- /* XXX I should really have a selector rule here to select just .listcell-icon objects underneath the attachmentList listbox */
-
- .listcell-icon
- {
- margin-left: 2px;
- margin-top: 2px;
- }
-
- #compose-toolbar-sizer {
- border-top-width: 1px;
- border-left: none;
- border-right: none;
- -moz-border-top-colors: ThreeDHighlight;
- }
-
- #msgSubject {
- margin-top: 0px;
- margin-bottom: 4px;
- }
-
- /* ::::: autocomplete icons ::::: */
-
- treechildren::-moz-tree-cell-text(default-match) {
- margin: 2px -3px 2px 15px;
- border: none;
- }
-
- treechildren::-moz-tree-image(local-abook) {
- margin: 2px -1px 2px 4px;
- list-style-image: url("chrome://messenger/skin/icons/addrbook.png");
- }
-
- treechildren::-moz-tree-image(remote-abook) {
- margin: 2px -3px 2px 2px;
- list-style-image: url("chrome://messenger/skin/icons/addrbook.png");
- }
-
- treechildren::-moz-tree-image(remote-err) {
- margin: 2px -3px 2px 2px;
- list-style-image: url("chrome://messenger/skin/icons/addrbook.png");
- }
-
- .identity-menulist {
- -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuList);
- }
-
- .identity-popup-item {
- -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem);
- }
-
- .composemenu-text-2 {
- font-style: italic;
- color: GrayText;
- }
-
- /* ::::: addressing widget ::::: */
-
- #addressingWidget {
- -moz-user-focus: none;
- width: 0;
- }
-
- #typecol-addressingWidget {
- min-width: 9em;
- border-right: 1px solid #CACAFF;
- }
-
- .addressingWidgetItem,
- .dummy-row {
- border: none !important;
- background-color: inherit !important;
- color: inherit !important;
- }
-
- .addressingWidgetCell {
- border-bottom: 1px solid #CACAFF;
- padding: 0px;
- }
-
- .addressingWidgetCell:first-child {
- border-top: none;
- }
-
- .dummy-row-cell:first-child {
- border-top: none;
- border-bottom: 1px solid #CACAFF;
- }
-
- .person-icon {
- margin: 0 3px;
- list-style-image: url("chrome://messenger/skin/icons/abcard.gif");
- }
-
- /* ::::: format toolbar ::::: */
-
- #FormatToolbar > toolbarbutton {
- min-width: 3em;
- list-style-image: url("chrome://messenger/skin/icons/btn2.png");
- }
-
- #FormatToolbar > toolbarbutton > .toolbarbutton-text {
- display: none;
- }
-
- #DecreaseFontSizeButton {
- list-style-image: url("chrome://editor/skin/icons/smaller.png") !important;
- }
-
- #DecreaseFontSizeButton:hover {
- list-style-image: url("chrome://editor/skin/icons/smaller.png") !important;
- }
-
- #DecreaseFontSizeButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/smaller.png") !important;
- }
-
- #DecreaseFontSizeButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/smaller.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #IncreaseFontSizeButton {
- list-style-image: url("chrome://editor/skin/icons/bigger.png") !important;
- }
-
- #IncreaseFontSizeButton:hover {
- list-style-image: url("chrome://editor/skin/icons/bigger.png") !important;
- }
-
- #IncreaseFontSizeButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/bigger.png") !important;
- }
-
- #IncreaseFontSizeButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/bigger.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #boldButton {
- list-style-image: url("chrome://editor/skin/icons/bold.png") !important;
- }
-
- #boldButton:hover {
- list-style-image: url("chrome://editor/skin/icons/bold.png") !important;
- }
-
- #boldButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/bold.png") !important;
- }
-
- #boldButton[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/bold_checked.png") !important;
- -moz-opacity: 0.9 !important;
- }
-
- #boldButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/bold.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #italicButton {
- list-style-image: url("chrome://editor/skin/icons/italic.png") !important;
- }
-
- #italicButton:hover {
- list-style-image: url("chrome://editor/skin/icons/italic.png") !important;
- }
-
- #italicButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/italic.png") !important;
- }
-
- #italicButton[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/italic_checked.png") !important;
- -moz-opacity: 0.9 !important;
- }
-
- #italicButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/italic.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #underlineButton {
- list-style-image: url("chrome://editor/skin/icons/underline.png") !important;
- }
-
- #underlineButton:hover {
- list-style-image: url("chrome://editor/skin/icons/underline.png") !important;
- }
-
- #underlineButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/underline.png") !important;
- }
-
- #underlineButton[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/underline_checked.png") !important;
- -moz-opacity: 0.9 !important;
- }
-
- #underlineButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/underline.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #ulButton {
- list-style-image: url("chrome://editor/skin/icons/bullets.png") !important;
- }
-
- #ulButton:hover {
- list-style-image: url("chrome://editor/skin/icons/bullets.png") !important;
- }
-
- #ulButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/bullets.png") !important;
- }
-
- #ulButton[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/bullets_checked.png") !important;
- -moz-opacity: 0.9 !important;
- }
-
- #ulButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/bullets.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #olButton {
- list-style-image: url("chrome://editor/skin/icons/numbers.png") !important;
- }
-
- #olButton:hover {
- list-style-image: url("chrome://editor/skin/icons/numbers.png") !important;
- }
-
- #olButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/numbers.png") !important;
- }
-
- #olButton[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/numbers_checked.png") !important;
- -moz-opacity: 0.9 !important;
- }
-
- #olButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/numbers.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #outdentButton {
- list-style-image: url("chrome://editor/skin/icons/outdent.png") !important;
- }
-
- #outdentButton:hover {
- list-style-image: url("chrome://editor/skin/icons/outdent.png") !important;
- }
-
- #outdentButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/outdent.png") !important;
- }
-
- #outdentButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/outdent.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #indentButton {
- list-style-image: url("chrome://editor/skin/icons/indent.png") !important;
- }
-
- #indentButton:hover {
- list-style-image: url("chrome://editor/skin/icons/indent.png") !important;
- }
-
- #indentButton:hover:active {
- list-style-image: url("chrome://editor/skin/icons/indent.png") !important;
- }
-
- #indentButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/indent.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #align-left-button {
- list-style-image: url("chrome://editor/skin/icons/left.png") !important;
- }
-
- #align-left-button:hover {
- list-style-image: url("chrome://editor/skin/icons/left.png") !important;
- }
-
- #align-left-button:hover:active {
- list-style-image: url("chrome://editor/skin/icons/left.png") !important;
- }
-
- #align-left-button[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/left_checked.png") !important;
- }
-
- #align-left-button[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/left.png") !important;
- }
-
- #align-center-button {
- list-style-image: url("chrome://editor/skin/icons/center.png") !important;
- }
-
- #align-center-button:hover {
- list-style-image: url("chrome://editor/skin/icons/center.png") !important;
- }
-
- #align-center-button:hover:active {
- list-style-image: url("chrome://editor/skin/icons/center.png") !important;
- }
-
- #align-center-button[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/center_checked.png") !important;
- }
-
- #align-center-button[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/center.png") !important;
- }
-
- #align-right-button {
- list-style-image: url("chrome://editor/skin/icons/right.png") !important;
- }
-
- #align-right-button:hover {
- list-style-image: url("chrome://editor/skin/icons/right.png") !important;
- }
-
- #align-right-button:hover:active {
- list-style-image: url("chrome://editor/skin/icons/right.png") !important;
- }
-
- #align-right-button[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/right_checked.png") !important;
- }
-
- #align-right-button[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/right.png") !important;
- }
-
- #align-justify-button {
- list-style-image: url("chrome://editor/skin/icons/justify.png") !important;
- }
-
- #align-justify-button:hover {
- list-style-image: url("chrome://editor/skin/icons/justify.png") !important;
- }
-
- #align-justify-button:hover:active {
- list-style-image: url("chrome://editor/skin/icons/justify.png") !important;
- }
-
- #align-justify-button[checked="true"] {
- list-style-image: url("chrome://editor/skin/icons/justify_checked.png") !important;
- }
-
- #align-justify-button[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/justify.png") !important;
- }
-
- #AlignPopupButton {
- list-style-image: url("chrome://editor/skin/icons/align.png") !important;
- }
-
- #AlignPopupButton:hover {
- list-style-image: url("chrome://editor/skin/icons/align.png") !important;
- }
-
- #AlignPopupButton[open="true"] {
- list-style-image: url("chrome://editor/skin/icons/align.png") !important;
- }
-
- #AlignPopupButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/align.png") !important;
- -moz-opacity: 0.5 !important
- }
-
- #InsertPopupButton {
- list-style-image: url("chrome://editor/skin/icons/insert.png") !important;
- }
-
- #InsertPopupButton:hover {
- list-style-image: url("chrome://editor/skin/icons/insert.png") !important;
- }
-
- #InsertPopupButton[open="true"] {
- list-style-image: url("chrome://editor/skin/icons/insert.png") !important;
- }
-
- #InsertPopupButton[disabled="true"] {
- list-style-image: url("chrome://editor/skin/icons/insert.png") !important;
- -moz-opacity: 0.5 !important;
- }
-
- #smileButtonMenu,
- #smileButtonMenu[open="true"] {
- list-style-image: url("chrome://messenger/skin/icons/smileys/smile.png") !important;
- }
-
- #smileButtonMenu:hover {
- }
-
- #smileButtonMenu[disabled="true"] {
- -moz-opacity: 0.5 !important;
- }
-
- /* ::::: menuitem icons ::::: */
-
- /* ..... align menu ..... */
-
- #AlignPopup > menuitem {
- /*list-style-image: url("chrome://editor/skin/icons/btn2.png");*/
- }
-
- #AlignLeftItem {
- list-style-image: url("chrome://editor/skin/icons/left.png") !important;
- }
-
- #AlignLeftItem:hover {
- list-style-image: url("chrome://editor/skin/icons/left.png") !important;
- }
-
- #AlignCenterItem {
- list-style-image: url("chrome://editor/skin/icons/center.png") !important;
- }
-
- #AlignCenterItem:hover {
- list-style-image: url("chrome://editor/skin/icons/center.png") !important;
- }
-
- #AlignRightItem {
- list-style-image: url("chrome://editor/skin/icons/right.png") !important;
- }
-
- #AlignRightItem:hover {
- list-style-image: url("chrome://editor/skin/icons/right.png") !important;
- }
-
- #AlignJustifyItem {
- list-style-image: url("chrome://editor/skin/icons/justify.png") !important;
- }
-
- #AlignJustifyItem:hover {
- list-style-image: url("chrome://editor/skin/icons/justify.png") !important;
- }
-
- /* ..... insert menu ..... */
-
- #InsertPopup > menuitem {
- /*list-style-image: url("chrome://editor/skin/icons/btn1.gif");*/
- }
-
- #InsertLinkItem {
- list-style-image: url("chrome://editor/skin/icons/insert_link.png") !important;
- }
-
- #InsertLinkItem:hover {
- list-style-image: url("chrome://editor/skin/icons/insert_link.png") !important;
- }
-
- #InsertAnchorItem {
- list-style-image: url("chrome://editor/skin/icons/insert_anchor.png") !important;
- }
-
- #InsertAnchorItem:hover {
- list-style-image: url("chrome://editor/skin/icons/insert_anchor.png") !important;
- }
-
- #InsertImageItem {
- list-style-image: url("chrome://editor/skin/icons/insert_image.png") !important;
- }
-
- #InsertImageItem:hover {
- list-style-image: url("chrome://editor/skin/icons/insert_image.png") !important;
- }
-
- #InsertHRuleItem {
- list-style-image: url("chrome://editor/skin/icons/insert_hline.png") !important;
- }
-
- #InsertHRuleItem:hover {
- list-style-image: url("chrome://editor/skin/icons/insert_hline.png") !important;
- }
-
- #InsertTableItem {
- list-style-image: url("chrome://editor/skin/icons/insert_table.png") !important;
- }
-
- #InsertTableItem:hover {
- list-style-image: url("chrome://editor/skin/icons/insert_table.png") !important;
- }
-
- /* ..... smiley menu ..... */
-
- #smileySmile > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/smile.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyFrown > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/frown.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyWink > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/wink.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyTongue > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/tongue-out.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyLaughing > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/laughing.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyEmbarassed > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/embarrassed.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyUndecided > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/undecided.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileySurprise > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/surprised.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyKiss > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/kiss.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyYell > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/yell.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyCool > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/cool.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyMoney > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/money-mouth.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyFoot > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/foot-in-mouth.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyInnocent > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/innocent.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileyCry > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/cry.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
- #smileySealed > .menu-iconic-left {
- list-style-image: url("chrome://messenger/skin/icons/smileys/lips-sealed.png") !important;
- -moz-image-region: auto; /* cut off inheritance */
- }
-
-
-
- /* ..... fg/bg color picker ..... */
-
- .ColorPickerLabel {
- border: 1px inset ThreeDFace;
- margin: 0px;
- padding: 2px;
- }
-
- .color-button {
- border: 1px inset ThreeDFace;
- padding: 0px;
- width: 14px;
- height: 12px;
- margin: 2px;
- }
-
- .color-button:hover {
- border: 1px solid ThreeDDarkShadow;
- }
-
- #TextColorButton {
- margin: 2px 9px 9px 2px;
- }
-
- #BackgroundColorButton {
- margin: 9px 2px 2px 9px;
- }
-
- #HighlightColorButton {
- -moz-image-region: rect(260px 16px 272px 0px);
- background-color: transparent;
- }
-
- #HighlightColorButton:hover {
- -moz-image-region: rect(260px 32px 272px 16px);
- }
-
- #HighlightColorButton:hover:active {
- -moz-image-region: rect(260px 48px 272px 32px);
- }
-
- #HighlightColorButton[disabled="true"],
- #HighlightColorButton[disabled="true"]:hover,
- #HighlightColorButton[disabled="true"]:hover:active {
- -moz-image-region: rect(260px 64px 272px 48px);
- }
-
- /* ::::: address book sidebar ::::: */
- .ab-closebutton {
- list-style-image: url("chrome://messenger/skin/icons/close-button.png");
- -moz-image-region: rect(0px 16px 16px 0px);
- }
-
- .ab-closebutton:hover, .ab-closebutton:hover:active {
- -moz-image-region: rect(16px 16px 32px 0px);
- }
-
- #sidebar {
- background-color: Window;
- }
-