Advertisement
ravmunken

Nightly 34.0a1 Style (works with True Transparency/OneLiner)

Aug 17th, 2014
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.84 KB | None | 0 0
  1. /* AGENT_SHEET */
  2. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  3. #appcontent,
  4. #appcontent > #content,
  5. #appcontent > #content > tabbox > tabpanels {
  6. background: #3f3f3f !important;
  7. }
  8.            
  9.            
  10. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  11. -moz-appearance: none !important;
  12. border-radius: 0px !important;
  13. border: none !important;
  14. border-bottom: none !important;
  15. background-image: none !important;
  16. margin-top: 0px !important;
  17. margin-bottom: 0px !important;
  18. max-height: 14px !important;
  19. min-height: 14px !important;
  20. margin-right: 0px !important;
  21. }
  22.      
  23. tabs#tabbrowser-tabs {
  24. background: #3f3f3f !important;
  25. font-weight: normal !important;
  26. text-align: left !important;
  27. padding-top: 0px !important;
  28. margin-left: -40px !important;
  29. padding-top: 0px !important;
  30. border-bottom: 0px !important;
  31. margin-right: -100px !important;
  32. }
  33.  
  34. .tabbrowser-tab {
  35. color: #5d5d5d !important;
  36. background: #3f3f3f !important;
  37. margin-left: 0px !important;
  38. border-bottom: 0px !important;
  39. }
  40.  
  41. .tabbrowser-tab[selected=true] {
  42. color: #a98d9b !important;
  43. background: #3f3f3f !important; /*#202020*/
  44. border-bottom: 0px !important;
  45. box-shadow: none !important;
  46. }
  47.      
  48. .tabbrowser-tab .tab-text {
  49. margin-left: 6px !important;
  50. margin-right: 6px !important;
  51. margin-top: 1px !important;
  52. padding-top: 2px !important;
  53. font-family: "HaxrCorp S8" !important;
  54. font-size: 11px !important;  
  55. }
  56.  
  57. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  58. min-width: 30px !important;
  59. max-width: 150px !important;
  60. }
  61.  
  62. /* HIDE */
  63. toolbarbutton#appmenu-toolbar-button,
  64. toolbarbutton#alltabs-button,
  65. toolbarbutton#new-tab-button,
  66. #urlbar dropmarker,
  67. #identity-box,
  68. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  69. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  70. .tabs-closebutton-box,
  71. .tabs-border-bottom,
  72. .tab-throbber,
  73. .tabs-newtab-button,
  74. .tab-throbber[progress],
  75. .tabbrowser-tab:not([pinned]) .tab-icon-image,
  76. #liberator-separator,
  77. #sidebar-search-container,
  78. #nav-bar,
  79. #urlbar-icons > image,
  80. #urlbar-container dropmarker,
  81. #appmenu-button .button-text,
  82. #appmenu-button .button-menu-dropmarker,
  83. .notificationbox-stack,
  84. .tab-background-start,
  85. .tab-background-end {
  86. display: none !important;
  87. }
  88.  
  89. #TabsToolbar::after { display: none !important; }
  90. #navigator-toolbox { border: 0 !important; margin-bottom: -1px !important; }
  91. .tabbrowser-tab::before, .tabbrowser-tab::after { background: url(none) !important; }
  92.  
  93. .tabbrowser-tab * {
  94. background: url(none) !important; list-style-image: none !important;
  95. margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; -moz-appearance: none !important;
  96. }
  97.  
  98. #TabsToolbar, #tabbrowser-tabs {
  99. -moz-appearance: none !important;
  100. margin-left: -15px !important; margin-right: -8px !important;
  101. }
  102.  
  103. /* vimperator */
  104. /* AGENT_SHEET */
  105. #liberator-statusline {
  106. min-height: 13px !important;
  107. max-height: 13px !important;
  108. }
  109.  
  110. /* scrollbar */
  111. scrollbar {
  112. -moz-appearance: none !important;
  113. position: relative;
  114. background: none transparent;
  115. z-index: 2147483647;
  116. padding: 0px 0px 0px 0px!important;
  117. }
  118.  
  119. scrollbar[orient="vertical"] {
  120. -moz-margin-start: -3px;
  121. min-width: 3px;
  122. max-width: 3px;
  123. padding: 0px 0px 0px 0px!important;
  124. }
  125.  
  126. scrollbar[orient="horizontal"] {
  127. margin-top: -3px;
  128. min-height: 3px;
  129. max-height: 3px;
  130. }
  131.  
  132. scrollbar thumb {
  133. -moz-appearance: none !important;
  134. border: none !important;
  135. border-radius: 0 !important;
  136. background: #5d5d5d!important;
  137. }
  138.  
  139. scrollbar[orient="vertical"] thumb{
  140. min-height: 100px!important;
  141. }
  142.  
  143. scrollbar[orient="horizontal"] thumb{
  144. min-width: 100px!important;
  145. }
  146. scrollbar  scrollbarbutton{
  147. visibility: collapse!important;
  148. }
  149.  
  150.  
  151. scrollbar {
  152. visibility: collapse!important;
  153. }
  154.  
  155.  
  156. scrollbar  thumb{
  157. visibility: collapse!important;
  158. }
  159.  
  160.  
  161.  
  162. #appcontent,
  163. #appcontent > #content,
  164.  #appcontent > #content > tabbox > tabpanels {
  165.  background:#3F3F3F!important;
  166. }
  167.  
  168. #main-window {
  169.  margin-top:-6px!important;
  170.  background:#3F3F3F!important;
  171.  }
  172.  
  173.  
  174.  
  175.  
  176. #main-window[sizemode="fullscreen"] {
  177.  margin-top:-16px!important;
  178.  background:#3F3F3F!important;
  179.  }
  180.  
  181.  
  182.  
  183.  
  184.     #back-button .toolbarbutton-icon,
  185.     #forward-button .toolbarbutton-icon,
  186.     #reload-button .toolbarbutton-icon,
  187.     #urlbar-reload-button .toolbarbutton-icon,
  188.     #stop-button .toolbarbutton-icon,
  189.     #urlbar-stop-button .toolbarbutton-icon,
  190.     #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon,
  191.     #new-tab-button .toolbarbutton-icon,
  192.     #appmenu-button .button-icon
  193.     {
  194.         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;
  195.     }
  196.     #back-button .toolbarbutton-icon
  197.     {
  198.         -moz-image-region:rect(0, 11px, 11px, 0)!important;
  199.     }
  200.     #forward-button .toolbarbutton-icon
  201.     {
  202.         -moz-image-region:rect(0, 22px, 11px, 11px)!important;
  203.     }
  204.     #reload-button .toolbarbutton-icon,
  205.     #urlbar-reload-button .toolbarbutton-icon
  206.     {
  207.         -moz-image-region:rect(0, 33px, 11px, 22px)!important;
  208.     }
  209.     #stop-button .toolbarbutton-icon,
  210.     #urlbar-stop-button .toolbarbutton-icon,
  211.     #tabbrowser-tabs tab .tab-close-button .toolbarbutton-icon
  212.     {
  213.         -moz-image-region:rect(0, 44px, 11px, 33px)!important;
  214.     }
  215.     #new-tab-button .toolbarbutton-icon
  216.     {
  217.         -moz-image-region:rect(0, 55px, 11px, 44px)!important;
  218.     }
  219.    
  220.  
  221.  
  222.  
  223.     #new-tab-button
  224.     {
  225.         max-width:0px!important;
  226.     }
  227.     #appmenu-button .button-icon
  228.     {
  229.         -moz-image-region:rect(0, 66px, 11px, 63px)!important;
  230.     }
  231.  
  232.      
  233.  
  234.  
  235. .chromeclass-toolbar-additional,
  236. .toolbarbutton-1.chromeclass-toolbar-additional,
  237. #back-button,
  238. #urlbar-go-button,
  239. .toolbarbutton-1.chromeclass-toolbar-additional,
  240. #searchbar {
  241. display:none!important;
  242. }
  243.  
  244.  
  245.  
  246.  
  247. #main-window #urlbar,
  248.     #main-window #urlbar-container
  249.     {
  250.         font-family:"HaxrCorp S8"!important;
  251.         max-width:240px!important;
  252.     }
  253.  
  254.     #main-window[sizemode="normal"] #TabsToolbar
  255.     {
  256.         margin-top:10px!important;
  257.         padding:0 0px 5px 0px!important;
  258.         background:#3F3F3F!important;
  259.     }
  260.     #main-window[sizemode="fullscreen"] #TabsToolbar
  261.     {
  262.         margin:0px 0px 0 0!important;
  263.         padding:0 0px 2px 0px!important;
  264.         background:#3F3F3F!important;
  265.     }
  266.     #main-window[sizemode="maximized"] #TabsToolbar
  267.     {
  268.         margin:0px 0px 0 0!important;
  269.         padding:0 0px 5px 0px!important;
  270.         background:#3F3F3F!important;
  271.     }
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.     #urlbar
  280.     {
  281.         margin:0px 30px 0px!important;
  282.         padding:0!important;
  283.     }
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  291.  
  292.  
  293.  
  294.  
  295. scrollbar {visibility:collapse !important; }
  296.  
  297.  
  298. /* Remove Search Bar Engine Button */
  299. .searchbar-engine-button{display: none !important;}
  300.  
  301.  
  302. /* Remove the search button (magnifying glass) */
  303. .search-go-button{display: none !important;}
  304.  
  305. .tab-throbber{display: none !important;}
  306.  
  307. .tab-icon-image{display: none !important;}
  308.  
  309. .tab-close-button{display: none !important;}
  310.  
  311. .autocomplete-history-dropmarker{display: none !important;}
  312.  
  313. #appmenu-button{display: none !important;}
  314.  
  315.  
  316. /* Remove the Bookmark Star */
  317. #star-button {display: none !important;}
  318.  
  319.  
  320. /* Remove Downloads Window Search Box */
  321. #searchbox {display:none !important;}
  322.  
  323. /* Gray icon saying plugin is active and providing option to block */
  324. #plugins-notification-icon{
  325.   width: 0px !important;
  326.   margin-left: -5px !important;
  327.   margin-right: -5px !important;
  328.   opacity: 0 !important;
  329. }
  330.  
  331. #notification-popup-box {display:none!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement