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");
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- list-style-image: url("chrome://messenger/skin/icons/btn1.png");
- }
-
- #button-send {
- -moz-image-region: rect(240px 24px 264px 0px);
- }
-
- #button-send:hover {
- -moz-image-region: rect(240px 48px 264px 24px);
- }
-
- #button-send:hover:active {
- -moz-image-region: rect(240px 72px 264px 48px);
- }
-
- #button-send[disabled="true"] {
- -moz-image-region: rect(240px 96px 264px 72px) !important;
- }
-
- #button-address {
- -moz-image-region: rect(264px 24px 288px 0px);
- }
-
- #button-address:hover {
- -moz-image-region: rect(264px 48px 288px 24px);
- }
-
- #button-address:hover:active {
- -moz-image-region: rect(264px 72px 288px 48px);
- }
-
- #button-address[disabled="true"] {
- -moz-image-region: rect(264px 96px 288px 72px) !important;
- }
-
- #button-attach {
- -moz-image-region: rect(288px 24px 312px 0px);
- }
-
- #button-attach:hover {
- -moz-image-region: rect(288px 48px 312px 24px);
- }
-
- #button-attach:hover:active {
- -moz-image-region: rect(288px 72px 312px 48px);
- }
-
- #button-attach[disabled="true"] {
- -moz-image-region: rect(288px 96px 312px 72px) !important;
- }
-
- #spellingButton {
- list-style-image: url("chrome://editor/skin/icons/btn1.gif");
- -moz-image-region: rect(101px 23px 122px 0);
- }
-
- #spellingButton:hover {
- -moz-image-region: rect(101px 46px 122px 23px);
- }
-
- #spellingButton:hover:active {
- -moz-image-region: rect(122px 23px 143px 0);
- }
-
- #spellingButton[disabled="true"] {
- -moz-image-region: rect(122px 46px 143px 23px) !important;
- }
-
- #button-save {
- -moz-image-region: rect(336px 24px 360px 0px);
- }
-
- #button-save:hover {
- -moz-image-region: rect(336px 48px 360px 24px);
- }
-
- #button-save:hover:active {
- -moz-image-region: rect(336px 72px 360px 48px);
- }
-
- #button-save[disabled="true"] {
- -moz-image-region: rect(336px 96px 360px 72px) !important;
- }
-
- /* ::::: enigmail addon button ::::: */
- #button-enigmail-send {
- list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send.png") !important;
- }
-
- #button-enigmail-send[disabled="true"], #button-enigmail-send[disabled="true"]:hover,
- #button-enigmail-send[disabled="true"]:hover:active {
- list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send-dis.png") !important;
- }
-
- #button-enigmail-send:hover {
- list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send-hov.png") !important;
- }
-
- #button-enigmail-send:hover:active {
- list-style-image: url("chrome://messenger/skin/icons/button-enigmail-send-act.png") !important;
- }
- /* ::::: end enigmail addon button ::::: */
-
- /* ::::: 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;
- }
-
- #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/addressbook/icons/addrbook.png");
- }
-
- treechildren:-moz-tree-image(remote-abook) {
- margin: 2px -3px 2px 2px;
- list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.png");
- }
-
- treechildren:-moz-tree-image(remote-err) {
- margin: 2px -3px 2px 2px;
- list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.png");
- }
-
- .identity-popup-item {
- -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem);
- }
-
- .composemenu-text-2 {
- font-style: italic;
- color: GrayText;
- }
-