1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
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/
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
14 * The Original Code is mozilla.org code.
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.
22 * Joe Hewitt (hewitt@netscape.com)
23 * Hakan Waara (hwaara@chello.se)
24 * Jan Varga (varga@nixcorp.com)
25 * Robert Kaiser <KaiRo@KaiRo.at>
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.
39 * ***** END LICENSE BLOCK ***** */
41 /* ===== folderPane.css =================================================
42 == Styles for the Folder pane in the Messenger 3-pane window.
43 ======================================================================= */
45 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
47 /* ::::: mail folder ::::: */
49 treechildren::-moz-tree-image(folderNameCol) {
51 list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
54 treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
56 list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
59 /* ..... Inbox ..... */
61 treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
63 list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
66 treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
68 list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
71 /* ..... Sent ..... */
73 treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
75 list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
78 /* ..... Unsent ..... */
80 treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
82 list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
85 /* ..... Drafts ..... */
87 treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
89 list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
92 /* ..... Templates ..... */
94 treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
96 list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
99 /* ..... Junk ..... */
101 treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
103 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
106 /* ..... Trash ..... */
108 treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
110 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
113 treechildren::-moz-tree-image(folderNameCol, isServer-true) {
115 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
118 treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
120 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
123 treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
124 treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
128 treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
130 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
133 /* ..... Server Folders ..... */
135 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
137 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
140 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
142 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
145 treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
146 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
149 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
151 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
154 /* ..... News Folders ..... */
156 treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
158 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
161 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
163 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
166 treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
168 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
171 /* ::::: All Servers ::::: */
173 treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
177 treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
178 treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
182 treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
187 .tree-folder-checkbox {
188 list-style-image: none;
191 treechildren::-moz-tree-image(syncCol) {
192 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
195 treechildren::-moz-tree-image(syncCol, synchronize-true) {
196 list-style-image: url("chrome://messenger/skin/icons/check.gif");
199 treechildren::-moz-tree-image(syncCol, isServer-true) {
200 list-style-image: none;
216 #folderNameCol [sortDirection="ascending"] {
217 list-style-image: none;
220 #folderNameCol [sortDirection="descending"] {
221 list-style-image: none;