abunaidesu

firefox css

Mar 24th, 2013
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.11 KB | None | 0 0
  1.    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.    #appcontent,
  3.         #appcontent > #content,
  4.         #appcontent > #content > tabbox > tabpanels {
  5.           background: #1a1a1a !important;
  6.         }
  7.      
  8.         #main-window[stylish-url="about:blank"]:not([onclose^="PrintUtils"]):not([title^="Source Chart"]):not([chromehidden="menubar toolbar directories extrachrome "]) #content browser:not([src]){
  9.            opacity: 0 !important;
  10.         }
  11.      
  12.         a:active {
  13.             outline: none !important;
  14.         }
  15.      
  16.         .tabbrowser-arrowscrollbox > .scrollbutton-up,
  17.         .tabbrowser-arrowscrollbox > .scrollbutton-down,
  18.         toolbarbutton#alltabs-button,
  19.         toolbarbutton#new-tab-button,
  20.         .tab-icon-image,
  21.         .tabs-closebutton-box,
  22.         .tabs-border-bottom,
  23.         .tab-close-button {
  24.             display: none !important;
  25.         }
  26.      
  27.         tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  28.             -moz-appearance: none !important;
  29.             border-radius: 0px !important;
  30.             border: none !important;
  31.             border-bottom: none !important;
  32.             background-image: none !important;
  33.             margin-top: 0px !important;
  34.             margin-bottom: 0px !important;
  35.             max-height: 18px !important;
  36.             min-height: 18px !important;
  37.         }
  38.      
  39.         tabs#tabbrowser-tabs {
  40.             background: #1a1a1a !important;
  41.             padding-top: 0px !important;
  42.             margin-left: 0px !important;
  43.             padding-top: 0px !important;
  44.             border-bottom: 0px !important;
  45.             text-align: center !important;
  46. /*            box-shadow: inset 0px -4px 3px rgba(0,0,0,0.1) !important; */
  47.         }
  48.      
  49.         .tabbrowser-tab {
  50.                 max-height: inherit !important;
  51.                 margin-left: 0px !important;
  52.                 padding-top: 5px !important;
  53.                 color: #B6B6B6 !important;
  54.                 border-bottom: 0px !important;
  55.                 background: #1a1a1a !important;
  56.                 text-shadow: none !important;
  57. /*                box-shadow: inset 0px -4px 3px rgba(0,0,0,0.1) !important; */
  58.         }
  59.      
  60.         .tabbrowser-tab[selected=true] {
  61.                 color: #fff !important;
  62.                 background: #141415 !important;
  63.                 border-bottom: 0px !important;
  64.                 box-shadow: none !important;
  65.         }
  66.      
  67.         .tabbrowser-tab .tab-text {
  68.                 margin-left: 3px !important;
  69.                 margin-right: 3px !important;
  70.                 margin-top: 2px !important;
  71.                 font-size: 11px !important;
  72.                 font-family: "haxrcure" !important;
  73.         }
  74.      
  75.         #urlbar dropmarker,
  76.         #star-button,
  77.         #go-button,
  78.         .tab-throbber,
  79.         .tabs-newtab-button,
  80.         .tab-throbber[progress] {
  81.             display: none !important;
  82.         }
  83.         .titlebar-placeholder[type="caption-buttons"] {
  84.             margin-left: 10px !important;
  85.         }
  86.      
  87.         .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  88.             min-width: 30px !important;
  89.             max-width: 100% !important;
  90.         }
  91.      
  92.         notificationbox {
  93.             overflow-x: hidden;
  94.         }
  95.      
  96.         /* hide vertical scrollbar */
  97.         notificationbox {
  98.             overflow-x: hidden;
  99.         }
  100.         browser[type="content-primary"], browser[type="content-targetable"] {
  101.             overflow-y: scroll;
  102.             margin-right: 0px; /* 12px == width of my scrollbar */
  103.         }
  104.      
  105.         browser[type="content-primary"], browser[type="content-targetable"] {
  106.             overflow-y: scroll;
  107.             margin-right: 0px;
  108.         }
  109.      
  110.         .searchbar-engine-image {
  111.                display: none !important;
  112.         }
  113.         .search-go-button {
  114.                display: none !important;
  115.         }
  116.         #nav-bar {
  117.                background-image: none !important;
  118.                background-color: #141415 !important;
  119.                border: none !important;
  120.                margin-bottom: 0 !important;
  121.                padding: 0 !important;
  122.         }
  123.         #url-bar {
  124.             background: none !important;
  125.             border: none !important;
  126.             border-radius: 1px 0 0 0 !important;
  127.             margin: 0 !important;
  128.             box-shadow: none !important;
  129.             color: #1a1a1a !important;
  130.         }
  131.  
  132. /* scrollbar */
  133. scrollbar {
  134.   -moz-appearance: none !important;
  135.   box-shadow: none !important;
  136.   border: none !important;
  137.   background: transparent !important;
  138. }
  139. /* vertical scrollbar */
  140. scrollbar[orient="vertical"] {
  141. /*    background: #1a1a1a !important; */
  142.     width: 3px !important;
  143. }
  144. /* horizontal scrollbar */
  145. scrollbar[orient="horizontal"] {
  146.     height: 3px !important;
  147. /*    background: #1a1a1a !important; */
  148. }
  149. /* scrollbar handle */
  150. scrollbar thumb {
  151.   -moz-appearance: none !important;
  152.   border: solid 0px transparent !important;
  153.   background: #352B2F !important;
  154.   border-radius: 0px !important;
  155. }
  156. scrollbar thumb:hover { background: #9F76A3 !important; }
  157. scrollbar thumb:active { background: #9F76A3 !important; }
  158. /* scrollbar up/down arrow buttons */
  159. scrollbar[orient="horizontal"] scrollbarbutton {
  160.     min-height: 10px !important;
  161.     min-width: 10px !important;
  162.     display: none !important;
  163. }
  164. scrollbar[orient="vertical"] scrollbarbutton {
  165.     min-width: 10px !important;
  166.     min-height: 10px !important;
  167.     display: none !important;
  168. }
  169. scrollbarbutton {
  170.     background: #1a1a1a !important;
  171.     display: none !important;
  172. }
  173.  
  174. /* top level container for tabs */
  175. #navigator-toolbox { border-bottom: none !important; }
  176.  
  177. toolbarbutton#appmenu-toolbar-button {
  178.    
  179.     min-width: 11px !important;
  180.     max-width: 11px !important;
  181.     -moz-appearance: none !important;
  182.     background: url("http://a.pomf.se/4Cj2.png");
  183.  
  184.    
  185.    
  186. }
  187.  
  188. .toolbarbutton-icon, .toolbarbutton-menu-dropmarker {
  189.  
  190.     visibility: hidden !important;
  191.    
  192. }
  193.  
  194. #furiganainjector-statusbarpanel, #htmlruby-icon {
  195.  
  196.     display: none !important;
  197.    
  198. }
Advertisement
Add Comment
Please, Sign In to add comment