fixing skin bustage because of scrollbar changes
[themes.git] / EarlyBlue / messenger / skin / threadPane.css
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2  * The contents of this file are subject to the Netscape Public
3  * License Version 1.1 (the "License"); you may not use this file
4  * except in compliance with the License. You may obtain a copy of
5  * the License at http://www.mozilla.org/NPL/
6  * 
7  * Software distributed under the License is distributed on an "AS
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9  * implied. See the License for the specific language governing
10  * rights and limitations under the License.
11  * 
12  * The Original Code is Mozilla Communicator client code, released
13  * March 31, 1998.
14  * 
15  * The Initial Developer of the Original Code is Netscape
16  * Communications Corporation. Portions created by Netscape are
17  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
18  * Rights Reserved.
19  */
20
21
22 outliner:focus > outliner-bodybox
23 {
24   border: 1px solid black;
25 }
26
27 outliner > outliner-bodybox
28 {
29   border: 1px solid transparent;
30 }
31
32 outlinercol.threadColumnHeader {
33   list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
34 }
35
36 outlinercol.threadColumnHeader[sortDirection="ascending"]  {
37   list-style-image: url("chrome://messenger/skin/threadcol.gif");
38 }
39
40 outlinercol.threadColumnHeader[sortDirection="descending"] {
41   list-style-image: url("chrome://messenger/skin/threadcol.gif");
42 }
43
44 outlinerbody:-moz-outliner-image(threadCol, container) {
45   list-style-image: url("chrome://messenger/skin/thread-closed.gif");
46 }
47
48 outlinerbody:-moz-outliner-image(threadCol, container, open) {
49   list-style-image: url("chrome://messenger/skin/thread-open.gif");
50 }
51
52 outlinerbody:-moz-outliner-image(threadCol, container, hasUnread) {
53   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
54 }
55
56 outlinerbody:-moz-outliner-image(threadCol, container, open, hasUnread) {
57   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
58 }
59
60 outlinercol.readColumnHeader {
61   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
62 }
63
64 outlinerbody:-moz-outliner-image(unreadButtonColHeader) {
65 list-style-image: url("chrome://messenger/skin/readcol-read.gif");
66 }
67
68 outlinerbody:-moz-outliner-image(unreadButtonColHeader, unread) {
69 list-style-image: url("chrome://messenger/skin/readcol-unread.gif");
70 }
71
72 outlinercol.flagColumnHeader {
73   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
74 }
75
76 outlinerbody:-moz-outliner-image(flaggedCol) {
77 list-style-image: url("chrome://messenger/skin/readcol-read.gif");
78 }
79
80 outlinerbody:-moz-outliner-image(flaggedCol, flagged) {
81 list-style-image: url("chrome://messenger/skin/flagcol-flagged.gif");
82 }
83
84 outlinerbody:-moz-outliner-cell-text(unread)
85 {
86   font-weight: bold;
87 }
88
89 outlinerbody:-moz-outliner-cell-text(offline)
90 {
91   font-style: italic;
92 }
93
94 outlinerbody:-moz-outliner-cell-text(priority-highest)
95 {
96   color:red;
97 }
98
99 outlinerbody:-moz-outliner-cell-text(priority-high)
100 {
101   color: rgb(128, 0, 0);
102 }
103
104 outlinerbody:-moz-outliner-cell-text(priority-lowest)
105 {
106   color: rgb(170, 170, 170);
107 }
108
109 outlinerbody:-moz-outliner-cell-text(priority-low)
110 {
111   color: rgb(85, 85, 85);
112 }
113
114
115
116
117
118
119
120 .tree-thread-row.unread-true {
121         font-weight: bold;
122 }
123
124 .prioritycol-highest
125 {
126         color:red;
127 }
128
129 .prioritycol-high
130 {
131         color: rgb(128, 0, 0);
132 }
133
134 .prioritycol-lowest
135 {
136         color: rgb(170, 170, 170);
137 }
138
139 .prioritycol-low
140 {
141         color: rgb(85, 85, 85);
142 }
143
144 .tree-cell-threadpane-icon {
145   list-style-image: url("chrome://messenger/skin/message-mail.gif");
146   min-height: 14px;
147 }
148
149 .tree-cell-threadpane-icon.status-new {
150   list-style-image: url("chrome://messenger/skin/message-mail-new.gif");
151 }
152
153 .tree-cell-threadpane-icon.message-type-news {
154   list-style-image: url("chrome://messenger/skin/message-news.gif");
155 }
156
157 .tree-cell-threadpane-icon.message-type-news.status-new {
158   list-style-image: url("chrome://messenger/skin/message-news-new.gif");
159 }
160
161 .tree-cell-threadpane-icon.message-type-mail.has-attachment-true {
162   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
163 }
164
165 .tree-cell-threadpane-icon.is-imap-deleted-true {
166   list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");
167 }
168
169 .unreadcol-false {
170   list-style-image: url("chrome://messenger/skin/readmail.gif");
171   min-height: 14px;
172 }
173
174 .unreadcol-true {
175   list-style-image: url("chrome://messenger/skin/unreadmail.gif");
176 }
177
178 .flagcol-unflagged {
179   list-style-image: url("chrome://messenger/skin/readmail.gif");
180   min-height: 14px;
181 }
182
183 .flagcol-flagged {
184   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
185 }
186
187 treeitem > treerow > .threadcol-thread {
188   list-style-image: url("chrome://messenger/skin/thread-closed.gif");
189 }
190
191 treeitem[open="true"] > treerow > .threadcol-thread {
192   list-style-image: url("chrome://messenger/skin/thread-open.gif");
193 }
194
195 treeitem > treerow > .threadcol-threadWithUnread {
196   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");
197 }
198
199 treeitem[open="true"] > treerow > .threadcol-threadWithUnread {
200   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");
201 }
202
203 .threadColumnHeader[currentView="threaded"]
204   {
205     list-style-image: url("chrome://messenger/skin/threadcol.gif");
206   text-align: left;
207   }
208
209 .threadColumnHeader[currentView="unthreaded"]
210   {
211     list-style-image: url("chrome://messenger/skin/unthreadcol.gif");
212   text-align: center;
213   }
214
215 .readColumnHeader
216   {
217     list-style-image: url("chrome://messenger/skin/unreadmail.gif");
218   text-align: center;
219   }
220
221 .flagColumnHeader
222   {
223     list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
224   text-align: center;
225   }
226
227 treeitem[empty="true"] > treerow > .tree-cell-threadpane-icon > .tree-cell-twisty 
228   {
229     visibility            : hidden;
230   }    
231
232 #threadTree  
233   {
234     border-top            : none;
235   }
236
237
238
239
240
241