This commit is contained in:
ben%netscape.com 2000-08-18 06:13:32 +00:00
Родитель 0b92383a04
Коммит ddf4b2d9c3
3 изменённых файлов: 128 добавлений и 103 удалений

Просмотреть файл

@ -18,126 +18,151 @@
* Rights Reserved. * Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Ben Goodger <ben@netscape.com>
*/ */
#homebutton /**
{ * XXX - need to split tree rules out into their own file to
list-style-image : url("chrome://communicator/skin/bookmarks/home.gif"); * be included by bm window/panel to help with startup time
} * and bloat.
**/
/**
* Home button
**/
#homebutton
{
list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
}
#homebutton:hover
{
list-style-image : url("chrome://communicator/skin/bookmarks/home-hover.gif");
}
#homebutton:hover:active
{
list-style-image : url("chrome://communicator/skin/bookmarks/home-active.gif");
}
/**
* Personal toolbar items
**/
.bookmarkitem
{
list-style-image : url("chrome://communicator/skin/bookmarks/location.gif");
}
#homebutton:hover .bookmarkfolder
{ {
list-style-image : url("chrome://communicator/skin/bookmarks/home-hover.gif"); list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
} }
#homebutton:hover:active
{
list-style-image : url("chrome://communicator/skin/bookmarks/home-active.gif");
}
.bookmarkfolder > .menubutton-toolbar-single-internal-box > .menubutton-toolbar-single-dropmarker
{
display : none;
}
.bookmarkfolder[open="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
.bookmarkitem /**
{ * Bookmarks tree items
list-style-image : url("chrome://communicator/skin/bookmarks/location.gif"); **/
} .treecell-bookmark
{
list-style-image : inherit;
}
.bookmarkfolder .treeitem-bookmark
{ {
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); list-style-image : url("chrome://communicator/skin/bookmarks/location.gif");
} }
.treeitem-bookmark[container="true"][open="true"][loading="true"]
{
list-style-image : url("resource:/res/rdf/loading.gif") ! important ;
}
.bookmarkfolder > .menubutton-toolbar-single-internal-box > .menubutton-toolbar-single-dropmarker .treeitem-bookmark[status="new"]
{ {
display: none; list-style-image : url("resource:/res/rdf/loading.gif") ! important ;
} }
.bookmarkfolder[open="true"]
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"],
{ .treeitem-bookmark[container="true"][open="true"]
list-style-image: url("resource:/res/rdf/loading.gif") ! important ; {
} list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
treeitem[status="new"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][open="true"]
{ {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ; list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark, .treeitem-bookmark[container="true"][open="true"]
treeitem[container="true"][open="true"] > treerow > .treecell-bookmark {
{ list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); }
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"]
{ {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
} }
treeitem[container="true"][open="true"] > treerow > .treecell-bookmark { .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"]
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); {
} list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"]
{ {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); list-style-image : url("chrome://communicator/skin/bookmarks/location.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#IEFavorite"]
{ {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); list-style-image : url("chrome://communicator/skin/bookmarks/iefavorite.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#Bookmark"]
{ {
list-style-image: url("chrome://communicator/skin/bookmarks/location.gif"); list-style-image : url("chrome://communicator/skin/bookmarks/location.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"]
{ {
list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif"); list-style-image : url("resource:/res/rdf/folder-open.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"]
{ {
list-style-image: url("chrome://communicator/skin/bookmarks/location.gif"); list-style-image : url("resource:/res/rdf/folder-closed.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#FileSystemObject"]
{ {
list-style-image: url("resource:/res/rdf/folder-open.gif"); list-style-image : url("resource:/res/rdf/article.gif");
} }
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"],
{ .treeitem-bookmark[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"]
list-style-image: url("resource:/res/rdf/folder-closed.gif"); {
} list-style-image : url("chrome://communicator/skin/bookmarks/iefolder.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark /**
{ * Bookmarks tree
list-style-image: url("resource:/res/rdf/article.gif"); **/
} .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows
{
border : none;
}
treeitem > treerow > .treecell-bookmark { #bookmarksTree
list-style-image:url("chrome://communicator/skin/bookmarks/location.gif"); {
} border-top : none;
}
.bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows
{
border : none;
}
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
{
list-style-image : url("chrome://communicator/skin/bookmarks/iefolder.gif");
}
#bookmarksTree
{
border-top : none;
}

Просмотреть файл

@ -71,7 +71,7 @@
<rule> <rule>
<treechildren flex="1"> <treechildren flex="1">
<treeitem uri="..." persist="open" <treeitem uri="..." persist="open" class="treeitem-bookmark"
web:status="rdf:http://home.netscape.com/WEB-rdf#status" web:status="rdf:http://home.netscape.com/WEB-rdf#status"
rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type" rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
loading="rdf:http://home.netscape.com/NC-rdf#loading"> loading="rdf:http://home.netscape.com/NC-rdf#loading">

Просмотреть файл

@ -219,7 +219,7 @@
<rule> <rule>
<treechildren> <treechildren>
<treeitem uri="rdf:*" persist="open" <treeitem uri="rdf:*" persist="open" class="treeitem-bookmark"
web:status="rdf:http://home.netscape.com/WEB-rdf#status" web:status="rdf:http://home.netscape.com/WEB-rdf#status"
rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type" rdf:type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
loading="rdf:http://home.netscape.com/NC-rdf#loading"> loading="rdf:http://home.netscape.com/NC-rdf#loading">