updating bookmarks component so that skin is working again with current builds
[themes.git] / EarlyBlue / communicator / skin / bookmarks / bookmarks.css
CommitLineData
c6a72ce5 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.bookmark-item
24 {
25 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
26 cursor : pointer;
27 }
28
29.bookmark-item[menuactive="true"]
30 {
31 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
32 }
33
34.bookmark-item[container="true"]
35 {
36 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
37 }
38
39.bookmark-item[container="true"] > box > text
40 {
41 max-width: 8em;
42 }
43
44.bookmark-item[container="true"][menuactive="true"]
45 {
46 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
47 }
48
49.bookmark-item[container="true"][open="true"]
50 {
51 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
52 }
53
54.bookmark-item[container="true"][open="true"][menuactive="true"]
55 {
56 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
57 }
58
59
60.bookmark-item[container="true"][open="true"][loading="true"]
61{
62 list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
63}
64
65.bookmark-item[status="new"]
66{
67 list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
68}
69
70/*
71.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"],
72.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"],
73.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"]
74{
75 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
76}
77
78.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][open="true"],
79.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"],
80.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"],
81{
82 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
83}
84
85.bookmark-item[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"]
86{
87 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
88}
89
90.bookmark-item[type="http://home.netscape.com/NC-rdf#Bookmark"]
91{
92 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
93}
94*/
95
96.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"]
97{
98 list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
99}
100
101.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"]
102{
103 list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
104}
105
106.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"]
107{
108 list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
109}
110
111/*
112.bookmark-item > treerow > .treecell-bookmark {
113 list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
114}
115
116#navprintplus
117{
118 display:none !important;
119}
120
121*/