ab568055ccbc5296055e6d64c7f316b066d6a90f
[themes.git] / LCARStrek / skin / LCARStrek / messenger / messengercompose / messengercompose.css
1 /* ***** BEGIN LICENSE BLOCK *****
2  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
3  *
4  * The contents of this file are subject to the Netscape Public License
5  * Version 1.1 (the "License"); you may not use this file except in
6  * compliance with the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/NPL/
8  *
9  * Software distributed under the License is distributed on an "AS IS" basis,
10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11  * for the specific language governing rights and limitations under the
12  * License.
13  *
14  * The Original Code is mozilla.org code.
15  *
16  * The Initial Developer of the Original Code is 
17  * Netscape Communications Corporation.
18  * Portions created by the Initial Developer are Copyright (C) 1998
19  * the Initial Developer. All Rights Reserved.
20  *
21  * Contributor(s):
22  *   Joe Hewitt (hewitt@netscape.com)
23  *   Robert Kaiser <KaiRo@KaiRo.at>
24  *
25  * Alternatively, the contents of this file may be used under the terms of
26  * either the GNU General Public License Version 2 or later (the "GPL"), or 
27  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28  * in which case the provisions of the GPL or the LGPL are applicable instead
29  * of those above. If you wish to allow use of your version of this file only
30  * under the terms of either the GPL or the LGPL, and not to allow others to
31  * use your version of this file under the terms of the NPL, indicate your
32  * decision by deleting the provisions above and replace them with the notice
33  * and other provisions required by the GPL or the LGPL. If you do not delete
34  * the provisions above, a recipient may use your version of this file under
35  * the terms of any one of the NPL, the GPL or the LGPL.
36  *
37  * ***** END LICENSE BLOCK ***** */
38
39 /* ===== messengercompose.css ===========================================
40   == Styles for the main Messenger Compose window.
41   ======================================================================= */
42
43 @import url("chrome://messenger/skin/");
44
45 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
47 /* ::::: image precaching ::::: */
48  
49 #resource_bundle_messengercompose {
50   -moz-binding: url("chrome://messenger/skin/resources.xml#resource_bundle_messengercompose");
51 }
52
53 /* ::::: primary toolbar buttons ::::: */
54  
55 #button-send 
56   {
57     list-style-image      : url("chrome://messenger/skin/messengercompose/send.gif");
58   }
59
60 #button-send[disabled="true"],
61 #button-send[disabled="true"]:hover,
62 #button-send[disabled="true"]:hover:active
63   {
64     list-style-image      : url("chrome://messenger/skin/messengercompose/send-disabled.gif");
65   } 
66
67 #button-send:hover,
68 #button-send:hover:active
69   {
70     list-style-image      : url("chrome://messenger/skin/messengercompose/send-hover.gif");
71   } 
72
73 #button-send[offline="true"]
74   {
75     list-style-image      : url("chrome://messenger/skin/messengercompose/sendlater.gif");
76   }
77
78 #button-send[offline="true"][disabled="true"],
79 #button-send[offline="true"][disabled="true"]:hover,
80 #button-send[offline="true"][disabled="true"]:hover:active
81   {
82     list-style-image      : url("chrome://messenger/skin/messengercompose/sendlater-disabled.gif");
83   }
84
85 #button-send[offline="true"]:hover,
86 #button-send[offline="true"]:hover:active
87   {
88     list-style-image      : url("chrome://messenger/skin/messengercompose/sendlater-hover.gif");
89   }
90
91 #button-address 
92   {
93           list-style-image      : url("chrome://messenger/skin/messengercompose/address.gif");
94   }
95
96 #button-address[disabled="true"],
97 #button-address[disabled="true"]:hover,
98 #button-address[disabled="true"]:hover:active
99   {
100     list-style-image      : url("chrome://messenger/skin/messengercompose/address-disabled.gif");
101   } 
102
103 #button-address:hover,
104 #button-address:hover:active
105   {
106     list-style-image      : url("chrome://messenger/skin/messengercompose/address-hover.gif");
107   } 
108
109 #button-attach 
110   {
111           list-style-image      : url("chrome://messenger/skin/messengercompose/attach.gif");
112   }
113
114 #button-attach[disabled="true"],
115 #button-attach[disabled="true"]:hover,
116 #button-attach[disabled="true"]:hover:active
117   {
118     list-style-image      : url("chrome://messenger/skin/messengercompose/attach-disabled.gif");
119   } 
120
121 #button-attach:hover,
122 #button-attach:hover:active
123   {
124     list-style-image      : url("chrome://messenger/skin/messengercompose/attach-hover.gif");
125   } 
126
127 #button-quote 
128   {
129           list-style-image      : url("chrome://messenger/skin/messengercompose/quote.gif");
130   }
131
132 #button-quote[disabled="true"],
133 #button-quote[disabled="true"]:hover,
134 #button-quote[disabled="true"]:hover:active
135   {
136     list-style-image      : url("chrome://messenger/skin/messengercompose/quote-disabled.gif");
137   } 
138
139 #button-quote:hover,
140 #button-quote:hover:active
141   {
142     list-style-image      : url("chrome://messenger/skin/messengercompose/quote-hover.gif");
143   } 
144
145 #spellingButton
146   {
147     list-style-image  : url("chrome://editor/skin/images/spell.gif");
148   }
149
150 #spellingButton[disabled="true"],
151 #spellingButton[disabled="true"]:hover,
152 #spellingButton[disabled="true"]:hover:active
153   {
154     list-style-image   : url("chrome://editor/skin/images/spell-disabled.gif");
155   }
156
157 #spellingButton:hover,
158 #spellingButton:hover:active
159   {
160     list-style-image   : url("chrome://editor/skin/images/spell-hover.gif");
161   }
162
163 #button-save 
164   {
165           list-style-image      : url("chrome://messenger/skin/messengercompose/savemsg.gif");
166   }
167
168 #button-save[disabled="true"],
169 #button-save[disabled="true"]:hover,
170 #button-save[disabled="true"]:hover:active
171   {
172     list-style-image      : url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif");
173   } 
174
175 #button-save:hover,
176 #button-save:hover:active
177   {
178     list-style-image      : url("chrome://messenger/skin/messengercompose/savemsg-hover.gif");
179   } 
180
181 #button-stop 
182   {
183           list-style-image      : url("chrome://global/skin/stop.gif");
184   }
185
186 #button-stop[disabled="true"],
187 #button-stop[disabled="true"]:hover,
188 #button-stop[disabled="true"]:hover:active
189   {
190     list-style-image      : url("chrome://global/skin/stop-disabled.gif");
191   } 
192
193 #button-stop:hover,
194 #button-stop:hover:active
195   {
196     list-style-image      : url("chrome://global/skin/stop-hover.gif");
197   } 
198
199 /* addressing widget */
200   
201 #addressingWidgetTree
202   {
203     height                : 80px;
204     width                 : 0px;
205     -moz-user-focus       : none;
206 /*    background-color      : #FFFFFF; */
207   }  
208   
209 #listcol-addressingWidget 
210   {
211     width                 : 9em;
212     border-right          : 1px solid #9C9CFF;
213   }
214   
215 #addressingWidgetTree > treechildren > treeitem > treerow,
216 #addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
217   border                  : none;
218   background-color        : inherit;
219   color                   : inherit;
220 }
221
222 .treecell-addressingWidget
223   {
224     border-bottom         : 1px solid #9C9CFF;
225     padding               : 0px !important;
226   }
227   
228 .treecell-addressingWidget:first-child 
229   {
230     border-bottom         : none;
231   }
232
233 .dummy-row-cell:first-child
234   {
235     border-bottom         : 1px solid #9C9CFF;
236   }
237
238 .person-icon 
239   {
240     list-style-image      : url("chrome://messenger/skin/abcard.gif");
241     margin                : 0px 3px 0px 3px;
242   }
243
244 outlinerbody:-moz-outliner-cell-text(default-match)
245   {
246     margin: 2px -3px 2px 15px;
247     border: none;
248   }
249
250 outlinerbody:-moz-outliner-image(local-abook) 
251   {
252     margin: 2px -1px 2px 4px;
253     border: none;
254     list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
255   }
256
257 outlinerbody:-moz-outliner-image(remote-abook) 
258   {
259     margin: 2px -3px 2px 2px;
260     border: none;
261     list-style-image: url("chrome://messenger/skin/addressbook/remote-abook.gif");
262   }
263
264 outlinerbody:-moz-outliner-image(remote-err) 
265   {
266     margin: 2px -3px 2px 2px;
267     border: none;
268     list-style-image: url("chrome://messenger/skin/addressbook/remote-abook-down.gif");
269   }
270
271 #msgheaderstoolbar-box
272   {
273 /*    padding-top           : 2px; */
274     background-color      : #E7ADE7;
275     color                 : #000000;
276   }  
277   
278 #compose-toolbar-sizer
279   {
280     height                : 3px;
281     margin-top            : 0px;
282     border                : none;
283   }    
284   
285 #content-frame
286   {
287 /*    border                : 1px solid #FFCF00; */
288   }
289
290 #appcontent
291   {
292 /*    border-left           : 1px solid ThreeDShadow;
293     border-right          : 1px solid ThreeDHighlight;
294     border-top            : 1px solid ThreeDShadow; */
295   }  
296
297 #attachmentbucket-sizer
298   {
299     width                 : 5px;
300     background-color      : #000000;
301   }
302   
303 #msgIdentity, #addressingWidgetTree, #msgSubject
304   {
305     margin-right          : 3px;
306   }  
307
308 #attachmentBucket
309   {
310     margin-left           : 3px;
311     -moz-user-focus       : normal !important;
312     color                 : #FF9F00;
313   }
314
315 #attachmentBucketText
316   {
317     margin-left           : 3px;
318     -moz-user-focus       : none;
319   }
320
321
322 /* askSendFormat dialog */
323
324 #askSendFormat {
325         width: 40em;
326 }
327
328 #askImageBox {
329  -moz-box-align: start;
330 }
331
332 #convertYes {
333         list-style-image:url("chrome://global/skin/question-icon.gif");
334 }
335
336 #convertAltering {
337         list-style-image:url("chrome://global/skin/question-icon.gif");
338 }
339
340 #convertNo {
341         list-style-image:url("chrome://global/skin/alert-icon.gif");
342 }
343
344 #convertDefault {
345         list-style-image:url("chrome://global/skin/question-icon.gif");
346 } /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */