home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / search / internetresults.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  763 b   |  29 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #multi-results-header {
  4.   background-color: inactivecaption; 
  5.   color           : inactivecaptiontext;
  6.   border          : 1px outset inactivecaption;
  7.   font-weight     : bold;
  8.   padding         : 3px 0px 2px 6px;
  9. }
  10.  
  11. #engineTabs {
  12.   padding         : 2px 0px 2px 0px;
  13.   background-color: ThreeDFace;
  14.   border-left     : 1px solid ThreeDHighlight;
  15.   border-top      : 1px solid ThreeDHighlight;
  16.   border-right    : 1px solid ThreeDShadow;
  17. }
  18.  
  19. #internetresultstree {
  20.   border-right    : none;
  21.   border-left     : none;
  22.   border-bottom   : none;
  23. }  
  24.   
  25. #internetresultstree > .tree-container-treerows {
  26.   border-right    : none;
  27.   border-left     : none;
  28. }
  29.