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

  1.  /* ===== aimHdrViewOverlay.css =========================================
  2.   == Used in the header of mail messages sent by people on your Buddy List.
  3.   ======================================================================= */
  4.  
  5. @import url("chrome://aim/skin");
  6.  
  7. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  8.  
  9. mail-emailaddress[BuddyStateString="ActiveOnline"] 
  10.   {
  11.       list-style-image      : url("chrome://aim/skin/list-online.gif");
  12.   }
  13.  
  14. mail-emailaddress[BuddyStateString="GoOnline"]
  15.   {
  16.     list-style-image      : url("chrome://aim/skin/list-signon.gif");
  17.   }
  18.  
  19. mail-emailaddress[BuddyStateString="GoOffline"] 
  20.   {
  21.       list-style-image      : url("chrome://aim/skin/list-signoff.gif");
  22.   }
  23.  
  24. mail-emailaddress[BuddyStateString="Idle"] 
  25.   {
  26.       list-style-image      : url("chrome://aim/skin/list-idle.gif");
  27.   }
  28.  
  29. mail-emailaddress[BuddyStateString="Away"] 
  30.   {
  31.       list-style-image      : url("chrome://aim/skin/list-away.gif");
  32.   }
  33.