home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2010 April / PCA177.iso / ESSENTIALS / Firefox Setup.exe / nonlocalized / chrome / browser.jar / content / browser / browser.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-07-15  |  3.2 KB  |  128 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml");
  3.  
  4. searchbar {
  5.   -moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
  6. }
  7.  
  8. tabbrowser {
  9.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser");
  10. }
  11.  
  12. toolbar[printpreview="true"] {
  13.   -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
  14. }
  15.  
  16. toolbarpaletteitem[place="palette"] > toolbaritem > hbox[type="places"] {
  17.   display: none;
  18. }
  19.  
  20. /* ::::: location bar ::::: */
  21. #urlbar {
  22.   -moz-binding: url(chrome://browser/content/urlbarBindings.xml#urlbar);
  23. }
  24.  
  25. #wrapper-urlbar-container #urlbar {
  26.   -moz-user-input: disabled;
  27.   cursor: -moz-grab;
  28. }
  29.  
  30. #PopupAutoComplete {
  31.   -moz-binding: url("chrome://browser/content/urlbarBindings.xml#browser-autocomplete-result-popup");
  32. }
  33.  
  34. #PopupAutoCompleteRichResult {
  35.   -moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-rich-result-popup");
  36. }
  37.  
  38. #page-report-button:not([blocked]) {
  39.   display: none;
  40. }
  41.  
  42. #urlbar-throbber:not([busy="true"]),
  43. #urlbar-throbber[busy="true"] + #page-proxy-favicon {
  44.   display: none;
  45. }
  46.  
  47. #feed-button > .button-box > .box-inherit > .button-text {
  48.   display: none;
  49. }
  50.  
  51. #urlbar[pageproxystate="invalid"] > #urlbar-icons > :not(#go-button) ,
  52. #urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button ,
  53. #urlbar[empty="true"] > #urlbar-icons > #go-button,
  54. #feed-button:not([feeds]) {
  55.   visibility: collapse;
  56. }
  57.  
  58. #identity-box > hbox {
  59.   max-width: 22em;
  60.   min-width: 1px;
  61. }
  62.  
  63. /* ::::: Unified Back-/Forward Button ::::: */
  64. #back-forward-dropmarker > image ,
  65. #back-forward-dropmarker > label {
  66.   display: none;
  67. }
  68. .unified-nav-current {
  69.   font-weight: bold;
  70. }
  71.  
  72. #editBMPanel_tagsSelector {
  73.   /* override default listbox width from xul.css */
  74.   width: auto;
  75. }
  76.  
  77. menuitem.spell-suggestion {
  78.   font-weight: bold;
  79. }
  80.  
  81. #sidebar-box toolbarbutton.tabs-closebutton {
  82.   -moz-user-focus: normal;
  83. }
  84.  
  85. /* apply Fitts' law to the notification bar's close button */
  86. window[sizemode="maximized"] #content .notification-inner {
  87.   border-right: 0px !important;
  88. }
  89.  
  90. /* Hide extension toolbars that neglected to set the proper class */
  91. window[chromehidden~="location"][chromehidden~="toolbar"] toolbar:not(.chromeclass-menubar),
  92. window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-menubar) {
  93.   display: none;
  94. }
  95.  
  96. #navigator-toolbox ,
  97. #status-bar ,
  98. #mainPopupSet {
  99.   min-width: 1px;
  100. }
  101.  
  102. /* Identity UI */
  103. #identity-popup-content-box.unknownIdentity > #identity-popup-connectedToLabel ,
  104. #identity-popup-content-box.unknownIdentity > #identity-popup-runByLabel ,
  105. #identity-popup-content-box.unknownIdentity > #identity-popup-content-host ,
  106. #identity-popup-content-box.unknownIdentity > #identity-popup-content-owner ,
  107. #identity-popup-content-box.verifiedIdentity > #identity-popup-connectedToLabel2 ,
  108. #identity-popup-content-box.verifiedDomain > #identity-popup-connectedToLabel2 {
  109.   display: none;
  110. }
  111.  
  112. /* ::::: Fullscreen pseudo-toolbar ::::: */
  113. #fullscr-toggler {
  114.   display: none;
  115.   min-height: 5px;
  116.   height: 5px;
  117. }
  118.  
  119. #navigator-toolbox[inFullscreen="true"] #fullscr-toggler {
  120.   display: -moz-box;
  121. }
  122.  
  123.  
  124. /* Bug 483950 - Hide domain name in status bar pending removal */
  125. #security-button > label {
  126.   display: none;
  127. }
  128.