Guest User

k

a guest
Mar 20th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 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.  
  6. margin-top:-19px!important;
  7.  
  8. margin-left:-1px!important;
  9.  
  10. margin-right:-1px!important;
  11.  
  12. margin-bottom: 25px !important;
  13.  
  14. }
  15.  
  16.  
  17.  
  18. /*Tabs */
  19. #TabsToolbar .tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] {
  20.  
  21. min-width: 10px !important;
  22.  
  23. max-width: 100% !important;
  24.  
  25.  
  26.  
  27. }
  28.  
  29. #TabsToolbar {
  30. min-height: 10px !important;
  31.  
  32. max-height: 29px !important;
  33. margin-left: -15px !important;
  34.  
  35. margin-right: -23px !important;
  36.  
  37. background-color: #2f2f31 !important;
  38.  
  39.  
  40. }
  41.  
  42. #TabsToolbar .tabbrowser-tab {
  43.  
  44. font-family: 'segoe ui' !important;
  45.  
  46. font-size: 14px !important;
  47.  
  48. text-align: center!important;
  49.  
  50. -moz-border-top-colors: none !important;
  51.  
  52. -moz-border-left-colors: none !important;
  53.  
  54. -moz-border-right-colors: none !important;
  55.  
  56. -moz-border-bottom-colors: none !important;
  57.  
  58. background-color: #2f2f31!important;
  59.  
  60. color: #575757 !important;
  61.  
  62. border-radius: 0px 0px 0px 0px !important;
  63.  
  64. min-height: 10px !important;
  65.  
  66. max-height: 28px !important;
  67.  
  68. margin-bottom: 0px !important;
  69. }
  70.  
  71. #TabsToolbar .tabbrowser-tab[selected] {
  72.  
  73. background-color: #2d2d2d!important;
  74.  
  75. color: #ffffff !important;
  76.  
  77. border-radius: 0px 0px 0px 0px !important;
  78.  
  79. margin-bottom: 0px !important;
  80.  
  81.  
  82. }
  83.  
  84. #TabsToolbar .tabbrowser-tab[selected]:hover { transition: .3s ease-out;
  85. margin-bottom: 0px !important;}
  86.  
  87. #TabsToolbar .tabbrowser-tab:hover:not([selected]) {
  88.  
  89. background-color: #88a1ba!important;
  90.  
  91. color: #000000 !important;
  92.  
  93. }
  94.  
  95. #TabsToolbar .tab-background {
  96.  
  97. margin: 0 !important;
  98.  
  99. background: transparent !important;
  100.  
  101. }
  102.  
  103. .tabbrowser-tab:not([pinned]) .tab-icon-image{
  104.  
  105. display: none !important;
  106.  
  107. }
  108. #identity-box, #identity-icon-labels {
  109. display: none;
  110. }
  111.  
  112. /* Australis Tabs */
  113.  
  114. #TabsToolbar .tab-background {
  115.  
  116. margin: 0 !important;
  117.  
  118. background: transparent !important;
  119.  
  120. }
  121.  
  122. #TabsToolbar .tab-background-start,
  123. #TabsToolbar .tab-background-end {
  124.  
  125. display: none !important;
  126.  
  127. }
  128.  
  129. #TabsToolbar .tab-background-middle {
  130.  
  131. margin: 0px 0px !important;
  132.  
  133. background: transparent !important;
  134. }
  135.  
  136. #TabsToolbar .tabbrowser-tab:after,
  137. #TabsToolbar .tabbrowser-tab:before {
  138.  
  139. display: none !important;
  140.  
  141. }
  142.  
  143. /* Navbar */
  144.  
  145. #nav-bar {
  146. z-index: -1!important;
  147. background: #2f2f31!important;
  148.  
  149. border: 0px #282B34!important;
  150.  
  151. box-shadow: none !important;
  152.  
  153. height: 25px !important;
  154.  
  155. margin-top: 0px !important;
  156.  
  157. position: fixed !important;
  158.  
  159. bottom: 0 !important;
  160.  
  161. }
  162.  
  163. #urlbar {
  164.  
  165. z-index: -1!important;
  166.  
  167. font-family: 'segoe ui' !important;
  168.  
  169. font-size: 14px !important;
  170.  
  171. padding-bottom: 5px !important;
  172.  
  173. background-color: #2f2f31 !important;
  174.  
  175. color: #575757!important;
  176.  
  177. text-align: center !important;
  178.  
  179. border-radius: 0px !important;
  180.  
  181. border: none !important;
  182.  
  183. margin: 0 0 0 0 !important;
  184.  
  185. height: 25px !important;
  186.  
  187. padding-left: 20px !important;
  188.  
  189. width: 2000px !important;
  190.  
  191. }
  192.  
  193.  
  194. /* buttons */
  195.  
  196. #urlbar-reload-button, dropmarker,#back-button,#forward-button {
  197.  
  198. display: none !important;
  199.  
  200. }
  201.  
  202. #back-button[disabled="true"]
  203. {
  204.  
  205. display: none;
  206.  
  207. }
  208.  
  209. #forward-button[disabled="true"]
  210. {
  211.  
  212. display: none;
  213.  
  214. }
  215.  
  216.  
  217. button
  218. {
  219.  
  220. background-color: #ffffff !important;
  221. }
  222.  
  223.  
  224. button:hover
  225. {
  226. color: #000000 !important;
  227.  
  228. background-color: #f0f0f0 !important;
  229. }
  230.  
  231. .close-icon {
  232.  
  233. display: none !important;
  234.  
  235. list-style-image: url("https://a.pomf.cat/puxtfy.png");
  236.  
  237. -moz-image-region: rect(0, 20px, 20px, 0);
  238.  
  239. }
  240.  
  241. #PanelUI-button {
  242.  
  243. background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
  244.  
  245. background: url('https://a.pomf.cat/hzhxjh.png') !important;
  246.  
  247. background-repeat: no-repeat !important;
  248.  
  249. background-position: center !important;
  250.  
  251. box-shadow: none !important;
  252.  
  253. width: 5px !important;
  254.  
  255. border: 0px !important;
  256.  
  257. padding-right: 20px !important;
  258.  
  259.  
  260. }
  261.  
  262. #PanelUI-menu-button {
  263.  
  264. opacity: 0 !important;
  265.  
  266. width: 12px !important;
  267.  
  268.  
  269. }
  270.  
  271. .tabs-newtab-button {
  272. background: #2d2d2d !important;
  273. list-style-image: url('https://a.pomf.cat/srouyp.png') !important;
  274. padding-right: 13px
  275. !important;
  276.  
  277. margin-left: 0px !important;
  278.  
  279. }
  280.  
  281. statuspanel { display: none }
  282.  
  283. /*Removes Separator*/
  284.  
  285. #browser-bottombox {
  286.  
  287. border: none !important;
  288.  
  289. }
  290.  
  291.  
  292.  
  293. #browser-border-end, #browser-border-start {
  294.  
  295. display: none !important;
  296.  
  297. }
  298.  
  299.  
  300. #nav-bar {
  301.  
  302. border: none !important;
  303.  
  304. visibility: visible !important;
  305.  
  306. }
  307.  
  308.  
  309. #navigator-toolbox:after {
  310.  
  311. height: 0px !important;
  312.  
  313. }
Advertisement
Add Comment
Please, Sign In to add comment