lpfManiak

lpf / alinn j. firefox css

Mar 18th, 2014
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.94 KB | None | 0 0
  1.  @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3.  /* HIDDEN ELEMENTS */
  4. #identity-box,
  5. #urlbar-icons > image,
  6. #urlbar-container dropmarker,
  7. #appmenu-button .button-text,
  8. #appmenu-button .button-menu-dropmarker
  9. {
  10.     display:none!important;
  11. }
  12. #TabsToolbar{max-height:18px!important;    border:0px!important;}
  13. #navigator-toolbox{margin-top:-1px!important; border:0px!important;}
  14.  
  15. /* BUTTONS */
  16. #back-button .toolbarbutton-icon,
  17. #forward-button .toolbarbutton-icon,
  18. #reload-button .toolbarbutton-icon,
  19. #urlbar-reload-button .toolbarbutton-icon,
  20. #stop-button .toolbarbutton-icon,
  21. #urlbar-stop-button .toolbarbutton-icon,
  22. #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon,
  23. #new-tab-button .toolbarbutton-icon,
  24. #appmenu-button .button-icon,
  25. #appmenu-toolbar-button
  26. {
  27.     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;
  28. }
  29. #back-button .toolbarbutton-icon
  30. {
  31.     -moz-image-region:rect(2px, 8px, 14px, 0px)!important;
  32.     z-index:2!important;
  33. }
  34. #forward-button .toolbarbutton-icon
  35. {
  36.     -moz-image-region:rect(2px, 22px, 14px, 11px)!important;
  37. }
  38. #reload-button .toolbarbutton-icon,
  39. #urlbar-reload-button .toolbarbutton-icon
  40. {
  41.     -moz-image-region:rect(2px, 35px, 12px, 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(-4px, 45px, 11px, 32px)!important;
  48. }
  49. #new-tab-button .toolbarbutton-icon
  50. {
  51.     -moz-image-region:rect(0, 44px, 16px, 4px)!important;
  52. }
  53. #new-tab-button
  54. {
  55.     max-width:16px!important;
  56. }
  57. #appmenu-button .button-icon
  58. {
  59.     -moz-image-region:rect(-6px, 64px, 11px, 54px)!important;
  60.     padding-left:6px!important;
  61. }
  62. #main-window[sizemode="normal"] .toolbarbutton-1
  63. {
  64.     margin-top:3px!important;
  65. }
  66. #main-window *[id*="-button"]:not([disabled]):hover
  67. {
  68.     /*background:black!important;*/
  69. }
  70.  
  71. /* URL BAR */
  72. #urlbar
  73. {
  74.     background:#1a1a1a!important;
  75.     border:0!important;
  76.     color:rgba(0,0,0,1)!important;
  77.     margin:0px 0px 0px!important;
  78.     max-height:18px!important;
  79.     padding:0px 0px 0px 0px!important;
  80.     /*text-shadow:rgba(0,0,0,.6) 0 0 1px!important;
  81.     -moz-transition:color .1s ease-in-out;*/
  82.     font-family:lemon !important;
  83.  
  84.    
  85. }
  86. #urlbar:hover
  87. {
  88.  
  89. }
  90. #urlbar #notification-popup-box
  91. {
  92.     background:-moz-linear-gradient(rgba(75,75,75,.2),rgba(255,255,255,.4))!important;
  93.     /*border-right:1px solid rgba(255,255,255,.4)!important;*/
  94.     max-height:16px!important;
  95.     max-width:16px!important;
  96.     padding:0 4px!important;
  97.    /* border-radius:0px 0 0 0px!important;*/
  98.     -moz-border-image:none!important;
  99.     -moz-margin-end:0!important;
  100. }
  101. #urlbar #notification-popup-box .notification-anchor-icon
  102. {
  103.     max-height:10px!important;
  104.     max-width:10px!important;
  105. }
  106. #main-window[sizemode="fullscreen"] #urlbar,
  107. #main-window[sizemode="maximized"] #urlbar
  108. {
  109.     margin:2px 0px 0!important;
  110. }
  111.  
  112. /* TABS */
  113. #main-window #tabbrowser-tabs tab
  114. {
  115. /*    background:#e7e1c7!important;*/
  116. background:#fefffd!important;
  117.  
  118.     color:#3d402b!important;
  119.     font-family:lemon!important;
  120.  
  121.  
  122. }#tabbrowser-tabs{ border-right:0px!important;}
  123. #main-window[sizemode="normal"] #tabbrowser-tabs tab
  124. {
  125.     margin:0px 0px 0px!important;
  126.     min-height:12px!important;
  127.     max-height:12px!important;
  128.     padding:0px 6px 1px!important;
  129.     border-radius:0 0 0px 0px!important;
  130.  /*   font: 11px consolas !important;*/
  131.     font-weight: normal !important;    
  132.    border:0px!important;
  133.    border-bottom:1px!important;padding-top:1px!important;
  134. }
  135. #main-window[sizemode="maximized"] #tabbrowser-tabs tab,
  136. #main-window[sizemode="fullscreen"] #tabbrowser-tabs tab
  137. {
  138.     border-top:0!important;
  139.     margin:10px 0px 0!important;
  140.     max-height:16px!important;
  141.     padding:0 2px!important;
  142.     border-radius:0 0 0px 0px!important;
  143. }
  144. #main-window #tabbrowser-tabs tab[selected]
  145. {
  146.     color:#03000d!important;
  147.     background:#e8edd9!important;
  148. }
  149. #main-window #tabbrowser-tabs tab .tab-throbber,
  150. #main-window #tabbrowser-tabs tab .tab-icon-image
  151. {
  152.     max-height:10px!important;
  153.     max-width:10px!important;
  154.     margin-top:0px!important;
  155.     display:none!important;
  156. }
  157. #main-window #tabbrowser-tabs tab[fadein]
  158. {
  159.    /* -moz-transition:all .2s ease-in-out!important;*/
  160. }
  161. #main-window #tabbrowser-tabs tab:not([selected]):hover
  162. {
  163.    /* color:#555555!important; */
  164. }
  165. #main-window #tabbrowser-tabs tab .tab-close-button
  166. {
  167.     opacity:0!important;
  168.     -moz-transition:all .1s ease-in-out!important;
  169. }
  170. #main-window #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon
  171. {
  172.     max-height:10px!important;
  173.     max-width:10px!important;
  174. }
  175. #main-window #tabbrowser-tabs tab[selected] .tab-close-button,
  176. #main-window #tabbrowser-tabs tab:hover .tab-close-button
  177. {
  178.     opacity:1!important;
  179. }
  180. #main-window #tabbrowser-tabs tab[fadein]:not([pinned])
  181. {
  182.     min-width:50px!important;
  183.     max-width:2000px!important;
  184. }
  185. #main-window #tabbrowser-tabs tab[pinned]
  186. {
  187.     max-width:24px!important;
  188.     min-width:24px!important;
  189. }
  190. #main-window #tabbrowser-tabs tab[pinned] .tab-close-button
  191. {
  192.     display:none!important;
  193. }
  194.  
  195. .tabbrowser-tab
  196.        {text-align:center!important}
  197.  
  198. /* MAIN WINDOW */
  199. #main-window #urlbar,
  200. #main-window #urlbar-container
  201. {
  202.    min-width:100px!important;
  203.    max-width:200px!important;
  204.    padding-right:5px!important;
  205. }
  206.  
  207.  
  208. #main-window:not([chromehidden*="toolbar"])[sizemode="normal"]
  209. {
  210.     margin-top:0px!important;
  211. }
  212. #main-window[sizemode="normal"] #TabsToolbar
  213. {
  214.     margin-top:0px!important;
  215.     margin: 1px 0px -1px!important;
  216.     padding:0 0px 0px 0px!important;
  217.     background:rgba(25,25,25,1)!important;
  218. }
  219. #main-window[sizemode="fullscreen"] #TabsToolbar,
  220. #main-window[sizemode="maximized"] #TabsToolbar
  221. {
  222.     margin:-5px -14px 0 -20px!important;
  223.     padding:0 0 2px!important;
  224. }
  225. #main-window #browser-border-start
  226. {
  227.     background:#000!important;
  228.     border:0!important;
  229. }
  230. #main-window #appmenu-button
  231. {
  232.     background:transparent!important;
  233.     border:0!important;
  234.     padding:0px 5px!important;
  235.     min-width:16px!important;
  236.     box-shadow:none!important;
  237. }
  238. #main-window[sizemode="normal"] #appmenu-button
  239. {
  240.     margin:-16px -5px -10px!important;
  241. }
  242. #main-window[sizemode="fullscreen"] #appmenu-button,
  243. #main-window[sizemode="maximized"] #appmenu-button
  244. {
  245.     margin:0!important;
  246. }
  247.  
  248. /*Removes Background-Color From Chrome
  249. #appcontent,
  250. #appcontent > #content,
  251. #appcontent > #content > tabbox > tabpanels
  252. {
  253.     background-color:transparent!important;
  254. }*/
  255.  
  256. #nav-bar{background: #1B1B1B!important;}
  257. .toolbarbutton-1:hover{background:#1B1B1B!important;}
  258. .toolbarbutton-1:active{background:#1B1B1B!important;}
  259. #back-button:hover{background:#1B1B1B!important;}
  260. #back-button:active{background:#1B1B1B!important;}
  261. #stylish-toolbar-button{
  262. background:#1B1B1B!important;/*
  263. position:relative!important;*/
  264. margin-bottom:0px!important;
  265. opacity:1!important;
  266. padding-bottom:0px!important;
  267. }
  268. #stylish-toolbar-button:hover{background:#1B1B1B!important;}
  269. #stylish-toolbar-button:active{background:#1B1B1B!important;}
  270. #appmenu-toolbar-button{opacity:1!important; }
  271. #addon-bar{height:18px!important;}
  272. .browserStack{border-style:dotted;
  273. border-top-width:1px!important;margin-top:1px!important;
  274. border-left-width:0px!important;
  275. border-bottom-width:0px!important;
  276. border-right-width:0px!important;background-color:#fefffd!important;
  277. border-color:#aaaaaa!important;}
  278.  
  279. #liberator-bottombar-deck{height:16px!important;}
  280. #liberator-bottombar-deck{height:16px!important;}
  281. #liberator-statusline{height:16px!important;}
  282. .tab-close-button{display:none!important;}
Advertisement
Add Comment
Please, Sign In to add comment