X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fskin%2Fbookmarks%2Fbookmarks.css;fp=LCARStrek%2Fcommunicator%2Fskin%2Fbookmarks%2Fbookmarks.css;h=0000000000000000000000000000000000000000;hb=613a86e80f09c2eeef7a7ec37d175323c739c978;hp=91a7d54600779e2fd2787d103af0743201930ad5;hpb=d0e796dd2e4b058577da1c1c2d3357fd724141f4;p=themes.git diff --git a/LCARStrek/communicator/skin/bookmarks/bookmarks.css b/LCARStrek/communicator/skin/bookmarks/bookmarks.css deleted file mode 100755 index 91a7d546..00000000 --- a/LCARStrek/communicator/skin/bookmarks/bookmarks.css +++ /dev/null @@ -1,130 +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): - */ - -/* This is debugging code related to bug 60095 ... -.iframe-panel { border: 1px solid red; padding: 0px; } -.iframe-panel window { border: 1px solid blue; padding: 0px; } -.iframe-panel box { border: 1px solid yellow; padding: 0px; } -.iframe-panel tree { border: 1px solid green; padding: 0px; } -*/ - -.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; - } - -*/ -