rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / 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 /* ::::: primary toolbar buttons ::::: */
48  
49 #button-send {
50   list-style-image: url("chrome://messenger/skin/messengercompose/send.gif");
51 }
52
53 #button-send:hover,
54 #button-send:hover:active {
55   list-style-image: url("chrome://messenger/skin/messengercompose/send-hover.gif");
56
57
58 #button-send[disabled="true"] {
59   list-style-image: url("chrome://messenger/skin/messengercompose/send-disabled.gif") !important;
60
61
62 #button-send[offline="true"] {
63   list-style-image: url("chrome://messenger/skin/messengercompose/sendlater.gif");
64 }
65
66 #button-send[offline="true"]:hover,
67 #button-send[offline="true"]:hover:active {
68   list-style-image: url("chrome://messenger/skin/messengercompose/sendlater-hover.gif");
69 }
70
71 #button-send[offline="true"][disabled="true"] {
72   list-style-image: url("chrome://messenger/skin/messengercompose/sendlater-disabled.gif") !important;
73 }
74
75 #button-address {
76   list-style-image: url("chrome://messenger/skin/messengercompose/address.gif");
77 }
78
79 #button-address:hover,
80 #button-address:hover:active {
81   list-style-image: url("chrome://messenger/skin/messengercompose/address-hover.gif");
82
83
84 #button-address[disabled="true"] {
85   list-style-image: url("chrome://messenger/skin/messengercompose/address-disabled.gif") !important;
86
87
88 #button-attach {
89   list-style-image: url("chrome://messenger/skin/messengercompose/attach.gif");
90 }
91
92 #button-attach:hover,
93 #button-attach:hover:active {
94   list-style-image: url("chrome://messenger/skin/messengercompose/attach-hover.gif");
95
96
97 #button-attach[disabled="true"] {
98   list-style-image: url("chrome://messenger/skin/messengercompose/attach-disabled.gif") !important;
99
100
101 #button-quote {
102   list-style-image: url("chrome://messenger/skin/messengercompose/quote.gif");
103 }
104
105 #button-quote:hover,
106 #button-quote:hover:active {
107   list-style-image: url("chrome://messenger/skin/messengercompose/quote-hover.gif");
108
109
110 #button-quote[disabled="true"] {
111   list-style-image: url("chrome://messenger/skin/messengercompose/quote-disabled.gif") !important;
112
113
114 #spellingButton {
115   list-style-image: url("chrome://editor/skin/icons/spell.gif");
116 }
117
118 #spellingButton:hover,
119 #spellingButton:hover:active {
120   list-style-image: url("chrome://editor/skin/icons/spell-hover.gif");
121 }
122
123 #spellingButton[disabled="true"] {
124   list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
125 }
126
127 #button-save {
128   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg.gif");
129 }
130
131 #button-save:hover,
132 #button-save:hover:active {
133   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-hover.gif");
134
135
136 #button-save[disabled="true"] {
137   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif") !important;
138
139
140 #button-stop {
141   list-style-image: url("chrome://global/skin/icons/stop.gif");
142 }
143
144 #button-stop:hover,
145 #button-stop:hover:active {
146   list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
147
148
149 #button-stop[disabled="true"] {
150   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
151
152
153 /* addressing widget */
154   
155 #addressingWidgetTree {
156   height: 80px;
157   width: 0px;
158   -moz-user-focus: none;
159 /*  background-color: #FFFFFF; */
160 }  
161   
162 #listcol-addressingWidget {
163   width: 9em;
164   border-right: 1px solid #9C9CFF;
165 }
166   
167 #addressingWidgetTree > treechildren > treeitem > treerow,
168 #addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
169   border: none;
170   background-color: inherit;
171   color: inherit;
172 }
173
174 .treecell-addressingWidget {
175   border-bottom: 1px solid #9C9CFF;
176   padding: 0px !important;
177 }
178   
179 .treecell-addressingWidget:first-child {
180   border-bottom: none;
181 }
182
183 .textbox-addressingWidget {
184   -moz-box-align: center;
185 }
186
187 .dummy-row-cell:first-child {
188   border-bottom: 1px solid #9C9CFF;
189 }
190
191 .person-icon {
192   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
193   margin: 0px 3px 0px 3px;
194 }
195
196 /* ::::: autocomplete icons ::::: */
197
198 outlinerbody:-moz-outliner-cell-text(default-match) {
199   margin: 2px -3px 2px 15px;
200   border: none;
201 }
202
203 outlinerbody:-moz-outliner-image(local-abook) {
204   margin: 2px -1px 2px 4px;
205   border: none;
206   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
207 }
208
209 outlinerbody:-moz-outliner-image(remote-abook) {
210   margin: 2px -3px 2px 2px;
211   border: none;
212   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
213 }
214
215 outlinerbody:-moz-outliner-image(remote-err) {
216   margin: 2px -3px 2px 2px;
217   border: none;
218   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
219 }
220
221 .identity-popup-item {
222   -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem");
223 }
224
225 /* ::::: LCARStrek layout corrections ::::: */
226
227 #msgheaderstoolbar-box {
228   background-color: #E7ADE7;
229   color: #000000;
230 }  
231
232 #addresses-box,
233 #attachments-box {
234   padding: 1px 5px;
235 }
236
237 #msgIdentity,
238 #msgSubject {
239   margin-right: 0px;
240 }
241
242 #attachmentBucket {
243   margin: 3px 0px 2px 0px;
244   color: #FF9F00;
245 }
246
247 #attachmentbucket-sizer {
248   width: 5px;
249   margin: 0px;
250   background-color: #000000;
251 }
252
253 #compose-toolbar-sizer {
254   height: 3px;
255   margin-top: 0px;
256   border: none;
257 }