removing useless directories, moving contents.rdf and preview.png to top level directory
[themes.git] / EarlyBlue / messenger / threadPane.css
CommitLineData
128000f4 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
f6e0a33f 3 *
128000f4 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/
f6e0a33f 8 *
128000f4 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.
f6e0a33f 13 *
128000f4 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.
f6e0a33f 20 *
21 * Contributor(s):
22 * Scott MacGregor (mscott@netscape.com)
23 * Joe Hewitt (hewitt@netscape.com)
128000f4 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");
f6e0a33f 41
42/* ===== threadPane.css ==============================================
43 == Styles for the thread pane in the Messenger 3-pane window.
44 ======================================================================= */
45
f6e0a33f 46/* ::::: connecting lines ::::: */
47
48outlinerbody:-moz-outliner-line
49{
cd130c22 50 visibility: hidden;
f6e0a33f 51}
52
53/* ::::: thread decoration ::::: */
54
55outlinerbody:-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 */
62outlinerbody:-moz-outliner-cell-text(container, closed, hasUnread, read) {
63 text-decoration: underline;
64}
65
66/* ::::: priority colors ::::: */
67
68outlinerbody:-moz-outliner-cell-text(priorityCol, priority-highest) {
69 color: red;
70}
71
72outlinerbody:-moz-outliner-cell-text(priorityCol, priority-high) {
73 color: rgb(128, 0, 0);
74}
75
76outlinerbody:-moz-outliner-cell-text(priorityCol, priority-lowest) {
77 color: rgb(170, 170, 170);
78}
79
80outlinerbody:-moz-outliner-cell-text(priorityCol, priority-low) {
81 color: rgb(85, 85, 85);
82}
83
84outlinerbody:-moz-outliner-cell-text(priorityCol, selected) {
85 color: -moz-DialogText;
86}
87
88outlinerbody:-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
98outlinercol.threadColumnHeader {
99 list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
100}
101
102outlinercol.threadColumnHeader[sortDirection="ascending"] {
103 list-style-image: url("chrome://messenger/skin/threadcol.gif");
104}
105
106outlinercol.threadColumnHeader[sortDirection="descending"] {
107 list-style-image: url("chrome://messenger/skin/threadcol.gif");
108}
109
110outlinerbody:-moz-outliner-image(threadCol, container) {
111 list-style-image: url("chrome://messenger/skin/thread-closed.gif");
112}
113
114outlinerbody:-moz-outliner-image(threadCol, container, open) {
115 list-style-image: url("chrome://messenger/skin/thread-open.gif");
116}
117
118outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
119 list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
120}
121
122outlinerbody:-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
128outlinercol.readColumnHeader {
129 list-style-image: url("chrome://messenger/skin/readcol.gif");
130}
131
132outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
133 list-style-image: url("chrome://messenger/skin/readmail.gif");
134}
135
136outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
137 list-style-image: url("chrome://messenger/skin/unreadmail.gif");
138}
139
140/* ..... flag column ..... */
141
142outlinercol.flagColumnHeader {
143 list-style-image: url("chrome://messenger/skin/flagcol.gif");
144}
145
146outlinerbody:-moz-outliner-image(flaggedCol) {
147 list-style-image: url("chrome://messenger/skin/readmail.gif");
148}
149
150outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
151 list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
152}
153
154/* ..... subject column ..... */
155
156outlinerbody:-moz-outliner-image(subjectCol) {
157 padding-right: 2px;
158 list-style-image: url("chrome://messenger/skin/message-mail.gif");
159}
160
161outlinerbody:-moz-outliner-image(subjectCol, new) {
162 padding-right: 2px;
163 list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
164}
165
166outlinerbody:-moz-outliner-image(subjectCol, attach) {
167 padding-right: 2px;
168 list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
169}
170
171outlinerbody:-moz-outliner-image(subjectCol, imapdeleted) {
172 padding-right: 2px;
173 list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
174}
175
176outlinerbody:-moz-outliner-image(subjectCol, news) {
177 padding-right: 2px;
178 list-style-image: url("chrome://messenger/skin/message-news.gif");
179}
180
181outlinerbody:-moz-outliner-image(subjectCol, news, new) {
182 padding-right: 2px;
183 list-style-image: url("chrome://messenger/skin/message-news-new.gif");
184}
185
186outlinerbody:-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
cd130c22 192
128000f4 193