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 / aim.css next >
Cascading Style Sheet File  |  2005-07-29  |  4KB  |  146 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.css =======================================================
  19.    == Styles used by every XUL file in the Instant Messenger application.
  20.    ===================================================================== */
  21.  
  22. @import url("chrome://communicator/skin");
  23.  
  24. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  25.  
  26. #aim-taskbar {
  27.   -moz-user-focus: ignore;
  28.   min-height: 18px;
  29.   background: url("chrome://communicator/skin/taskbar/taskbar-lft.gif") #A8B1CC no-repeat;
  30.   color: #1D1F26;
  31. }
  32.  
  33. #navigator-throbber {
  34.   list-style-image: url("chrome://browser/skin/netscape_brand.png");
  35. }
  36.  
  37. #navigator-throbber:hover {
  38.   list-style-image: url("chrome://browser/skin/netscape_brand.png");
  39.   background: #dcdcdc;
  40. }
  41.  
  42. .smaller-text {
  43.   font-size: smaller;
  44. }
  45.  
  46. /* ::::: aim button
  47.    :: special kind of iconic button specific to AIM ::
  48.    ::::: */
  49.  
  50. .aim-button {
  51.   -moz-binding: url("chrome://aim/skin/aimBindings.xml#aim-button");
  52.   -moz-box-orient: vertical;
  53.   -moz-box-align: center;
  54.   -moz-box-pack: center;
  55.   padding: 2px;
  56. }
  57.  
  58. .aim-button[type="menu"] {
  59.   -moz-binding: url("chrome://aim/skin/aimBindings.xml#aim-button-menu");
  60. }
  61.  
  62. .aim-button-dropmarker {
  63.   margin-left: 3px;
  64.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  65. }
  66.  
  67.  
  68. /* ..... disabled state ..... */
  69.  
  70. .aim-button,
  71. .aim-button[disabled="true"]:hover,
  72. .aim-button[disabled="true"]:hover:active {
  73.   border: 1px solid transparent;
  74. }
  75.  
  76. .aim-button[disabled="true"] > .aim-button-dropmarker {
  77.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
  78. }
  79.  
  80. /* ..... hover state ..... */
  81.  
  82. .aim-button:hover {
  83.   border: 1px outset #C7D0D9;
  84. }
  85.  
  86.  
  87. /* ..... focus (tabbing) state ..... */
  88.  
  89. .aim-button:focus {
  90.   border: 1px outset #C7D0D9;
  91. }
  92.  
  93. /* ..... active/open state ..... */
  94.  
  95. .aim-button:hover:active {
  96.   border-style: inset;
  97. }
  98.  
  99.  
  100.  
  101. /** special settings for sign on , off, send **/
  102.  
  103. #spsignonSignOn2,
  104. #btnbuddyorgsignoff,
  105. #btnSend {
  106.    -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton")!important;
  107.    font-family: inherit;
  108. }
  109.  
  110. #spsignonSignOn2[disabled="true"],
  111. #spsignonSignOn2[disabled="true"]:hover,
  112. #spsignonSignOn2[disabled="true"]:hover:active,
  113. #btnbuddyorgsignoff[disabled="true"],
  114. #btnbuddyorgsignoff[disabled="true"]:hover,
  115. #btnbuddyorgsignoff[disabled="true"]:hover:active,
  116. #btnSend[disabled="true"],
  117. #btnSend[disabled="true"]:hover,
  118. #btnSend[disabled="true"]:hover:active{
  119.    color:#8C99AB;
  120. }
  121.  
  122.  
  123.  
  124. /* :::::  smiley menu ::::: */
  125. /* override 16X16 hxw */
  126. menuitem.smiley > .menu-iconic-left > .menu-iconic-icon {
  127.    width: 19px !important;
  128.    height: 19px !important;
  129. }
  130.  
  131. .Hide-in-Icq[sessionMode="Icq"] {
  132.   display:none;
  133. }
  134.  
  135. .Hide-in-Aim[sessionMode="Aim"] {
  136.   display:none;
  137. }
  138.  
  139.  
  140. /* Add Buddy */
  141. #fldBuddyName,
  142. #fldDisplayName {
  143.   max-width: 130px !important;
  144.   width: 130px !important;
  145. }
  146.