Guest User

firefox css w/ stylish

a guest
Jan 11th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.73 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2. /* Firefox CSS for Australis/Nightly */
  3.  
  4. @-moz-document url(chrome://browser/content/browser.xul) {
  5.     /* TABS */
  6.     .tabbrowser-tab[fadein]:not([pinned]) {
  7.         min-width: 30px !important;
  8.         max-width: 100% !important;
  9.         font-family: "Lemon","Tamsyn",monospace;
  10.         min-height: 12px !important;
  11.         background: #1A1726 !important; color: #908c9c !important;
  12.         font-size: 7pt !important;
  13.         text-shadow: none !important;
  14.         text-align: center !important;
  15.     }
  16.  
  17.     .tabbrowser-tab label { padding: 0 13px 0px 10px !important; }
  18.     .tabs-newtab-button, .tab-close-button, .tab-close, .tab-throbber, .tab-icon-image, .tab-background-start, .tab-background-end, #nav-bar { display: none !important; }
  19.     .tabbrowser-tab *, .tabs-newtab-button * {
  20.         background: url(none) !important; list-style-image: none !important;
  21.         margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
  22.     }
  23.  
  24.     .tabbrowser-tab[selected="true"] .tab-stack {
  25.         background: #322F3D !important; color: #bbb7c7 !important;
  26.         border-radius: 0px !important; position: relative !important;
  27.     }
  28.     .tabbrowser-tab[selected="true"]:after {
  29.         content: '' !important; position: absolute !important;
  30.         top: 0px !important; right: -5px !important;
  31.         background: #1A1726 !important;
  32.         width: 10px !important; height: 17px !important; z-index: 2 !important;
  33.         border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important;
  34.     }
  35.     .tabbrowser-tab[selected="true"]:before {
  36.         content: '' !important; position: absolute !important;
  37.         top: 0px !important; left: -5px !important;
  38.         background: #1A1726 !important;
  39.         width: 10px !important; height: 17px !important; z-index: 2 !important;
  40.         border-top-right-radius: 10px !important; border-bottom-right-radius: 10px !important;
  41.     }
  42.  
  43.     #TabsToolbar {
  44.         height: 17px !important; min-height: 17px !important;
  45.         -moz-appearance: none !important;
  46.         margin-left: -20px !important; margin-right: -20px !important;
  47.         background: #151424 !important;
  48.     }
  49.     #TabsToolbar::after { display: none !important; }
  50.     .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
  51.  
  52.     /*#tabbrowser-tabs { border: 0 !important; border-bottom: 0px solid #191921 !important; margin-bottom: 1px !important; }*/
  53.     #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
  54.  
  55.     /* HIDE ORANGE MENU BUTTON */
  56.     #appmenu-toolbar-button, #appmenu-button-container { display: none }
  57.    
  58.    
  59.     /* HIDE STATUS BAR */
  60.     #status-bar, #statusbar-display, statuspanel { display: none !important; }
  61.  
  62.     /* PRIVATE BROWSING FIX */
  63.     #main-window[privatebrowsingmode=temporary] #TabsToolbar::before { display: none !important; }
  64.     .tabbrowser-tab { max-height: 18px !important; height: 18px !important; }
  65. }
  66.  
  67.  
  68. @-moz-document url-prefix(http://),url-prefix(https://) {
  69.     /*  SCROLL BAR */
  70.     scrollbar { -moz-appearance: none !important; background: transparent !important; display: }
  71.     thumb,scrollbarbutton { -moz-appearance: none !important; background-color: #1F2430 !important; border: 0 !important; border-radius: 1px !important; }
  72.      
  73.     scrollbarbutton { display: none !important; }
  74.      
  75.     scrollbar[orient="vertical"] { min-width: 4px !important; max-width: 4px !important; margin-left: -4px !important;  }
  76.     scrollbar[orient="horizontal"] { min-height: 4px !important; max-height: 4px !important; margin-top: -4px !important; }
  77.  
  78.  
  79.     /* HIDE SCROLLBAR */
  80.     scrollbar { display: none; }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment