move (large) messenger icons into a messengericons.png
[themes.git] / LCARStrek / messenger / primaryToolbar.css
CommitLineData
351107c9 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 *
3a121502 16 * The Initial Developer of the Original Code is
351107c9 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
3a121502 25 * either the GNU General Public License Version 2 or later (the "GPL"), or
351107c9 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
b1eaa419 46#button-getmsg {
303bd2e1
RK
47 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
48 -moz-image-region: rect(63px 25px 84px 0px);
b1eaa419 49}
351107c9 50
303bd2e1
RK
51#button-getmsg[disabled="true"] {
52 -moz-image-region: rect(63px 50px 84px 25px);
3a121502 53}
b1eaa419 54
303bd2e1
RK
55#button-getmsg:not([disabled="true"]):hover,
56#button-getmsg:not([disabled="true"]):hover:active,
57#button-getmsg[open="true"] {
58 -moz-image-region: rect(63px 75px 84px 50px);
b1eaa419 59}
60
61#button-newmsg {
303bd2e1
RK
62 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
63 -moz-image-region: rect(105px 25px 126px 0px);
b1eaa419 64}
351107c9 65
303bd2e1
RK
66#button-newmsg[disabled="true"] {
67 -moz-image-region: rect(105px 50px 126px 25px);
3a121502 68}
b1eaa419 69
303bd2e1
RK
70#button-newmsg:not([disabled="true"]):hover,
71#button-newmsg:not([disabled="true"]):hover:active {
72 -moz-image-region: rect(105px 75px 126px 50px);
b1eaa419 73}
74
75#button-reply {
303bd2e1
RK
76 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
77 -moz-image-region: rect(147px 25px 168px 0px);
b1eaa419 78}
351107c9 79
303bd2e1
RK
80#button-reply[disabled="true"] {
81 -moz-image-region: rect(147px 50px 168px 25px);
3a121502 82}
b1eaa419 83
303bd2e1
RK
84#button-reply:not([disabled="true"]):hover,
85#button-reply:not([disabled="true"]):hover:active,
86#button-reply[open="true"] {
87 -moz-image-region: rect(147px 75px 168px 50px);
b1eaa419 88}
89
90#button-replyall {
303bd2e1
RK
91 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
92 -moz-image-region: rect(168px 25px 189px 0px);
b1eaa419 93}
351107c9 94
303bd2e1
RK
95#button-replyall[disabled="true"] {
96 -moz-image-region: rect(168px 50px 189px 25px);
3a121502 97}
b1eaa419 98
303bd2e1
RK
99#button-replyall:not([disabled="true"]):hover,
100#button-replyall:not([disabled="true"]):hover:active,
101#button-replyall[open="true"] {
102 -moz-image-region: rect(168px 75px 189px 50px);
b1eaa419 103}
104
105#button-forward {
303bd2e1
RK
106 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
107 -moz-image-region: rect(42px 25px 63px 0px);
b1eaa419 108}
351107c9 109
303bd2e1
RK
110#button-forward[disabled="true"] {
111 -moz-image-region: rect(42px 50px 63px 25px);
3a121502 112}
b1eaa419 113
303bd2e1
RK
114#button-forward:not([disabled="true"]):hover,
115#button-forward:not([disabled="true"]):hover:active,
116#button-forward[open="true"] {
117 -moz-image-region: rect(42px 75px 63px 50px);
b1eaa419 118}
119
120#button-file {
303bd2e1
RK
121 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
122 -moz-image-region: rect(21px 25px 42px 0px);
b1eaa419 123}
351107c9 124
303bd2e1
RK
125#button-file[disabled="true"] {
126 -moz-image-region: rect(21px 50px 42px 25px);
3a121502 127}
b1eaa419 128
303bd2e1
RK
129#button-file:not([disabled="true"]):hover,
130#button-file:not([disabled="true"]):hover:active,
131#button-file[open="true"] {
132 -moz-image-region: rect(21px 75px 42px 50px);
b1eaa419 133}
134
ee6cb01c
RK
135#button-goback {
136 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
137 -moz-image-region: rect(42px 25px 63px 0px);
138}
139
c452635d
RK
140#button-goback:hover,
141#button-goback:hover:active,
142#button-goback[open="true"] {
143 -moz-image-region: rect(42px 75px 63px 50px);
144}
145
ee6cb01c
RK
146#button-goback[disabled="true"] {
147 -moz-image-region: rect(42px 50px 63px 25px) !important;
148}
149
150#button-goforward {
151 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
152 -moz-image-region: rect(63px 25px 84px 0px);
153}
154
c452635d
RK
155#button-goforward:hover,
156#button-goforward:hover:active,
157#button-goforward[open="true"] {
158 -moz-image-region: rect(63px 75px 84px 50px);
159}
160
ee6cb01c
RK
161#button-goforward[disabled="true"] {
162 -moz-image-region: rect(63px 50px 84px 25px) !important;
163}
164
b1eaa419 165#button-next {
303bd2e1
RK
166 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
167 -moz-image-region: rect(126px 25px 147px 0px);
b1eaa419 168}
351107c9 169
303bd2e1
RK
170#button-next[disabled="true"] {
171 -moz-image-region: rect(126px 50px 147px 25px);
3a121502 172}
b1eaa419 173
303bd2e1
RK
174#button-next:not([disabled="true"]):hover,
175#button-next:not([disabled="true"]):hover:active,
176#button-next[open="true"] {
177 -moz-image-region: rect(126px 75px 147px 50px);
b1eaa419 178}
179
180#button-delete {
303bd2e1
RK
181 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
182 -moz-image-region: rect(0px 25px 21px 0px);
b1eaa419 183}
351107c9 184
303bd2e1
RK
185#button-delete[disabled="true"] {
186 -moz-image-region: rect(0px 50px 21px 25px);
3a121502 187}
351107c9 188
303bd2e1
RK
189#button-delete:not([disabled="true"]):hover,
190#button-delete:not([disabled="true"]):hover:active {
191 -moz-image-region: rect(0px 75px 21px 50px);
351107c9 192}
193
b1eaa419 194#button-mark {
303bd2e1
RK
195 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
196 -moz-image-region: rect(84px 25px 105px 0px);
b1eaa419 197}
351107c9 198
303bd2e1
RK
199#button-mark[disabled="true"] {
200 -moz-image-region: rect(84px 50px 105px 25px);
3a121502 201}
b1eaa419 202
303bd2e1
RK
203#button-mark:not([disabled="true"]):hover,
204#button-mark:not([disabled="true"]):hover:active,
205#button-mark[open="true"] {
206 -moz-image-region: rect(84px 75px 105px 50px);
b1eaa419 207}
208
209#button-print {
ee6cb01c
RK
210 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
211 -moz-image-region: rect(0px 25px 21px 0px);
b1eaa419 212}
351107c9 213
214#button-print:hover,
3a121502 215#button-print:hover:active,
b1eaa419 216#button-print[open="true"] {
ee6cb01c 217 -moz-image-region: rect(0px 75px 21px 50px);
b1eaa419 218}
219
220#button-print[disabled="true"] {
ee6cb01c 221 -moz-image-region: rect(0px 50px 21px 25px) !important;
b1eaa419 222}
223
224#button-stop {
ee6cb01c
RK
225 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
226 -moz-image-region: rect(21px 25px 42px 0px);
b1eaa419 227}
351107c9 228
229#button-stop:hover,
b1eaa419 230#button-stop:hover:active {
ee6cb01c 231 -moz-image-region: rect(21px 75px 42px 50px);
b1eaa419 232}
233
234#button-stop[disabled="true"] {
ee6cb01c 235 -moz-image-region: rect(21px 50px 42px 25px) !important;
b1eaa419 236}
07b3f504 237
238#button-junk {
303bd2e1
RK
239 list-style-image: url("chrome://messenger/skin/icons/messengericons.png");
240 -moz-image-region: rect(252px 25px 273px 0px);
07b3f504 241}
242
303bd2e1
RK
243#button-junk[disabled="true"] {
244 -moz-image-region: rect(252px 50px 273px 25px);
3a121502 245}
07b3f504 246
303bd2e1
RK
247#button-junk:not([disabled="true"]):hover,
248#button-junk:not([disabled="true"]):hover:active {
249 -moz-image-region: rect(252px 75px 273px 50px);
07b3f504 250}
ac1cdf20 251
c710949d
RK
252/* ::::: small primary toolbar buttons ::::: */
253/*
254toolbar[iconsize="small"] > #button-getmsg {
255 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
256 -moz-image-region: rect(48px 16px 64px 0);
257}
258
259toolbar[iconsize="small"] > #button-getmsg[disabled="true"] {
260 -moz-image-region: rect(48px 32px 64px 16px) !important;
261}
262
263toolbar[iconsize="small"] > #button-getmsg:not([disabled="true"]):hover,
264toolbar[iconsize="small"] > #button-getmsg:not([disabled="true"]):hover:active {
265 -moz-image-region: rect(48px 48px 64px 32px);
266}
267
268toolbar[iconsize="small"] > #button-newmsg {
269 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
270 -moz-image-region: rect(80px 16px 96px 0);
271}
272
273toolbar[iconsize="small"] > #button-newmsg[disabled="true"] {
274 -moz-image-region: rect(80px 32px 96px 16px) !important;
275}
276
277toolbar[iconsize="small"] > #button-newmsg:not([disabled="true"]):hover,
278toolbar[iconsize="small"] > #button-newmsg:not([disabled="true"]):hover:active {
279 -moz-image-region: rect(80px 48px 96px 32px);
280}
281
282toolbar[iconsize="small"] > #button-reply {
283 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
284 -moz-image-region: rect(112px 16px 128px 0);
285}
286
287toolbar[iconsize="small"] > #button-reply[disabled="true"] {
288 -moz-image-region: rect(112px 32px 128px 16px) !important;
289}
290
291toolbar[iconsize="small"] > #button-reply:not([disabled="true"]):hover,
292toolbar[iconsize="small"] > #button-reply:not([disabled="true"]):hover:active {
293 -moz-image-region: rect(112px 48px 128px 32px);
294}
295
296toolbar[iconsize="small"] > #button-replyall {
297 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
298 -moz-image-region: rect(128px 16px 144px 0);
299}
300
301toolbar[iconsize="small"] > #button-replyall[disabled="true"] {
302 -moz-image-region: rect(128px 32px 144px 16px) !important;
303}
304
305toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover,
306toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover:active {
307 -moz-image-region: rect(128px 48px 144px 32px);
308}
309
310toolbar[iconsize="small"] > #button-forward {
311 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
312 -moz-image-region: rect(32px 16px 48px 0);
313}
314
315toolbar[iconsize="small"] > #button-forward[disabled="true"] {
316 -moz-image-region: rect(32px 32px 48px 16px) !important;
317}
318
319toolbar[iconsize="small"] > #button-forward:not([disabled="true"]):hover,
320toolbar[iconsize="small"] > #button-forward:not([disabled="true"]):hover:active {
321 -moz-image-region: rect(32px 48px 48px 32px);
322}
323
324toolbar[iconsize="small"] > #button-file {
325 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
326 -moz-image-region: rect(16px 16px 32px 0);
327}
328
329toolbar[iconsize="small"] > #button-file[disabled="true"] {
330 -moz-image-region: rect(16px 32px 32px 16px) !important;
331}
332
333toolbar[iconsize="small"] > #button-file:not([disabled="true"]):hover,
334toolbar[iconsize="small"] > #button-file:not([disabled="true"]):hover:active {
335 -moz-image-region: rect(16px 48px 32px 32px);
336}
337*/
338toolbar[iconsize="small"] > #button-goback {
339 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
340 -moz-image-region: rect(32px 16px 48px 0);
341}
342
343toolbar[iconsize="small"] > #button-goback[disabled="true"] {
344 -moz-image-region: rect(32px 32px 48px 16px) !important;
345}
346
347toolbar[iconsize="small"] > #button-goback:not([disabled="true"]):hover,
348toolbar[iconsize="small"] > #button-goback:not([disabled="true"]):hover:active {
349 -moz-image-region: rect(32px 48px 48px 32px);
350}
351
352toolbar[iconsize="small"] > #button-goforward {
353 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
354 -moz-image-region: rect(48px 16px 64px 0);
355}
356
357toolbar[iconsize="small"] > #button-goforward[disabled="true"] {
358 -moz-image-region: rect(48px 32px 64px 16px) !important;
359}
360
361toolbar[iconsize="small"] > #button-goforward:not([disabled="true"]):hover,
362toolbar[iconsize="small"] > #button-goforward:not([disabled="true"]):hover:active {
363 -moz-image-region: rect(48px 48px 64px 32px);
364}
365/*
366toolbar[iconsize="small"] > #button-next {
367 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
368 -moz-image-region: rect(96px 16px 112px 0);
369}
370
371toolbar[iconsize="small"] > #button-next[disabled="true"] {
372 -moz-image-region: rect(96px 32px 112px 16px) !important;
373}
374
375toolbar[iconsize="small"] > #button-next:not([disabled="true"]):hover,
376toolbar[iconsize="small"] > #button-next:not([disabled="true"]):hover:active {
377 -moz-image-region: rect(96px 48px 112px 32px);
378}
379
380toolbar[iconsize="small"] > #button-delete {
381 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
382 -moz-image-region: rect(0 16px 16px 0);
383}
384
385toolbar[iconsize="small"] > #button-delete[disabled="true"] {
386 -moz-image-region: rect(0 32px 16px 16px) !important;
387}
388
389toolbar[iconsize="small"] > #button-delete:not([disabled="true"]):hover,
390toolbar[iconsize="small"] > #button-delete:not([disabled="true"]):hover:active {
391 -moz-image-region: rect(0 48px 16px 32px);
392}
393
394toolbar[iconsize="small"] > #button-mark {
395 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
396 -moz-image-region: rect(64px 16px 80px 0);
397}
398
399toolbar[iconsize="small"] > #button-mark[disabled="true"] {
400 -moz-image-region: rect(64px 32px 80px 16px) !important;
401}
402
403toolbar[iconsize="small"] > #button-mark:not([disabled="true"]):hover,
404toolbar[iconsize="small"] > #button-mark:not([disabled="true"]):hover:active {
405 -moz-image-region: rect(64px 48px 80px 32px);
406}
407
408toolbar[iconsize="small"] > #button-junk > .toolbarbutton-1 {
409 list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png");
410 -moz-image-region: rect(192px 16px 208px 0);
411}
412
413toolbar[iconsize="small"] > #button-replyall[disabled="true"] {
414 -moz-image-region: rect(192px 32px 208px 16px) !important;
415}
416
417toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover,
418toolbar[iconsize="small"] > #button-replyall:not([disabled="true"]):hover:active {
419 -moz-image-region: rect(192px 48px 208px 32px);
420}
421*/
422toolbar[iconsize="small"] > #button-print {
423 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
424 -moz-image-region: rect(0 16px 16px 0);
425}
426
427toolbar[iconsize="small"] > #button-print[disabled="true"] {
428 -moz-image-region: rect(0 32px 16px 16px) !important;
429}
430
431toolbar[iconsize="small"] > #button-print:not([disabled="true"]):hover,
432toolbar[iconsize="small"] > #button-print:not([disabled="true"]):hover:active {
433 -moz-image-region: rect(0 48px 16px 32px);
434}
435
436toolbar[iconsize="small"] > #button-stop {
437 list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png");
438 -moz-image-region: rect(16px 16px 32px 0);
439}
440
441toolbar[iconsize="small"] > #button-stop[disabled="true"] {
442 -moz-image-region: rect(16px 32px 32px 16px) !important;
443}
444
445toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover,
446toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active {
447 -moz-image-region: rect(16px 48px 32px 32px);
448}
449
4605f956 450/* ::::: message notification bar style rules ::::: */
ac1cdf20 451
4605f956 452.msgNotificationBar {
ac1cdf20 453 -moz-border-radius: 7px;
454 padding: 3px;
455 margin-bottom: 3px;
456 background-color: #FF9F00;
457 color: #000000;
458}
459
4605f956 460.msgNotificationBarText {
461 font-weight: bold;
462}
463
464#junkBarImage {
465 list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif");
466}
467
ac1cdf20 468#junkIcon {
136d0f43 469 margin-left: 0.5ex;
ac1cdf20 470 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
471}
4605f956 472
473#remoteContentImage {
474 list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png");
475 padding: 3px;
476}
8c976b60 477
478#allowRemoteContentForAuthorDesc {
479 padding-left: 10px;
480}