home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 January
/
01_02.iso
/
software
/
netscape62win
/
skinclas.xpi
/
bin
/
chrome
/
classic.jar
/
skin
/
classic
/
aim
/
sidebar.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2001-05-20
|
2KB
|
73 lines
/* ===== sidebarPanel.css ==============================================
== Used in the Sidebar and each of the different panels.
======================================================================= */
@import url("chrome://aim/content/sidebar.css");
@import url("chrome://aim/skin");
@import url("chrome://aim/skin/sidebarBuddyOverlay.css");
@import url("chrome://aim/skin/sidebarSetupOverlay.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/**
* panel border/spacing adjustments
*/
#OnlineBuddies, #ListSetup
{
margin : 0px;
border : none;
border-top : 1px solid ThreeDShadow;
border-bottom : 1px solid ThreeDHighlight;
}
#OnlineBuddies > .tree-container-treerows,
#ListSetup > .tree-container-treerows
{
border : none;
border-bottom : 1px solid ThreeDFace;
}
#OnlineOrgTabPanel
{
padding : 1px 0px;
border : none !important;
}
#spsignonpasslink
{
padding : 3px 0px;
}
/**
* smaller buttons
*/
button.smaller-text,
menubutton.smaller-text,
menubutton.smaller-text > .menubutton-dual-ex-button
{
font-size : smaller;
min-width : 0px;
height : 0px;
}
.not-warned
{
color : #000080;
}
.warned
{
color : #CC0000;
}
.warned-box
{
margin-left : 1.5em !important;
margin-bottom : 2px;
margin-top : 2px;
font-weight : bold;
font-style : italic;
}