Advertisement
hu6

userChrome.css (Modified Version of Ahoka's)

hu6
Dec 2nd, 2012
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.23 KB | None | 0 0
  1. /* HIDDEN ELEMENTS */
  2. #identity-box,
  3. #urlbar-icons > image,
  4. #urlbar-container dropmarker,
  5. #appmenu-toolbar-button .toolbarbutton-text,
  6. #appmenu-toolbar-button .toolbarbutton-menu-dropmarker
  7. {
  8.     display:none!important;
  9. }
  10.  
  11. /* BUTTONS */
  12. #back-button .toolbarbutton-icon,
  13. #forward-button .toolbarbutton-icon,
  14. #reload-button .toolbarbutton-icon,
  15. #urlbar-reload-button .toolbarbutton-icon,
  16. #stop-button .toolbarbutton-icon,
  17. #urlbar-stop-button .toolbarbutton-icon,
  18. #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon,
  19. #new-tab-button .toolbarbutton-icon,
  20. #appmenu-toolbar-button .toolbarbutton-icon,
  21. .findbar-closebutton
  22. {
  23.     list-style-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAALCAYAAADLA1tMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5xJREFUeNrsVk1IG0EU3s3mx1RXY2qxaa0ULFakUogUESUnPaS0Wlo1oifbQ0AUDx704EGIeBAkUXOzEq0/kHpose2h2IbexUKLFA8VokIPKaghrfmpyfa9dELHcTai0FsXNpPZ+d43b9773tsVFUUR/l+CoM38EUWRXZPg1sCdgjuJDzJBI9gT61kukeyFNgrBJ8n/NC9waii+FGWr9vzUdcKb8VWifBVpG8RpVByXent7rywtLSX6+voKeAB8juuII5sIKk5qAZs/OzvrWVxc3Jufn38zPT39hASGjr5mYWEh0NTUVEDxSTgHuy+Ei5tMWP9IJ5W9enp6isDX+OTk5H3CfcKGR64dGhq6UVtbu7OxsXFzYmIizCPH57iOOMRzHNE0NzcXwsE/GAyGYgjE4MrKyrWDgwOvTqezQTAeMwFMra+vO9rb27/bbDYZ5rq6urpch8OxOzMzc0dFDZlsl2VJhuD1eiM4ms1mNySlGLlZGzYQksvlulVZWbm5trZ2fXR0dCuL7JO4jjjEox1NDGuXW1pa3oI0S6uqql5Fo9Ejv9+/Bwp6HYlElnNyclrZQLjd7tDY2JjZ6XRuw9zY3d39rbOz81IgEIhwykWPGLgNsEd6JHO9mnrC4bDParW6MRDE5m/t0nXf1dWV19jYGIHM3B4fH9+Exwm25jj9RN/f319RXV39aXV1Vfb5fD8yzjY0NBQBZxAcGITDvxgYGNhFc1BKUVtb2zYc0gzzGFXLAsmWEaQc7ujowDKJwv1LpRzKyIHEP+4piN0CXiuMRxTvBeD7CXxmUOjLUCj0zGKxPIV5Lqwdps+FP9SbQyJGcciGhZUbg03jEYd4tOPI0zA3N/fe4/E8pDKlnZqaegAOvSNZPLY/9IRCOCSWYz7wHoGUr3J4aUWYAIdqMbGKoHiNBJOHZQx7f4W5QnwWeM0SyyAGkTLV19cHQe4VWWoPy6gCcYhHO04ZJROJxHOTyfQIDn8XlHARxnuyLLfGYrFlBq+x2+0y9IQg9IRSVAKWSU1Nzfbw8DDrR4qoFRUQJ0qIk3mC108IJjkyMhLc3993CRyAwPmWwAAZscsTqfKwOrJuzNLRUZc6aIxOVADgD3HEOeEVqcyl5Q4dvph+a5SXl8uojJKSEr3KHnqw+0yUIPBKmcGIRCEKrUhRpe6572cGe9r7nQ5G5j0unvM7QiL4835HsJhjnLwekfU6C/Ys17/6uj3LuX4LMACwT+lvQQrZSgAAAABJRU5ErkJggg==")!important;
  24. }
  25. #back-button .toolbarbutton-icon
  26. {
  27.     -moz-image-region:rect(0, 11px, 11px, 0)!important;
  28. }
  29. #forward-button .toolbarbutton-icon
  30. {
  31.     -moz-image-region:rect(0, 22px, 11px, 11px)!important;
  32. }
  33. #reload-button .toolbarbutton-icon,
  34. #urlbar-reload-button .toolbarbutton-icon
  35. {
  36.     -moz-image-region:rect(0, 33px, 11px, 22px)!important;
  37. }
  38. #stop-button .toolbarbutton-icon,
  39. #urlbar-stop-button .toolbarbutton-icon,
  40. #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon,
  41. .findbar-closebutton
  42. {
  43.     -moz-image-region:rect(0, 44px, 11px, 33px)!important;
  44. }
  45. #new-tab-button .toolbarbutton-icon
  46. {
  47.     -moz-image-region:rect(0, 55px, 11px, 44px)!important;
  48. }
  49. #new-tab-button
  50. {
  51.     max-width:16px!important;
  52. }
  53. #appmenu-toolbar-button .toolbarbutton-icon
  54. {
  55.     -moz-image-region:rect(0, 66px, 11px, 55px)!important;
  56. }
  57. #main-window toolbarbutton,
  58. .tab-close-button,
  59. .findbar-closebutton,
  60. #appmenu-toolbar-button
  61. {
  62.     background:transparent!important;
  63.     border:0!important;
  64.     min-height:18px!important;
  65.     max-height:18px!important;
  66.     min-width:14px!important;
  67.     max-width:14px!important;
  68.     padding:0!important;
  69.     -moz-appearance:none!important;
  70. }
  71. #main-window toolbarbutton,
  72. #appmenu-toolbar-button
  73. {
  74.     padding-top:2px!important;
  75. }
  76. .findbar-closebutton
  77. {
  78.     margin:-1px 0 0 5px!important;
  79. }
  80.  
  81. /* URL BAR */
  82. #urlbar
  83. {
  84.     background:#161616!important;
  85.     border:0!important;
  86.     color:rgba(255,255,255,.6)!important;
  87.     margin:2px 0 0!important;
  88.     max-height:18px!important;
  89.     min-height:18px!important;
  90.     padding:0!important;
  91.     text-align:left!important;
  92.     text-shadow:rgba(0,0,0,.6) 0 0 1px!important;
  93.     -moz-transition:color .2s ease-in-out;
  94.     -moz-appearance:none!important;
  95. }
  96. #urlbar:hover
  97. {
  98.     color:rgba(255,255,255,.8)!important;
  99. }
  100. #urlbar #notification-popup-box
  101. {
  102.     background:-moz-linear-gradient(rgba(75,75,75,.2),rgba(0,0,0,.4))!important;
  103.     border-right:1px solid rgba(0,0,0,.4)!important;
  104.     max-height:16px!important;
  105.     max-width:16px!important;
  106.     padding:0 4px!important;
  107.     border-radius:1px 0 0 1px!important;
  108.     -moz-border-image:none!important;
  109.     -moz-margin-end:0!important;
  110. }
  111. #urlbar #notification-popup-box .notification-anchor-icon
  112. {
  113.     max-height:10px!important;
  114.     max-width:10px!important;
  115. }
  116.  
  117. /* TABS */
  118. #main-window #tabbrowser-tabs tab
  119. {
  120.     background:#1c1c1c!important;
  121.     border:0!important;
  122.     border-left:0 solid #101010!important;
  123.     border-right:1px solid #101010!important;
  124.     color:rgba(255,255,255,.6)!important;
  125.     text-shadow:rgba(0,0,0,.8) 0 0 1px!important;
  126. }
  127. #main-window #tabbrowser-tabs tab:first-child
  128. {
  129.     border-left:1px solid #101010!important;
  130. }
  131. #main-window #tabbrowser-tabs tab
  132. {
  133.     margin:3px 0 -3px!important;
  134.     max-height:16px!important;
  135.     min-height:16px!important;
  136.     padding:0 2px!important;
  137.     border-radius:0!important;
  138. }
  139. #main-window #tabbrowser-tabs tab[selected]
  140. {
  141.     color:#fff!important;
  142. }
  143. #main-window #tabbrowser-tabs tab .tab-throbber,
  144. #main-window #tabbrowser-tabs tab .tab-icon-image
  145. {
  146.     max-height:10px!important;
  147.     max-width:10px!important;
  148.     margin-top:0px!important;
  149. }
  150. #main-window #tabbrowser-tabs tab[fadein]
  151. {
  152.     -moz-transition:all .2s ease-in-out!important;
  153. }
  154. #main-window #tabbrowser-tabs tab:not([selected]):hover
  155. {
  156.     color:rgba(255,255,255,.8)!important;
  157. }
  158. #main-window #tabbrowser-tabs tab .tab-close-button
  159. {
  160.     min-height:16px!important;
  161.     max-height:16px!important;
  162.     opacity:0!important;
  163.     -moz-transition:all .1s ease-in-out!important;
  164. }
  165. #main-window #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon
  166. {
  167.     max-height:7px!important;
  168.     max-width:7px!important;
  169. }
  170. #main-window #tabbrowser-tabs tab[selected] .tab-close-button,
  171. #main-window #tabbrowser-tabs tab:hover .tab-close-button
  172. {
  173.     opacity:1!important;
  174. }
  175. #main-window #tabbrowser-tabs tab[fadein]:not([pinned])
  176. {
  177.     min-width:40px!important;
  178.     max-width:160px!important;
  179. }
  180. #main-window #tabbrowser-tabs tab[pinned]
  181. {
  182.     max-width:24px!important;
  183.     min-width:24px!important;
  184. }
  185. #main-window #tabbrowser-tabs tab[pinned] .tab-close-button
  186. {
  187.     display:none!important;
  188. }
  189.  
  190. /* MAIN WINDOW */
  191. #main-window #urlbar,
  192. #main-window #urlbar-container
  193. {
  194.     max-width:240px!important;
  195. }
  196. #main-window:not([chromehidden*="toolbar"])
  197. {
  198.     margin:0!important;
  199. }
  200. #main-window #TabsToolbar
  201. {
  202.     background:#161616!important;
  203.     border-bottom:1px solid #101010!important;
  204.     max-height:20px!important;
  205.     min-height:20px!important;
  206.     margin:-3px 0 0!important;
  207.     padding:0 2px 0 0!important;
  208. }
  209. #main-window #appmenu-toolbar-button
  210. {
  211.     background:transparent!important;
  212.     border:0!important;
  213.     padding-left:6px!important;
  214.     box-shadow:none!important;
  215. }
  216. #main-window #appmenu-toolbar-button
  217. {
  218.     margin:0!important;
  219. }
  220.  
  221. scrollbar,
  222. scrollcorner
  223. {
  224.     background:#161616!important;
  225.     -moz-appearance:none!important;
  226. }
  227. thumb
  228. {
  229.     border:0!important;
  230.     background:#222222!important;
  231.     -moz-appearance:none!important;
  232. }
  233. thumb:active,
  234. thumb:hover
  235. {
  236.     background:#1b1b1b!important;
  237.     -moz-appearance:none!important;
  238. }
  239.  
  240. select > button,
  241. select > input
  242. {
  243.     opacity:0!important;
  244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement