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 >
Cascading Style Sheet File  |  2001-05-20  |  2KB  |  73 lines

  1.  /* ===== sidebarPanel.css ==============================================
  2.   == Used in the Sidebar and each of the different panels.
  3.   ======================================================================= */
  4.  
  5. @import url("chrome://aim/content/sidebar.css");
  6. @import url("chrome://aim/skin");
  7. @import url("chrome://aim/skin/sidebarBuddyOverlay.css");
  8. @import url("chrome://aim/skin/sidebarSetupOverlay.css");
  9.  
  10. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  11.  
  12. /** 
  13.  * panel border/spacing adjustments
  14.  */
  15.   
  16. #OnlineBuddies, #ListSetup
  17.   {
  18.     margin                : 0px;
  19.     border                : none;
  20.     border-top            : 1px solid ThreeDShadow;
  21.     border-bottom         : 1px solid ThreeDHighlight;
  22.   }
  23.   
  24. #OnlineBuddies > .tree-container-treerows,
  25. #ListSetup > .tree-container-treerows
  26.   {
  27.     border                : none;
  28.     border-bottom         : 1px solid ThreeDFace;
  29.   }
  30.   
  31. #OnlineOrgTabPanel
  32.   {
  33.     padding               : 1px 0px;
  34.     border                : none !important;
  35.   } 
  36.  
  37. #spsignonpasslink 
  38.   {
  39.     padding               : 3px 0px;
  40.   }
  41.  
  42. /** 
  43.  * smaller buttons
  44.  */
  45.   
  46. button.smaller-text,
  47. menubutton.smaller-text,
  48. menubutton.smaller-text > .menubutton-dual-ex-button 
  49.   {
  50.     font-size             : smaller;
  51.     min-width             : 0px;
  52.     height                : 0px;
  53.   }
  54.  
  55. .not-warned
  56.   {
  57.     color                 : #000080;
  58.   }
  59.  
  60. .warned
  61.   {
  62.     color                 : #CC0000;
  63.   }
  64.   
  65. .warned-box
  66.   {
  67.     margin-left           : 1.5em !important;
  68.     margin-bottom         : 2px;
  69.     margin-top            : 2px;
  70.     font-weight           : bold;
  71.     font-style            : italic;
  72.   }  
  73.