Guest User

Untitled

a guest
Aug 11th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. /* HIDDEN ELEMENTS */
  2. #identity-box,
  3. #urlbar-icons > image,
  4. #urlbar-container dropmarker,
  5. #tabbrowser-tabs .scrollbutton-up,
  6. #tabbrowser-tabs .scrollbutton-down,
  7. #appmenu-toolbar-button .toolbarbutton-text,
  8. #appmenu-toolbar-button .toolbarbutton-menu-dropmarker,
  9. toolbar#addon-bar toolbarbutton .toolbarbutton-menubutton-dropmarker,
  10. toolbar#addon-bar #addonbar-closebutton
  11. {
  12. display:none!important;
  13. }
  14.  
  15. /* BUTTONS */
  16. /* sharpened by stargazer */
  17. #back-button .toolbarbutton-icon,
  18. #bookmarks-menu-button .toolbarbutton-icon,
  19. #forward-button .toolbarbutton-icon,
  20. #reload-button .toolbarbutton-icon,
  21. #urlbar-reload-button .toolbarbutton-icon,
  22. #stop-button .toolbarbutton-icon,
  23. #urlbar-stop-button .toolbarbutton-icon,
  24. #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon,
  25. #new-tab-button .toolbarbutton-icon,
  26. #appmenu-toolbar-button .toolbarbutton-icon
  27. {
  28. list-style-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAMCAYAAADWBmv0AAAAsUlEQVR42u1VSQ7AIAj0/6/QuHyThgOJMQqjJemhTuKlLMIMxRAuLmC01uiNvUeMkWqtlHNexpRSpjaO03Jb9lmtSMxWk5bfrHEmxbNglIieaIiIHaU1fyaBL5+RoU2GFImqhtQrPiklgmJ2SbDiVs1YTVp1cDwf9pMj37R8IgDUp9dE9AqcTITX7zn68N1wj55FjDtB2xGjokj+kz2yJbbHtu5VsF4Na6w/I+Li4r94AMKR3nDHYnbdAAAAAElFTkSuQmCC")!important;
  29. }
  30. #back-button .toolbarbutton-icon
  31. {
  32. -moz-image-region:rect(0, 11px, 11px, 0)!important;
  33. }
  34. #forward-button .toolbarbutton-icon
  35. {
  36. -moz-image-region:rect(0, 22px, 11px, 11px)!important;
  37. }
  38. #reload-button .toolbarbutton-icon,
  39. #urlbar-reload-button .toolbarbutton-icon
  40. {
  41. -moz-image-region:rect(0, 33px, 11px, 22px)!important;
  42. }
  43. #stop-button .toolbarbutton-icon,
  44. #urlbar-stop-button .toolbarbutton-icon,
  45. #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon
  46. {
  47. -moz-image-region:rect(0, 44px, 11px, 33px)!important;
  48. }
  49. #new-tab-button .toolbarbutton-icon
  50. {
  51. -moz-image-region:rect(0, 55px, 11px, 44px)!important;
  52. }
  53. #new-tab-button
  54. {
  55. max-width:16px!important;
  56. }
  57. #appmenu-toolbar-button .toolbarbutton-icon
  58. {
  59. -moz-image-region:rect(0, 66px, 11px, 55px)!important;
  60. }
  61. #back-button,
  62. #forward-button,
  63. #reload-button,
  64. #stop-button,
  65. .tab-close-button,
  66. #appmenu-toolbar-button
  67. {
  68. background:transparent!important;
  69. border:0!important;
  70. min-height:14px!important;
  71. max-height:14px!important;
  72. min-width:14px!important;
  73. max-width:14px!important;
  74. margin:0!important;
  75. padding:0!important;
  76. -moz-appearance:none!important;
  77. }
  78. #TabsToolbar toolbarbutton .toolbarbutton-icon
  79. {
  80. margin-top:-3px!important;
  81. }
  82. #main-window toolbarbutton,
  83. #appmenu-toolbar-button
  84. {
  85. padding-top:2px!important;
  86. }
  87. #main-window #appmenu-toolbar-button
  88. {
  89. padding-left:4px!important;
  90. }
  91. #main-window #appmenu-toolbar-button .toolbarbutton-icon
  92. {
  93. margin:-1px 0 0!important;
  94. }
  95.  
  96. /* URL BAR */
  97. #urlbar
  98. {
  99. background:#161616!important;
  100. border:1px solid #000000!important;
  101. border-left:1px solid #000000!important;
  102. border-radius:1px 0 0 1px!important;
  103. color:rgba(255,255,255,.6)!important;
  104. margin-top: 5px!important;
  105. margin-left: 0px!important;
  106. max-height:16px!important;
  107. min-height:16px!important;
  108. padding:0 0 0 2px!important;
  109. text-align:left!important;
  110. text-shadow:rgba(0,0,0,.0) 0 0 1px!important;
  111. -moz-transition:color .2s ease-in-out,background .2s ease-in-out;
  112. -moz-appearance:none!important;
  113. }
  114. #urlbar:hover,
  115. #main-window #tabbrowser-tabs tab:hover,
  116. #main-window #tabbrowser-tabs tab[selected]
  117. {
  118. background:#000000!important;
  119. color:#fff!important;
  120. }
  121. #urlbar #notification-popup-box
  122. {
  123. background:-moz-linear-gradient(rgba(75,75,75,.2),rgba(0,0,0,.4))!important;
  124. border:0!important;
  125. border-right:1px solid rgba(0,0,0,.4)!important;
  126. max-height:16px!important;
  127. max-width:16px!important;
  128. padding:0 4px!important;
  129. border-radius:1px 0 0 1px!important;
  130. -moz-border-image:none!important;
  131. -moz-margin-end:0!important;
  132. }
  133. #urlbar #notification-popup-box .notification-anchor-icon
  134. {
  135. max-height:10px!important;
  136. max-width:10px!important;
  137. }
  138.  
  139. /* TABS */
  140. #main-window #tabbrowser-tabs tab
  141. {
  142. background:#161616!important;
  143. border:0!important;
  144. border-left:0px solid #000000!important;
  145. color:rgba(255,255,255,.6)!important;
  146. margin:0!important;
  147. max-height:16px!important;
  148. min-height:16px!important;
  149. padding:0 2px!important;
  150. text-shadow:rgba(0,0,0,.0) 0 0 1px!important;
  151. border-radius:0!important;
  152. }
  153. #main-window #tabbrowser-tabs tab .tab-label
  154. {
  155. margin-top:-1px!important;
  156. }
  157. #main-window #tabbrowser-tabs tab .tab-throbber,
  158. #main-window #tabbrowser-tabs tab .tab-icon-image
  159. {
  160. max-height:10px!important;
  161. max-width:10px!important;
  162. margin-top:-3px!important;
  163. }
  164. #main-window #tabbrowser-tabs tab[fadein]
  165. {
  166. -moz-transition:all .2s ease-in-out!important;
  167. }
  168. #main-window #tabbrowser-tabs tab .tab-close-button
  169. {
  170. margin-top:-4px!important;
  171. opacity:0!important;
  172. -moz-transition:all .1s ease-in-out!important;
  173. }
  174. #main-window #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon
  175. {
  176. max-height:12px!important;
  177. max-width:12px!important;
  178. }
  179. #main-window #tabbrowser-tabs tab[selected] .tab-close-button,
  180. #main-window #tabbrowser-tabs tab:hover .tab-close-button
  181. {
  182. opacity:1!important;
  183. }
  184. #main-window #tabbrowser-tabs tab[fadein]:not([pinned])
  185. {
  186. min-width:40px!important;
  187. max-width:160px!important;
  188. }
  189. #main-window #tabbrowser-tabs tab[pinned]
  190. {
  191. max-width:18px!important;
  192. min-width:18px!important;
  193. }
  194. #main-window #tabbrowser-tabs tab[pinned] .tab-close-button
  195. {
  196. display:none!important;
  197. }
  198.  
  199. /* ADD ON BAR */
  200. toolbar#addon-bar
  201. {
  202. background:#161616!important;
  203. border:1px solid #000000!important;
  204. max-height:20px!important;
  205. min-height:20px!important;
  206. -moz-appearance:none!important;
  207. }
  208. toolbar#addon-bar toolbarbutton
  209. {
  210. border:0!important;
  211. max-height:18px!important;
  212. min-height:18px!important;
  213. margin:0!important;
  214. padding:0!important;
  215. -moz-appearance:none!important;
  216. }
  217. scrollbox#PlacesToolbarItems toolbarbutton
  218. {
  219. border:0!important;
  220. border-left:1px solid transparent!important;
  221. border-right:1px solid transparent!important;
  222. max-height:18px!important;
  223. min-height:18px!important;
  224. max-width:24px!important;
  225. min-width:24px!important;
  226. padding:0 0 0 3px!important;
  227. -moz-appearance:none!important;
  228. }
  229. scrollbox#PlacesToolbarItems toolbarbutton .toolbarbutton-icon
  230. {
  231. height:16px!important;
  232. opacity:.5;
  233. width:16px!important;
  234. -moz-transition:all .1s linear;
  235. }
  236. scrollbox#PlacesToolbarItems toolbarbutton:hover .toolbarbutton-icon
  237. {
  238. opacity:1;
  239. }
  240. scrollbox#PlacesToolbarItems toolbarbutton:hover
  241. {
  242. background:#1c1c1c!important;
  243. border-left:1px solid #000000!important;
  244. border-right:1px solid #000000!important;
  245. box-shadow:#0f0f0f 0 -1px 3px;
  246. }
  247. scrollbox#PlacesToolbarItems toolbarbutton:active
  248. {
  249. background:#000000!important;
  250. border-left:1px solid #000000!important;
  251. border-right:1px solid #000000!important;
  252. }
  253. scrollbox#PlacesToolbarItems toolbarbutton:first-child,
  254. scrollbox#PlacesToolbarItems toolbarbutton:first-child:hover,
  255. scrollbox#PlacesToolbarItems toolbarbutton:first-child:active
  256. {
  257. border-left:0!important;
  258. }
  259.  
  260. /* MAIN WINDOW */
  261. #main-window #urlbar,
  262. #main-window #urlbar-container
  263. {
  264. max-width:240px!important;
  265. }
  266. #main-window:not([chromehidden*="toolbar"])
  267. {
  268. margin:0!important;
  269. }
  270. #main-window #TabsToolbar
  271. {
  272. background:#161616!important;
  273. border:1px solid #000000!important;
  274. max-height:16px!important;
  275. min-height:16px!important;
  276. margin:0!important;
  277. padding:0!important;
  278. -moz-appearance:none!important;
  279. }
  280.  
  281. select > button,
  282. select > input
  283. {
  284. opacity:0!important;
  285. }
  286.  
  287. /* NEW TAB */
  288. #newtab-scrollbox:not([page-disabled])
  289. {
  290. background-color:#161616!important;
  291. background-image:url("chrome://browser/skin/newtab/noise.png"), -moz-linear-gradient(rgba(10,10,10,.25), rgba(40,40,40,.25))!important;
  292. }
  293. .newtab-cell
  294. {
  295. background-color:rgba(10,10,10,.5)!important;
  296. -moz-user-focus:ignore!important;
  297. }
  298. .newtab-site
  299. {
  300. box-shadow:rgba(0,0,0,.5) 0 0 15px!important;
  301. }
  302. .newtab-site:hover
  303. {
  304. box-shadow:rgba(0,0,0,.75) 0 0 30px!important;
  305. }
  306. .newtab-title
  307. {
  308. background-color:rgba(38,39,41,.95)!important;
  309. color:rgb(161,131,131)!important;
  310. text-align:center!important;
  311. box-shadow:rgba(0,0,0,.2) 0 -3px 3px;
  312. }
Advertisement
Add Comment
Please, Sign In to add comment