75151ff5598e8c9936f07fbabeac9f292b688bb9
[themes.git] / EarlyBlue / messenger / threadPane.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  *   Scott MacGregor (mscott@netscape.com)
23  *   Joe Hewitt (hewitt@netscape.com)
24  *   Robert Kaiser <KaiRo@KaiRo.at>
25  *
26  * Alternatively, the contents of this file may be used under the terms of
27  * either the GNU General Public License Version 2 or later (the "GPL"), or
28  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29  * in which case the provisions of the GPL or the LGPL are applicable instead
30  * of those above. If you wish to allow use of your version of this file only
31  * under the terms of either the GPL or the LGPL, and not to allow others to
32  * use your version of this file under the terms of the NPL, indicate your
33  * decision by deleting the provisions above and replace them with the notice
34  * and other provisions required by the GPL or the LGPL. If you do not delete
35  * the provisions above, a recipient may use your version of this file under
36  * the terms of any one of the NPL, the GPL or the LGPL.
37  *
38  * ***** END LICENSE BLOCK ***** */
39
40 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
41
42 /* ===== threadPane.css ==============================================
43   == Styles for the thread pane in the Messenger 3-pane window.
44   ======================================================================= */
45
46 /* ::::: thread decoration ::::: */
47
48 treechildren::-moz-tree-cell-text(read) {
49   font-weight: normal;
50 }
51
52 treechildren::-moz-tree-cell-text(unread) {
53   font-weight: bold;
54 }
55
56 treechildren::-moz-tree-cell-text(imapdeleted) {
57   text-decoration: line-through;
58 }
59
60 /* on a collapsed thread, if the top level message is read, but the thread has
61  * unread children, underline the text.  4.x mac did this, very slick
62  */
63 treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
64   text-decoration: underline;
65 }
66
67 /* ::::: priority colors ::::: */
68 /****
69  ****  Priority colors currently not being used at the moment.  It has been
70  ****  disabled so as to not conflict with the labels color feature.
71  ****
72 treechildren::-moz-tree-cell-text(priorityCol, priority-highest) {
73   color: red;
74 }
75
76 treechildren::-moz-tree-cell-text(priorityCol, priority-high) {
77   color: rgb(128, 0, 0);
78 }
79
80 treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) {
81   color: rgb(170, 170, 170);
82 }
83
84 treechildren::-moz-tree-cell-text(priorityCol, priority-low) {
85   color: rgb(85, 85, 85);
86 }
87
88 treechildren::-moz-tree-cell-text(priorityCol, selected) {
89   color: -moz-DialogText;
90 }
91
92 treechildren::-moz-tree-cell-text(priorityCol, selected, focus) {
93   color: HighlightText;
94 }
95  ****/
96
97 /* ::::: message icons ::::: */
98
99 /* ::::: message column icons ::::: */
100
101 /* ..... thread column ..... */
102
103 .threadColumnHeader {
104   list-style-image: url("chrome://messenger/skin/icons/column-thread-unthread.gif");
105 }
106
107 .threadColumnHeader[sortDirection="ascending"]  {
108   list-style-image: url("chrome://messenger/skin/icons/column-thread.gif");
109 }
110
111 .threadColumnHeader[sortDirection="descending"] {
112   list-style-image: url("chrome://messenger/skin/icons/column-thread.gif");
113 }
114
115 treechildren::-moz-tree-image(threadCol, container) {
116   list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
117 }
118
119 treechildren::-moz-tree-image(threadCol, container, offline) {
120   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline.gif");
121 }
122
123 treechildren::-moz-tree-image(threadCol, container, open) {
124   list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
125 }
126
127 treechildren::-moz-tree-image(threadCol, container, open, offline) {
128   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline.gif");
129 }
130
131 treechildren::-moz-tree-image(threadCol, container, hasUnread) {
132   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
133 }
134
135 treechildren::-moz-tree-image(threadCol, container, hasUnread, offline) {
136   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline.gif");
137 }
138
139 treechildren::-moz-tree-image(threadCol, container, hasUnread, open) {
140   list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
141 }
142
143 treechildren::-moz-tree-image(threadCol, container, hasUnread, open, offline) {
144   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline.gif");
145 }
146
147 /* ..... read column ..... */
148
149 .readColumnHeader {
150   list-style-image: url("chrome://messenger/skin/icons/column-read-header.gif");
151 }
152
153 treechildren::-moz-tree-image(unreadButtonColHeader) {
154   list-style-image: url("chrome://messenger/skin/icons/column-neutral.gif");
155 }
156
157 treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
158   list-style-image: url("chrome://messenger/skin/icons/column-read-unread.gif");
159 }
160
161 /* ..... attachment column ..... */
162
163 .attachmentColumnHeader {
164   list-style-image: url("chrome://messenger/skin/icons/attachment-col.gif");
165 }
166
167 treechildren::-moz-tree-image(attachmentCol, attach) {
168   list-style-image: url("chrome://messenger/skin/icons/attachment.gif");
169 }
170
171 /* ..... flag column ..... */
172
173 .flagColumnHeader {
174   list-style-image: url("chrome://messenger/skin/icons/column-flag.gif");
175 }
176
177 treechildren::-moz-tree-image(flaggedCol) {
178   list-style-image: url("chrome://messenger/skin/icons/column-neutral.gif");
179 }
180
181 treechildren::-moz-tree-image(flaggedCol, flagged) {
182   list-style-image: url("chrome://messenger/skin/icons/column-flag.gif");
183 }
184
185 /* ..... junkStatus column ..... */
186
187 .junkStatusHeader {
188   list-style-image: url("chrome://messenger/skin/icons/column-junk.gif");
189 }
190
191 /* "unknown" now looks almost like "not junk", but not quite */
192 treechildren::-moz-tree-image(junkStatusCol) {
193   list-style-image: url("chrome://messenger/skin/icons/column-junk-unknown.gif");
194 }
195
196 treechildren::-moz-tree-image(junkStatusCol, junk) {
197   list-style-image: url("chrome://messenger/skin/icons/column-junk.gif");
198 }
199
200 treechildren::-moz-tree-image(junkStatusCol, notjunk) {
201   list-style-image: url("chrome://messenger/skin/icons/column-neutral.gif");
202 }
203
204 /* ..... subject column ..... */
205
206 treechildren::-moz-tree-image(subjectCol) {
207   -moz-margin-end: 2px;
208   list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
209 }
210
211 treechildren::-moz-tree-image(subjectCol, new) {
212   list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
213 }
214
215 treechildren::-moz-tree-image(subjectCol, attach) {
216   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
217 }
218
219 treechildren::-moz-tree-image(subjectCol, imapdeleted) {
220   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
221 }
222
223 treechildren::-moz-tree-image(subjectCol, offline) {
224   list-style-image: url("chrome://messenger/skin/icons/message-mail-offline.gif");
225 }
226
227 treechildren::-moz-tree-image(subjectCol, new, offline) {
228   list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif");
229 }
230
231 treechildren::-moz-tree-image(subjectCol, attach, offline) {
232   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif");
233 }
234
235 treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) {
236   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");
237 }
238
239 treechildren::-moz-tree-image(subjectCol, rss),
240 treechildren::-moz-tree-image(subjectCol, news) {
241   list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
242 }
243
244 treechildren::-moz-tree-image(subjectCol, news, attach) {
245   list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
246 }
247
248 treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
249   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif");
250 }
251
252 treechildren::-moz-tree-image(subjectCol, rss, new),
253 treechildren::-moz-tree-image(subjectCol, news, new) {
254   list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
255 }
256
257 treechildren::-moz-tree-image(subjectCol, news, new, attach) {
258   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif");
259 }
260
261 treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) {
262   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-offline.gif");
263 }
264
265 treechildren::-moz-tree-image(subjectCol, news, new, offline) {
266   list-style-image: url("chrome://messenger/skin/icons/message-news-new-offline.gif");
267 }
268
269 treechildren::-moz-tree-image(subjectCol, news, offline) {
270   list-style-image: url("chrome://messenger/skin/icons/message-news-offline.gif");
271 }
272
273 /* ..... new thread icons for watch and ignore ..... */
274
275 treechildren::-moz-tree-image(news, threadCol, watch) {
276   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
277 }
278
279 treechildren::-moz-tree-image(news, threadCol, ignore) {
280   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
281 }
282
283 treechildren::-moz-tree-image(news, threadCol, watch, offline) {
284   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-eye.gif");
285 }
286
287 treechildren::-moz-tree-image(news, threadCol, ignore, offline) {
288   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-kill.gif");
289 }
290
291 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) {
292   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
293 }
294
295 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
296   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
297 }
298
299 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) {
300   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-eye.gif");
301 }
302
303 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) {
304   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-kill.gif");
305 }
306
307 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
308   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
309 }
310
311 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
312   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
313 }
314
315 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) {
316   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-eye.gif");
317 }
318
319 treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) {
320   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-kill.gif");
321 }
322
323 treechildren::-moz-tree-image(news, threadCol, container, watch, open) {
324   list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
325 }
326
327 treechildren::-moz-tree-image(news, threadCol, container, ignore, open) {
328   list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
329 }
330
331 treechildren::-moz-tree-image(news, threadCol, container, watch, open, offline) {
332   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-eye.gif");
333 }
334
335 treechildren::-moz-tree-image(news, threadCol, container, ignore, open, offline) {
336   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-kill.gif");
337 }
338
339 #sizeCol,
340 #unreadCol,
341 #totalCol {
342   text-align: right;
343 }