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 / messageHeader.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  3.7 KB  |  172 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. /* ===== messageHeader.css ==============================================
  27.   == Styles for the header toolbars of a mail message.
  28.   ======================================================================= */
  29.  
  30. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  31.  
  32. /* ::::: msg header toolbars ::::: */
  33.  
  34. #collapsedHeaderView,
  35. #expandedHeaderView {
  36.   min-width: 1px;
  37. }
  38.  
  39. /* ::::: msg header buttons ::::: */
  40.  
  41. #expandedAttachmentBox {
  42.   width: 10em;
  43.   height: 0;
  44.   list-style-image: url("chrome://messenger/skin/icons/attach.gif");
  45. }
  46.  
  47. #attachmentTree {
  48.   margin: 3px 0;
  49.   border: none;
  50.   height: 0;
  51.   width: 20em;
  52. }
  53.  
  54. #attachmentText {
  55.   font-weight: bold;
  56. }
  57.  
  58. /* ::::: msg header captions ::::: */
  59.  
  60. #msgHeaderView {
  61.   border: 1px solid transparent;
  62. }
  63.  
  64. #collapsedHeaderView,
  65. #expandedHeaderView {
  66.   min-width: 1px;
  67. }
  68.  
  69. .headerNameBox {
  70.   width: 7.7em;
  71. }
  72.  
  73. .headerName {
  74.   margin: 0 .5em 0 0;
  75.   min-height: 16px;
  76.   font-weight: bold;
  77.   text-align: right;
  78. }
  79.  
  80. .headerValue {
  81.   margin: 0 0 .25em 0;
  82.   min-width: 50px;
  83.   white-space: normal;
  84. }
  85.  
  86. .subjectvalue {
  87.   margin: 0;
  88. }
  89.  
  90. #msgHeaderView textbox,
  91. #messagepanebox textbox {
  92.   min-height: 16px;
  93. }
  94.  
  95. /* ::::: msg header email addresses ::::: */
  96.  
  97. .emailDisplayButton {
  98.   margin: 0;
  99.   cursor: pointer;
  100.   text-decoration: underline;
  101. }
  102.  
  103. /* ::::: email address twisty ::::: */
  104.  
  105. .addresstwisty {
  106.   margin: 2px;
  107.   list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
  108. }
  109.  
  110. .addresstwisty[open] {
  111.   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
  112. }
  113.  
  114. /* ::::: view expand and collapse twisties  ::::: */
  115.  
  116. .expandHeaderViewButton,
  117. .collapsedHeaderViewButton  {
  118.   margin: 2px .5em 0 .5em;
  119. }
  120.  
  121. .expandHeaderViewButton {
  122.   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
  123. }
  124.  
  125. .collapsedHeaderViewButton  {
  126.   list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
  127. }
  128.  
  129. /* ::::: collapsed view styles ::::: */
  130.  
  131. #collapsedAttachmentBox {
  132.   -moz-box-pack: center;
  133. }
  134.  
  135. #collapseddateValue {
  136.   margin: 0 .5em;
  137.   text-align: right;
  138. }
  139.  
  140. #collapsedfromBox {
  141.   width: 18em;
  142. }
  143.  
  144. #collapseddateBox {
  145.   width: 12em;
  146. }
  147.  
  148. .collapsedHeaderDisplayName { 
  149.   margin: 0 .5em 0 .7em;
  150.   min-height: 16px;
  151.   font-weight: bold;
  152. }
  153.  
  154. .collapsedHeaderValue {
  155.   margin: 0;
  156. }
  157.  
  158. .collapsedAttachmentButton {
  159.   list-style-image: url("chrome://messenger/skin/icons/showattach.gif");
  160.   margin: 0;
  161.   padding: 1px;
  162.   border: 1px solid transparent;
  163. }
  164.  
  165. .collapsedAttachmentButton:hover {
  166.   list-style-image: url("chrome://messenger/skin/icons/showattach-hover.gif");
  167.   -moz-border-top-colors: ThreeDHighlight;
  168.   -moz-border-right-colors: ThreeDShadow;
  169.   -moz-border-bottom-colors: ThreeDShadow;
  170.   -moz-border-left-colors: ThreeDHighlight;
  171. }
  172.