Advertisement
peenus

userChrome.css

Jun 15th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.51 KB | None | 0 0
  1.  
  2.     /* AGENT_SHEET */
  3. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  4.  
  5. .tabbrowser-tab .tab-icon-image,
  6. .tabbrowser-tab .tab-throbber { display:none!important; }
  7.  
  8.  
  9. #content browser {
  10.  margin-right: -14px !important;
  11.  overflow-y: scroll;
  12.  overflow-x: hidden;
  13. }
  14.  
  15. #personal-bookmarks .toolbarbutton-icon { display:none!important; }
  16.  
  17. #PanelUI-button,
  18. #bookmarks-menu-button,
  19. #downloads-button,
  20. #home-button,
  21. #stylish-toolbar-button,
  22. #abp-toolbarbutton,
  23. #urlbar-history-dropmarker,
  24. #back-button,
  25. #forward-button {
  26.     display: none !important;
  27. }
  28.  
  29. #identity-box,
  30. #urlbar-reload-button {
  31.     display: none !important;
  32. }
  33.  
  34. #urlbar-wrapper {
  35.     margin-left: -5px !important;
  36.     margin-right: 0px !important;
  37.     padding-left: 5px !important;
  38. }
  39.  
  40. #urlbar {
  41.     border: 0 !important;
  42.     border-radius: 0 !important;
  43.     margin: 0 0 0 0 !important;
  44.     padding: 0 -5px 1px 5px !important;
  45.     height: 17px !important;
  46.     min-height: 17px !important;
  47.     background: #393838 !important;
  48.     color: #636363 !important;
  49.     font-family: "berry" !important;
  50.     font-size: 11px !important;
  51. }
  52.  
  53. #nav-bar {
  54.     height: 17px !important;
  55.     min-height: 17px !important;
  56.     margin-top: 0 !important;
  57.     margin-right: 0px !important;
  58. }
  59.  
  60. #nav-bar-customization-target {
  61.     margin-top: -2px !important;
  62.     margin-bottom: -2px !important;
  63.     text-align: center;
  64. }
  65.  
  66. #appcontent,
  67. #appcontent > #content,
  68. #appcontent > #content > tabbox > tabpanels {
  69.     background: #343232 !important;
  70. }
  71.  
  72. * {
  73.     border-width: 0px !important;
  74. }
  75.  
  76. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  77.     -moz-appearance: none !important;
  78.     border-width: 0px !important;
  79.     border-radius: 0px !important; 
  80.     border-bottom: 0px !important;
  81.     background-image: none !important;
  82.     margin-top: 0px !important;
  83.     margin-bottom: 0px !important;
  84.     max-height: 17px !important;
  85.     min-height: 17px !important;
  86.     bottom: 0px !important;
  87. }
  88.  
  89. tabs#tabbrowser-tabs {
  90.     background: #302D2D !important;
  91.     font-weight: normal !important;
  92.     text-align: center !important;
  93.     padding-top: 0px !important;
  94.     margin-left: -1px !important;
  95.     padding-top: 0px !important;
  96.    
  97. }
  98.  
  99. .tabbrowser-tab {
  100.     color: #636363 !important;
  101.     background: #393838 !important;
  102.     margin-left: 0px !important;
  103.    
  104. }
  105.  
  106. .tabbrowser-tab[selected=true] {
  107.     color: #636363 !important;
  108.     background: #393838 !important;
  109.     box-shadow: none !important;
  110. }
  111.  
  112. .tabbrowser-tab .tab-text {
  113.     margin-left: 3px !important;
  114.     margin-right: 3px !important;
  115.     margin-top: 3px !important;
  116.     padding-top: 3px !important;
  117.     font-family: "berry" !important;
  118.     font-size: 11px !important;
  119.    
  120. }
  121.  
  122. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  123.     min-width: 30px !important;
  124.     max-width: 100% !important;
  125.    
  126. }
  127.  
  128. .tabbrowser-tab[selected="true"]:after {
  129.     top: 0px !important;
  130.     background: #393838 !important;
  131.     content: "";  
  132.     border-radius: 0px !important;
  133.     border-top: 8px solid #393838;
  134.     border-bottom: 8px solid #393838;
  135.     border-right: 8px solid #393838 ;
  136.     position: absolute !important; margin-right: 10px !important;
  137. }
  138.  
  139. .tabbrowser-tab[selected="true"]:before {
  140.     content: "";  
  141.     background: #343232 !important;
  142.     border-top: 8px solid #393838;
  143.     border-bottom: 8px solid #393838;
  144.     border-left: 9px solid #393838;
  145.     position: absolute !important; top: 0px;
  146.     margin-left: -9px !important;
  147. }
  148.  
  149. /* HIDE */
  150. toolbarbutton#appmenu-toolbar-button,
  151. toolbarbutton#alltabs-button,
  152. toolbarbutton#new-tab-button,
  153. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  154. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  155. /*.tabs-closebutton-box,*/
  156. .tabs-border-bottom,
  157. .tab-throbber,
  158. .tabs-newtab-button,
  159. .tab-throbber[progress]{
  160.     display: none !important;
  161. }
  162.  
  163. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  164.     width: 9px !important;
  165.     height: 10px !important;
  166.     padding-top: 4px !important;
  167.     padding-bottom: 4px !important;
  168.     margin-left: 12px !important;
  169. }
  170.  
  171. .notificationbox-stack,
  172. .tab-background-start,
  173. .tab-background-end {
  174.     display: none !important;
  175. }
  176.  
  177. #TabsToolbar::after { display: none !important; }
  178. #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
  179. .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
  180.  
  181. .tabbrowser-tab * {
  182.     background: url(none) !important; list-style-image: none !important;
  183.     margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
  184. }
  185.  
  186. #TabsToolbar, #tabbrowser-tabs {
  187.     -moz-appearance: none !important;
  188.     margin-left: -14px !important;
  189.     margin-right: -8px !important;
  190.     color: #343232 !important;
  191. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement