X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fskin%2Fbookmarks%2Fbookmarks.css;fp=EarlyBlue%2Fcommunicator%2Fskin%2Fbookmarks%2Fbookmarks.css;h=0000000000000000000000000000000000000000;hp=33ab2c4d9870357b940e31dc4d1ec42299cd7e97;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17 diff --git a/EarlyBlue/communicator/skin/bookmarks/bookmarks.css b/EarlyBlue/communicator/skin/bookmarks/bookmarks.css deleted file mode 100755 index 33ab2c4d..00000000 --- a/EarlyBlue/communicator/skin/bookmarks/bookmarks.css +++ /dev/null @@ -1,121 +0,0 @@ -/* -*- Mode: C; c-basic-offset: 2 -*- - * - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - */ - -.bookmark-item - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); - cursor : pointer; - } - -.bookmark-item[menuactive="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); - } - -.bookmark-item[container="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); - } - -.bookmark-item[container="true"] > box > text - { - max-width: 8em; - } - -.bookmark-item[container="true"][menuactive="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); - } - -.bookmark-item[container="true"][open="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); - } - -.bookmark-item[container="true"][open="true"][menuactive="true"] - { - list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); - } - - -.bookmark-item[container="true"][open="true"][loading="true"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; -} - -.bookmark-item[status="new"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; -} - -/* -.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"], -.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"], -.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); -} - -.bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][open="true"], -.bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"], -.bookmark-item[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"); -} - -.bookmark-item[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} - -.bookmark-item[type="http://home.netscape.com/NC-rdf#Bookmark"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} -*/ - -.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] -{ - list-style-image: url("chrome://communicator/skin/directory/folder-open.gif"); -} - -.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] -{ - list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif"); -} - -.bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"] -{ - list-style-image: url("chrome://communicator/skin/bookmarks/article.gif"); -} - -/* -.bookmark-item > treerow > .treecell-bookmark { - list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); -} - -#navprintplus -{ - display:none !important; -} - -*/