Advertisement
Guest User

flat

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