Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
- /* Firefox CSS for Australis/Nightly */
- @-moz-document url(chrome://browser/content/browser.xul) {
- /* TABS */
- .tabbrowser-tab[fadein]:not([pinned]) {
- min-width: 30px !important;
- max-width: 100% !important;
- font-family: "Lemon","Tamsyn",monospace;
- min-height: 12px !important;
- background: #1A1726 !important; color: #908c9c !important;
- font-size: 7pt !important;
- text-shadow: none !important;
- text-align: center !important;
- }
- .tabbrowser-tab label { padding: 0 13px 0px 10px !important; }
- .tabs-newtab-button, .tab-close-button, .tab-close, .tab-throbber, .tab-icon-image, .tab-background-start, .tab-background-end, #nav-bar { display: none !important; }
- .tabbrowser-tab *, .tabs-newtab-button * {
- background: url(none) !important; list-style-image: none !important;
- margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
- }
- .tabbrowser-tab[selected="true"] .tab-stack {
- background: #322F3D !important; color: #bbb7c7 !important;
- border-radius: 0px !important; position: relative !important;
- }
- .tabbrowser-tab[selected="true"]:after {
- content: '' !important; position: absolute !important;
- top: 0px !important; right: -5px !important;
- background: #1A1726 !important;
- width: 10px !important; height: 17px !important; z-index: 2 !important;
- border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important;
- }
- .tabbrowser-tab[selected="true"]:before {
- content: '' !important; position: absolute !important;
- top: 0px !important; left: -5px !important;
- background: #1A1726 !important;
- width: 10px !important; height: 17px !important; z-index: 2 !important;
- border-top-right-radius: 10px !important; border-bottom-right-radius: 10px !important;
- }
- #TabsToolbar {
- height: 17px !important; min-height: 17px !important;
- -moz-appearance: none !important;
- margin-left: -20px !important; margin-right: -20px !important;
- background: #151424 !important;
- }
- #TabsToolbar::after { display: none !important; }
- .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
- /*#tabbrowser-tabs { border: 0 !important; border-bottom: 0px solid #191921 !important; margin-bottom: 1px !important; }*/
- #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
- /* HIDE ORANGE MENU BUTTON */
- #appmenu-toolbar-button, #appmenu-button-container { display: none }
- /* HIDE STATUS BAR */
- #status-bar, #statusbar-display, statuspanel { display: none !important; }
- /* PRIVATE BROWSING FIX */
- #main-window[privatebrowsingmode=temporary] #TabsToolbar::before { display: none !important; }
- .tabbrowser-tab { max-height: 18px !important; height: 18px !important; }
- }
- @-moz-document url-prefix(http://),url-prefix(https://) {
- /* SCROLL BAR */
- scrollbar { -moz-appearance: none !important; background: transparent !important; display: }
- thumb,scrollbarbutton { -moz-appearance: none !important; background-color: #1F2430 !important; border: 0 !important; border-radius: 1px !important; }
- scrollbarbutton { display: none !important; }
- scrollbar[orient="vertical"] { min-width: 4px !important; max-width: 4px !important; margin-left: -4px !important; }
- scrollbar[orient="horizontal"] { min-height: 4px !important; max-height: 4px !important; margin-top: -4px !important; }
- /* HIDE SCROLLBAR */
- scrollbar { display: none; }
- }
Advertisement
Add Comment
Please, Sign In to add comment