@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* Remove */
/* - Edit & Help menus; others#:(view|go|bookmarks|tools)-menu §3 */
#helpMenu , #edit-menu ,
/* - Back button when there's nothing to go Back to */
#back-button[disabled="true"] ,
/* - Forward button when there's nothing to go Forward to */
#forward-button[disabled="true"] ,
/* - Stop button when there's nothing to stop */
#stop-button[disabled="true"] ,
/* - Reload button when there's nothing to reload, a bit fancy way §1 */
#stop-button:not([disabled]) + #reload-button ,
/* - Search box magnifying glass */
.search-go-button-container , .search-go-button-stack {
 display: none !important;
}

/* Make inactive tabs hardly visible §2 */
#content tab:not([selected="true"]) {
 opacity: 0.7 !important;
}
#content tab:not([selected="true"]) {
 opacity: 0.7 !important;
}
#content tab:not([selected="true"]):hover {
 opacity: 0.9 !important;
}


/*
NOTES
§0 should work both as user.css ( http://userstyles.org )
   or userChrome.css ; located in:
   [HDD]:\[D&S]\[usr]\[appData]\Mozilla\Firefox\Profiles\[ffUsr]\chrome\
§1 STOP button must be placed BEFORE RELOAD button
   code from "Combine Stop/Reload buttons":
   http://userstyles.org/style/show/10
   does the same as "StopOrReload extension"
   https://addons.mozilla.org/firefox/313/
§2 http://userstyles.org/style/show/1832

recommended THEME & UI TWEAKS
- miniFoxFlat theme - the smallest skin. CUTE!
  https://addons.mozilla.org/firefox/1202/
- Searchbar Autosizer - weee : )
  https://addons.mozilla.org/firefox/1172/
- §3 Tiny Menu ext - space saving classic : )
  https://addons.mozilla.org/firefox/1455/
- PageStyle2Tab ext - genial way to ease recognition of tabs
  https://addons.mozilla.org/firefox/1523/
- Tab Mix Plus - who can survive default opening/closing rules for tabs?
  https://addons.mozilla.org/firefox/1122/

- many hints and links
  http://www.lifehacker.com/software/firefox-2/geek-to-live-top-firefox-2-config-tweaks-209941.php
*/

