home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / communicator / communicator.css < prev    next >
Cascading Style Sheet File  |  2001-06-03  |  2KB  |  85 lines

  1. @import url(chrome://global/skin/);
  2.  
  3. @import url(chrome://communicator/skin/box.css);
  4. @import url(chrome://communicator/skin/button.css);
  5. @import url(chrome://communicator/skin/brand.css);
  6. @import url(chrome://communicator/skin/menubutton.css);
  7. @import url(chrome://communicator/skin/formatting.css);
  8. @import url(chrome://communicator/skin/toolbar.css);
  9.  
  10. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  11. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
  12.  
  13. #offline-status[offline="true"]
  14.   {
  15.     list-style-image      : url("chrome://communicator/skin/offline.gif");
  16.   }
  17.  
  18. #offline-status
  19.   {
  20.     list-style-image      : url("chrome://communicator/skin/online.gif");
  21.   }
  22.   
  23. .up {
  24.   list-style-image:url("chrome://global/skin/scroll-up.gif");
  25.   min-width: 0px;
  26. }
  27.  
  28. .up[disabled="true"] {
  29.   list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
  30. }
  31.  
  32. .down {
  33.   min-width: 0px;
  34.   list-style-image:url("chrome://global/skin/scroll-down.gif");
  35. }
  36.  
  37. .down[disabled="true"] {
  38.   list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
  39. }
  40.  
  41. /**
  42.  * Hides ugly inset borders on sidebar trees (e.g history, bookmarks, search)
  43.  */
  44.  
  45. .sidebarTree
  46.   {
  47.     border                : none;
  48.   }
  49.  
  50. .sidebarTree > .tree-container-treerows
  51.   {
  52.     border                : none;
  53.   }
  54.  
  55. /*
  56.  comment out really bad style rules, but leave them here so future intent is
  57.  clear
  58.    
  59. .tree-sidebar .thumb-box
  60.   {
  61.     border                : none;
  62.   }  
  63.   
  64. .tree-sidebar thumb
  65.   {
  66.     border-left           : 1px solid ThreeDHighlight;
  67.     border-top            : 1px solid ThreeDHighlight;
  68.     border-right          : 1px solid ThreeDShadow;
  69.     border-bottom         : 1px solid ThreeDShadow;
  70.   }  
  71.   
  72. .tree-sidebar .scrollbarbutton-box
  73.   {
  74.     border                : none;
  75.   }  
  76.   
  77. .tree-sidebar scrollbarbutton
  78.   {
  79.     border-left           : 1px solid ThreeDHighlight;
  80.     border-top            : 1px solid ThreeDHighlight;
  81.     border-right          : 1px solid ThreeDShadow;
  82.     border-bottom         : 1px solid ThreeDShadow;
  83.   }
  84. */
  85.