Initial revision
[themes.git] / LCARStrek / communicator / skin / bookmarks / bookmarks.css
1 /* -*- Mode: C; c-basic-offset: 2 -*-
2  *
3  * The contents of this file are subject to the Netscape Public
4  * License Version 1.1 (the "License"); you may not use this file
5  * except in compliance with the License. You may obtain a copy of
6  * the License at http://www.mozilla.org/NPL/
7  *
8  * Software distributed under the License is distributed on an "AS
9  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
10  * implied. See the License for the specific language governing
11  * rights and limitations under the License.
12  *
13  * The Original Code is mozilla.org code.
14  *
15  * The Initial Developer of the Original Code is Netscape
16  * Communications Corporation.  Portions created by Netscape are
17  * Copyright (C) 1998 Netscape Communications Corporation. All
18  * Rights Reserved.
19  *
20  * Contributor(s): 
21  */
22
23 /*  This is debugging code related to bug 60095 ...
24 .iframe-panel { border: 1px solid red; padding: 0px; }
25 .iframe-panel window { border: 1px solid blue; padding: 0px; }
26 .iframe-panel box { border: 1px solid yellow; padding: 0px; }
27 .iframe-panel tree { border: 1px solid green; padding: 0px; }
28 */
29
30 .bookmarkitem
31   {
32     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
33   }
34
35 .bookmarkitem[menuactive="true"]
36   {
37     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
38   }
39   
40 .bookmarkfolder
41   {
42     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
43   }
44
45 .bookmarkfolder[menuactive="true"]
46   {
47     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
48   }
49   
50 .bookmarkfolder[open="true"]
51   {
52     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
53   }  
54
55 .bookmarkfolder[open="true"][menuactive="true"]
56   {
57     list-style-image      : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
58   }  
59   
60   
61 treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark
62 {
63  list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
64 }
65
66 treeitem[status="new"] > treerow > .treecell-bookmark
67 {
68  list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
69 }
70
71 treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
72 treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
73 treeitem[container="true"][open="true"] > treerow > .treecell-bookmark
74 {
75  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
76 }
77
78 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
79 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
80 treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-bookmark
81 {
82  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
83 }
84
85 treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark
86 treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
87 {
88  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
89 }
90
91 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark,
92 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
93 {
94  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
95 }
96
97 treeitem[container="true"][open="true"] > treerow > .treecell-bookmark {
98  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
99 }
100
101 treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark
102 {
103  list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
104 }
105
106 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark
107 {
108  list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif");
109 }
110
111 treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark
112 {
113  list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
114 }
115
116 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark
117 {
118  list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif");
119 }
120
121 treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark
122 {
123  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
124 }
125
126 treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > .treecell-bookmark
127 {
128  list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif");
129 }
130
131 treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark
132 {
133  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
134 }
135
136 treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark
137 {
138  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
139 }
140
141 treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark
142 {
143  list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");
144 }
145
146 treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark
147 {
148  list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
149 }
150
151 treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark
152 {
153  list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
154 }
155
156 treeitem > treerow > .treecell-bookmark {
157  list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
158 }
159