bump versions for starting 2.1a3 cycle
[themes.git] / LCARStrek / messenger / folderPane.css
CommitLineData
351107c9 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 *
3d6dd546 16 * The Initial Developer of the Original Code is
351107c9 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)
03f6f39c 24 * Jan Varga (varga@nixcorp.com)
351107c9 25 * Robert Kaiser <KaiRo@KaiRo.at>
26 *
27 * Alternatively, the contents of this file may be used under the terms of
3d6dd546 28 * either the GNU General Public License Version 2 or later (the "GPL"), or
351107c9 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
351107c9 47/* ::::: mail folder ::::: */
48
01fc5c11 49treechildren::-moz-tree-image(folderNameCol) {
8caa872d 50 -moz-padding-end: 2px;
1c10af87
RK
51}
52
53.tabmail-tab[type="folder"],
54treechildren::-moz-tree-image(folderNameCol) {
b1eaa419 55 list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
351107c9 56}
57
1c10af87 58.tabmail-tab[type="folder"][NewMessages="true"],
01fc5c11 59treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
b1eaa419 60 list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
351107c9 61}
62
c710949d
RK
63/* ..... News and Feeds ..... */
64
1c10af87
RK
65.tabmail-tab[type="folder"][ServerType="nntp"],
66.tabmail-tab[type="folder"][ServerType="rss"],
c710949d
RK
67treechildren::-moz-tree-image(folderNameCol, serverType-nntp),
68treechildren::-moz-tree-image(folderNameCol, serverType-rss) {
69 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
70}
71
1c10af87
RK
72.tabmail-tab[type="folder"][ServerType="nntp"][NewMessages="true"],
73.tabmail-tab[type="folder"][ServerType="rss"][NewMessages="true"],
c710949d
RK
74treechildren::-moz-tree-image(folderNameCol, serverType-nntp, newMessages-true),
75treechildren::-moz-tree-image(folderNameCol, serverType-rss, newMessages-true) {
76 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup-new.gif");
77}
78
351107c9 79/* ..... Inbox ..... */
80
1c10af87 81.tabmail-tab[type="folder"][SpecialFolder="Inbox"],
01fc5c11 82treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
b1eaa419 83 list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
351107c9 84}
85
1c10af87 86.tabmail-tab[type="folder"][SpecialFolder="Inbox"][NewMessages="true"],
01fc5c11 87treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
b1eaa419 88 list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
351107c9 89}
90
91/* ..... Sent ..... */
92
1c10af87 93.tabmail-tab[type="folder"][SpecialFolder="Sent"],
01fc5c11 94treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
b1eaa419 95 list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
351107c9 96}
97
98/* ..... Unsent ..... */
99
1c10af87
RK
100.tabmail-tab[type="folder"][SpecialFolder="Outbox"],
101.tabmail-tab[type="folder"][SpecialFolder="Unsent Messages"],
52d93d6e 102treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox),
01fc5c11 103treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
b1eaa419 104 list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
351107c9 105}
106
107/* ..... Drafts ..... */
108
1c10af87 109.tabmail-tab[type="folder"][SpecialFolder="Drafts"],
01fc5c11 110treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
b1eaa419 111 list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
351107c9 112}
113
114/* ..... Templates ..... */
115
1c10af87 116.tabmail-tab[type="folder"][SpecialFolder="Templates"],
01fc5c11 117treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
b1eaa419 118 list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
351107c9 119}
120
a3b3d4d6 121/* ..... Junk ..... */
122
1c10af87 123.tabmail-tab[type="folder"][SpecialFolder="Junk"],
01fc5c11 124treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
a3b3d4d6 125 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
126}
127
351107c9 128/* ..... Trash ..... */
129
1c10af87 130.tabmail-tab[type="folder"][SpecialFolder="Trash"],
01fc5c11 131treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
b1eaa419 132 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
351107c9 133}
134
57d23eae 135/* ..... Saved Searches ..... */
136
1c10af87 137.tabmail-tab[type="folder"][SpecialFolder="Virtual"],
57d23eae 138treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
139 list-style-image: url("chrome://messenger/skin/icons/folder-search.gif");
140}
141
1c10af87
RK
142.tabmail-tab[type="folder"][NewMessages="true"],
143treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
351107c9 144 font-weight: bold;
145}
146
1c10af87 147.tabmail-tab[type="folder"][ImapShared="true"],
01fc5c11 148treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
8caa872d 149 -moz-padding-end: 2px;
b1eaa419 150 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
151}
152
351107c9 153/* ..... Server Folders ..... */
154
1c10af87 155.tabmail-tab[type="folder"][IsServer="true"],
c710949d 156treechildren::-moz-tree-image(folderNameCol, isServer-true) {
c710949d
RK
157 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
158}
159
1c10af87 160.tabmail-tab[type="folder"][BiffState="NewMail"][IsServer="true"],
c710949d 161treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
c710949d
RK
162 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
163}
164
1c10af87 165.tabmail-tab[type="folder"][IsServer="true"][ServerType="pop3"][IsSecure="true"],
01fc5c11 166treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
b1eaa419 167 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
351107c9 168}
169
1c10af87 170.tabmail-tab[type="folder"][IsServer="true"][ServerType="imap"][IsSecure="true"],
01fc5c11 171treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
b1eaa419 172 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
351107c9 173}
174
1c10af87 175.tabmail-tab[type="folder"][BiffState="NewMail"][IsServer="true"][ServerType="imap"][IsSecure="true"],
3d6dd546 176treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
177 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
178}
179
1c10af87 180.tabmail-tab[type="folder"][IsServer="true"][ServerType="none"],
01fc5c11 181treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
b1eaa419 182 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
351107c9 183}
184
1c10af87 185.tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"],
01fc5c11 186treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
b1eaa419 187 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
351107c9 188}
189
1c10af87 190.tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"][IsSecure="true"],
01fc5c11 191treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
b1eaa419 192 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
351107c9 193}
194
1c10af87 195.tabmail-tab[type="folder"][IsServer="true"][ServerType="rss"],
c710949d
RK
196treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) {
197 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
198}
199
351107c9 200/* ::::: All Servers ::::: */
201
ac0edc0d
RK
202treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true),
203treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
204treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
351107c9 205 font-weight: bold;
f1d07a65 206 color: #FFCF00;
351107c9 207}
208
ac0edc0d 209.tabmail-tab[type="folder"][IsServer="true"] {
351107c9 210 font-weight: bold;
211}
212
01fc5c11 213treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
351107c9 214 color: #8050B0;
215 font-style: italic;
216}
217
b1eaa419 218.tree-folder-checkbox {
219 list-style-image: none;
351107c9 220}
221
01fc5c11 222treechildren::-moz-tree-image(syncCol) {
b1eaa419 223 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
351107c9 224}
b1eaa419 225
01fc5c11 226treechildren::-moz-tree-image(syncCol, synchronize-true) {
b1eaa419 227 list-style-image: url("chrome://messenger/skin/icons/check.gif");
228}
229
01fc5c11 230treechildren::-moz-tree-image(syncCol, isServer-true) {
351107c9 231 list-style-image: none;
232}
233
b1eaa419 234#folder-panel {
235 min-width: 10px;
351107c9 236}
237
b1eaa419 238#folderTree {
239 border: none;
351107c9 240}
241
a3b3d4d6 242#folderTotalCol,
243#folderSizeCol {
b1eaa419 244 text-align: right;
351107c9 245}
ac1cdf20 246
247#folderNameCol [sortDirection="ascending"] {
248 list-style-image: none;
249}
250
251#folderNameCol [sortDirection="descending"] {
252 list-style-image: none;
253}