sync DOMi theme with changes in SeaMonkey 2.10 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
fb2b5761 53.icon-holder[type="folder"],
1c10af87 54treechildren::-moz-tree-image(folderNameCol) {
b1eaa419 55 list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
351107c9 56}
57
01fc5c11 58treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
b1eaa419 59 list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
351107c9 60}
61
c710949d
RK
62/* ..... News and Feeds ..... */
63
fb2b5761
RK
64.icon-holder[type="folder"][ServerType="nntp"],
65.icon-holder[type="folder"][ServerType="rss"],
c710949d
RK
66treechildren::-moz-tree-image(folderNameCol, serverType-nntp),
67treechildren::-moz-tree-image(folderNameCol, serverType-rss) {
68 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
69}
70
fb2b5761
RK
71.icon-holder[type="folder"][ServerType="nntp"][NewMessages="true"],
72.icon-holder[type="folder"][ServerType="rss"][NewMessages="true"],
c710949d
RK
73treechildren::-moz-tree-image(folderNameCol, serverType-nntp, newMessages-true),
74treechildren::-moz-tree-image(folderNameCol, serverType-rss, newMessages-true) {
75 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup-new.gif");
76}
77
351107c9 78/* ..... Inbox ..... */
79
fb2b5761 80.icon-holder[type="folder"][SpecialFolder="Inbox"],
01fc5c11 81treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
b1eaa419 82 list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
351107c9 83}
84
fb2b5761 85.icon-holder[type="folder"][SpecialFolder="Inbox"][NewMessages="true"],
01fc5c11 86treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
b1eaa419 87 list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
351107c9 88}
89
90/* ..... Sent ..... */
91
fb2b5761 92.icon-holder[type="folder"][SpecialFolder="Sent"],
01fc5c11 93treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
b1eaa419 94 list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
351107c9 95}
96
60dec843 97/* ..... Outbox ..... */
351107c9 98
fb2b5761 99.icon-holder[type="folder"][SpecialFolder="Outbox"],
60dec843 100treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) {
b1eaa419 101 list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
351107c9 102}
103
104/* ..... Drafts ..... */
105
fb2b5761 106.icon-holder[type="folder"][SpecialFolder="Drafts"],
01fc5c11 107treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
b1eaa419 108 list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
351107c9 109}
110
111/* ..... Templates ..... */
112
fb2b5761 113.icon-holder[type="folder"][SpecialFolder="Templates"],
01fc5c11 114treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
b1eaa419 115 list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
351107c9 116}
117
a3b3d4d6 118/* ..... Junk ..... */
119
fb2b5761 120.icon-holder[type="folder"][SpecialFolder="Junk"],
01fc5c11 121treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
a3b3d4d6 122 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
123}
124
351107c9 125/* ..... Trash ..... */
126
fb2b5761 127.icon-holder[type="folder"][SpecialFolder="Trash"],
01fc5c11 128treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
b1eaa419 129 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
351107c9 130}
131
57d23eae 132/* ..... Saved Searches ..... */
133
fb2b5761 134.icon-holder[type="folder"][SpecialFolder="Virtual"],
57d23eae 135treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
136 list-style-image: url("chrome://messenger/skin/icons/folder-search.gif");
137}
138
1c10af87 139treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
351107c9 140 font-weight: bold;
141}
142
fb2b5761 143.icon-holder[type="folder"][ImapShared="true"],
01fc5c11 144treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
8caa872d 145 -moz-padding-end: 2px;
b1eaa419 146 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
147}
148
351107c9 149/* ..... Server Folders ..... */
150
fb2b5761 151.icon-holder[type="folder"][IsServer="true"],
c710949d 152treechildren::-moz-tree-image(folderNameCol, isServer-true) {
c710949d
RK
153 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
154}
155
fb2b5761 156.icon-holder[type="folder"][BiffState="NewMail"][IsServer="true"],
c710949d 157treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
c710949d
RK
158 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
159}
160
fb2b5761 161.icon-holder[type="folder"][IsServer="true"][ServerType="pop3"][IsSecure="true"],
01fc5c11 162treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
b1eaa419 163 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
351107c9 164}
165
fb2b5761 166.icon-holder[type="folder"][IsServer="true"][ServerType="imap"][IsSecure="true"],
01fc5c11 167treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
b1eaa419 168 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
351107c9 169}
170
fb2b5761 171.icon-holder[type="folder"][BiffState="NewMail"][IsServer="true"][ServerType="imap"][IsSecure="true"],
3d6dd546 172treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
173 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
174}
175
fb2b5761 176.icon-holder[type="folder"][IsServer="true"][ServerType="none"],
01fc5c11 177treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
b1eaa419 178 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
351107c9 179}
180
fb2b5761 181.icon-holder[type="folder"][IsServer="true"][ServerType="nntp"],
01fc5c11 182treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
b1eaa419 183 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
351107c9 184}
185
fb2b5761 186.icon-holder[type="folder"][IsServer="true"][ServerType="nntp"][IsSecure="true"],
01fc5c11 187treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
b1eaa419 188 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
351107c9 189}
190
fb2b5761 191.icon-holder[type="folder"][IsServer="true"][ServerType="rss"],
c710949d
RK
192treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) {
193 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
194}
195
351107c9 196/* ::::: All Servers ::::: */
197
ac0edc0d
RK
198treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true),
199treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
200treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
351107c9 201 font-weight: bold;
f1d07a65 202 color: #FFCF00;
351107c9 203}
204
01fc5c11 205treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
351107c9 206 color: #8050B0;
207 font-style: italic;
208}
209
b1eaa419 210.tree-folder-checkbox {
211 list-style-image: none;
351107c9 212}
213
01fc5c11 214treechildren::-moz-tree-image(syncCol) {
b1eaa419 215 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
351107c9 216}
b1eaa419 217
01fc5c11 218treechildren::-moz-tree-image(syncCol, synchronize-true) {
b1eaa419 219 list-style-image: url("chrome://messenger/skin/icons/check.gif");
220}
221
01fc5c11 222treechildren::-moz-tree-image(syncCol, isServer-true) {
351107c9 223 list-style-image: none;
224}
225
b1eaa419 226#folder-panel {
227 min-width: 10px;
351107c9 228}
229
b1eaa419 230#folderTree {
231 border: none;
351107c9 232}
233
a3b3d4d6 234#folderTotalCol,
235#folderSizeCol {
b1eaa419 236 text-align: right;
351107c9 237}
ac1cdf20 238
239#folderNameCol [sortDirection="ascending"] {
240 list-style-image: none;
241}
242
243#folderNameCol [sortDirection="descending"] {
244 list-style-image: none;
245}