home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / aim / sidebarBuddyOverlay.css < prev    next >
Cascading Style Sheet File  |  2001-08-31  |  3KB  |  120 lines

  1. /* ===== spBuddyOverlay.css ============================================
  2.    == Styles for the sidebar panel Buddy List overlay.
  3.    ===================================================================== */
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7.  
  8. /* toolbar buttons */
  9.  
  10. #btnbuddyorgsendim 
  11.   {
  12.       list-style-image    : url("chrome://aim/skin/im.gif");
  13.   }
  14.  
  15. #btnbuddyorgsendim[disabled="true"], 
  16. #btnbuddyorgsendim[disabled="true"]:hover, 
  17. #btnbuddyorgsendim[disabled="true"]:hover:active 
  18.   { 
  19.     list-style-image    : url("chrome://aim/skin/im-disabled.gif"); 
  20.   } 
  21.  
  22. #btnbuddyorgsendim:hover 
  23.   { 
  24.     list-style-image    : url("chrome://aim/skin/im-hover.gif"); 
  25.   } 
  26.  
  27. #btnbuddyorgsendim:hover:active 
  28.   { 
  29.     list-style-image    : url("chrome://aim/skin/im-active.gif"); 
  30.   } 
  31.  
  32.  
  33.  
  34. #btnbuddyorgchat
  35.   {
  36.       list-style-image    : url("chrome://aim/skin/chat.gif");
  37.   }
  38.  
  39. #btnbuddyorgchat[disabled="true"], 
  40. #btnbuddyorgchat[disabled="true"]:hover, 
  41. #btnbuddyorgchat[disabled="true"]:hover:active 
  42.   { 
  43.     list-style-image    : url("chrome://aim/skin/chat-disabled.gif"); 
  44.   } 
  45.  
  46. #btnbuddyorgchat:hover 
  47.   { 
  48.     list-style-image    : url("chrome://aim/skin/chat-hover.gif"); 
  49.   } 
  50.  
  51. #btnbuddyorgchat:hover:active 
  52.   { 
  53.     list-style-image    : url("chrome://aim/skin/chat-active.gif"); 
  54.   } 
  55.  
  56.  
  57.  
  58. #btnbuddyorginfo
  59.   {
  60.       list-style-image    : url("chrome://aim/skin/info.gif");
  61.   }
  62.  
  63. #btnbuddyorginfo[disabled="true"], 
  64. #btnbuddyorginfo[disabled="true"]:hover, 
  65. #btnbuddyorginfo[disabled="true"]:hover:active 
  66.   { 
  67.     list-style-image    : url("chrome://aim/skin/info-disabled.gif"); 
  68.   } 
  69.  
  70. #btnbuddyorginfo:hover 
  71.   { 
  72.     list-style-image    : url("chrome://aim/skin/info-hover.gif"); 
  73.   } 
  74.  
  75. #btnbuddyorginfo:hover:active 
  76.   { 
  77.     list-style-image    : url("chrome://aim/skin/info-active.gif"); 
  78.   } 
  79.  
  80. /* buddy states */
  81.  
  82. .buddy-group-treeitem.panel-online[open="true"] > treerow > .buddy-group-name 
  83.   {
  84.     font-weight           : bold;
  85.   }
  86.  
  87. .buddy-group-name > .tree-cell-twisty 
  88.   {
  89.     visibility            : visible !important;
  90.   }
  91.  
  92. .buddy-treeitem[BuddyStateString="ActiveOnline"] 
  93.   {
  94.       list-style-image      : url("chrome://aim/skin/list-online.gif");
  95.   }
  96.  
  97. .buddy-treeitem[BuddyStateString="GoOnline"] 
  98.   {
  99.       font-weight           : bold;
  100.       list-style-image      : url("chrome://aim/skin/list-signon.gif");
  101.   }
  102.  
  103. .buddy-treeitem[BuddyStateString="GoOffline"]   
  104.   {
  105.       color                 : gray;
  106.       list-style-image      : url("chrome://aim/skin/list-signoff.gif");
  107.   }
  108.  
  109. .buddy-treeitem[BuddyStateString="Idle"] 
  110.   {
  111.       color                 : gray;
  112.       list-style-image      : url("chrome://aim/skin/list-idle.gif");
  113.   }
  114.  
  115. .buddy-treeitem[BuddyStateString="Away"] 
  116.   {
  117.       list-style-image      : url("chrome://aim/skin/list-away.gif");
  118.   }
  119.  
  120.