keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / LCARStrek / 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 /* ===== threadPane.css ==============================================
41   == Styles for the thread pane in the Messenger 3-pane window.
42   ======================================================================= */
43
44 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
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 /* on a collapsed thread, if the top level message is read, but the thread has
57  * unread children, underline the text.  4.x mac did this, very slick 
58  */
59 treechildren:-moz-tree-cell-text(container, closed, hasUnread, read) {
60   text-decoration: underline;
61 }
62
63 /* ::::: priority colors ::::: */
64
65 /****
66  ****  Priority colors currently not being used at the moment.  It has been
67  ****  disabled so as to not conflict with the labels color feature.
68  ****
69
70 treechildren:-moz-tree-cell-text(priorityCol, priority-highest) {
71   color: red;
72 }
73
74 treechildren:-moz-tree-cell-text(priorityCol, priority-high) {
75   color: rgb(128, 0, 0);
76 }
77
78 treechildren:-moz-tree-cell-text(priorityCol, priority-lowest) {
79   color: rgb(170, 170, 170);
80 }
81
82 treechildren:-moz-tree-cell-text(priorityCol, priority-low) {
83   color: rgb(85, 85, 85);
84 }
85
86 treechildren:-moz-tree-cell-text(priorityCol, selected) {
87   color: -moz-DialogText;
88 }
89
90 treechildren:-moz-tree-cell-text(priorityCol, selected, focus) {
91   color: HighlightText;
92 }
93  ****/
94
95 /* ::::: message icons ::::: */
96
97 /* ::::: message column icons ::::: */
98
99 /* ..... thread column ..... */
100
101 treecol.threadColumnHeader {
102   list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif");
103 }
104
105 treecol.threadColumnHeader[sortDirection="ascending"]  {
106   list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
107 }
108
109 treecol.threadColumnHeader[sortDirection="descending"] {
110   list-style-image: url("chrome://messenger/skin/icons/threadcol.gif");
111 }
112
113 treechildren:-moz-tree-image(threadCol, container) {
114   list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif");
115 }
116
117 treechildren:-moz-tree-image(threadCol, container, offline) {
118   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline.gif");
119 }
120
121 treechildren:-moz-tree-image(threadCol, container, open) {
122   list-style-image: url("chrome://messenger/skin/icons/thread-open.gif");
123 }
124
125 treechildren:-moz-tree-image(threadCol, container, open, offline) {
126   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline.gif");
127 }
128
129 treechildren:-moz-tree-image(threadCol, container, hasUnread) {
130   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif");
131 }
132
133 treechildren:-moz-tree-image(threadCol, container, hasUnread, offline) {
134   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline.gif");
135 }
136
137 treechildren:-moz-tree-image(threadCol, container, hasUnread, open) {
138   list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif");
139 }
140
141 treechildren:-moz-tree-image(threadCol, container, hasUnread, open, offline) {
142   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline.gif");
143 }
144
145 /* ..... read column ..... */
146
147 treecol.readColumnHeader {
148   list-style-image: url("chrome://messenger/skin/icons/readcol.gif");
149 }
150
151 treechildren:-moz-tree-image(unreadButtonColHeader) {
152   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
153 }
154
155 treechildren:-moz-tree-image(unreadButtonColHeader, unread) {
156   list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif");
157 }
158
159 /* ..... flag column ..... */
160
161 treecol.flagColumnHeader {
162   list-style-image: url("chrome://messenger/skin/icons/flagcol.gif");
163 }
164
165 treechildren:-moz-tree-image(flaggedCol) {
166   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
167 }
168
169 treechildren:-moz-tree-image(flaggedCol, flagged) {
170   list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif");
171 }
172
173 /* ..... junkStatus column ..... */
174
175 treecol.junkStatusHeader {
176   list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
177 }
178
179 /* "unknown" now looks like "not junk".  see bug #182386 */
180 treechildren:-moz-tree-image(junkStatusCol) {
181   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
182 }
183
184 treechildren:-moz-tree-image(junkStatusCol, junk) {
185   list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
186 }
187
188 treechildren:-moz-tree-image(junkStatusCol, notjunk) {
189   list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
190 }
191
192 /* ..... subject column ..... */
193
194 treechildren:-moz-tree-image(subjectCol) {
195   list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
196 }
197
198 treechildren:-moz-tree-image(subjectCol, new) {
199   list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif");
200 }
201
202 treechildren:-moz-tree-image(subjectCol, attach) {
203   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
204 }
205
206 treechildren:-moz-tree-image(subjectCol, imapdeleted) {
207   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif");
208 }
209
210 treechildren:-moz-tree-image(subjectCol, offline) {
211   list-style-image: url("chrome://messenger/skin/icons/message-mail-offline.gif");
212 }
213
214 treechildren:-moz-tree-image(subjectCol, new, offline) {
215   list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offline.gif");
216 }
217
218 treechildren:-moz-tree-image(subjectCol, attach, offline) {
219   list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offline.gif");
220 }
221
222 treechildren:-moz-tree-image(subjectCol, imapdeleted, offline) {
223   list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offline.gif");
224 }
225
226 treechildren:-moz-tree-image(subjectCol, news) {
227   list-style-image: url("chrome://messenger/skin/icons/message-news.gif");
228 }
229
230 treechildren:-moz-tree-image(subjectCol, news, attach) {
231   list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif");
232 }
233
234 treechildren:-moz-tree-image(subjectCol, news, attach, offline) {
235   list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offline.gif");
236 }
237
238 treechildren:-moz-tree-image(subjectCol, news, new) {
239   list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif");
240 }
241
242 treechildren:-moz-tree-image(subjectCol, news, new, attach, offline) {
243   list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-offline.gif");
244 }
245
246 treechildren:-moz-tree-image(subjectCol, news, new, offline) {
247   list-style-image: url("chrome://messenger/skin/icons/message-news-new-offline.gif");
248 }
249
250 treechildren:-moz-tree-image(subjectCol, news, offline) {
251   list-style-image: url("chrome://messenger/skin/icons/message-news-offline.gif");
252 }
253
254 /* ..... new thread icons for watch and ignore ..... */
255
256 treechildren:-moz-tree-image(news, threadCol, watch) {
257   list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif");
258 }
259
260 treechildren:-moz-tree-image(news, threadCol, ignore) {
261   list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif");
262 }
263
264 treechildren:-moz-tree-image(news, threadCol, watch, offline) {
265   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-eye.gif");
266 }
267
268 treechildren:-moz-tree-image(news, threadCol, ignore, offline) {
269   list-style-image: url("chrome://messenger/skin/icons/thread-closed-offline-kill.gif");
270 }
271
272 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch) {
273   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif");
274 }
275
276 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
277   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif");
278 }
279
280 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) {
281   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-eye.gif");
282 }
283
284 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) {
285   list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offline-kill.gif");
286 }
287
288 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open) {
289   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif");
290 }
291
292 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) {
293   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif");
294 }
295
296 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) {
297   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-eye.gif");
298 }
299
300 treechildren:-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) {
301   list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offline-kill.gif");
302 }
303
304 treechildren:-moz-tree-image(news, threadCol, container, watch, open) {
305   list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif");
306 }
307
308 treechildren:-moz-tree-image(news, threadCol, container, ignore, open) {
309   list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif");
310 }
311
312 treechildren:-moz-tree-image(news, threadCol, container, watch, open, offline) {
313   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-eye.gif");
314 }
315
316 treechildren:-moz-tree-image(news, threadCol, container, ignore, open, offline) {
317   list-style-image: url("chrome://messenger/skin/icons/thread-open-offline-kill.gif");
318 }
319
320 #sizeCol,
321 #unreadCol,
322 #totalCol {
323   text-align: right;
324 }