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 >
Wrap
Cascading Style Sheet File
|
2005-07-29
|
4KB
|
146 lines
/*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
/* ===== aim.css =======================================================
== Styles used by every XUL file in the Instant Messenger application.
===================================================================== */
@import url("chrome://communicator/skin");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#aim-taskbar {
-moz-user-focus: ignore;
min-height: 18px;
background: url("chrome://communicator/skin/taskbar/taskbar-lft.gif") #A8B1CC no-repeat;
color: #1D1F26;
}
#navigator-throbber {
list-style-image: url("chrome://browser/skin/netscape_brand.png");
}
#navigator-throbber:hover {
list-style-image: url("chrome://browser/skin/netscape_brand.png");
background: #dcdcdc;
}
.smaller-text {
font-size: smaller;
}
/* ::::: aim button
:: special kind of iconic button specific to AIM ::
::::: */
.aim-button {
-moz-binding: url("chrome://aim/skin/aimBindings.xml#aim-button");
-moz-box-orient: vertical;
-moz-box-align: center;
-moz-box-pack: center;
padding: 2px;
}
.aim-button[type="menu"] {
-moz-binding: url("chrome://aim/skin/aimBindings.xml#aim-button-menu");
}
.aim-button-dropmarker {
margin-left: 3px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
/* ..... disabled state ..... */
.aim-button,
.aim-button[disabled="true"]:hover,
.aim-button[disabled="true"]:hover:active {
border: 1px solid transparent;
}
.aim-button[disabled="true"] > .aim-button-dropmarker {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}
/* ..... hover state ..... */
.aim-button:hover {
border: 1px outset #C7D0D9;
}
/* ..... focus (tabbing) state ..... */
.aim-button:focus {
border: 1px outset #C7D0D9;
}
/* ..... active/open state ..... */
.aim-button:hover:active {
border-style: inset;
}
/** special settings for sign on , off, send **/
#spsignonSignOn2,
#btnbuddyorgsignoff,
#btnSend {
-moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton")!important;
font-family: inherit;
}
#spsignonSignOn2[disabled="true"],
#spsignonSignOn2[disabled="true"]:hover,
#spsignonSignOn2[disabled="true"]:hover:active,
#btnbuddyorgsignoff[disabled="true"],
#btnbuddyorgsignoff[disabled="true"]:hover,
#btnbuddyorgsignoff[disabled="true"]:hover:active,
#btnSend[disabled="true"],
#btnSend[disabled="true"]:hover,
#btnSend[disabled="true"]:hover:active{
color:#8C99AB;
}
/* ::::: smiley menu ::::: */
/* override 16X16 hxw */
menuitem.smiley > .menu-iconic-left > .menu-iconic-icon {
width: 19px !important;
height: 19px !important;
}
.Hide-in-Icq[sessionMode="Icq"] {
display:none;
}
.Hide-in-Aim[sessionMode="Aim"] {
display:none;
}
/* Add Buddy */
#fldBuddyName,
#fldDisplayName {
max-width: 130px !important;
width: 130px !important;
}