Guest User

Melbourne Dark

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