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");
-
-
- /* ::::: edit mode toolbar ::::: */
-
- #EditModeToolbar {
- -moz-box-align: start;
- border: 0;
- padding: 0;
- }
-
- #NormalModeButton {
- list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif");
- }
-
- #TagModeButton {
- list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif");
- }
-
- #SourceModeButton {
- list-style-image: url("chrome://editor/skin/icons/editmode-html.gif");
- }
-
- #PreviewModeButton {
- list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif");
- }
-
- .tab-bottom {
- margin: 0;
- border: 2px solid;
- -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
- -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
- -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
- -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
- -moz-border-radius: 0;
- padding: 0px 1px 1px 0px;
- }
-
- .tab-bottom:hover:active,
- .tab-bottom[selected="true"] {
- -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
- -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
- -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
- -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
- padding: 1px 0px 0px 1px;
- }
-
- .tabs-bottom > .tabs-left,
- .tabs-bottom > .tabs-right {
- background-color: ThreeDLightShadow;
- }
-
- .tab-text {
- display: none;
- }
-