Guest User

Untitled

a guest
Oct 8th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. CONTENTS OF firefox.css
  2. :root {
  3. --0: #1E2A2B;
  4. --1: #C57750;
  5. --2: #788871;
  6. --3: #AE8D6C;
  7. --4: #CC936A;
  8. --5: #C3AF9E;
  9. --6: #CEB09E;
  10. --7: #E3CFCA;
  11. --8: #666666;
  12. --9: #C57750;
  13. --10: #788871;
  14. --11: #AE8D6C;
  15. --12: #CC936A;
  16. --13: #C3AF9E;
  17. --14: #CEB09E;
  18. --15: #E3CFCA;
  19. }
  20.  
  21.  
  22. CONTENTS of userChrome.css
  23.  
  24. @import url(firefox.css);
  25. #toolbar-menubar,
  26. findbar {
  27. z-index: 2!important;
  28. position: fixed!important
  29. }
  30. findbar {
  31. height: 43px!important
  32. }
  33. #main-menubar {
  34. height: 46px !important
  35. }
  36. #notification-popup-box,
  37. .findbar-button,
  38. .findbar-button *,
  39. .tabbrowser-tab * {
  40. -moz-appearance: none!important
  41. }
  42. #nav-bar,
  43. #urlbar,
  44. .ac-action,
  45. .ac-title,
  46. .ac-title[selected=true],
  47. .ac-url {
  48. color: var(--grey)!important
  49. }
  50. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  51. :root {
  52. --bg: var(--0);
  53. --grey: var(--8);
  54. --main: var(--9);
  55. --secondary: var(--10);
  56. --main-tab-height: 4px
  57. }
  58. * {
  59. outline: 0!important
  60. }
  61. #menubar-items,
  62. #urlbar,
  63. .downloadDetails,
  64. .downloadTarget,
  65. .menubar-text,
  66. .textbox-input-box,
  67. [class*=menu],
  68. findbar,
  69. menu {
  70. font-family: Hack, "Open Sans", sans-serif!important
  71. }
  72. #main-menubar {
  73. margin-top: -1px!important;
  74. padding-right: 1450px!important;
  75. margin-bottom: -1px!important
  76. }
  77. #toolbar-menubar {
  78. background-color: var(--bg)!important
  79. }
  80. findbar {
  81. top: 3px !important;
  82. padding-right: 1300px!important;
  83. padding-top: 2px!important;
  84. border: none!important
  85. }
  86. .findbar-textbox.findbar-find-fast {
  87. border-radius: 0!important;
  88. border: none!important;
  89. margin-top: -1px!important
  90. }
  91. .findbar-button:hover,
  92. .findbar-button[checked=true] {
  93. background-color: var(--main)!important
  94. }
  95. .findbar-button[checked=true]:hover {
  96. background-color: var(--secondary)!important
  97. }
  98. browser {
  99. background: url(bg) center no-repeat!important
  100. }
  101. tooltip {
  102. padding: 3px 6px!important
  103. }
  104. #PanelUI-menu-button,
  105. #PopupAutoCompleteRichResult,
  106. #TabsToolbar::after,
  107. #back-button .toolbarbutton-icon,
  108. #context-back,
  109. #context-bookmarklink,
  110. #context-bookmarkpage,
  111. #context-copyvideo,
  112. #context-cut,
  113. #context-delete,
  114. #context-forward,
  115. #context-openlink,
  116. #context-openlinkprivate,
  117. #context-reload,
  118. #context-savelink,
  119. #context-selectall,
  120. #context-sendimage,
  121. #context-sendvideo,
  122. #context-sep-bidi,
  123. #context-sep-copyimage,
  124. #context-sep-copylink,
  125. #context-sep-navigation,
  126. #context-sep-open,
  127. #context-sep-paste,
  128. #context-sep-properties,
  129. #context-sep-selectall,
  130. #context-sep-stop,
  131. #context-sep-undo,
  132. #context-sep-viewbgimage,
  133. #context-sep-viewsource,
  134. #context-undo,
  135. #forward-button .toolbarbutton-icon,
  136. #frame-sep,
  137. #identity-box,
  138. #liberator-separator,
  139. #plugins-notification-icon,
  140. #private-browsing-indicator,
  141. #searchbar .search-go-button,
  142. #searchbar .searchbar-dropmarker-image,
  143. #sidebar-search-container,
  144. #urlbar dropmarker,
  145. #urlbar>toolbarbutton,
  146. .ac-separator,
  147. .autocomplete-history-popup,
  148. .findbar-closebutton,
  149. .findbar-find-next,
  150. .findbar-find-previous,
  151. .notificationbox-stack,
  152. .statuspanel-label,
  153. .tab-background-end,
  154. .tab-background-start,
  155. .tab-throbber,
  156. .tab-throbber[progress],
  157. .tabbrowser-arrowscrollbox+stack,
  158. .tabbrowser-arrowscrollbox>.scrollbutton-down,
  159. .tabbrowser-arrowscrollbox>.scrollbutton-up,
  160. .tabbrowser-tab .tab-text,
  161. .tabbrowser-tab:not([pinned]) .tab-icon-image,
  162. .tabbrowser-tab:not([pinned]):hover .tab-close-button:before,
  163. .tabs-border-bottom,
  164. .tabs-closebutton-box,
  165. .tabs-newtab-button,
  166. menuseperator,
  167. panel[type=autocomplete]:not([type=arrow]),
  168. panel[type=autocomplete-richlistbox]:not([type=arrow]),
  169. statuspanel,
  170. toolbarbutton#alltabs-button,
  171. toolbarbutton#appmenu-toolbar-button,
  172. toolbarbutton#new-tab-button {
  173. display: none!important
  174. }
  175. #forward-button {
  176. margin-left: -30px!important
  177. }
  178. #notification-popup-box {
  179. background: 0 0!important;
  180. box-shadow: none!important;
  181. border-image: none!important;
  182. border: 0;
  183. list-style-image: none
  184. }
  185. #PanelUI-button {
  186. border-image: none!important;
  187. border: rgba(0, 0, 0, .15)!important
  188. }
  189. #browser-bottombox {
  190. border: none!important;
  191. background: 0 0!important;
  192. border-bottom: 0 solid!important
  193. }
  194. #browser-border-end,
  195. #browser-border-start {
  196. background: 0 0!important;
  197. border-left: 0 solid!important
  198. }
  199. #nav-bar,
  200. #urlbar,
  201. .tabbrowser-tab {
  202. background: var(--bg)!important
  203. }
  204. #nav-bar {
  205. padding: 5px 0!important;
  206. box-shadow: none!important;
  207. display: moz-box!important
  208. }
  209. #main-window[sizemode=maximized] #nav-bar,
  210. #main-window[sizemode=normal]:not([inFullscreen]) #nav-bar {
  211. border-radius: 0!important
  212. }
  213. #urlbar {
  214. height: 30px!important;
  215. text-align: center!important;
  216. margin-bottom: 2px!important;
  217. margin-left: 77px!important;
  218. margin-right: 6px!important;
  219. border-top: 0 solid!important;
  220. border-bottom: 0 solid!important;
  221. border-left: 0 solid!important;
  222. border-right: 0 solid!important;
  223. font-weight: 700!important
  224. }
  225. #urlbar * {
  226. border: none!important
  227. }
  228. .ac-title {
  229. font-size: 16px!important
  230. }
  231. tabs#tabbrowser-tabs,
  232. tabs#tabbrowser-tabs * {
  233. -moz-appearance: none!important;
  234. border-radius: 0!important;
  235. border: none!important;
  236. border-bottom: none!important;
  237. margin-top: 0!important;
  238. margin-bottom: 0!important;
  239. max-height: var(--main-tab-height)!important;
  240. min-height: var(--main-tab-height)!important;
  241. z-index: 0!important
  242. }
  243. .tabbrowser-tab {
  244. margin-left: 0!important;
  245. margin-right: -5px!important
  246. }
  247. .tabbrowser-tab[selected=true] {
  248. background: var(--grey)!important;
  249. box-shadow: none!important
  250. }
  251. .tabbrowser-tab *,
  252. .tabbrowser-tab::after,
  253. .tabbrowser-tab::before {
  254. background: 0 0!important
  255. }
  256. .tabbrowser-tabs:not([drag=detach])>.tabbrowser-tab:not([pinned])[fadein] {
  257. min-width: 30px!important;
  258. max-width: 100%!important
  259. }
  260. #navigator-toolbox {
  261. border: 0!important;
  262. margin-bottom: -1px!important
  263. }
  264. .tabbrowser-tab * {
  265. list-style-image: none!important;
  266. margin: 0!important;
  267. padding: 0!important
  268. }
  269. #tabbrowser-tabs .arrowscrollbox-scrollbox {
  270. background: var(--bg)!important;
  271. margin-right: -10px
  272. }
  273. #TabsToolbar {
  274. margin-left: -15px!important;
  275. -moz-box-ordinal-group: 2!important
  276. }
  277. #alltabs-button,
  278. #customToolbars,
  279. #new-tab-button,
  280. #noscript-tbb,
  281. #window-controls {
  282. background: var(--bg)!important;
  283. box-shadow: none!important;
  284. border: none!important
  285. }
  286. .tabbrowser-tab .tab-close-button:before {
  287. display: none;
  288. content: '×';
  289. color: var(--grey)!important;
  290. position: absolute;
  291. top: 10px;
  292. right: 4px
  293. }
  294. #contentAreaContextMenu image,
  295. #placesContext image,
  296. .textbox-contextmenu image {
  297. visibility: hidden!important
  298. }
Advertisement
Add Comment
Please, Sign In to add comment