home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / modern.jar / skin / modern / messenger / mailWindow1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-31  |  4.6 KB  |  198 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. /* ::::: account central :::::: */
  36.  
  37. #accountCentralBox {
  38.   background-color: #FFFFFF;
  39. }
  40.  
  41. /* :::::
  42.    :: Make sure the min height is small so we can
  43.    :: resize the pane vertically -EDV
  44.    ::::: */
  45.  
  46. #messagepanebox {
  47.   min-height: 10px;
  48.   height: 0px;
  49. }
  50.  
  51. /* ::::: tree focus-ring border adjustments ::::: */
  52.  
  53. /* ..... status bar adjustments ..... */
  54.  
  55. statusbarpanel,
  56. #component-bar,
  57. .progressmeter-statusbar {
  58.   border-top: none !important;
  59. }
  60.  
  61. /* ..... splitter adjustments ..... */
  62.  
  63. #sidebar-splitter {
  64.   border-right: none;
  65. }
  66.  
  67. #sidebar-splitter > .splitter-internal-box {
  68.   border-right: none;
  69.   border-bottom: none;
  70. }
  71.  
  72. #threadpane-splitter,
  73. #threadpane-splitter > .splitter-internal-box {
  74.   border-top: none;
  75.   border-left: none;
  76.   border-right: none;
  77.   border-bottom: none;
  78. }
  79.  
  80. #threadpane-splitter[state="collapsed"] {
  81.   border-bottom: 1px solid #000000;
  82. }
  83.  
  84. #threadpane-splitter[state="collapsed"] > box {
  85.   border-bottom: 1px solid #414B75;
  86. }
  87.  
  88. .gray-vertical-splitter,
  89. .gray-vertical-splitter > .splitter-internal-box {
  90.   border-right: none;
  91. }
  92.  
  93. .gray-vertical-splitter > .splitter-internal-box {
  94.   border-bottom: none;
  95. }
  96.  
  97. #sidebar-panels-splitter,
  98. #sidebar-panels-splitter > .splitter-internal-box {
  99.   border-top: none;
  100. }
  101.  
  102. /* ..... sidebar adjustments ..... */
  103.  
  104. #sidebar-box {
  105.   border-top: none;
  106. }
  107.  
  108. #sidebar-box > .sidebarheader-main {
  109.   border-top: none;
  110.   border-bottom: 1px solid #63676B;
  111.   border-left: 1px solid #63676B;
  112.   padding: 0px;
  113.   background-color: #C7D0D9;
  114. }
  115.  
  116. #sidebar-box > .sidebarheader-main > .sidebarheader-internal-box {
  117.   border-top: 1px solid #EEF0F3;
  118.   border-left: 1px solid #EEF0F3;
  119.   color: #000000;
  120. }
  121.  
  122. /* ..... tree adjustments ..... */
  123.  
  124. #folderOutliner,
  125. #threadOutliner {
  126.   border-top: none;
  127.   border-right: none;
  128.   border-bottom: 1px solid #EBF4FF;
  129.   min-width: 1px;
  130. }
  131.  
  132. #threadOutliner {
  133.   border-left: 1px solid #A5ABB0;
  134. }
  135.  
  136. #threadOutliner > .outliner-columns {
  137.   border-left: 1px solid #000000;
  138. }
  139.  
  140. #folderOutliner > outlinerrows {
  141.   border-bottom: 1px solid #C7D0D9;
  142. }
  143.  
  144. #threadOutliner > outlinerrows {
  145.   border-right: none;
  146.   border-bottom: 1px solid #C7D0D9;
  147.   border-left: 1px solid #000000;
  148. }
  149.  
  150. #threadOutliner > outlinerrows > .outliner-bodybox {
  151.   border: 1px solid transparent;
  152. }
  153.  
  154. #threadOutliner:focus > outlinerrows > .outliner-bodybox {
  155.   border-color: #000000;
  156. }
  157.  
  158. /* ..... message pane adjustments ..... */
  159.  
  160. #messagepanebox {
  161.   border-top: 1px solid #A5ABB0;
  162.   border-bottom: 1px solid #EBF4FF;
  163.   border-left: 1px solid #A5ABB0;
  164. }
  165.  
  166. #msgHeaderView {
  167.   border-top: 1px solid #000000;
  168.   border-right: 1px solid #7B969C;
  169.   border-bottom: 1px solid #FFFFFF;
  170.   border-left: 1px solid #000000;
  171. }
  172.  
  173. #messagepane {
  174.   border-right: 1px solid #FFFFFF;
  175.   border-bottom: 1px solid #C7D0D9;
  176.   border-left: 1px solid #000000;
  177. }
  178.  
  179. #messagepanebox[focusring="true"] > #messagepane {
  180.   border-color: #000000;
  181. }
  182.  
  183. #messagepanebox[focusring="true"] > #msgHeaderView {
  184.   border-bottom-color: #000000;
  185. }
  186.  
  187. /* ..... account central adjustments ..... */
  188.  
  189. #accountCentralBox {
  190.   border-bottom: 1px solid #EBF4FF;
  191.   border-left: 1px solid #A5ABB0;
  192. }
  193.  
  194. [name="accountCentralPane"] {
  195.   border-bottom: 1px solid #C7D0D9;
  196.   border-left: 1px solid #000000;
  197. }
  198.