54b32d07f567d7b499265ec3f12acac090683a5c
[themes.git] / EarlyBlue / messenger / skin / msgHdrViewOverlay.css
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-2001 Netscape Communications Corporation. All
18  * Rights Reserved.
19  *
20  * Contributor(s):
21  *   Scott MacGregor (mscott@netscape.com)
22  *   Joe Hewitt (hewitt@netscape.com)
23  *   Robert Kaiser (KaiRo@KaiRo.at)
24  */
25
26 /* ===== msgHdrViewOverlay.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"); /* set default namespace to HTML */
31 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
32
33 mail-emailaddress 
34   {
35     -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
36     display               : -moz-xul-inline-box;
37   }
38
39 .buttonTopSpacer     
40   { 
41     height                : 0.3em; 
42   }
43
44 .buttonSpacer        
45   { 
46     width                 : 0.5em; 
47   }
48
49 .headerValueBox 
50   { 
51     width                 : 7.0em;
52     text-align            : right;
53   }
54
55 .headerBox              
56   { 
57     overflow              : hidden; 
58     min-width             : 50px;
59   }
60
61
62 #addToAddressBookButton 
63   {
64     list-style-image      : url("chrome://messenger/skin/addtoab.gif");
65     min-height            : 20px;
66     margin                : 0px;
67   }
68
69 #attachmentButton 
70   {
71     list-style-image      : url("chrome://messenger/skin/attach.gif");
72     min-height            : 20px;
73     margin                : 0px;
74   }
75
76 .emailDisplayImage
77   {
78     text-align            : right;
79   }
80
81 .emailDisplayButton 
82   {
83     color                 : #336699;
84     cursor                : pointer;
85     min-height            : 16px;
86   }
87
88 .emailDisplayButton:hover
89   {
90     background-color      : #336699;
91     color                 : #CCD0DD;
92   }
93
94 .showMoreAddressesButton 
95   {
96     list-style-image      : url("chrome://global/skin/twisty-closed.gif");
97 /*    list-style-image      : url("chrome://messenger/skin/more.gif"); */
98   }
99
100 .showFewerAddressesButton 
101   {
102     list-style-image      : url("chrome://global/skin/twisty-open.gif");
103 /*    list-style-image      : url("chrome://messenger/skin/less.gif"); */
104   }
105
106 html.headerValue   
107   { 
108     white-space           : normal;
109     min-width             : 50px; 
110     margin                : 0px;
111   }
112
113 html.subjectvalue  
114   { 
115     font-weight           : bold; 
116   }
117
118 text.subjectvalue  
119   { 
120     font-weight           : bold; 
121   }
122
123 text.headerdisplayname 
124   { 
125     font-weight           : bold; 
126     margin-right          : 0.5em; 
127     margin-left           : 0.5em; 
128     min-height            : 16px 
129   }
130
131 text.headerValue 
132   { 
133     white-space           : normal; 
134     min-width             : 50px; 
135   }
136   
137 #msgHeaderView
138   {
139     border-left           : none;
140     border-right          : none;
141     border-bottom         : 1px solid #9999CC;
142   }
143
144 .expandHeaderViewButton {
145   list-style-image: url("chrome://global/skin/twisty-open.gif");
146   margin-left: .5em;
147   margin-right: .5em;
148 }
149
150 .collapsedHeaderViewButton 
151 {
152   list-style-image: url("chrome://global/skin/twisty-closed.gif");
153   margin-left: .5em;
154 }
155
156
157 /* ::::: collapsed view styles ::::: */
158 .collapsedToggleHdrBox
159 {
160   vertical-align: middle;
161 }
162
163 #collapsedAttachmentBox {
164   text-align: center;
165 }
166
167 #collapseddateValue
168 {
169   margin-left: .7em;
170 }
171
172 #collapsedfromBox
173 {
174   width: 18em;
175 }
176
177 #collapseddateBox
178  {
179   width: 12em;
180 }
181
182 text.collapsedHeaderDisplayName 
183
184   font-weight: bold; 
185   margin-left: .7em;
186   min-height: 16px;
187 }
188
189 .collapsedAttachmentButton
190 {
191   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
192   margin-right: .5em;
193   margin-left: 1em;
194 }
195
196 [hide] {
197   visibility: hidden;
198 }
199
200
201