home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / messenger / mailWindow1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  3.0 KB  |  121 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.  
  32. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  33.  
  34. /* :::::
  35.    :: Make sure the min height is small so we can
  36.    :: resize the pane vertically -EDV
  37.    ::::: */
  38.  
  39. #messagepanebox {
  40.   min-height: 10px;
  41.   height: 0px;
  42. }
  43.  
  44. /* ::::: border adjustments for focus ring and joined splitters ::::: */
  45.  
  46. /* ..... splitter adjustments ..... */
  47.  
  48. #gray_vertical_splitter {
  49.   border-right: none;
  50.   border-bottom: none;
  51.   border-left: none;
  52.   min-width: 5px;
  53. }
  54.  
  55. #threadpane-splitter {
  56.   border: none;
  57.   min-height: 5px;
  58. }
  59.  
  60. #threadpane-splitter[state="collapsed"] {
  61.   border-bottom: 2px solid;
  62. }
  63.  
  64. /* ..... tree adjustments ..... */
  65.  
  66. #folderTree {
  67.   border-right: 1px solid;
  68.   -moz-border-right-colors: ThreeDShadow;
  69.   min-width: 1px;
  70. }
  71.  
  72. #threadTree {
  73.   border-bottom: 2px solid;
  74.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  75.   min-width: 1px;
  76. }
  77.  
  78. #threadTree,
  79. #accountCentralBox,
  80. #searchBox {
  81.   border-left: 2px solid;
  82.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  83. }
  84.  
  85. #searchBox {
  86.   border-top: 1px solid ThreeDHighlight;
  87.   border-bottom: 1px solid ThreeDShadow;
  88. }
  89.  
  90. #folderTree > .tree-rows > .tree-bodybox,
  91. #threadTree > .tree-rows > .tree-bodybox {
  92.   border: 1px solid transparent;  
  93. }
  94.  
  95. #folderTree:focus > .tree-rows > .tree-bodybox,
  96. #threadTree:focus > .tree-rows > .tree-bodybox {
  97.   border: 1px solid #000000;
  98. }
  99.  
  100. /* ..... message pane adjustments ..... */
  101.  
  102. #messagepanebox {
  103.  border-top: 2px solid;
  104.  border-left: 2px solid;
  105.  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  106.  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  107. }
  108.  
  109. #msgHeaderView {
  110.   border-left: none !important;
  111. }
  112.  
  113. #messagepane {
  114.   border: 1px solid -moz-Field;
  115.   border-right: none;
  116. }
  117.  
  118. #messagepanebox[focusring="true"] > #messagepane {
  119.   border-color: #000000;
  120. }
  121.