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-1999 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- *
- */
-
- /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
-
- /* ===== primaryToolbar.css =============================================
- == Images for the Mail primary toolbar.
- ======================================================================= */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: primary toolbar ::::: */
-
- .toolbarbutton-1,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- min-width: 6em !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-getmsg {
- -moz-image-region: rect(105px 23px 126px 0px);
- }
-
- #button-getmsg:hover {
- -moz-image-region: rect(105px 46px 126px 23px);
- }
-
- #button-getmsg:hover:active,
- #button-getmsg[open="true"] {
- -moz-image-region: rect(105px 69px 126px 46px);
- }
-
- #button-getmsg[disabled="true"] {
- -moz-image-region: rect(105px 92px 126px 69px) !important;
- }
-
- #button-newmsg {
- -moz-image-region: rect(126px 23px 147px 0px);
- }
-
- #button-newmsg:hover {
- -moz-image-region: rect(126px 46px 147px 23px);
- }
-
- #button-newmsg:hover:active {
- -moz-image-region: rect(126px 69px 147px 46px);
- }
-
- #button-newmsg[disabled="true"] {
- -moz-image-region: rect(126px 92px 147px 69px) !important;
- }
-
- #button-reply {
- -moz-image-region: rect(168px 23px 189px 0px);
- }
-
- #button-reply:hover {
- -moz-image-region: rect(168px 46px 189px 23px);
- }
-
- #button-reply:hover:active {
- -moz-image-region: rect(168px 69px 189px 46px);
- }
-
- #button-reply[disabled="true"] {
- -moz-image-region: rect(168px 92px 189px 69px) !important;
- }
-
- #button-replyall {
- -moz-image-region: rect(189px 23px 210px 0px);
- }
-
- #button-replyall:hover {
- -moz-image-region: rect(189px 46px 210px 23px);
- }
-
- #button-replyall:hover:active {
- -moz-image-region: rect(189px 69px 210px 46px);
- }
-
- #button-replyall[disabled="true"] {
- -moz-image-region: rect(189px 92px 210px 69px) !important;
- }
-
- #button-forward {
- -moz-image-region: rect(84px 23px 105px 0px);
- }
-
- #button-forward:hover {
- -moz-image-region: rect(84px 46px 105px 23px);
- }
-
- #button-forward:hover:active {
- -moz-image-region: rect(84px 69px 105px 46px);
- }
-
- #button-forward[disabled="true"] {
- -moz-image-region: rect(84px 92px 105px 69px) !important;
- }
-
- #button-file {
- -moz-image-region: rect(63px 23px 84px 0px);
- }
-
- #button-file:hover {
- -moz-image-region: rect(63px 46px 84px 23px);
- }
-
- #button-file:hover:active,
- #button-file[open="true"] {
- -moz-image-region: rect(63px 69px 84px 46px);
- }
-
- #button-file[disabled="true"] {
- -moz-image-region: rect(63px 92px 84px 69px) !important;
- }
-
- #button-next {
- -moz-image-region: rect(147px 23px 168px 0px);
- }
-
- #button-next:hover {
- -moz-image-region: rect(147px 46px 168px 23px);
- }
-
- #button-next:hover:active {
- -moz-image-region: rect(147px 69px 168px 46px);
- }
-
- #button-next[disabled="true"] {
- -moz-image-region: rect(147px 92px 168px 69px) !important;
- }
-
- #button-delete {
- -moz-image-region: rect(210px 23px 231px 0px);
- }
-
- #button-delete:hover {
- -moz-image-region: rect(210px 46px 231px 23px);
- }
-
- #button-delete:hover:active {
- -moz-image-region: rect(210px 69px 231px 46px);
- }
-
- #button-delete[disabled="true"] {
- -moz-image-region: rect(210px 92px 231px 69px) !important;
- }
-
- #button-mark {
- -moz-image-region: rect(336px 23px 357px 0);
- }
-
- #button-mark:hover {
- -moz-image-region: rect(336px 46px 357px 23px);
- }
-
- #button-mark:hover:active,
- #button-mark[open="true"] {
- -moz-image-region: rect(336px 69px 357px 46px);
- }
-
- #button-mark[disabled="true"] {
- -moz-image-region: rect(336px 92px 357px 69px) !important;
- }
-
- #button-print {
- list-style-image: url("chrome://messenger/skin/icons/btn2.gif");
- -moz-image-region: rect(0px 23px 21px 0px);
- }
-
- #button-print:hover {
- -moz-image-region: rect(0px 45px 21px 22px);
- }
-
- #button-print:hover:active,
- #button-print[open="true"] {
- -moz-image-region: rect(0px 67px 21px 44px);
- }
-
- #button-print[disabled="true"] {
- -moz-image-region: rect(0px 89px 21px 66px) !important;
- }
-
- #button-stop {
- list-style-image: url("chrome://messenger/skin/icons/btn2.gif");
- -moz-image-region: rect(21px 23px 42px 0px);
- }
-
- #button-stop:hover {
- -moz-image-region: rect(21px 45px 42px 22px);
- }
-
- #button-stop:hover:active {
- -moz-image-region: rect(21px 67px 42px 44px);
- }
-
- #button-stop[disabled="true"] {
- -moz-image-region: rect(21px 89px 42px 66px) !important;
- }
-
- #button-junk{
- -moz-image-region: rect(378px 23px 399px 0);
- }
-
- #button-junk:hover {
- -moz-image-region: rect(378px 46px 399px 23px);
- }
-
- #button-junk:hover:active {
- -moz-image-region: rect(378px 69px 399px 46px);
- }
-
- #button-junk[disabled="true"] {
- -moz-image-region: rect(378px 92px 399px 69px) !important;
- }
-
- #junkBarImage {
- list-style-image: url("chrome://messenger/skin/icons/junkbar.gif");
- }
-
- #junkBarMessage {
- font-weight: bold;
- }
-
- #junkBar {
- border-top: 1px solid ThreeDHighlight;
- border-right: 1px solid ThreeDShadow;
- border-bottom: 1px solid ThreeDShadow;
- border-left: 1px solid ThreeDHighlight;
- background-color: #C7BC8F;
- }
-
- #junkIcon {
- list-style-image: url("chrome://messenger/skin/icons/junkmail.gif");
- margin: 0px 0px 0px 1px;
- }
-