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