home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / messenger / addressbook / abContactsPanel.css next >
Encoding:
Cascading Style Sheet File  |  2003-12-14  |  2.6 KB  |  89 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *
  22.  */
  23.  
  24. /* ===== sidebarPanel.css ===============================================
  25.   == Styles for the Address Book sidebar panel.
  26.   ======================================================================= */
  27.  
  28. @import url("chrome://messenger/skin/");
  29. @import url("chrome://messenger/skin/addressbook/addressbook.css");
  30.   
  31. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  32.  
  33. #abContactsPanel 
  34. {
  35.   -moz-appearance: toolbox;
  36.   background-color: -moz-Dialog;
  37. }
  38.  
  39. #results_box
  40. {
  41.   background-color: transparent;
  42. }
  43.  
  44. #GeneratedName
  45. {
  46.   background-color: transparent;
  47. }
  48.  
  49. #PrimaryEmail
  50. {
  51.   background-color: transparent;
  52. }
  53.  
  54. treechildren::-moz-tree-image(GeneratedName) {
  55.   margin-right: 2px;
  56.   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
  57. }
  58.  
  59. treechildren::-moz-tree-image(GeneratedName, MailList) {
  60.   margin-right: 2px;
  61.   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
  62. }
  63.  
  64. /* ::::: directory pane icons ::::: */
  65.  
  66. treechildren::-moz-tree-image(DirCol) {
  67.   margin-right: 2px;
  68.   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.png");
  69. }
  70.  
  71. treechildren::-moz-tree-image(DirCol, IsMailList-true) {
  72.   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
  73. }
  74.  
  75. treechildren::-moz-tree-image(DirCol, IsRemote-true) {
  76.   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
  77. }
  78.  
  79. treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
  80.   list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
  81. }
  82.  
  83. #dirTree [sortDirection="ascending"] {
  84.   list-style-image: none;
  85. }
  86.  
  87. #dirTree [sortDirection="descending"] {
  88.   list-style-image: none;
  89. }