Guest User

ff

a guest
Oct 4th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. /*remove blue browser border */
  4. #main-window:not([chromehidden*="toolbar"])[sizemode="normal"] {
  5. margin-top:-1px!important;
  6. margin-left:-1px!important;
  7. margin-right:-1px!important;
  8. margin-bottom: -1px !important;
  9. }
  10. #titlebar-buttonbox-container { display:none!important; }
  11.  
  12. #browser-bottombox {
  13. border: none !important;
  14. }
  15.  
  16. #browser-border-end, #browser-border-start {
  17. display: none !important;
  18. }
  19.  
  20. #nav-bar {
  21. border: none !important;
  22. visibility: visible !important;
  23. }
  24.  
  25. #navigator-toolbox:after {
  26. height: 0px !important;
  27. }
  28.  
  29.  
  30. .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  31. min-width: 10px !important;
  32. max-width: 100% !important;
  33. }
  34.  
  35.  
  36.  
  37. #TabsToolbar:not(:-moz-lwtheme)::after {display: none;}
  38. /* Remove the following line if you want the text color of unselected tabs to be black (Firefox default) */
  39. #TabsToolbar .tabbrowser-tab:not([selected]) {color: rgba(255,255,255,1);
  40. }
  41.  
  42. #TabsToolbar {
  43. background: #fcfcfc !important;
  44. margin-top: 0px !important;
  45.  
  46. }
  47.  
  48.  
  49. #TabsToolbar .tabbrowser-tabs {
  50. min-height: 33px !important;
  51. margin-top: 0px !important;
  52. margin-bottom: 0px !important;
  53. text-align: center !important;
  54. margin-left: -15px !important;
  55. margin-right: -22px !important;
  56. border: 0px !important;
  57.  
  58.  
  59. }
  60.  
  61. #tabbrowser-tabs tab .tab-close-button {
  62. display: none !important;
  63. }
  64.  
  65. .tabbrowser-tab:not([pinned]) .tab-icon-image {
  66. display: none !important;
  67. }
  68.  
  69.  
  70. #TabsToolbar .tabbrowser-tab {
  71. -moz-border-top-colors: none !important;
  72. -moz-border-left-colors: none !important;
  73. -moz-border-right-colors: none !important;
  74. -moz-border-bottom-colors: none !important;
  75. text-shadow: none !important;
  76. padding: 0px 0px !important;
  77. border-radius: 0px !important;
  78. background: #2f2f31!important;
  79. background-clip: padding-box !important;
  80. transition: all .1s !important;
  81. margin-left: 0px !important;
  82. color: #575757!important;
  83. min-height: 14px !important;
  84.  
  85.  
  86. }
  87.  
  88. #TabsToolbar .tabs-newtab-button {
  89. -moz-border-top-colors: none !important;
  90. -moz-border-left-colors: none !important;
  91. -moz-border-right-colors: none !important;
  92. -moz-border-bottom-colors: none !important;
  93. border-style: solid !important;
  94. border-color: transparent !important;
  95. border-width: 0px 0px 0 0px !important;
  96. text-shadow: none !important;
  97. background: transparent !important;
  98. background-clip: padding-box !important;
  99. transition: all .1s !important;
  100. }
  101.  
  102.  
  103.  
  104.  
  105. #TabsToolbar .tabbrowser-tab[selected] {
  106. color: #ffffff !important;
  107. background: #2f2f31!important;
  108. margin-bottom: 0px !important;
  109. text-shadow: none !important;
  110.  
  111.  
  112. }
  113.  
  114. #TabsToolbar .tabs-newtab-button:hover,
  115. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  116. background-color: #88a1ba!important;
  117. color: #ffffff !important;
  118. margin-bottom: 0px !important;
  119. text-shadow: none !important;
  120. }
  121.  
  122. #TabsToolbar .tab-background {
  123. margin: 0 !important;
  124. background: transparent !important;
  125. }
  126.  
  127. #TabsToolbar .tab-background-start,
  128. #TabsToolbar .tab-background-end {
  129. display: none !important;
  130.  
  131. }
  132.  
  133. #TabsToolbar .tab-background-middle {
  134. margin: 0px 0px !important;
  135. background: transparent !important;
  136. }
  137.  
  138. #TabsToolbar .tabbrowser-tab:after,
  139. #TabsToolbar .tabbrowser-tab:before {
  140. display: none !important;
  141. }
  142.  
  143. #TabsToolbar .tabs-newtab-button {
  144. border-width: 0px 0px 0 0px !important;
  145. margin: 0 !important;
  146. width: auto !important;
  147. padding: 0 0px !important;
  148. }
  149.  
  150. /*comment to show favicons */
  151. #identity-box, #identity-icon-labels {
  152. display: none;
  153. }
  154.  
  155.  
  156.  
  157. /* fonts */
  158. #urlbar, #TabsToolbar .tabbrowser-tab, menu, .autocomplete-richlistbox, #menubar-items, statuspanel[type="overLink"] .statuspanel-label, toolbarbutton, #placeContent, #placesList, .editBMPanel_rowLabel, .textbox-input-box, .viewer-title.label.toolbar, .downloadTarget, .downloadDetails, #bookmarks-view-children, #sidebar-search-label, #sidebar-title, .menubar-text {
  159. font-family: 'sans'!important;
  160. font-size: 12px !important;
  161. text-shadow: none !important;
  162.  
  163.  
  164. }
  165.  
  166. /* library window */
  167. #placesToolbar {
  168. background: #1d1e2a !important;
  169. }
  170.  
  171. /* remove icons */
  172. #memfx-toolbar-button, .autocomplete-history-dropmarker.urlbar-history-dropmarker, #urlbar-reload-button, .box-inherit.toolbarbutton-menubutton-button, .scrollbutton-up, .scrollbutton-down, #urlbar-stop-button {
  173. display: none;
  174. }
  175.  
  176.  
  177.  
  178. #tabbrowser-tabs tab .tab-close-button {
  179. display: none !important;
  180. }
  181. /* remove plugin and reader view */
  182. #reader-mode-button, #notification-popup-box {
  183. display: none;
  184. }
  185.  
  186. /* tab bg color
  187. #navigator-toolbox, #TabsToolbar {
  188. background: #1a1b26 !important;
  189. color: #6f535e !important;
  190. }*/
  191.  
  192.  
  193.  
  194.  
  195. /*#navigator-toolbox {
  196. box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  197. }*/
  198.  
  199. /* nav bg color and sizes */
  200.  
  201.  
  202. #urlbar {
  203. background-color: #2f2f31 !important;
  204. color: #575757!important;
  205. text-align: center !important;
  206. padding-left: 10px;
  207. height: 30px !important;
  208. /*box-shadow: 1px 1px 5px #000 !important;*/
  209. border-radius: 0px !important;
  210. border: none !important;
  211. width: 2000px !important;
  212. margin-bottom: 0px !important;
  213. padding-bottom: 6px !important;
  214. margin: 0 0 0 0 !important;
  215.  
  216. }
  217.  
  218. #nav-bar {
  219. background-color: #2f2f31 !important;
  220. background: #ffffff !important;
  221. left: 0 !important;
  222. text-align: center !important;
  223. border: 0px !important;
  224. height: 33px !important;
  225. position: fixed !important;
  226. bottom: 0 !important;
  227. right: 0 !important;
  228. width: 100% !important;
  229. margin: 0 0 0 0 !important;
  230. }
  231.  
  232.  
  233. /* menu bar color */
  234. #main-menubar, #toolbar-menubar, #menubar-items, menubar > menu {
  235. background: #2f2f31!important;
  236. color: #926d7b !important;
  237. text-shadow: none !important;
  238. height: 30px !important;
  239. border: none !important;
  240. margin-top: 0px !important;
  241. }
  242.  
  243. /* menu icon */
  244. #PanelUI-button {
  245. background: #2f2f31 !important;
  246. }
  247.  
  248. /* back/forward buttons */
  249. #back-button, #back-button .toolbarbutton-icon:hover, #back-button, #back-button .toolbarbutton-icon, #forward-button .toolbarbutton-icon, #forward-button {
  250.  
  251. list-style-image:url("http://puu.sh/iImVX/23413dd634.png")!important;
  252. border-radius: 0px !important;
  253. background-image: none !important;
  254. background-color: #ffffff !important;
  255. border: none !important;
  256. padding: 0px !important;
  257. box-shadow: none !important;
  258. margin-left: 0px !important;
  259. margin-top: 0px !important;
  260. margin-bottom: 0px !important;
  261. background-color: #2f2f31 !important;
  262. opacity: 0 !important;
  263. width:0px !important;
  264. height: 30px !important;
  265. }
  266.  
  267. /* menu button */
  268. #PanelUI-button, #PanelUI-button:hover {
  269. display: none !important;
  270. background: url('http://puu.sh/iInne/9c9e9839d5.png') !important;
  271. background-color: #2f2f31!important;
  272. background-repeat: no-repeat !important;
  273. background-position: center !important;
  274. box-shadow: none !important;
  275. margin-top: 0px !important;
  276. width: 10px !important;
  277. height: 10px !important;
  278. }
  279.  
  280. #PanelUI-button .button-icon,
  281. #PanelUI-button .button-text {
  282. display: none !important;
  283. }
  284. #PanelUI-menu-button {
  285. opacity: 0 !important;
  286. width: 10px !important;
  287. margin-right: -15px !important;
  288. }
  289.  
  290. /* remove blue border */
  291. #nav-bar, #urlbar {
  292. background-color: #2f2f31 !important;
  293. border: none !important;
  294.  
  295. }
Advertisement
Add Comment
Please, Sign In to add comment