All pastes #2106563 Raw Edit

TabTweaks.css

public css v1 · immutable
#2106563 ·published 2012-01-26 18:34 UTC
rendered paste body
/* =¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤= *//*            Firefox 3 - Tab Tweaks         *//*                    by                     *//*                 Freestyler                *//* =¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤=¤= */@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);tab {  /*font-family: monospace;*/  /*   *font-size: 10px;   */}.tabbrowser-tab {  max-height: 18px !important;margin-top:-2px !important;}.tabbrowser-tabs {  max-height: 18px !important;margin-top:-2px !important;}/*----Tabs Toolbar Height---- */#TabsToolbar{height: 18px !important; margin-top:-2px !important; }/* ----Wider tabs in Firefox menus---- */tab:not(.tabbrowser-tab)[selected="true"]{min-width:100px !important;}/* ----Selected tab wider when multiple tabs are open---- */#content tab[selected="true"]{min-width: 250px !important;}/* ----Makes tabs transparent---- */tab {opacity: 0.90 !important;}tab:hover {opacity: 1.00 !important;}tab[selected="true"] {opacity: 1.00 !important;}/* ----Centers tab-text and positions it vertically---- */.tab-text {text-align: center !important; margin-bottom: -2px !important; margin-top:-2px !important}/* ----Slims down tabs---- */.tabbrowser-tabs {margin-top:-0px !important; margin-bottom:-0px !important; }.tabbrowser-tab {margin-top:-2px !important; margin-bottom:-2px !important; }/* ----Hide close button on tabs---- */.tabs-closebutton-box, .tab-close-button {display:none!important}/* ----Disables tooltips when hovering mouse over a tab---- */.tabbrowser-strip tooltip {display: none;}/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*//*                 Optional tweaks, just remove                     *//*<-----------------------------these ----------------------------> *//* before and after the code, whitch is always below the description*/  /*                        of what it does                           *//*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*//* ----Makes rounder corners on tabs---- *//* tab {-moz-border-radius-topleft: 7px !important;     -moz-border-radius-topright: 7px !important;} *//* ----Changes the height of the tabbar---- */ .tabbrowser-strip {height: 18px !important;} /* ----Removes tab dropdownmenu from right side----*/ .tabs-alltabs-button {display: none !important;}/* ----Replaces throbber on loading foreground tab---- *//*.tabbrowser-tab[busy] > .tab-icon-image {list-style-image: url("<-----insert:data URL:your chosen gif between ""----->") !important;} *//* ::::: (Code for Firefox 4 beta 7 +) ::::: */.tab-throbber[progress], .tab-throbber[busy]{	list-style-image: url("") !important;}/* --Disables favicons in tabs, still shows throbber when loading page-- */ .tabbrowser-tab .tab-icon-image{display:none!important}.tabbrowser-tab[busy] > .tab-icon-image{display: -moz-box !important;}/* --Disable throbber altogether * Thx to Evaryont-- */.tabbrowser-tab[busy] > .tab-icon-image {list-style-image: none !important; list-style-type: none !important;}/* ----Cursor becomes a grab icon when hovered over the tab favicon. You can then drag a tab into bookmarks---- *//* .tabbrowser-tabs tab .tab-icon-image {cursor: -moz-grab !important;} */ /* ----Cursor becomes a grab icon when hovered over tab. You can then drag a tab into bookmarks---- *//* .tabbrowser-tabs tab .tab-text {cursor: -moz-grab !important;} *//* remove New Tab button by epk1950 */ .tabs-newtab-button {display:none!important} #PersonalToolbar {opacity: 1.0 !important;  -moz-opacity: 1.0 !important;  background: #282828 url("") top repeat-x !important;  color:#d3d7cf;}