aca99fed33dc77096b35fcf66b9080d65e661905
[themes.git] / EarlyBlue / skin / EarlyBlue / messenger / subscribe.css
1 /*
2  * The contents of this file are subject to the Netscape Public
3  * License Version 1.1 (the "License"); you may not use this file
4  * except in compliance with the License. You may obtain a copy of
5  * the License at http://www.mozilla.org/NPL/
6  *
7  * Software distributed under the License is distributed on an "AS
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9  * implied. See the License for the specific language governing
10  * rights and limitations under the License.
11  *
12  * The Original Code is Mozilla Communicator client code, released
13  * March 31, 1998.
14  *
15  * The Initial Developer of the Original Code is Netscape
16  * Communications Corporation. Portions created by Netscape are
17  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
18  * Rights Reserved.
19  *
20  * Contributor(s):
21  *
22  */
23
24 /* ===== subscribe.css ==================================================
25   == Styles for the Subscribe dialog.
26   ======================================================================= */
27
28 @import url("chrome://messenger/skin/");
29
30 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
31
32 /* ::::: margin adjustments :::::: */
33
34 #subscribetree {
35   margin: 0px 0px 0px 0px !important;
36 }
37
38 /* ::::: subscribed icons  :::::: */
39
40 .subscribedcol {
41   list-style-image: url("chrome://messenger/skin/dot.gif");
42 }
43
44 .subscribedcol[Subscribed="true"] {
45   list-style-image: url("chrome://messenger/skin/check.gif");
46 }
47
48 /* ::::: folder icons :::::: */
49
50 .tree-cell-subscribe-icon {
51   list-style-image: url("chrome://messenger/skin/folder-closed.gif");
52 }
53
54 .tree-cell-subscribe-icon[ServerType="nntp"] {
55   list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
56 }
57
58 /* ::::: server icons :::::: */
59
60 .subscribeMenuItem {
61   list-style-image: url("chrome://messenger/skin/server-mail.gif");
62 }
63
64 .subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
65   list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");
66 }
67
68 .subscribeMenuItem[ServerType="nntp"] {
69   list-style-image: url("chrome://messenger/skin/server-news.gif");
70 }
71
72 .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
73   list-style-image: url("chrome://messenger/skin/server-news-lock.gif");
74 }
75
76 /* ::::: for search in subscribe ::::: */
77
78 outlinerbody:-moz-outliner-image(nameCol, nntp) {
79   padding-right: 2px;
80   list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");
81 }
82
83 outlinerbody:-moz-outliner-image(subscribedCol) {
84   list-style-image: url("chrome://messenger/skin/dot.gif");
85 }
86
87 outlinerbody:-moz-outliner-image(subscribedCol, subscribed) {
88   list-style-image: url("chrome://messenger/skin/check.gif");
89 }
90