Guest User

Untitled

a guest
Nov 1st, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. /*TAB BAR*/
  4. /* removes ugly cloud thing */
  5. #TabsToolbar:not(:-moz-lwtheme)::after {display: none;}
  6.  
  7. #TabsToolbar {
  8. background: transparent !important;
  9. margin-bottom: 0 !important;
  10. }
  11.  
  12.  
  13. #TabsToolbar .tabbrowser-tabs {
  14. min-height: 30px !important;
  15. margin-top: -14px !important;
  16. margin-bottom: 1px !important;
  17. text-align: center !important;
  18. margin-left: -17px !important;
  19. margin-right: -31px !important;
  20. }
  21.  
  22. #tabbrowser-tabs tab .tab-close-button {
  23. display: none !important;
  24. }
  25.  
  26. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  27. display: none !important;
  28. }
  29.  
  30. #TabsToolbar .tabbrowser-tab {
  31. -moz-border-top-colors: none !important;
  32. -moz-border-left-colors: none !important;
  33. -moz-border-right-colors: none !important;
  34. -moz-border-bottom-colors: none !important;
  35. border-style: solid !important;
  36. border-color: rgba(0,0,0,.1) !important;
  37. border-width: 1px 1px 1px 1px !important;
  38. padding: 4px 0px !important;
  39. border-radius: 0px !important;
  40. background: rgba(47,47,47,1) !important;
  41. background-clip: padding-box !important;
  42. transition: all .1s !important;
  43. margin-left: 1px !important;
  44. color: rgb(255,255,255) !important;
  45. font-family: 'Segoe UI' !important;
  46. font-size: 12px !important;
  47. }
  48.  
  49.  
  50. #TabsToolbar .tabbrowser-tab[afterselected] {
  51. border-left-color: rgba(0,0,0,.25) !important;
  52. }
  53.  
  54. #TabsToolbar .tabbrowser-tab[selected] {
  55. color: rgba(255,255,255,1) !important;
  56. background: rgba(78,75,73,1) !important;
  57. background-clip: padding-box !important;
  58. border-color: rgba(0,0,0,.15) !important;
  59.  
  60. }
  61.  
  62. #TabsToolbar .tabs-newtab-button:hover,
  63. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  64. border-color: rgba(0,0,0,.2) !important;
  65. background-color: rgba(78,75,73,1) !important;
  66. }
  67.  
  68. #TabsToolbar .tab-background {
  69. margin: 0 !important;
  70. background: transparent !important;
  71. }
  72.  
  73. #TabsToolbar .tab-background-start,
  74. #TabsToolbar .tab-background-end {
  75. display: none !important;
  76. }
  77.  
  78. #TabsToolbar .tab-background-middle {
  79. margin: -4px -2px !important;
  80. background: transparent !important;
  81. }
  82.  
  83. #TabsToolbar .tabbrowser-tab:after,
  84. #TabsToolbar .tabbrowser-tab:before {
  85. display: none !important;
  86. }
  87.  
  88. #TabsToolbar .tabs-newtab-button {
  89. display: none !important;
  90. }
  91.  
  92. #addon-bar,
  93. #PersonalToolbar,
  94. #nav-bar {
  95. background: #EAF2FA !important;
  96. box-shadow: none !important;
  97. background-clip: padding-box !important;
  98. border-color: rgba(0,0,0,.25) !important;
  99. border-radius: 0 !important;
  100. }
  101.  
  102. .subviewbutton.panel-subview-footer {
  103. padding-top: 6px !important;
  104. padding-bottom: 6px !important;
  105. }
  106.  
  107.  
  108. /* URL BAR */
  109. /* remove back/fwd */
  110. #nav-bar #back-button > .toolbarbutton-icon {
  111. display: none !important;
  112. }
  113. #forward-button {
  114. display: none !important;
  115. }
  116.  
  117. /*styling*/
  118. #searchbar > .searchbar-textbox,
  119.  
  120. #urlbar {
  121. border: 1px solid rgb(230,230,230) !important;
  122. text-align: center !important;;
  123. background: rgba(255,255,255,1) !important;
  124. margin-top: 0px !important;
  125. margin-left: 5px !important;
  126. border-radius: 0px;
  127. padding: 0px !important;
  128. color: rgb(130,130,130) !important;
  129. height: 22px;
  130. }
  131.  
  132.  
  133. #nav-bar {
  134. height: 30px;
  135. background-color: rgba(251,251,251,1) !important;
  136. border-bottom: 0px solid #C8C8C8 !important;
  137. border-top: 0px solid #c8c8c8 !important;
  138. margin-bottom: -1px !important;
  139. margin-top: 1px !important;
  140. border-left: none !important;
  141. border-right: none !important;
  142. margin-right: 1px !important;
  143. margin-left: 1px !important;
  144. }
  145.  
  146. #PanelUI-button, #customization-panel-container,
  147. #customization-panelWrapper .panel-arrow,
  148. #ctr_panelui-button,
  149. #wrapper-ctr_panelui-button {
  150. -moz-box-ordinal-group: 0
  151. }
  152.  
  153. #PanelUI-button {
  154. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  155. background: url('http://i.imgur.com/NEflko3.png') !important;
  156. background-repeat: no-repeat !important;
  157. background-position: center !important;
  158. box-shadow: none !important;
  159. width: 5px !important;
  160. /*display: none !important; /*COMMENT THIS LINE FOR A MENU BUTTON*/
  161. }
  162.  
  163. #PanelUI-button .button-icon,
  164. #PanelUI-button .button-text{
  165. display: none !important;
  166. }
  167.  
  168. #PanelUI-menu-button {
  169. opacity: 0 !important;
  170. width: 5px !important;
  171. margin-right: -5px !important;
  172. }
  173.  
  174. #identity-box, #dropmarker-icon, #historydropmarker, #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #dropmarker {
  175. display: none !important;
  176. }
  177.  
  178. #autocomplete-history-dropmarker, #urlbar-history-dropmarker, #urlbar-reload-button {
  179. display: none !important;
  180. }
  181.  
  182. .autocomplete-history-dropmarker.urlbar-history-dropmarker {
  183. display: none !important;
  184. }
  185.  
  186. #plugins-notification-icon, #notification-anchor-icon, #notification-popup-box {
  187. display: none !important;
  188.  
  189. }
  190.  
  191. /* remove tab scrolling */
  192. .scrollbutton-up, .scrollbutton-down, #alltabs-button {
  193. display: none !important;
  194. }
  195.  
  196. /*downloads*/
  197. #downloads-button {
  198. background: url('http://i.imgur.com/dxQDPO2.png') !important;
  199. background-repeat: no-repeat !important;
  200. background-position: center !important;
  201. opacity: 1 !important;
  202. margin-left: 10px !important;
  203. margin-right: 10px !important;
  204. box-shadow: none !important;
  205. width: 10px !important;
  206. }
  207.  
  208. #toolbarbutton-icon .Downloads,
  209. #downloads-indicator-icon,
  210. #downloads-indicator-progress-area,
  211. #downloads-button .button-text {
  212. display: none !important;
  213. }
  214.  
  215. #downloads-indicator-anchor {opacity: 0 !important;}
  216.  
  217. #downloads-button:hover {
  218. opacity: 1 !important;
  219. box-shadow: none !important;
  220. background: url('http://i.imgur.com/I8kiKbo.png') !important;
  221. background-repeat: no-repeat !important;
  222. background-position: center !important;
  223. }
Advertisement
Add Comment
Please, Sign In to add comment