update both themes to state of toolkit winstripe trunk of 2010-11-14
[themes.git] / EarlyBlue / messenger / folderPane.css
CommitLineData
128000f4 1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
f6e0a33f 3 *
128000f4 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/
f6e0a33f 8 *
128000f4 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.
f6e0a33f 13 *
128000f4 14 * The Original Code is mozilla.org code.
15 *
76983f4c 16 * The Initial Developer of the Original Code is
128000f4 17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998
19 * the Initial Developer. All Rights Reserved.
f6e0a33f 20 *
21 * Contributor(s):
22 * Joe Hewitt (hewitt@netscape.com)
cd130c22 23 * Hakan Waara (hwaara@chello.se)
32fb9cf9 24 * Jan Varga (varga@nixcorp.com)
128000f4 25 * Robert Kaiser <KaiRo@KaiRo.at>
26 *
27 * Alternatively, the contents of this file may be used under the terms of
76983f4c 28 * either the GNU General Public License Version 2 or later (the "GPL"), or
128000f4 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@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
f6e0a33f 42
43/* ===== folderPane.css =================================================
44 == Styles for the Folder pane in the Messenger 3-pane window.
45 ======================================================================= */
46
f6e0a33f 47/* ::::: mail folder ::::: */
48
a1f525f0 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) {
74d14f90 55 list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
f6e0a33f 56}
57
1c10af87 58.tabmail-tab[type="folder"][NewMessages="true"],
a1f525f0 59treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
74d14f90 60 list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
f6e0a33f 61}
62
d61a45b2
RK
63/* ..... News and Feeds ..... */
64
1c10af87
RK
65.tabmail-tab[type="folder"][ServerType="nntp"],
66.tabmail-tab[type="folder"][ServerType="rss"],
d61a45b2
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"],
d61a45b2
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
f6e0a33f 79/* ..... Inbox ..... */
80
1c10af87 81.tabmail-tab[type="folder"][SpecialFolder="Inbox"],
a1f525f0 82treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
74d14f90 83 list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
f6e0a33f 84}
85
1c10af87 86.tabmail-tab[type="folder"][SpecialFolder="Inbox"][NewMessages="true"],
a1f525f0 87treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
74d14f90 88 list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
f6e0a33f 89}
90
91/* ..... Sent ..... */
92
1c10af87 93.tabmail-tab[type="folder"][SpecialFolder="Sent"],
a1f525f0 94treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
74d14f90 95 list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
f6e0a33f 96}
97
60dec843 98/* ..... Outbox ..... */
f6e0a33f 99
1c10af87 100.tabmail-tab[type="folder"][SpecialFolder="Outbox"],
60dec843 101treechildren::-moz-tree-image(folderNameCol, specialFolder-Outbox) {
74d14f90 102 list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
f6e0a33f 103}
104
105/* ..... Drafts ..... */
106
1c10af87 107.tabmail-tab[type="folder"][SpecialFolder="Drafts"],
a1f525f0 108treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
74d14f90 109 list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
f6e0a33f 110}
111
112/* ..... Templates ..... */
113
1c10af87 114.tabmail-tab[type="folder"][SpecialFolder="Templates"],
a1f525f0 115treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
74d14f90 116 list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
f6e0a33f 117}
118
4c66fa00 119/* ..... Junk ..... */
120
1c10af87 121.tabmail-tab[type="folder"][SpecialFolder="Junk"],
a1f525f0 122treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
4c66fa00 123 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
124}
125
f6e0a33f 126/* ..... Trash ..... */
127
1c10af87 128.tabmail-tab[type="folder"][SpecialFolder="Trash"],
a1f525f0 129treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
74d14f90 130 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
f6e0a33f 131}
132
b70a3a73 133/* ..... Saved Searches ..... */
134
1c10af87 135.tabmail-tab[type="folder"][SpecialFolder="Virtual"],
b70a3a73 136treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
137 list-style-image: url("chrome://messenger/skin/icons/folder-search.gif");
138}
139
1c10af87
RK
140.tabmail-tab[type="folder"][NewMessages="true"],
141treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
f6e0a33f 142 font-weight: bold;
143}
144
1c10af87 145.tabmail-tab[type="folder"][ImapShared="true"],
a1f525f0 146treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
8caa872d 147 -moz-padding-end: 2px;
d81fcf59 148 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
149}
150
f6e0a33f 151/* ..... Server Folders ..... */
152
1c10af87 153.tabmail-tab[type="folder"][IsServer="true"],
d61a45b2 154treechildren::-moz-tree-image(folderNameCol, isServer-true) {
d61a45b2
RK
155 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
156}
157
1c10af87 158.tabmail-tab[type="folder"][BiffState="NewMail"][IsServer="true"],
d61a45b2 159treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
d61a45b2
RK
160 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
161}
162
1c10af87 163.tabmail-tab[type="folder"][IsServer="true"][ServerType="pop3"][IsSecure="true"],
a1f525f0 164treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
74d14f90 165 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
f6e0a33f 166}
167
1c10af87 168.tabmail-tab[type="folder"][IsServer="true"][ServerType="imap"][IsSecure="true"],
a1f525f0 169treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
74d14f90 170 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
f6e0a33f 171}
172
1c10af87 173.tabmail-tab[type="folder"][BiffState="NewMail"][IsServer="true"][ServerType="imap"][IsSecure="true"],
76983f4c 174treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
175 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
176}
177
1c10af87 178.tabmail-tab[type="folder"][IsServer="true"][ServerType="none"],
a1f525f0 179treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
74d14f90 180 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
f6e0a33f 181}
182
1c10af87 183.tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"],
a1f525f0 184treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
74d14f90 185 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
f6e0a33f 186}
187
1c10af87 188.tabmail-tab[type="folder"][IsServer="true"][ServerType="nntp"][IsSecure="true"],
a1f525f0 189treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
74d14f90 190 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
f6e0a33f 191}
192
1c10af87 193.tabmail-tab[type="folder"][IsServer="true"][ServerType="rss"],
d61a45b2
RK
194treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss) {
195 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
196}
197
f6e0a33f 198/* ::::: All Servers ::::: */
199
a1f525f0 200treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
f6e0a33f 201 font-weight: bold;
202}
203
1c10af87 204.tabmail-tab[type="folder"][IsServer="true"],
a1f525f0 205treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
206treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
f6e0a33f 207 font-weight: bold;
208}
209
a1f525f0 210treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
74d14f90 211 color: #808080;
f6e0a33f 212 font-style: italic;
213}
214
f6e0a33f 215.tree-folder-checkbox {
216 list-style-image: none;
217}
218
a1f525f0 219treechildren::-moz-tree-image(syncCol) {
74d14f90 220 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
f6e0a33f 221}
222
a1f525f0 223treechildren::-moz-tree-image(syncCol, synchronize-true) {
74d14f90 224 list-style-image: url("chrome://messenger/skin/icons/check.gif");
f6e0a33f 225}
226
a1f525f0 227treechildren::-moz-tree-image(syncCol, isServer-true) {
f6e0a33f 228 list-style-image: none;
229}
128000f4 230
74d14f90 231#folder-panel {
232 min-width: 10px;
233}
234
235#folderTree {
236 border: none;
237}
238
239#folderUnreadCol,
1431bf9b 240#folderTotalCol,
241#folderSizeCol {
74d14f90 242 text-align: right;
243}
b618d1fd 244
245#folderNameCol [sortDirection="ascending"] {
246 list-style-image: none;
247}
248
249#folderNameCol [sortDirection="descending"] {
250 list-style-image: none;
251}