Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.19 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. statuspanel { display: none }
  4.  
  5. /*tab-width*/
  6.  
  7. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  8. min-width: 10px !important;
  9. max-width: 100% !important;
  10. }
  11. /*comment above to have normal tab width*/
  12.  
  13.  
  14. /*remove shitty fog*/
  15. #TabsToolbar:not(:-moz-lwtheme)::after {display: none;}
  16. /* Remove the following line if you want the text color of unselected tabs to be black (Firefox default) */
  17. #TabsToolbar .tabbrowser-tab:not([selected]) {color: rgba(255,255,255,0.9);}
  18.  
  19. /*remove internal border*/
  20. #main-window:not([chromehidden*="toolbar"])[sizemode="normal"]
  21. {
  22.  margin-top:-1px!important;
  23.  margin-left:-1px!important;
  24.  margin-right:-1px!important;
  25.  margin-bottom:-1px !important;
  26.  }
  27.  
  28.  
  29.  
  30. #TabsToolbar {
  31.     background: #FFFFFF !important;
  32.     margin-bottom: 0 !important;
  33. }
  34.  
  35.  
  36. #TabsToolbar .tabbrowser-tabs {
  37.     min-height: 18px !important;
  38.     margin-top: 0px !important;
  39.     margin-bottom: 0px !important;
  40.     text-align: center !important;
  41.     margin-left: -15px !important;
  42.     margin-right: -15px !important;
  43. }
  44.  
  45. #tabbrowser-tabs tab .tab-close-button {
  46.     display: none !important;
  47. }
  48.  
  49. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  50. display: none !important;
  51. }
  52.  
  53.  
  54. #TabsToolbar .tabbrowser-tab {
  55.     -moz-border-top-colors: none !important;
  56.     -moz-border-left-colors: none !important;
  57.     -moz-border-right-colors: none !important;
  58.     -moz-border-bottom-colors: none !important;
  59.     text-shadow: 0 0 0px rgba(80,80,80,0) !important;
  60.     padding: 0px 0px !important;
  61.     border-radius: 0px !important;
  62.     background: #FFFFFF !important;
  63.     background-clip: padding-box !important;
  64.     transition: all .1s !important;
  65.     margin-left: 0px !important;
  66.     color: rgb(255,178,178) !important;
  67.     font-family: 'Gothem Rounded' sans-serif !important;
  68.     font-size: 13px !important;
  69.     min-height: 14px !important;
  70. }
  71.  
  72. toolbarbutton#new-tab-button,{
  73.     display: none !important;
  74. }
  75.  
  76. /*#TabsToolbar .tabs-newtab-button {
  77.     -moz-border-top-colors: none !important;
  78.     -moz-border-left-colors: none !important;
  79.     -moz-border-right-colors: none !important;
  80.     -moz-border-bottom-colors: none !important;
  81.     border-style: solid !important;
  82.     border-color: transparent !important;
  83.     border-width: 1px 1px 0 1px !important;
  84.     text-shadow: 0 0 4px rgba(255,255,255,0) !important;
  85.     background: transparent !important;
  86.     background-clip: padding-box !important;
  87.     transition: all .1s !important;
  88. }/**/
  89.  
  90.  
  91.  
  92.  
  93. #TabsToolbar .tabbrowser-tab[selected] {
  94.     color: #FFFFFF !important;
  95.     background: rgb(255,178,178) !important;
  96.     background-clip: padding-box !important;
  97. }
  98.  
  99. /*#TabsToolbar .tabs-newtab-button:hover,
  100. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  101.     background-color: rgba(80,101,140,.4) !important;
  102.     color: #FFFFFF !important;
  103. }/**/
  104.  
  105. #TabsToolbar .tab-background {
  106.     margin: 0 !important;
  107.     background: transparent !important;
  108. }
  109.  
  110. #TabsToolbar .tab-background-start,
  111. #TabsToolbar .tab-background-end {
  112.     display: none !important;
  113. }
  114.  
  115. #TabsToolbar .tab-background-middle {
  116.     margin: -4px -2px !important;
  117.     background: transparent !important;
  118. }
  119.  
  120. #TabsToolbar .tabbrowser-tab:after,
  121. #TabsToolbar .tabbrowser-tab:before {
  122.     display: none !important;
  123. }
  124.  
  125. /*#TabsToolbar .tabs-newtab-button {
  126.     border-width: 1px 1px 0 1px !important;
  127.     margin: 0 !important;
  128.     width: auto !important;
  129.     padding: 0 5px !important;
  130. }/**/
  131.  
  132. #addon-bar,
  133. #PersonalToolbar,
  134. #nav-bar {
  135.     background: #EAF2FA !important;
  136.     box-shadow: none !important;
  137.     background-clip: padding-box !important;
  138.     border-color: rgba(0,0,0,.25) !important;
  139.     border-radius: 0 !important;
  140. }
  141.  
  142. .subviewbutton.panel-subview-footer {
  143.     padding-top: 6px !important;
  144.     padding-bottom: 6px !important;
  145. }
  146.  
  147.  
  148. /* URL BAR */
  149.  
  150. /* remove back/fwd */
  151.  
  152. #nav-bar  #back-button > .toolbarbutton-icon {
  153.  display: none !important;
  154. }
  155.  #forward-button {
  156.  display: none !important;
  157. }
  158.  
  159. /*styling*/
  160. #searchbar > .searchbar-textbox,
  161.  
  162. #urlbar {
  163.  
  164.     border: 0px solid #FFFFFF !important;
  165.     text-align: center;
  166.     margin-top: -1px !important;
  167.     margin-left: 5px !important;
  168.     border-radius: 1px;
  169.     margin-bottom: 6px;
  170.     padding: 2px !important;
  171.     background-color: #FFFFFF !important;
  172.     color: rgb(255,178,178) !important;
  173.     font-family: 'Gothem Rounded' sans-serif !important;
  174.     font-size: 12px !important;
  175.     height: 40px !important;
  176. }
  177.  
  178.  
  179. #nav-bar {
  180.     background-color: #FFFFFF !important;
  181.     border-bottom: none !important;
  182.     border-top: none !important;
  183.     margin-bottom: -2px !important;
  184.     margin-top: 0px !important;
  185.     padding-top: 0px !important;
  186.     height: 18px !important;
  187. }
  188.    
  189.  
  190.  
  191. #PanelUI-button {
  192.  
  193.     background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  194.     background: url('https://a.catgirlsare.sexy/lwnpqe.png') !important;
  195.     background-repeat: no-repeat !important;
  196.     background-position: center !important;
  197.     box-shadow: none !important;
  198.     width: 10px !important;
  199.     /*display: none !important; /*COMMENT THIS LINE FOR A MENU BUTTON*/
  200.   }
  201. #PanelUI-button:hover {
  202.  
  203.     background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  204.     background: url('https://a.catgirlsare.sexy/lwnpqe.png') !important;
  205.     background-repeat: no-repeat !important;
  206.     background-position: center !important;
  207.     box-shadow: none !important;
  208.     width: 10px !important;
  209.   }
  210.  
  211. #PanelUI-button .button-icon,
  212. #PanelUI-button .button-text {
  213.     display: none !important;
  214. }
  215. #PanelUI-menu-button {
  216.     opacity: 0 !important;
  217.     width: 10px !important;
  218.     margin-right: -15px !important;
  219. }
  220.  
  221. #identity-box, #dropmarker-icon, #historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker {
  222.     display: none !important;
  223. }
  224.  
  225. #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #urlbar-reload-button {
  226.     display: none !important;
  227. }
  228.  
  229. .autocomplete-history-dropmarker.urlbar-history-dropmarker {
  230.     display: none !important;
  231. }
  232.  
  233. #plugins-notification-icon, #notification-anchor-icon, #notification-popup-box {
  234.     display: none !important;
  235.    
  236. }
  237.  
  238. /*download button*/
  239. #downloads-button {
  240.     background: url('http://i.imgur.com/QA0QFij.png') !important;
  241.     background-repeat: no-repeat  !important;
  242.     background-position: center !important;
  243.     opacity: 1 !important;
  244.     margin-left: 10px !important;
  245.     margin-right: 0px !important;
  246.     margin-bottom: 0px !important;
  247.     box-shadow: none !important;
  248.     width: 10px !important;
  249. }
  250.  
  251. #toolbarbutton-icon .Downloads,
  252. #downloads-indicator-icon,
  253. #downloads-indicator-progress-area,
  254. #downloads-button .button-text {
  255.     display: none !important;
  256. }
  257.  
  258. #downloads-indicator-anchor {opacity: 0 !important;}
  259.  
  260. #downloads-button:hover {
  261.     opacity: 1 !important;
  262.     box-shadow: none !important;
  263.     background: url('http://i.imgur.com/sTi4rOA.png') !important;
  264.     background-repeat: no-repeat !important;
  265.     background-position: center !important;
  266. }
  267.  
  268. /* remove tab scrolling */
  269.  
  270. .scrollbutton-up, .scrollbutton-down, #alltabs-button {
  271.     display: none !important;
  272. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement