home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / messenger / mailWindow1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  3.0 KB  |  114 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. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  25.  
  26. /* ===== mailWindow1.css ================================================
  27.   == Styles for the main Mail window in the default layout scheme.
  28.   ======================================================================= */
  29.  
  30. @import url("chrome://messenger/skin/");
  31. @import url("chrome://messenger/skin/primaryToolbar.css");
  32. @import url("chrome://messenger/skin/folderMenus.css");
  33.  
  34. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  35.  
  36. /* ::::: splitter adjustments ::::: */
  37.  
  38. #gray_vertical_splitter {
  39.   border: none;
  40.   min-width: 3px;
  41. }
  42.  
  43. #threadpane-splitter {
  44.   border: none;
  45.   min-height: 4px;
  46. }
  47.  
  48. #threadpane-splitter[state="collapsed"] {
  49.   border-bottom: 2px solid transparent;
  50. }
  51.  
  52. /* ::::: border adjustments ::::: */
  53.  
  54. #folderTree {
  55.   border: none;
  56.   min-width: 1px;
  57. }
  58.  
  59. #threadTree,
  60. #accountCentralBox,
  61. #messagepanebox {
  62.   border: 2px solid;
  63.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  64.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  65.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  66.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  67.   min-height: 10px;
  68.   min-width: 1px;
  69. }
  70.  
  71. #searchBox {
  72.   border: none;
  73.   min-width: 1px;
  74. }
  75.  
  76. #folderPaneBox {
  77.   border-top: 1px solid ThreeDShadow;
  78.   border-right: 1px solid ThreeDHighlight;
  79.   border-bottom: 1px solid ThreeDHighlight;
  80.   border-left: 1px solid ThreeDShadow;
  81. }
  82.  
  83. /* ..... message pane adjustments ..... */
  84.  
  85. #msgHeaderView {
  86.   border-top: 1px solid ThreeDHighlight !important;
  87.   border-right: 1px solid ThreeDShadow !important;
  88.   border-bottom: 1px solid ThreeDShadow !important;
  89.   border-left: 1px solid ThreeDHighlight !important;
  90.   min-width: 1px;
  91. }
  92.  
  93. #messagepanebox[focusring="true"] #msgHeaderView,
  94. #messagepanebox[focusring="true"] .headerValue,
  95. #messagepanebox[focusring="true"] .collapsedHeaderValue {
  96.   border-color: transparent !important;
  97.   background-color: Highlight;
  98.   color: HighlightText;
  99. }
  100.  
  101. #collapsedHeaderView {
  102.   min-width: 1px;
  103.   min-height: 18px;
  104. }
  105.  
  106. #expandedHeaderView {
  107.   min-width: 1px;
  108. }
  109.  
  110. #messagepane {
  111.   border: none;
  112.   min-width: 1px;
  113. }
  114.