Advertisement
Guest User

CSS

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