Guest User

CSS Firefox (Malakai)

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