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 / appWindow.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  1KB  |  51 lines

  1. /* ===== buddyWindow.css ===============================================
  2.    == Used in the stand-alone Buddy List window.
  3.    ===================================================================== */
  4.  
  5. @import url("chrome://aim/content/appWindow.css");
  6. @import url("chrome://communicator/skin/sidebar/sidebar.css");
  7. @import url("chrome://aim/skin");
  8.  
  9. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  10.  
  11. /* ::::: logo box ::::: */
  12.  
  13. #app-logo-box {
  14.   background: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif") repeat-x top;
  15. }
  16.  
  17. #app-title-runman {
  18.   list-style-image: url("chrome://aim/locale/aim-mast.gif");
  19. }
  20.  
  21. #app-title-runman[sessionMode="Icq"] {
  22.   list-style-image: url("chrome://aim/locale/icq-mast.gif");
  23. }
  24.  
  25. /* ::::: border/spacing adjustments ::::: */
  26.  
  27. #sidebar-box {
  28.   border-right: none;
  29. }
  30.  
  31. .iframe-panel {
  32.   border-left: none;
  33. }
  34.  
  35. #navigator-throbber {
  36.   border: none !important;
  37.   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
  38.   background-color: transparent !important;
  39.   margin-top: 3px !important;
  40.   margin-bottom: 3px !important;
  41. }
  42.  
  43. #navigator-throbber[busy="true"] {
  44.   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
  45. }
  46.  
  47. #sidebar-close-button {
  48.           display               : none;
  49. }
  50.  
  51.