396dd42e2da78f49178a094d38b60979359eea54
[themes.git] / LCARStrek / 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 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
27 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
28
29 #collapsedHeaderView,
30 #expandedHeaderView
31   {
32     min-width             : 1px;
33     background-color      : #E7ADE7;
34     color                 : black;
35     background-image      : none;
36     -moz-border-radius    : 8px;
37     margin-bottom         : 3px;
38   }
39
40 mail-emailaddress 
41   {
42     -moz-binding          : url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
43     display               : -moz-xul-inline-box;
44   }
45
46 .buttonTopSpacer     
47   { 
48     height                : 0.3em; 
49   }
50  
51 .buttonSpacer        
52   { 
53     width                 : 0.5em; 
54   }
55
56 .headerValueBox 
57   { 
58     width                 : 7.0em;
59     text-align            : right;
60 }
61
62 .headerBox              
63   { 
64     overflow              : hidden; 
65     min-width             : 50px;
66   }
67
68
69 #addToAddressBookButton
70   {
71     list-style-image:url("chrome://messenger/skin/addtoab.gif");
72     min-height: 20px;
73     margin: 0px;
74   }
75
76 #expandedAttachmentBox {
77   width: 20em;
78   height: 0px;
79   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
80 }
81
82 #attachmentText
83 {
84   font-weight: bold;
85 }
86
87 #attachmentTree {
88   margin: 3px;
89   height: 0px;
90   width: 20em;
91   color: #FF9F00;
92 }
93
94 .emailDisplayImage
95   {
96     text-align            : right;
97   }
98
99 .emailDisplayButton 
100    {
101     color                 : 008484;
102     cursor                : pointer;
103     min-height            : 16px;
104     -moz-border-radius:   : 3px;
105     background-color      : transparent;
106   }
107
108 .emailDisplayButton:hover
109   {
110     color                 : black;
111     background-color      : #FFCF00;
112   }
113
114 .showMoreAddressesButton 
115   {
116     list-style-image      : url("chrome://global/skin/twisty-closed-selected.gif");
117   }
118
119 .showFewerAddressesButton 
120   {
121     list-style-image      : url("chrome://global/skin/twisty-open-selected.gif");
122   }
123
124 html.headerValue   
125   { 
126     color                 : black;
127     white-space           : normal;
128     min-width             : 50px; 
129     margin                : 0px;
130     padding-top           : 1px;
131   }
132
133 html.subjectvalue  
134   { 
135     font-weight           : bold; 
136     color                 : black;
137   }
138
139 text.headerdisplayname 
140   { 
141     font-weight           : bold; 
142     color                 : black;
143     margin-right          : 0.5em; 
144     margin-left           : 0.5em; 
145     min-height            : 18px 
146   }
147
148 text.headerValue 
149   { 
150     color                 : black;
151     white-space           : normal; 
152     min-width             : 50px; 
153 /*    border-bottom         : 1px solid #9999CC; */
154   }
155
156 .expandHeaderViewButton {
157   list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
158   margin-left: .5em;
159   margin-right: .5em;
160 }
161
162 .collapsedHeaderViewButton 
163 {
164   list-style-image: url("chrome://global/skin/twisty-closed-selected.gif");
165   margin-left: .5em;
166    }
167
168
169 /* ::::: collapsed view styles ::::: */
170 .collapsedToggleHdrBox
171 {
172   vertical-align: middle;
173 }
174
175 #collapsedAttachmentBox {
176   text-align: center;
177 }
178
179 #collapseddateValue
180 {
181   margin-left: .7em;
182 }
183
184 #collapsedfromBox
185 {
186   width: 18em;
187 }
188
189 #collapseddateBox
190  {
191   width: 12em;
192 }
193
194 text.collapsedHeaderDisplayName 
195
196   color: black;
197   font-weight: bold; 
198   margin-left: .7em;
199   min-height: 16px;
200 }
201
202 text.collapsedHeaderValue 
203
204   color: black;
205 }
206
207 .collapsedAttachmentButton
208 {
209   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
210   margin-right: .5em;
211   margin-left: 1em;
212 }
213
214 [hide] {
215   visibility: hidden;
216 }
217