Guest User

Untitled

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