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

  1.  /* ===== chatPanel.css =================================================
  2.   == Used in the panel within the chat window that contains the user list.
  3.   ======================================================================= */
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7. /* toolbar buttons */
  8.  
  9. #aimcpsendim
  10.   {
  11.     list-style-image      : url("chrome://aim/skin/im.gif"); 
  12.   }
  13.  
  14. #aimcpsendim[disabled="true"], 
  15. #aimcpsendim[disabled="true"]:hover, 
  16. #aimcpsendim[disabled="true"]:hover:active 
  17.   { 
  18.     list-style-image      : url("chrome://aim/skin/im-disabled.gif"); 
  19.   } 
  20.  
  21. #aimcpsendim:hover 
  22.   { 
  23.     list-style-image      : url("chrome://aim/skin/im-hover.gif"); 
  24.   } 
  25.  
  26. #aimcpsendim:hover:active 
  27.   { 
  28.     list-style-image      : url("chrome://aim/skin/im-active.gif"); 
  29.   } 
  30.  
  31.  
  32.  
  33. #aimcpignore
  34.   {
  35.       list-style-image      : url("chrome://aim/skin/ignore.gif");
  36.   }
  37.  
  38. #aimcpignore[disabled="true"], 
  39. #aimcpignore[disabled="true"]:hover, 
  40. #aimcpignore[disabled="true"]:hover:active 
  41.   { 
  42.     list-style-image      : url("chrome://aim/skin/ignore-disabled.gif"); 
  43.   } 
  44.  
  45. #aimcpignore:hover 
  46.   { 
  47.     list-style-image      : url("chrome://aim/skin/ignore-hover.gif"); 
  48.   } 
  49.  
  50. #aimcpignore:hover:active 
  51.   { 
  52.     list-style-image      : url("chrome://aim/skin/ignore-active.gif"); 
  53.   } 
  54.  
  55.  
  56.  
  57. #aimcpinfo
  58.   {
  59.       color                 : #000000;
  60.       font-size                : smaller;
  61.       list-style-image      : url("chrome://aim/skin/info.gif");
  62.     }
  63.  
  64. #aimcpinfo[disabled="true"], 
  65. #aimcpinfo[disabled="true"]:hover, 
  66. #aimcpinfo[disabled="true"]:hover:active 
  67.   { 
  68.     list-style-image      : url("chrome://aim/skin/info-disabled.gif"); 
  69.   } 
  70.  
  71. #aimcpinfo:hover 
  72.   { 
  73.     list-style-image      : url("chrome://aim/skin/info-hover.gif"); 
  74.   } 
  75.  
  76. #aimcpinfo:hover:active 
  77.   { 
  78.     list-style-image      : url("chrome://aim/skin/info-active.gif"); 
  79.   } 
  80.  
  81.  
  82.  
  83. /* chat panel tree */
  84.   
  85. treecell.invited
  86.   {
  87.       color                 : #999999;
  88.       font-style            : italic;
  89.   }
  90.  
  91. treeitem[selected="true"] > treerow >  treecell.invited 
  92.   { 
  93.       color                 : inherit !important;
  94.   }
  95.  
  96. treecell.joined
  97.   {
  98.       color                 : inherit;
  99.       list-style-image      : url("chrome://aim/skin/list-online.gif");
  100.   }
  101.  
  102. treecell.ignored
  103.   {
  104.       color                 : tan;
  105.       list-style-image      : url("chrome://aim/skin/list-ignore.gif");
  106.   }
  107.  
  108. treeitem[selected="true"] > treerow >  treecell.ignored 
  109.   { 
  110.       color                 : inherit !important;
  111.   }
  112.   
  113. #chatPanelTree
  114.   {
  115.     border                : none;
  116.     border-top            : 1px solid threedshadow;
  117.     border-right          : 1px solid threedshadow;
  118.   }
  119.  
  120. #chatPanelTree > .tree-container-treerows
  121.   {
  122.     border                : none;
  123.   }  
  124.   
  125. #chatpanel-buttons
  126.   {
  127.     border-top            : 1px solid threedhighlight;
  128.     border-right          : 1px solid threedshadow;
  129.   }
  130.   
  131.       
  132.