update with classic theme development, keep about:plugins compatible for 1.7 release
[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) {
f6e0a33f 50 padding-right: 2px;
74d14f90 51 list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
f6e0a33f 52}
53
a1f525f0 54treechildren::-moz-tree-image(folderNameCol, newMessages-true) {
f6e0a33f 55 padding-right: 2px;
74d14f90 56 list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif");
f6e0a33f 57}
58
59/* ..... Inbox ..... */
60
a1f525f0 61treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) {
f6e0a33f 62 padding-right: 2px;
74d14f90 63 list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif");
f6e0a33f 64}
65
a1f525f0 66treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) {
f6e0a33f 67 padding-right: 2px;
74d14f90 68 list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif");
f6e0a33f 69}
70
71/* ..... Sent ..... */
72
a1f525f0 73treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) {
f6e0a33f 74 padding-right: 2px;
74d14f90 75 list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif");
f6e0a33f 76}
77
78/* ..... Unsent ..... */
79
a1f525f0 80treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) {
f6e0a33f 81 padding-right: 2px;
74d14f90 82 list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif");
f6e0a33f 83}
84
85/* ..... Drafts ..... */
86
a1f525f0 87treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) {
f6e0a33f 88 padding-right: 2px;
74d14f90 89 list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif");
f6e0a33f 90}
91
92/* ..... Templates ..... */
93
a1f525f0 94treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) {
f6e0a33f 95 padding-right: 2px;
74d14f90 96 list-style-image: url("chrome://messenger/skin/icons/folder-template.gif");
f6e0a33f 97}
98
4c66fa00 99/* ..... Junk ..... */
100
a1f525f0 101treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) {
4c66fa00 102 padding-right: 2px;
103 list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif");
104}
105
f6e0a33f 106/* ..... Trash ..... */
107
a1f525f0 108treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
f6e0a33f 109 padding-right: 2px;
74d14f90 110 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
f6e0a33f 111}
112
a1f525f0 113treechildren::-moz-tree-image(folderNameCol, isServer-true) {
f6e0a33f 114 padding-right: 2px;
74d14f90 115 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
f6e0a33f 116}
117
a1f525f0 118treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
f6e0a33f 119 padding-right: 2px;
74d14f90 120 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
f6e0a33f 121}
122
a1f525f0 123treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true),
124treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
f6e0a33f 125 font-weight: bold;
126}
127
a1f525f0 128treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
d81fcf59 129 padding-right: 2px;
130 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
131}
132
f6e0a33f 133/* ..... Server Folders ..... */
134
a1f525f0 135treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
f6e0a33f 136 padding-right: 2px;
74d14f90 137 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
f6e0a33f 138}
139
a1f525f0 140treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
f6e0a33f 141 padding-right: 2px;
74d14f90 142 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
f6e0a33f 143}
144
76983f4c 145treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
146 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
147}
148
a1f525f0 149treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
f6e0a33f 150 padding-right: 2px;
74d14f90 151 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
f6e0a33f 152}
153
154/* ..... News Folders ..... */
155
a1f525f0 156treechildren::-moz-tree-image(folderNameCol, serverType-nntp) {
f6e0a33f 157 padding-right: 2px;
74d14f90 158 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
f6e0a33f 159}
160
a1f525f0 161treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
f6e0a33f 162 padding-right: 2px;
74d14f90 163 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
f6e0a33f 164}
165
a1f525f0 166treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
f6e0a33f 167 padding-right: 2px;
74d14f90 168 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
f6e0a33f 169}
170
171/* ::::: All Servers ::::: */
172
a1f525f0 173treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
f6e0a33f 174 font-weight: bold;
175}
176
a1f525f0 177treechildren::-moz-tree-cell-text(folderNameCol, isServer-true),
178treechildren::-moz-tree-cell-text(hasUnreadMessages-true) {
f6e0a33f 179 font-weight: bold;
180}
181
a1f525f0 182treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) {
74d14f90 183 color: #808080;
f6e0a33f 184 font-style: italic;
185}
186
f6e0a33f 187.tree-folder-checkbox {
188 list-style-image: none;
189}
190
a1f525f0 191treechildren::-moz-tree-image(syncCol) {
74d14f90 192 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
f6e0a33f 193}
194
a1f525f0 195treechildren::-moz-tree-image(syncCol, synchronize-true) {
74d14f90 196 list-style-image: url("chrome://messenger/skin/icons/check.gif");
f6e0a33f 197}
198
a1f525f0 199treechildren::-moz-tree-image(syncCol, isServer-true) {
f6e0a33f 200 list-style-image: none;
201}
128000f4 202
74d14f90 203#folder-panel {
204 min-width: 10px;
205}
206
207#folderTree {
208 border: none;
209}
210
211#folderUnreadCol,
1431bf9b 212#folderTotalCol,
213#folderSizeCol {
74d14f90 214 text-align: right;
215}
b618d1fd 216
217#folderNameCol [sortDirection="ascending"] {
218 list-style-image: none;
219}
220
221#folderNameCol [sortDirection="descending"] {
222 list-style-image: none;
223}