home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / messenger / mailWindow1.css < prev    next >
Cascading Style Sheet File  |  2001-08-31  |  3KB  |  125 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *
  22.  */
  23.  
  24. /* ===== mailWindow1.css ================================================
  25.   == Styles for the main Mail window in the default layout scheme.
  26.   ======================================================================= */
  27.  
  28. @import url("chrome://messenger/skin/");
  29. @import url("chrome://messenger/skin/primaryToolbar.css");
  30. @import url("chrome://messenger/skin/folderMenus.css");
  31. @import url("chrome://communicator/skin/sidebar/sidebar.css");
  32.  
  33. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  34.  
  35. /* ::::: outliner focus-ring border adjustments ::::: */
  36.  
  37. #threadpane-splitter
  38.   {
  39.     border-top            : none;
  40.   }
  41.  
  42. #folderTree
  43.   {
  44.     border-right          : 1px solid ThreeDHighlight;
  45.     border-bottom         : 1px solid ThreeDHighlight;
  46.   }
  47.   
  48. #folderTree > treechildren
  49.   {
  50.     border-top            : 1px solid transparent;
  51.     border-right          : 1px solid ThreeDLightShadow;
  52.     border-bottom         : 1px solid ThreeDLightShadow;
  53.     border-left           : 1px solid transparent;
  54.   }
  55.   
  56. #threadOutliner
  57.   {
  58.     border-bottom         : 1px solid ThreeDHighlight;
  59.     border-left           : 1px solid ThreeDShadow;
  60.     min-width             : 1px;
  61.   }
  62.  
  63. #threadOutliner > .outliner-columns 
  64.   {
  65.     border-left           : 1px solid ThreeDDarkShadow;
  66.   }
  67.  
  68. #threadOutliner > outlinerrows  > .outliner-bodybox
  69.   {
  70.     border-top            : 1px solid transparent;
  71.     border-right          : 1px solid transparent;
  72.     border-bottom         : 1px solid ThreeDLightShadow;
  73.     border-left           : 1px solid ThreeDDarkShadow;
  74.   }
  75.  
  76. #folderTree:focus > treechildren,
  77. #threadOutliner:focus > outlinerrows > .outliner-bodybox
  78.   {
  79.     border-color          : #000000;
  80.   }
  81.  
  82. #messagepane 
  83.   {
  84.     border-left           : 1px solid ThreeDDarkShadow;
  85.     border-top            : 1px solid ThreeDDarkShadow;
  86.   }
  87.  
  88. #messagepanebox[focusring="true"] 
  89.   {
  90.     border                : 1px solid #000000;
  91.   }
  92.  
  93. #messagepanebox
  94.   {
  95.     border-top          : 1px solid ThreeDShadow;
  96.     border-left         : 1px solid ThreeDShadow;
  97.     border-right        : 1px solid ThreeDFace;
  98.     border-bottom       : 1px solid ThreeDFace;
  99.   }
  100.  
  101. #msgHeaderView 
  102.   {
  103.     border-top           : none;
  104.   }
  105.  
  106. #msgHeaderView > toolbar > toolbargrippy
  107.   {
  108.     border-left          : none;
  109.   }
  110.  
  111. #accountCentralBox
  112.   {
  113.     background-color:#FFFFFF;
  114.   }
  115.  
  116. #status-bar 
  117. {
  118.   border-left          : 1px solid ThreeDShadow;
  119. }
  120.  
  121. .mailwindow-statusbar
  122.   {
  123.     border-left         : none;
  124.   }
  125.