home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / komunikace / netscape / nsb-install-8-1-2.exe / chrome / browser.jar / content / browser / browser.css < prev    next >
Cascading Style Sheet File  |  2006-01-06  |  805b  |  50 lines

  1. searchbar {
  2.   -moz-binding: url("chrome://browser/content/search.xml#searchbar");
  3. }
  4.  
  5. /* ::::: print preview toolbar ::::: */
  6.  
  7. toolbar[printpreview="true"] {
  8.   -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
  9. }
  10.  
  11. toolbarbutton[type="updates"] {
  12.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#updateStatusbarNotification");
  13. }
  14.  
  15. #noPreviewAvailable
  16. {
  17.   background-color: white !important;
  18.   font-size: 12px !important;
  19. }
  20.  
  21. .rss-heading
  22. {
  23.   display:none;
  24. }
  25.  
  26. deck[selectedIndex="7"]>.rss-heading
  27. {
  28.   padding: 10;
  29.   height: 60px;
  30.   display:-moz-box;
  31. }
  32.  
  33. .rss-numread
  34. {
  35.   font-weight: bold;
  36.   font-size: 20px;
  37. }
  38.  
  39. #rss-buttons
  40. {
  41.     text-align: right;
  42. }
  43.  
  44. .rss-title
  45. {
  46.   font-weight: bold;
  47.   font-size: 24px;
  48. }
  49.  
  50.