update both themes for all suite classic changed between 2009-06-05 and 2009-07-17...
[themes.git] / LCARStrek / messenger / folderPane.css
... / ...
CommitLineData
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 * Joe Hewitt (hewitt@netscape.com)
23 * Hakan Waara (hwaara@chello.se)
24 * Jan Varga (varga@nixcorp.com)
25 * Robert Kaiser <KaiRo@KaiRo.at>
26 *
27 * Alternatively, the contents of this file may be used under the terms of
28 * either the GNU General Public License Version 2 or later (the "GPL"), or
29 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30 * in which case the provisions of the GPL or the LGPL are applicable instead
31 * of those above. If you wish to allow use of your version of this file only
32 * under the terms of either the GPL or the LGPL, and not to allow others to
33 * use your version of this file under the terms of the NPL, indicate your
34 * decision by deleting the provisions above and replace them with the notice
35 * and other provisions required by the GPL or the LGPL. If you do not delete
36 * the provisions above, a recipient may use your version of this file under
37 * the terms of any one of the NPL, the GPL or the LGPL.
38 *
39 * ***** END LICENSE BLOCK ***** */
40
41/* ===== folderPane.css =================================================
42 == Styles for the Folder pane in the Messenger 3-pane window.
43 ======================================================================= */
44
45@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
46
47/* ::::: mail folder ::::: */
48
49treechildren::-moz-tree-image(folderNameCol) {
50 -moz-padding-end: 2px;
51 list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
52}
53
54treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
55 -moz-padding-end: 2px;
56 list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
57}
58
59/* ..... News and Feeds ..... */
60
61treechildren::-moz-tree-image(folderNameCol, serverType-nntp),
62treechildren::-moz-tree-image(folderNameCol, serverType-rss) {
63 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
64}
65
66treechildren::-moz-tree-image(folderNameCol, serverType-nntp, newMessages-true),
67treechildren::-moz-tree-image(folderNameCol, serverType-rss, newMessages-true) {
68 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup-new.gif");
69}
70
71/* ..... Inbox ..... */
72
73treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
74 -moz-padding-end: 2px;
75 list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
76}
77
78treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
79 -moz-padding-end: 2px;
80 list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
81}
82
83/* ..... Sent ..... */
84
85treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
86 -moz-padding-end: 2px;
87 list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
88}
89
90/* ..... Unsent ..... */
91
92treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox),
93treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
94 -moz-padding-end: 2px;
95 list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
96}
97
98/* ..... Drafts ..... */
99
100treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
101 -moz-padding-end: 2px;
102 list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
103}
104
105/* ..... Templates ..... */
106
107treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
108 -moz-padding-end: 2px;
109 list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
110}
111
112/* ..... Junk ..... */
113
114treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
115 -moz-padding-end: 2px;
116 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
117}
118
119/* ..... Trash ..... */
120
121treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
122 -moz-padding-end: 2px;
123 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
124}
125
126/* ..... Saved Searches ..... */
127
128treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
129 list-style-image: url("chrome://messenger/skin/icons/folder-search.gif");
130}
131
132treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
133treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
134 font-weight: bold;
135}
136
137treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
138 -moz-padding-end: 2px;
139 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
140}
141
142/* ..... Server Folders ..... */
143
144treechildren::-moz-tree-image(folderNameCol, isServer-true) {
145 -moz-padding-end: 2px;
146 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
147}
148
149treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
150 -moz-padding-end: 2px;
151 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
152}
153
154treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
155 -moz-padding-end: 2px;
156 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
157}
158
159treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
160 -moz-padding-end: 2px;
161 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
162}
163
164treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
165 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
166}
167
168treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
169 -moz-padding-end: 2px;
170 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
171}
172
173treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
174 -moz-padding-end: 2px;
175 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
176}
177
178treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
179 -moz-padding-end: 2px;
180 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
181}
182
183treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) {
184 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
185}
186
187/* ::::: All Servers ::::: */
188
189treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
190 font-weight: bold;
191 color: #FFCF00;
192}
193
194treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
195treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
196 font-weight: bold;
197 color: #FFCF00;
198}
199
200treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
201 color: #8050B0;
202 font-style: italic;
203}
204
205.tree-folder-checkbox {
206 list-style-image: none;
207}
208
209treechildren::-moz-tree-image(syncCol) {
210 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
211}
212
213treechildren::-moz-tree-image(syncCol, synchronize-true) {
214 list-style-image: url("chrome://messenger/skin/icons/check.gif");
215}
216
217treechildren::-moz-tree-image(syncCol, isServer-true) {
218 list-style-image: none;
219}
220
221#folder-panel {
222 min-width: 10px;
223}
224
225#folderTree {
226 border: none;
227}
228
229#folderTotalCol,
230#folderSizeCol {
231 text-align: right;
232}
233
234#folderNameCol [sortDirection="ascending"] {
235 list-style-image: none;
236}
237
238#folderNameCol [sortDirection="descending"] {
239 list-style-image: none;
240}