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 >
Wrap
Cascading Style Sheet File
|
2001-08-31
|
3KB
|
132 lines
/* ===== chatPanel.css =================================================
== Used in the panel within the chat window that contains the user list.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* toolbar buttons */
#aimcpsendim
{
list-style-image : url("chrome://aim/skin/im.gif");
}
#aimcpsendim[disabled="true"],
#aimcpsendim[disabled="true"]:hover,
#aimcpsendim[disabled="true"]:hover:active
{
list-style-image : url("chrome://aim/skin/im-disabled.gif");
}
#aimcpsendim:hover
{
list-style-image : url("chrome://aim/skin/im-hover.gif");
}
#aimcpsendim:hover:active
{
list-style-image : url("chrome://aim/skin/im-active.gif");
}
#aimcpignore
{
list-style-image : url("chrome://aim/skin/ignore.gif");
}
#aimcpignore[disabled="true"],
#aimcpignore[disabled="true"]:hover,
#aimcpignore[disabled="true"]:hover:active
{
list-style-image : url("chrome://aim/skin/ignore-disabled.gif");
}
#aimcpignore:hover
{
list-style-image : url("chrome://aim/skin/ignore-hover.gif");
}
#aimcpignore:hover:active
{
list-style-image : url("chrome://aim/skin/ignore-active.gif");
}
#aimcpinfo
{
color : #000000;
font-size : smaller;
list-style-image : url("chrome://aim/skin/info.gif");
}
#aimcpinfo[disabled="true"],
#aimcpinfo[disabled="true"]:hover,
#aimcpinfo[disabled="true"]:hover:active
{
list-style-image : url("chrome://aim/skin/info-disabled.gif");
}
#aimcpinfo:hover
{
list-style-image : url("chrome://aim/skin/info-hover.gif");
}
#aimcpinfo:hover:active
{
list-style-image : url("chrome://aim/skin/info-active.gif");
}
/* chat panel tree */
treecell.invited
{
color : #999999;
font-style : italic;
}
treeitem[selected="true"] > treerow > treecell.invited
{
color : inherit !important;
}
treecell.joined
{
color : inherit;
list-style-image : url("chrome://aim/skin/list-online.gif");
}
treecell.ignored
{
color : tan;
list-style-image : url("chrome://aim/skin/list-ignore.gif");
}
treeitem[selected="true"] > treerow > treecell.ignored
{
color : inherit !important;
}
#chatPanelTree
{
border : none;
border-top : 1px solid threedshadow;
border-right : 1px solid threedshadow;
}
#chatPanelTree > .tree-container-treerows
{
border : none;
}
#chatpanel-buttons
{
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
}