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