home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / 05_02.iso / software / netscape6 / nim.xpi / bin / chrome / aim.jar / content / aim / chatWindow.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-03-16  |  1.5 KB  |  71 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. #aim-taskbar {
  19.   -moz-user-focus: ignore;
  20.   margin-top: 2px;
  21.   min-height: 1em;
  22. }
  23.  
  24. #menu-ShrimpHelp {
  25.   visibility: collapse;
  26. }
  27.  
  28. #AimChat[imMode="Normal"] #ScreenNameOrg {
  29.   visibility: visible;
  30. }
  31.  
  32. #AimChat[imMode="Normal"] #LogOrg {
  33.   visibility: collapse;  
  34. }
  35.  
  36. #AimChat[imMode="Bound"] #ScreenNameOrg {
  37.   visibility: collapse;
  38. }
  39.  
  40. #AimChat[imMode="Bound"] #LogOrg {
  41.   visibility: visible;
  42. }
  43.  
  44. #AimChat[imMode="Normal"] #ComposeSplitter {
  45.   visibility: visible;
  46. }
  47.  
  48. #AimChat[imMode="Bound"] #ComposeSplitter {
  49.   visibility: visible;
  50. }
  51.  
  52. #edEditMenuFind {
  53.   visibility: collapse;
  54. }
  55.  
  56. #edEditMenuFindNext {
  57.   visibility: collapse;
  58. }
  59.  
  60. #edEditMenuPasteQuote {
  61.   visibility: collapse;
  62. }
  63.  
  64. #edEditMenuSep3 {
  65.   visibility: collapse;
  66. }
  67.  
  68. #edEditMenuSep4 {
  69.   visibility: collapse;
  70. }
  71.