Advertisement
m3m5

firefox css dark

Sep 19th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.24 KB | None | 0 0
  1. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  2. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  3. toolbarbutton#appmenu-toolbar-button,
  4. toolbarbutton#alltabs-button,
  5. toolbarbutton#new-tab-button,
  6. .tab-icon-image,
  7. .tabs-closebutton-box,
  8. .tab-close-button {
  9.                 display: none !important;
  10. }
  11. #browser * {
  12.     -moz-appearance: none !important;
  13. }
  14. #main-window {
  15.      
  16.             margin-top: -2px !important;
  17.      
  18.     }
  19.  
  20. /* TABS */
  21.  
  22.  
  23.  
  24.  
  25. .tabbrowser-tabs *|tab[busy] .tab-icon {
  26.   display: -moz-box !important;
  27.  }
  28.  
  29. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  30.     -moz-appearance: none !important;
  31.     border-radius: 0px !important;
  32.     border: 0 !important;
  33.     margin: 0 !important;
  34.     background-image: none !important;
  35.     margin-top: 0px !important;
  36.     max-height: 20px !important;
  37. }
  38. tabs#tabbrowser-tabs {
  39.     color: #b1b1b1 !important;
  40.     background: #222222 !important;
  41.     padding-top: 0px !important;
  42.     margin-left: 0px !important;
  43.     text-align: center !important;
  44. }
  45.  
  46. .tabbrowser-tab [selected=true] {
  47.     color: #eeeeee !important;
  48.     background: #181818 !important;
  49. }
  50.  
  51. .tabbrowser-tabs [selected=true] .tab-icon-image {
  52.     display: -moz-box !important;
  53. }
  54.  
  55.  .tabbrowser-tab .tab-text {
  56.         font-family: profont !important;
  57.         font-size: 8pt !important;
  58. }
  59.  
  60. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  61.         min-width: 30px !important;
  62.         max-width: 145px !important;
  63. }
  64.  
  65.  
  66.  
  67. /* URL BAR */
  68.  
  69.     #urlbar dropmarker,
  70.     #identity-box,
  71.     #star-button,
  72.     #go-button,
  73.     .tab-throbber,
  74.     .tabs-newtab-button,
  75.     .tab-throbber[progress] {
  76.         display: none !important;
  77. }
  78. #urlbar-container {max-width:250px!important}
  79. #urlbar-container {max-height:20px!important}
  80.  
  81.    #urlbar
  82.     {
  83.         background:#222222!important;
  84.         color: #eeeeee !important;
  85.         margin:0px 0 0!important;
  86.         max-height:20px!important;
  87.         min-height:20px!important;
  88.         padding:0!important;
  89.         text-align:left!important;
  90.         -moz-appearance:none!important;
  91.         font-family: profont!important;
  92.         font-size:8pt!important;
  93.     }
  94.    
  95.             #urlbar:hover {
  96.             background: #363636 !important;
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement