keeping up with Classic trunk
[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 *
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.
f6e0a33f 20 *
21 * Contributor(s):
22 * Joe Hewitt (hewitt@netscape.com)
cd130c22 23 * Hakan Waara (hwaara@chello.se)
f6e0a33f 24 * Jan Varga (varga@utcru.sk)
128000f4 25 * Robert Kaiser <KaiRo@KaiRo.at>
26 *
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.
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
e1597424 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
e1597424 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
e1597424 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
e1597424 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
e1597424 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
e1597424 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
e1597424 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
e1597424 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
99/* ..... Trash ..... */
100
e1597424 101treechildren:-moz-tree-image(folderNameCol, specialFolder-Trash) {
f6e0a33f 102 padding-right: 2px;
74d14f90 103 list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif");
f6e0a33f 104}
105
e1597424 106treechildren:-moz-tree-image(folderNameCol, isServer-true) {
f6e0a33f 107 padding-right: 2px;
74d14f90 108 list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
f6e0a33f 109}
110
e1597424 111treechildren:-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) {
f6e0a33f 112 padding-right: 2px;
74d14f90 113 list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif");
f6e0a33f 114}
115
e1597424 116treechildren:-moz-tree-cell-text(folderNameCol, newMessages-true),
117treechildren:-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) {
f6e0a33f 118 font-weight: bold;
119}
120
e1597424 121treechildren:-moz-tree-image(folderNameCol, imapShared-true) {
d81fcf59 122 padding-right: 2px;
123 list-style-image: url("chrome://messenger/skin/icons/folder-share.gif");
124}
125
f6e0a33f 126/* ..... Server Folders ..... */
127
e1597424 128treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) {
f6e0a33f 129 padding-right: 2px;
74d14f90 130 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
f6e0a33f 131}
132
e1597424 133treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) {
f6e0a33f 134 padding-right: 2px;
74d14f90 135 list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
f6e0a33f 136}
137
e1597424 138treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
f6e0a33f 139 padding-right: 2px;
74d14f90 140 list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
f6e0a33f 141}
142
143/* ..... News Folders ..... */
144
e1597424 145treechildren:-moz-tree-image(folderNameCol, serverType-nntp) {
f6e0a33f 146 padding-right: 2px;
74d14f90 147 list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
f6e0a33f 148}
149
e1597424 150treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) {
f6e0a33f 151 padding-right: 2px;
74d14f90 152 list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
f6e0a33f 153}
154
e1597424 155treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) {
f6e0a33f 156 padding-right: 2px;
74d14f90 157 list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
f6e0a33f 158}
159
160/* ::::: All Servers ::::: */
161
e1597424 162treechildren:-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) {
f6e0a33f 163 font-weight: bold;
164}
165
e1597424 166treechildren:-moz-tree-cell-text(folderNameCol, isServer-true),
167treechildren:-moz-tree-cell-text(hasUnreadMessages-true) {
f6e0a33f 168 font-weight: bold;
169}
170
e1597424 171treechildren:-moz-tree-cell-text(folderNameCol, noSelect-true) {
74d14f90 172 color: #808080;
f6e0a33f 173 font-style: italic;
174}
175
f6e0a33f 176.tree-folder-checkbox {
177 list-style-image: none;
178}
179
e1597424 180treechildren:-moz-tree-image(syncCol) {
74d14f90 181 list-style-image: url("chrome://messenger/skin/icons/dot.gif");
f6e0a33f 182}
183
e1597424 184treechildren:-moz-tree-image(syncCol, synchronize-true) {
74d14f90 185 list-style-image: url("chrome://messenger/skin/icons/check.gif");
f6e0a33f 186}
187
e1597424 188treechildren:-moz-tree-image(syncCol, isServer-true) {
f6e0a33f 189 list-style-image: none;
190}
128000f4 191
74d14f90 192#folder-panel {
193 min-width: 10px;
194}
195
196#folderTree {
197 border: none;
198}
199
200#folderUnreadCol,
201#folderTotalCol {
202 text-align: right;
203}