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)
- */
-
- /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
-
- /* ===== 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 ::::: */
-
- .toolbarbutton-1,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- min-width: 4.2em !important;
- }
-
- .toolbarbutton-1 {
- list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
- }
-
- .toolbarbutton-1 > .toolbarbutton-icon,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
- margin: 0px 1px 0px 0px !important;
- padding: 2px 1px 4px 1px !important;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- #button-send {
- -moz-image-region: rect(294px 23px 315px 0px);
- }
-
- #button-send:hover {
- -moz-image-region: rect(294px 46px 315px 23px);
- }
-
- #button-send:hover:active {
- -moz-image-region: rect(294px 69px 315px 46px);
- }
-
- #button-send[disabled="true"] {
- -moz-image-region: rect(294px 92px 315px 69px) !important;
- }
-
- #button-address {
- -moz-image-region: rect(231px 23px 252px 0px);
- }
-
- #button-address:hover {
- -moz-image-region: rect(231px 46px 252px 23px);
- }
-
- #button-address:hover:active {
- -moz-image-region: rect(231px 69px 252px 46px);
- }
-
- #button-address[disabled="true"] {
- -moz-image-region: rect(231px 92px 252px 69px) !important;
- }
-
- #button-attach {
- -moz-image-region: rect(252px 23px 273px 0px);
- }
-
- #button-attach:hover {
- -moz-image-region: rect(252px 46px 273px 23px);
- }
-
- #button-attach:hover:active {
- -moz-image-region: rect(252px 69px 273px 46px);
- }
-
- #button-attach[disabled="true"] {
- -moz-image-region: rect(252px 92px 273px 69px) !important;
- }
-
- #spellingButton {
- -moz-image-region: rect(357px 23px 378px 0px);
- }
-
- #spellingButton:hover {
- -moz-image-region: rect(357px 46px 378px 23px) !important;
- }
-
- #spellingButton:hover:active {
- -moz-image-region: rect(357px 69px 378px 46);
- }
-
- #spellingButton[disabled="true"] {
- -moz-image-region: rect(357px 92px 378px 69px) !important;
- }
-
- #button-save {
- -moz-image-region: rect(273px 23px 294px 0px);
- }
-
- #button-save:hover {
- -moz-image-region: rect(273px 46px 294px 23px);
- }
-
- #button-save:hover:active {
- -moz-image-region: rect(273px 69px 294px 46px);
- }
-
- #button-save[disabled="true"] {
- -moz-image-region: rect(273px 92px 294px 69px) !important;
- }
-
- #button-security {
- list-style-image: url("chrome://messenger/skin/smime/icons/smbtn1.gif");
- -moz-image-region: rect(42px 23px 63px 0px);
- }
-
- #button-security:hover {
- -moz-image-region: rect(42px 46px 63px 23px);
- }
-
- #button-security:hover:active,
- #button-security[open="true"] {
- -moz-image-region: rect(42px 69px 63px 46px);
- }
-
- #button-security[disabled="true"] {
- -moz-image-region: rect(42px 92px 63px 69px) !important;
- }
-
-
- /* ::::: special toolbar colors ::::: */
-
- #content-frame {
- border-top: 1px solid ThreeDDarkShadow;
- border-right: 1px solid ThreeDLightShadow;
- border-bottom: 1px solid ThreeDLightShadow;
- border-left: 1px solid ThreeDDarkShadow;
- }
-
- #appcontent {
- border-top: 1px solid ThreeDShadow;
- border-right: 1px solid ThreeDHighlight;
- border-bottom: 1px solid ThreeDHighlight;
- border-left: 1px solid ThreeDShadow;
- }
-
- #attachmentbucket-sizer {
- margin: 0;
- border: 0;
- padding: 0;
- width: 1px;
- }
-
- #compose-toolbar-sizer {
- border-top-width: 1px;
- border-left: none;
- border-right: none;
- -moz-border-top-colors: ThreeDHighlight;
- }
-
- #msgSubject {
- margin-top: 1px;
- 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/abcontact.gif");
- }
-
- treechildren:-moz-tree-image(remote-abook) {
- margin: 2px -3px 2px 2px;
- list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
- }
-
- treechildren:-moz-tree-image(remote-err) {
- margin: 2px -3px 2px 2px;
- list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
- }
-
- .identity-popup-item {
- -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem);
- }
-
- .composemenu-text-2 {
- color: GrayText;
- }
-
- /* ::::: miscellaneous ::::: */
-
- toolbox {
- margin-bottom: 0;
- }
-
- #compose-toolbar-sizer {
- display: none;
- }
-
- #attachmentBucket {
- width: 128px;
- }
-
- #attachmentBucket,
- #attachmentBucketText {
- margin: 2px 4px 4px 0px;
- padding: 0;
- }
-
- #addresses-box,
- #msgIdentity,
- #addressingWidget,
- #msgSubject {
- margin-right: 0;
- padding-right: 0;
- }
-