home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / modern.jar / skin / modern / messenger / messageHeader.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-31  |  3.7 KB  |  188 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. /* ===== messageHeader.css ==============================================
  25.   == Styles for the header toolbars of a mail message.
  26.   ======================================================================= */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29.  
  30. /* ::::: msg header toolbars ::::: */
  31.  
  32. #collapsedHeaderView,
  33. #expandedHeaderView {
  34.   min-width: 1px;
  35. }
  36.  
  37. .header-part1 {
  38.   background-color: #C7D0D9;
  39.   color: #000000;
  40. }
  41.  
  42. .headerValueBox {
  43.   width: 7.7em;
  44.   -moz-box-pack: end;
  45. }
  46.  
  47. /* ::::: msg header buttons ::::: */
  48.  
  49. #expandedAttachmentBox {
  50.   width: 20em;
  51.   height: 0px;
  52.   list-style-image: url("chrome://messenger/skin/icons/attach.gif");
  53. }
  54.  
  55. #attachmentTree {
  56.   margin: 3px 0px;
  57.   border: none;
  58.   height: 0px;
  59.   width: 20em;
  60. }
  61.  
  62. #attachmentText
  63. {
  64.   font-weight: bold;
  65. }
  66.  
  67. /* ::::: msg header captions ::::: */
  68.  
  69. #collapsedHeaderView,
  70. #expandedHeaderView {
  71.   border-bottom: 1px solid #000000;
  72.   min-width: 1px;
  73. }
  74.  
  75. .headerBox {
  76.   overflow: hidden;
  77.   min-width: 50px;
  78. }
  79.  
  80. html.headerValue {
  81.   margin: 0px;
  82.   min-width: 50px;
  83.   white-space: normal;
  84. }
  85.  
  86. text.headerValue {
  87.   min-width: 50px;
  88.   white-space: normal;
  89. }
  90.  
  91. html.subjectvalue {
  92.   font-weight: bold;
  93. }
  94.  
  95. text.headerdisplayname {
  96.   margin-right: .5em;
  97.   margin-left: .5em;
  98.   min-height: 18px;
  99.   font-weight: bold;
  100. }
  101.  
  102. /* ::::: msg header email addresses ::::: */
  103.  
  104. .emailDisplayButton {
  105.   cursor: pointer;
  106.   min-height: 16px;
  107.   color: #424F63;
  108.   text-decoration: underline;
  109. }
  110.  
  111. .emailDisplayButton:hover {
  112.   color: #1455D6;
  113. }
  114.  
  115. .emailDisplayImage {
  116.   -moz-box-pack: end;
  117. }
  118.  
  119. /* ::::: email address twisty ::::: */
  120.  
  121. .showMoreAddressesButton {
  122.   list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
  123. }
  124.  
  125. .showFewerAddressesButton {
  126.   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
  127. }
  128.  
  129. /* ::::: view expand and collapse twisties  ::::: */
  130.  
  131. .expandHeaderViewButton,
  132. .collapsedHeaderViewButton  {
  133.   margin: 2px .5em 0px .5em;
  134. }
  135.  
  136. .expandHeaderViewButton {
  137.   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
  138. }
  139.  
  140. .collapsedHeaderViewButton  {
  141.   list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
  142. }
  143.  
  144. /* ::::: collapsed view styles ::::: */
  145.  
  146. #collapsedAttachmentBox {
  147.   -moz-box-pack: center;
  148. }
  149.  
  150. #collapseddateValue {
  151.   margin-left: .7em;
  152.   margin-right: 1em;
  153. }
  154.  
  155. #collapsedfromBox {
  156.   width: 18em;
  157. }
  158.  
  159. #collapseddateBox {
  160.   width: 12em;
  161. }
  162.  
  163. text.collapsedHeaderDisplayName { 
  164.   font-weight: bold; 
  165.   margin-left: .7em;
  166.   min-height: 16px;
  167. }
  168.  
  169. .collapsedAttachmentButton {
  170.   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
  171.   margin-right: .5em;
  172. }
  173.  
  174. [hide] {
  175.   visibility: collapse;
  176. }
  177.  
  178. /* ::::: miscellaneous ::::: */
  179.  
  180. .buttonTopSpacer {
  181.   height: .3em;
  182. }
  183.  
  184. .buttonSpacer {
  185.   width: .5em;
  186. }
  187.  
  188.