Initial revision
[themes.git] / EarlyBlue / messenger / skin / threadPane.css
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-\r
2  * The contents of this file are subject to the Netscape Public\r
3  * License Version 1.1 (the "License"); you may not use this file\r
4  * except in compliance with the License. You may obtain a copy of\r
5  * the License at http://www.mozilla.org/NPL/\r
6  * \r
7  * Software distributed under the License is distributed on an "AS\r
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
9  * implied. See the License for the specific language governing\r
10  * rights and limitations under the License.\r
11  * \r
12  * The Original Code is Mozilla Communicator client code, released\r
13  * March 31, 1998.\r
14  * \r
15  * The Initial Developer of the Original Code is Netscape\r
16  * Communications Corporation. Portions created by Netscape are\r
17  * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
18  * Rights Reserved.\r
19  */\r
20 \r
21 .tree-thread-row.unread-true {\r
22         font-weight: bold;\r
23 }\r
24 \r
25 .prioritycol-highest\r
26 {\r
27         color:red;\r
28 }\r
29 \r
30 .prioritycol-high\r
31 {\r
32         color: rgb(128, 0, 0);\r
33 }\r
34 \r
35 .prioritycol-lowest\r
36 {\r
37         color: rgb(170, 170, 170);\r
38 }\r
39 \r
40 .prioritycol-low\r
41 {\r
42         color: rgb(85, 85, 85);\r
43 }\r
44 \r
45 .tree-cell-threadpane-icon {\r
46   list-style-image: url("chrome://messenger/skin/message-mail.gif");\r
47   min-height: 14px;\r
48 }\r
49 \r
50 .tree-cell-threadpane-icon.status-new {\r
51   list-style-image: url("chrome://messenger/skin/message-mail-new.gif");\r
52 }\r
53 \r
54 .tree-cell-threadpane-icon.message-type-news {\r
55   list-style-image: url("chrome://messenger/skin/message-news.gif");\r
56 }\r
57 \r
58 .tree-cell-threadpane-icon.message-type-news.status-new {\r
59   list-style-image: url("chrome://messenger/skin/message-news-new.gif");\r
60 }\r
61 \r
62 .tree-cell-threadpane-icon.message-type-mail.has-attachment-true {\r
63   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");\r
64 }\r
65 \r
66 .tree-cell-threadpane-icon.is-imap-deleted-true {\r
67   list-style-image: url("chrome://messenger/skin/message-mail-imapdelete.gif");\r
68 }\r
69 \r
70 .unreadcol-false {\r
71   list-style-image: url("chrome://messenger/skin/readmail.gif");\r
72   min-height: 14px;\r
73 }\r
74 \r
75 .unreadcol-true {\r
76   list-style-image: url("chrome://messenger/skin/unreadmail.gif");\r
77 }\r
78 \r
79 .flagcol-unflagged {\r
80   list-style-image: url("chrome://messenger/skin/readmail.gif");\r
81   min-height: 14px;\r
82 }\r
83 \r
84 .flagcol-flagged {\r
85   list-style-image: url("chrome://messenger/skin/flaggedmail.gif");\r
86 }\r
87 \r
88 treeitem > treerow > .threadcol-thread{\r
89   list-style-image: url("chrome://messenger/skin/thread-closed.gif");\r
90 }\r
91 \r
92 treeitem[open="true"] > treerow > .threadcol-thread{\r
93   list-style-image: url("chrome://messenger/skin/thread-open.gif");\r
94 }\r
95 \r
96 treeitem > treerow > .threadcol-threadWithUnread{\r
97   list-style-image: url("chrome://messenger/skin/thread-new-closed.gif");\r
98 }\r
99 \r
100 treeitem[open="true"] > treerow > .threadcol-threadWithUnread{\r
101   list-style-image: url("chrome://messenger/skin/thread-new-open.gif");\r
102 }\r
103 \r
104 .threadColumnHeader[currentView="threaded"] > .tree-header-image\r
105   {\r
106     list-style-image: url("chrome://messenger/skin/threadcol.gif");\r
107   }\r
108 \r
109 .threadColumnHeader[currentView="unthreaded"] > .tree-header-image\r
110   {\r
111     list-style-image: url("chrome://messenger/skin/unthreadcol.gif");\r
112   }\r
113 \r
114 .readColumnHeader > .tree-header-image\r
115   {\r
116     list-style-image: url("chrome://messenger/skin/unreadmail.gif");\r
117   }\r
118 \r
119 .flagColumnHeader > .tree-header-image\r
120   {\r
121     list-style-image: url("chrome://messenger/skin/flaggedmail.gif");\r
122   }\r
123 \r
124 treeitem[empty="true"] > treerow > .tree-cell-threadpane-icon > .tree-cell-twisty \r
125   {\r
126     visibility            : hidden;\r
127   }    \r
128 \r
129 #threadTree  \r
130   {\r
131     border-top            : none;\r
132   }