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 */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: primary toolbar ::::: */
-
- .toolbarbutton-1,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- min-width: 0 !important;
- }
-
- .toolbarbutton-1 {
- list-style-image: url("chrome://editor/skin/icons/btn1.gif");
- margin: 1px 0px;
- }
-
- .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- margin: 0px;
- }
-
- .toolbarbutton-1 > .toolbarbutton-icon,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
- margin: 0px 1px 0px 0px !important;
- padding: 2px 1px 1px 2px !important;
- display: block !important;
- }
-
- .toolbarbutton-1 > .toolbarbutton-text,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text {
- display: none;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- #newButton,
- #newButton:hover,
- #newButton:hover:active {
- -moz-image-region: rect(0 48px 16px 32px);
- }
-
- #newButton[disabled="true"] {
- -moz-image-region: rect(0 64px 16px 48px) !important;
- }
-
- #openButton,
- #openButton:hover,
- #openButton:hover:active {
- -moz-image-region: rect(48px 48px 64px 32px);
- }
-
- #openButton[disabled="true"] {
- -moz-image-region: rect(148px 64px 64px 48px) !important;
- }
-
- #saveButton,
- #saveButton:hover,
- #saveButton:hover:active {
- -moz-image-region: rect(80px 48px 96px 32px);
- }
-
- #saveButton[disabled="true"] {
- -moz-image-region: rect(80px 64px 96px 48px) !important;
- }
-
- #publishButton,
- #publishButton:hover,
- #publishButton:hover:active {
- -moz-image-region: rect(176px 48px 192px 32px);
- }
-
- #publishButton[disabled="true"] {
- -moz-image-region: rect(176px 64px 192px 48px) !important;
- }
-
- #previewButton,
- #previewButton:hover,
- #previewButton:hover:active {
- -moz-image-region: rect(64px 48px 80px 32px);
- }
-
- #previewButton[disabled="true"] {
- -moz-image-region: rect(64px 64px 80px 48px) !important;
- }
-
- #printButton,
- #printButton[buttonover="true"],
- #printButton[buttondown="true"] {
- -moz-image-region: rect(160px 48px 176px 32px);
- }
-
- #printButton[disabled="true"] {
- -moz-image-region: rect(160px 64px 176px 48px) !important;
- }
-
- #linkButton,
- #linkButton:hover,
- #linkButton:hover:active {
- -moz-image-region: rect(16px 48px 32px 32px);
- }
-
- #linkButton[disabled="true"] {
- -moz-image-region: rect(16px 64px 32px 48px) !important;
- }
-
- #imageButton,
- #imageButton:hover,
- #imageButton:hover:active {
- -moz-image-region: rect(144px 48px 160px 32px);
- }
-
- #imageButton[disabled="true"] {
- -moz-image-region: rect(144px 64px 160px 48px) !important;
- }
-
- #namedAnchorButton,
- #namedAnchorButton:hover,
- #namedAnchorButton:hover:active {
- -moz-image-region: rect(128px 48px 144px 32px);
- }
-
- #namedAnchorButton[disabled="true"] {
- -moz-image-region: rect(128px 64px 144px 48px) !important;
- }
-
- #hlineButton,
- #hlineButton:hover,
- #hlineButton:hover:active {
- -moz-image-region: rect(32px 48px 48px 32px);
- }
-
- #hlineButton[disabled="true"] {
- -moz-image-region: rect(32px 64px 48px 48px) !important;
- }
-
- #tableButton,
- #tableButton:hover,
- #tableButton:hover:active {
- -moz-image-region: rect(112px 48px 128px 32px);
- }
-
- #tableButton[disabled="true"] {
- -moz-image-region: rect(112px 64px 128px 48px) !important;
- }
-
- #spellingButton,
- #spellingButton:hover,
- #spellingButton:hover:active {
- -moz-image-region: rect(96px 48px 112px 32px);
- }
-
- #spellingButton[disabled="true"] {
- -moz-image-region: rect(96px 64px 112px 48px) !important;
- }
-
- #cutButton,
- #cutButton:hover,
- #cutButton:hover:active {
- -moz-image-region: rect(192px 48px 208px 32px);
- }
-
- #cutButton[disabled="true"] {
- -moz-image-region: rect(192px 64px 208px 48px) !important;
- }
-
- #copyButton,
- #copyButton:hover,
- #copyButton:hover:active {
- -moz-image-region: rect(208px 48px 224px 32px);
- }
-
- #copyButton[disabled="true"] {
- -moz-image-region: rect(208px 64px 224px 48px) !important;
- }
-
- #pasteButton,
- #pasteButton:hover,
- #pasteButton:hover:active {
- -moz-image-region: rect(224px 48px 240px 32px);
- }
-
- #pasteButton[disabled="true"] {
- -moz-image-region: rect(224px 64px 240px 48px) !important;
- }
-
- #findButton,
- #findButton:hover,
- #findButton:hover:active {
- -moz-image-region: rect(240px 48px 256px 32px);
- }
-
- #findButton[disabled="true"] {
- -moz-image-region: rect(240px 64px 256px 48px) !important;
- }
-
- #formButton,
- #formButton[buttonover="true"],
- #formButton[buttondown="true"] {
- -moz-image-region: rect(256px 48px 272px 32px);
- }
-
- #formButton[disabled="true"] {
- -moz-image-region: rect(256px 64px 272px 48px) !important;
- }
-