update LCARStrek for 2.0a1, part3: messenger
[themes.git] / LCARStrek / messenger / primaryToolbar.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  *   Robert Kaiser <KaiRo@KaiRo.at>
23  *
24  * Alternatively, the contents of this file may be used under the terms of
25  * either the GNU General Public License Version 2 or later (the "GPL"), or
26  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27  * in which case the provisions of the GPL or the LGPL are applicable instead
28  * of those above. If you wish to allow use of your version of this file only
29  * under the terms of either the GPL or the LGPL, and not to allow others to
30  * use your version of this file under the terms of the NPL, indicate your
31  * decision by deleting the provisions above and replace them with the notice
32  * and other provisions required by the GPL or the LGPL. If you do not delete
33  * the provisions above, a recipient may use your version of this file under
34  * the terms of any one of the NPL, the GPL or the LGPL.
35  *
36  * ***** END LICENSE BLOCK ***** */
37
38 /* ===== primaryToolbar.css =============================================
39   == Images for the Mail primary toolbar.
40   ======================================================================= */
41
42 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
43
44 /* ::::: primary toolbar buttons ::::: */
45
46 #button-getmsg {
47   list-style-image: url("chrome://messenger/skin/toolbar/getmsg.gif");
48 }
49
50 #button-getmsg:hover,
51 #button-getmsg:hover:active,
52 #button-getmsg[open="true"] {
53   list-style-image: url("chrome://messenger/skin/toolbar/getmsg-hover.gif");
54 }
55
56 #button-getmsg[disabled="true"] {
57   list-style-image: url("chrome://messenger/skin/toolbar/getmsg-disabled.gif") !important;
58 }
59
60 #button-newmsg {
61   list-style-image: url("chrome://messenger/skin/toolbar/newmsg.gif");
62 }
63
64 #button-newmsg:hover,
65 #button-newmsg:hover:active {
66   list-style-image: url("chrome://messenger/skin/toolbar/newmsg-hover.gif");
67 }
68
69 #button-newmsg[disabled="true"] {
70   list-style-image: url("chrome://messenger/skin/toolbar/newmsg-disabled.gif") !important;
71 }
72
73 #button-reply {
74   list-style-image: url("chrome://messenger/skin/toolbar/reply.gif");
75 }
76
77 #button-reply:hover,
78 #button-reply:hover:active {
79   list-style-image: url("chrome://messenger/skin/toolbar/reply-hover.gif");
80 }
81
82 #button-reply[disabled="true"] {
83   list-style-image: url("chrome://messenger/skin/toolbar/reply-disabled.gif") !important;
84 }
85
86 #button-replyall {
87   list-style-image: url("chrome://messenger/skin/toolbar/replyall.gif");
88 }
89
90 #button-replyall:hover,
91 #button-replyall:hover:active {
92   list-style-image: url("chrome://messenger/skin/toolbar/replyall-hover.gif");
93 }
94
95 #button-replyall[disabled="true"] {
96   list-style-image: url("chrome://messenger/skin/toolbar/replyall-disabled.gif") !important;
97 }
98
99 #button-forward {
100   list-style-image: url("chrome://messenger/skin/toolbar/forward.gif");
101 }
102
103 #button-forward:hover,
104 #button-forward:hover:active {
105   list-style-image: url("chrome://messenger/skin/toolbar/forward-hover.gif");
106 }
107
108 #button-forward[disabled="true"] {
109   list-style-image: url("chrome://messenger/skin/toolbar/forward-disabled.gif") !important;
110 }
111
112 #button-file {
113   list-style-image: url("chrome://messenger/skin/toolbar/file.gif");
114 }
115
116 #button-file:hover,
117 #button-file:hover:active,
118 #button-file[open="true"] {
119   list-style-image: url("chrome://messenger/skin/toolbar/file-hover.gif");
120 }
121
122 #button-file[disabled="true"] {
123   list-style-image: url("chrome://messenger/skin/toolbar/file-disabled.gif") !important;
124 }
125
126 #button-goback {
127   list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
128   -moz-image-region: rect(42px 25px 63px 0px);
129 }
130
131 #button-goback[disabled="true"] {
132   -moz-image-region: rect(42px 50px 63px 25px) !important;
133 }
134
135 #button-goforward {
136   list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
137   -moz-image-region: rect(63px 25px 84px 0px);
138 }
139
140 #button-goforward[disabled="true"] {
141   -moz-image-region: rect(63px 50px 84px 25px) !important;
142 }
143
144 #button-next {
145   list-style-image: url("chrome://messenger/skin/toolbar/next.gif");
146 }
147
148 #button-next:hover,
149 #button-next:hover:active {
150   list-style-image: url("chrome://messenger/skin/toolbar/next-hover.gif");
151 }
152
153 #button-next[disabled="true"] {
154   list-style-image: url("chrome://messenger/skin/toolbar/next-disabled.gif") !important;
155 }
156
157 #button-delete {
158   list-style-image: url("chrome://global/skin/icons/trash.gif");
159 }
160
161 #button-delete:hover,
162 #button-delete:hover:active {
163   list-style-image: url("chrome://global/skin/icons/trash-hover.gif");
164 }
165
166 #button-delete[disabled="true"] {
167   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
168 }
169
170 #button-mark {
171   list-style-image: url("chrome://messenger/skin/toolbar/mark.gif");
172 }
173
174 #button-mark:hover,
175 #button-mark:hover:active,
176 #button-mark[open="true"] {
177   list-style-image: url("chrome://messenger/skin/toolbar/mark-hover.gif");
178 }
179
180 #button-mark[disabled="true"] {
181   list-style-image: url("chrome://messenger/skin/toolbar/mark-disabled.gif") !important;
182 }
183
184 #button-print {
185   list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
186   -moz-image-region: rect(0px 25px 21px 0px);
187 }
188
189 #button-print:hover,
190 #button-print:hover:active,
191 #button-print[open="true"] {
192   -moz-image-region: rect(0px 75px 21px 50px);
193 }
194
195 #button-print[disabled="true"] {
196   -moz-image-region: rect(0px 50px 21px 25px) !important;
197 }
198
199 #button-stop {
200   list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
201   -moz-image-region: rect(21px 25px 42px 0px);
202 }
203
204 #button-stop:hover,
205 #button-stop:hover:active {
206   -moz-image-region: rect(21px 75px 42px 50px);
207 }
208
209 #button-stop[disabled="true"] {
210   -moz-image-region: rect(21px 50px 42px 25px) !important;
211 }
212
213 #button-junk {
214   list-style-image: url("chrome://messenger/skin/toolbar/junk.gif");
215 }
216
217 #button-junk:hover,
218 #button-junk:hover:active,
219 #button-junk[open="true"] {
220   list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
221 }
222
223 #button-junk[disabled="true"] {
224   list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important;
225 }
226
227 /* ::::: message notification bar style rules ::::: */
228
229 .msgNotificationBar {
230   -moz-border-radius: 7px;
231   padding: 3px;
232   margin-bottom: 3px;
233   background-color: #FF9F00;
234   color: #000000;
235 }
236
237 .msgNotificationBarText {
238   font-weight: bold;
239 }
240
241 #junkBarImage {
242   list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
243 }
244
245 #junkIcon {
246   margin-left: 0.5ex;
247   list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
248 }
249
250 #remoteContentImage {
251   list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
252   padding: 3px;
253 }
254
255 #allowRemoteContentForAuthorDesc {
256   padding-left: 10px;
257 }