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