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 / chatPanel.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  2KB  |  98 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. .button-toolbar {
  10.   margin: 2px;  
  11. }
  12.  
  13. #aimcpsendim {
  14.   list-style-image: url("chrome://aim/skin/btn2/im-sm.gif");
  15. }
  16.  
  17. #aimcpsendim {
  18.   margin: 2px;
  19.   list-style-image: url("chrome://aim/skin/btn2/sendim-sm.gif");
  20. }
  21.  
  22. #aimcpsendim[disabled="true"],
  23. #aimcpsendim[disabled="true"]:hover,
  24. #aimcpsendim[disabled="true"]:hover:active {
  25.   list-style-image: url("chrome://aim/skin/btn2/sendim-sm-dis.gif");
  26. }
  27.  
  28. #aimcpsendim:hover {
  29.   list-style-image: url("chrome://aim/skin/btn2/sendim-sm-hov.gif");
  30. }
  31.  
  32. #aimcpsendim:hover:active {
  33.   list-style-image: url("chrome://aim/skin/btn2/sendim-sm-act.gif");
  34. }
  35.  
  36. #aimcpignore {
  37.   margin: 2px;
  38.   list-style-image: url("chrome://aim/skin/btn2/ignore.gif");
  39. }
  40.  
  41. #aimcpignore[disabled="true"],
  42. #aimcpignore[disabled="true"]:hover,
  43. #aimcpignore[disabled="true"]:hover:active {
  44.   list-style-image: url("chrome://aim/skin/btn2/ignore-dis.gif");
  45. }
  46. /* No image Exists?? */
  47. #aimcpignore:hover {
  48.   list-style-image: url("chrome://aim/skin/btn2/ignore.gif");
  49. }
  50. /* No image Exists?? */
  51. #aimcpignore:hover:active {
  52.   list-style-image: url("chrome://aim/skin/btn2/ignore.gif");
  53. }
  54.  
  55.  
  56. /* No images Exist?? */
  57. #aimcpinfo {
  58.   -moz-binding: url("chrome://aim/skin/aimBindings.xml#button-small");
  59.   margin: 2px;
  60.   font-size:smaller;
  61.   list-style-image: url("chrome://aim/skin/btn2/xxx-sm.gif");
  62. }
  63.  
  64. #aimcpinfo[disabled="true"],
  65. #aimcpinfo[disabled="true"]:hover,
  66. #aimcpinfo[disabled="true"]:hover:active {
  67.   list-style-image: url("chrome://aim/skin/btn2/xxx-sm-dis.gif");
  68. }
  69.  
  70. #aimcpinfo:hover {
  71.   list-style-image: url("chrome://aim/skin/btn2/xxx-sm-hov.gif");
  72. }
  73.  
  74. #aimcpinfo:hover:active {
  75.   list-style-image: url("chrome://aim/skin/btn2/xxx-sm-act.gif");
  76. }
  77.  
  78. /* ::::: Chat Panel tree ::::: */ 
  79.  
  80. .invited {
  81.   color: #999999;
  82.   font-style: italic;
  83. }
  84.  
  85. .joined {
  86.   color: inherit;
  87.   list-style-image: url("chrome://aim/skin/icons/biActive.gif");
  88. }
  89.  
  90. .ignored {
  91.   color: tan;
  92.   list-style-image: url("chrome://aim/skin/icons/biIgnore.gif");
  93. }
  94.  
  95. listitem[selected="true"] { 
  96.   background-color: #C7D0D9;
  97.   color: #000000;
  98. }