home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / komunikace / kmeleon / kmeleon09.exe / classic.jar / skin / classic / global / browser.css < prev    next >
Cascading Style Sheet File  |  2002-06-22  |  963b  |  50 lines

  1.  
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. .tabbrowser-strip {
  5.   padding-bottom: 3px;
  6.   border-bottom: 2px solid;
  7.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  8. }
  9.  
  10. tabpanels {
  11.   -moz-appearance: none;
  12. }
  13.  
  14. .tabbrowser-tabs {
  15.   padding-top: 1px;
  16. }
  17.  
  18. .tabs-left,
  19. .tabs-right {
  20.   width: 3px;
  21. }
  22.  
  23. .tab-icon {
  24.   margin-top: 1px;
  25.   margin-right: 3px;
  26.   width: 16px;
  27.   height: 16px;
  28.   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
  29. }
  30.  
  31. tab[busy] > .tab-icon {
  32.   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
  33. }
  34.  
  35. /* ::::: close button ::::: */
  36.  
  37. .tabs-closebutton {
  38.   margin: 3px;
  39.   list-style-image: url("chrome://global/skin/icons/close-button.gif");
  40. }
  41.  
  42. .tabs-closebutton > .toolbarbutton-icon {
  43.   margin: 0;
  44. }
  45.  
  46. .tabs-newbutton {
  47.   margin: 0px;
  48.   list-style-image: url("chrome://global/skin/icons/tab-new.gif");
  49. }
  50.