home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / browser.jar / content / browser / browser.css < prev    next >
Cascading Style Sheet File  |  2002-10-17  |  1KB  |  37 lines

  1.  
  2. /* ::::::::::
  3.    :: Rules for 'hiding' portions of the chrome for special
  4.    :: kinds of browser-specific window toolbars. Other global
  5.    :: window rules are in xul.css
  6.    ::::: */
  7.  
  8. window[chromehidden~="toolbar"] #nav-bar-buttons,
  9. window[chromehidden~="toolbar"] #print-button {
  10.   display: none;
  11. }
  12.  
  13. window[chromehidden~="toolbar"] #navigator-throbber {
  14.   margin: 0 5px 0 0 !important;
  15.   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif") !important;
  16. }
  17.   
  18. window[chromehidden~="toolbar"] #navigator-throbber[busy="true"] {
  19.   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif") !important;
  20. }
  21.  
  22. #search-bar {
  23.   -moz-binding: url("chrome://browser/content/search.xml#searchbar");
  24. }
  25.  
  26. bookmarks-toolbar {
  27.   -moz-binding: url("chrome://browser/content/bookmarks/bookmarksToolbar.xml#bookmarks-toolbar");
  28.   min-width: 0px;
  29.   width:0px;
  30. }
  31.  
  32. /* ::::: print preview toolbar ::::: */
  33.  
  34. toolbar[printpreview="true"] {
  35.   -moz-binding: url("chrome://browser/content/printPreviewBindings.xml#printpreviewtoolbar");
  36. }
  37.