home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / aim / aimHdrViewOverlay.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  2KB  |  52 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public License
  3.  * Version 1.0 (the "NPL"); you may not use this file except in
  4.  * compliance with the NPL.  You may obtain a copy of the NPL at
  5.  * http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  8.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9.  * for the specific language governing rights and limitations under the
  10.  * NPL.
  11.  *
  12.  * The Initial Developer of this code under the NPL is Netscape
  13.  * Communications Corporation.  Portions created by Netscape are
  14.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15.  * Reserved.
  16.  */
  17.  
  18. /* ===== aimHdrViewOverlay.css =========================================
  19.    == Used in the header of mail messages sent by people on your Buddy List.
  20.    ===================================================================== */
  21.  
  22. @import url("chrome://aim/skin");
  23.  
  24. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  25.  
  26. /* ::::: buddy state icons ::::: */
  27.  
  28. mail-emailaddress {
  29.   list-style-image: url("chrome://aim/skin/icons/biBlank.gif");
  30. }
  31.  
  32. mail-emailaddress[BuddyStateString="ActiveOnline"] {
  33.   list-style-image: url("chrome://aim/skin/icons/biActive.gif");
  34. }
  35.  
  36. mail-emailaddress[BuddyStateString="GoOnline"] {
  37.   list-style-image: url("chrome://aim/skin/icons/biGoingOnline.gif");
  38. }
  39.  
  40. mail-emailaddress[BuddyStateString="GoOffline"] {
  41.   list-style-image: url("chrome://aim/skin/icons/biGoingOffline.gif");
  42. }
  43.  
  44. mail-emailaddress[BuddyStateString="Idle"] {
  45.   list-style-image: url("chrome://aim/skin/icons/biIdle.gif");
  46. }
  47.  
  48. mail-emailaddress[BuddyStateString="Away"] {
  49.   list-style-image: url("chrome://aim/skin/icons/biAway.gif");
  50. }
  51.  
  52.