add missing file
[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 /* ::::: connecting lines ::::: */
47
48 outlinerbody:-moz-outliner-line
49 {
50   visibility: hidden;
51 }
52
53 /* ::::: thread decoration ::::: */
54
55 outlinerbody:-moz-outliner-cell-text(unread) {
56   font-weight: bold;
57 }
58
59 /* on a collapsed thread, if the top level message is read, but the thread has
60  * unread children, underline the text.  4.x mac did this, very slick 
61  */
62 outlinerbody:-moz-outliner-cell-text(container, closed, hasUnread, read) {
63   text-decoration: underline;
64 }
65
66 /* ::::: priority colors ::::: */
67
68 outlinerbody:-moz-outliner-cell-text(priorityCol, priority-highest) {
69   color: red;
70 }
71
72 outlinerbody:-moz-outliner-cell-text(priorityCol, priority-high) {
73   color: rgb(128, 0, 0);
74 }
75
76 outlinerbody:-moz-outliner-cell-text(priorityCol, priority-lowest) {
77   color: rgb(170, 170, 170);
78 }
79
80 outlinerbody:-moz-outliner-cell-text(priorityCol, priority-low) {
81   color: rgb(85, 85, 85);
82 }
83
84 outlinerbody:-moz-outliner-cell-text(priorityCol, selected) {
85   color: -moz-DialogText;
86 }
87
88 outlinerbody:-moz-outliner-cell-text(priorityCol, selected, focus) {
89   color: HighlightText;
90 }
91
92 /* ::::: message icons ::::: */
93
94 /* ::::: message column icons ::::: */
95
96 /* ..... thread column ..... */
97
98 outlinercol.threadColumnHeader {
99   list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
100 }
101
102 outlinercol.threadColumnHeader[sortDirection="ascending"]  {
103   list-style-image: url("chrome://messenger/skin/threadcol.gif");
104 }
105
106 outlinercol.threadColumnHeader[sortDirection="descending"] {
107   list-style-image: url("chrome://messenger/skin/threadcol.gif");
108 }
109
110 outlinerbody:-moz-outliner-image(threadCol, container) {
111   list-style-image: url("chrome://messenger/skin/thread-closed.gif");
112 }
113
114 outlinerbody:-moz-outliner-image(threadCol, container, open) {
115   list-style-image: url("chrome://messenger/skin/thread-open.gif");
116 }
117
118 outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
119   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
120 }
121
122 outlinerbody:-moz-outliner-image(threadCol, container, hasUnread, open) {
123   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
124 }
125
126 /* ..... read column ..... */
127
128 outlinercol.readColumnHeader {
129   list-style-image: url("chrome://messenger/skin/readcol.gif");
130 }
131
132 outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
133   list-style-image: url("chrome://messenger/skin/readmail.gif");
134 }
135
136 outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
137   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
138 }
139
140 /* ..... flag column ..... */
141
142 outlinercol.flagColumnHeader {
143   list-style-image: url("chrome://messenger/skin/flagcol.gif");
144 }
145
146 outlinerbody:-moz-outliner-image(flaggedCol) {
147   list-style-image: url("chrome://messenger/skin/readmail.gif");
148 }
149
150 outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
151   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
152 }
153
154 /* ..... subject column ..... */
155
156 outlinerbody:-moz-outliner-image(subjectCol) {
157   padding-right: 2px;
158   list-style-image: url("chrome://messenger/skin/message-mail.gif");
159 }
160
161 outlinerbody:-moz-outliner-image(subjectCol, new) {
162   padding-right: 2px;
163   list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
164 }
165
166 outlinerbody:-moz-outliner-image(subjectCol, attach) {
167   padding-right: 2px;
168   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
169 }
170
171 outlinerbody:-moz-outliner-image(subjectCol, imapdeleted) {
172   padding-right: 2px;
173   list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
174 }
175
176 outlinerbody:-moz-outliner-image(subjectCol, news) {
177   padding-right: 2px;
178   list-style-image: url("chrome://messenger/skin/message-news.gif");
179 }
180
181 outlinerbody:-moz-outliner-image(subjectCol, news, new) {
182   padding-right: 2px;
183   list-style-image: url("chrome://messenger/skin/message-news-new.gif");
184 }
185
186 outlinerbody:-moz-outliner-image(subjectCol, news, attach) {
187   padding-right: 2px;
188   list-style-image: url("chrome://messenger/skin/message-news-attach.gif");
189 }
190
191
192
193