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 */
-
- /* ===== mailWindow1.css ================================================
- == Styles for the main Mail window in the default layout scheme.
- ======================================================================= */
-
- @import url("chrome://messenger/skin/");
- @import url("chrome://messenger/skin/primaryToolbar.css");
- @import url("chrome://messenger/skin/folderMenus.css");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: splitter adjustments ::::: */
-
- #gray_vertical_splitter {
- border: none;
- min-width: 3px;
- }
-
- #threadpane-splitter {
- border: none;
- min-height: 4px;
- }
-
- #threadpane-splitter[state="collapsed"] {
- border-bottom: 2px solid transparent;
- }
-
- /* ::::: border adjustments ::::: */
-
- #folderTree {
- border: none;
- min-width: 1px;
- }
-
- #threadTree,
- #accountCentralBox,
- #messagepanebox {
- border: 2px solid;
- -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
- -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
- -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
- -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
- min-height: 10px;
- min-width: 1px;
- }
-
- #searchBox {
- border: none;
- min-width: 1px;
- }
-
- #folderPaneBox {
- border-top: 1px solid ThreeDShadow;
- border-right: 1px solid ThreeDHighlight;
- border-bottom: 1px solid ThreeDHighlight;
- border-left: 1px solid ThreeDShadow;
- }
-
- /* ..... message pane adjustments ..... */
-
- #msgHeaderView {
- border-top: 1px solid ThreeDHighlight !important;
- border-right: 1px solid ThreeDShadow !important;
- border-bottom: 1px solid ThreeDShadow !important;
- border-left: 1px solid ThreeDHighlight !important;
- min-width: 1px;
- }
-
- #messagepanebox[focusring="true"] #msgHeaderView,
- #messagepanebox[focusring="true"] .headerValue,
- #messagepanebox[focusring="true"] .collapsedHeaderValue {
- border-color: transparent !important;
- background-color: Highlight;
- color: HighlightText;
- }
-
- #collapsedHeaderView {
- min-width: 1px;
- min-height: 18px;
- }
-
- #expandedHeaderView {
- min-width: 1px;
- }
-
- #messagepane {
- border: none;
- min-width: 1px;
- }
-