gecko-dev/suite/common/bookmarks/bookmarks.css

91 строка
3.1 KiB
CSS
Исходник Обычный вид История

1999-06-23 07:02:21 +04:00
/* -*- Mode: C; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
/*
Style rules specific to the bookmarks panel & pane.
*/
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/bookmark-folder-closed.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/bookmark-folder-open.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/personal-folder-closed.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/personal-folder-open.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/bookmark-item.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/IEFavorite.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/samples/bookmark-item.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton
{
list-style-image: url("resource:/res/rdf/article.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
1999-06-23 07:02:21 +04:00
treeitem[container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
titledbutton#bookmarks {
1999-06-23 07:02:21 +04:00
list-style-image:url("resource:/res/samples/bookmark-item.gif");
}