Advertisement
Guest User

a guest
May 21st, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. :root {
  4.  
  5. --tabs: -moz-linear-gradient(rgb(203, 202, 203), rgb(196, 195, 196))!important;
  6.  
  7. --selected: -moz-linear-gradient(rgb(219, 219, 219), rgb(213, 213, 213))!important;
  8.  
  9. --nav: -moz-linear-gradient(rgb(230, 230, 230), rgb(220, 220, 220)) !important;
  10.  
  11. --url: -moz-linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242)) !important;
  12.  
  13. --border: #9E9EA1 !important;
  14.  
  15. --text: #242326 !important;
  16.  
  17. }
  18.  
  19. #main-window #tabbrowser-tabs tab {
  20.  
  21. font-size:13px!important;
  22.  
  23. }
  24.  
  25. #main-window #TabsToolbar {
  26.  
  27. height:2px!important;
  28.  
  29. margin-top:-6px !important;
  30.  
  31. margin-bottom: 1px !important;
  32.  
  33.  
  34. margin-left:-17px!important;
  35.  
  36. margin-right: 0px!important;
  37.  
  38. padding:0px 0px 0px 0px!important;
  39.  
  40. }
  41.  
  42. #TabsToolbar:not(:-moz-lwtheme)::after {
  43.  
  44. display: none;
  45.  
  46. }
  47.  
  48. #TabsToolbar .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  49.  
  50. min-width: 10px ;
  51.  
  52. max-width: 100% ;
  53.  
  54. }
  55.  
  56. #navigator-toolbox {
  57.  
  58. background: var(--border)!important;
  59.  
  60. }
  61.  
  62. #TabsToolbar .tabbrowser-tab {
  63.  
  64. -moz-border-top-colors: none ;
  65.  
  66. -moz-border-left-colors: none ;
  67.  
  68. -moz-border-right-colors: none ;
  69.  
  70. -moz-border-bottom-colors: none ;
  71.  
  72. background: var(--tabs);
  73.  
  74. color: var(--text);
  75.  
  76. margin-top: 5px ;
  77.  
  78. text-align: center;
  79.  
  80. border-radius: 0px 0px 0px 0px ;
  81.  
  82. box-shadow: 0px 0px 0px 1px #9e9ea1 ;
  83.  
  84. -webkit-filter: grayscale(100%);
  85.  
  86. filter: grayscale(100%);
  87.  
  88. }
  89.  
  90. .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
  91.  
  92. background: var(--tabs);
  93.  
  94. }
  95.  
  96. .tabbrowser-tab:not([pinned]) .tab-icon-image{
  97.  
  98. display: none ;
  99.  
  100. }
  101.  
  102. #TabsToolbar .tabbrowser-tab[selected] {
  103.  
  104. background: var(--selected);
  105.  
  106. border: 0px ;
  107.  
  108. margin-top: 6px ;
  109.  
  110. padding-bottom: 1px ;
  111.  
  112. }
  113.  
  114. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  115.  
  116. background: var(--selected);
  117.  
  118. color: var(--text);
  119.  
  120. }
  121. /* Australis Tabs */
  122.  
  123. #TabsToolbar .tab-background {
  124.  
  125. margin: 0 ;
  126.  
  127. background: transparent !important;
  128.  
  129. }
  130.  
  131. #TabsToolbar .tab-background-start,
  132. #TabsToolbar .tab-background-end {
  133.  
  134. display: none ;
  135.  
  136. }
  137.  
  138. #TabsToolbar .tab-background-middle {
  139.  
  140. margin: 0px 0px ;
  141.  
  142. background: transparent !important;
  143. }
  144.  
  145. #TabsToolbar .tabbrowser-tab:after,
  146. #TabsToolbar .tabbrowser-tab:before {
  147.  
  148. display: none !important;
  149.  
  150. }
  151.  
  152. /*Nav-Bar*/
  153.  
  154. toolbar[overflowable] > .customization-target { padding-top: 5px !important;}
  155.  
  156.  
  157. #nav-bar {
  158.  
  159. background: var(--nav)!important;
  160.  
  161. border-bottom: 1px var(--border);
  162.  
  163. box-shadow: 0px 1px 0px 0px var(--border);
  164.  
  165. height: 40px ;
  166.  
  167. }
  168.  
  169. #urlbar {
  170.  
  171. background: var(--url);
  172.  
  173. padding-left: 30px ;
  174.  
  175. text-align: center ;
  176.  
  177. color: var(--text);
  178.  
  179. height: 25px !important;
  180.  
  181. max-height: 25px !important;
  182.  
  183. font-size: 14px;
  184.  
  185. border-radius: 4px !important;
  186.  
  187. border: 0 ;
  188.  
  189. box-shadow: 0px 0px 1px 0px var(--border);
  190.  
  191. margin-right: 8px ;
  192.  
  193. margin-left: 320px !important;
  194.  
  195. }
  196.  
  197. /* buttons */
  198.  
  199.  
  200.  
  201. #back-button > .toolbarbutton-icon {
  202.  
  203. list-style-image: url(https://a.pomf.cat/erapil.png) !important;
  204.  
  205. margin-left: -3px !important;
  206.  
  207. box-shadow: 0px 0px 1px 0px var(--border);
  208.  
  209. background: var(--url)!important;
  210.  
  211. }
  212.  
  213. #forward-button > .toolbarbutton-icon {
  214.  
  215. list-style-image: url(https://a.pomf.cat/loldhd.png) !important;
  216.  
  217. margin-left: -3px !important;
  218.  
  219. box-shadow: 0px 0px 1px 0px var(--border);
  220.  
  221. background: var(--url)!important;
  222.  
  223. }
  224.  
  225. #back-button:not([disabled="true"]):not([open="true"]):not(:active):hover > .toolbarbutton-icon, #back-button, #back-button .toolbarbutton-icon:hover, #back-button .toolbarbutton-icon, #forward-button .toolbarbutton-icon, #forward-button {
  226.  
  227. border-radius: 4px !important;
  228.  
  229. border: 0px solid #000 !important;
  230.  
  231. padding: 0px !important;
  232.  
  233. margin-left: 4px !important;
  234.  
  235. margin-top: 0px !important;
  236.  
  237. margin-bottom: 0px !important;
  238.  
  239. width: 31px !important;
  240.  
  241. }
  242.  
  243. #back-button > .toolbarbutton-icon, #forward-button {
  244.  
  245. -moz-image-region: rect(0, 0, 0, 0) !important;
  246.  
  247. }
  248.  
  249. #main-window #tabbrowser-tabs tab .tab-close-button {
  250.  
  251. opacity: 0 ;
  252.  
  253. margin-left: -13px ;
  254.  
  255. transition: opacity .5s ease-out;
  256.  
  257. }
  258.  
  259. #main-window #tabbrowser-tabs tab .tab-close-button:hover {
  260.  
  261. transition: opacity .5s ease-out;
  262.  
  263. opacity: 1 ;
  264.  
  265. }
  266.  
  267. #urlbar-reload-button,
  268. #urlbar-stop-button {
  269.  
  270. background-color: transparent ;
  271.  
  272. border: 0px ;
  273.  
  274. }
  275.  
  276. #downloads-button {
  277.  
  278. border-radius: 4px ;
  279.  
  280. background-image: url(https://a.pomf.cat/jzdfvf.png),linear-gradient(#ffffff, #f2f2f2);
  281.  
  282. background-repeat: no-repeat ;
  283.  
  284. background-position: center ;
  285.  
  286. opacity: 1 ;
  287.  
  288. box-shadow: 0px 0px 1px 0px var(--border);
  289.  
  290. margin-right: 315px ;
  291.  
  292. width: 38px ;
  293.  
  294. }
  295.  
  296. #downloads-indicator-anchor {opacity: 0 ;}
  297.  
  298.  
  299.  
  300. #PanelUI-button {
  301.  
  302. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  303.  
  304. background: url('https://a.pomf.cat/ervoko.png') ;
  305.  
  306. background-repeat: no-repeat ;
  307.  
  308. background-position: center ;
  309.  
  310. box-shadow: none ;
  311.  
  312. border: 0px ;
  313.  
  314. opacity: 0 ;
  315.  
  316. transition: opacity .5s ease-out;
  317.  
  318. }
  319.  
  320. #PanelUI-button:hover {
  321.  
  322. opacity: 100 ;
  323.  
  324. transition: opacity .5s ease-out;
  325.  
  326. }
  327.  
  328. #PanelUI-menu-button {
  329.  
  330. opacity: 0 ;
  331.  
  332. margin-right: -14px ;
  333.  
  334. }
  335.  
  336. .tabs-newtab-button {
  337.  
  338. background: transparent ;
  339.  
  340. }
  341.  
  342. .tabs-newtab-button {
  343.  
  344. background: -moz-linear-gradient(rgb(203, 202, 203), rgb(196, 195, 196)) ;
  345.  
  346. padding-top: 5px ;
  347.  
  348. list-style-image: url("https://a.pomf.cat/eqochb.png") ;
  349.  
  350. -moz-image-region: auto ;
  351.  
  352. margin-left: 1px ;
  353.  
  354. width: 28px ;
  355.  
  356. margin-right: -15px;
  357.  
  358. }
  359.  
  360. .tabs-newtab-button:hover {
  361.  
  362. background: -moz-linear-gradient(rgb(219, 219, 219), rgb(213, 213, 213)) ;
  363.  
  364. }
  365.  
  366.  
  367. #urlbar-icons > image,#urlbar-container dropmarker,#appmenu-button .button-text,#appmenu-button .button-menu-dropmarker,#main-window #tabbrowser-tabs .scrollbutton-up,#main-window #tabbrowser-tabs .scrollbutton-down,#urlbar-go-button,
  368. #urlbar-container dropmarker,
  369. #notification-popup-box, statuspanel,#toolbarbutton-icon .Downloads,
  370. #downloads-indicator-icon,
  371. #downloads-indicator-progress-area,
  372. #downloads-button .button-text,#identity-icon, #identity-box,#PanelUI-button .button-icon,
  373. #PanelUI-button .button-text {
  374.  
  375. display:none;
  376.  
  377. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement