Guest User

Untitled

a guest
Feb 6th, 2020
2,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.01 KB | None | 0 0
  1.  
  2. * {
  3. --tab-corner-rounding: 5px;
  4. --animation-speed: 0.4s;
  5. --button-corner-rounding: 30px;
  6. }
  7.  
  8. #TabsToolbar .tabbrowser-tab,
  9.  
  10. #TabsToolbar .tabbrowser-tab .tab-stack,
  11. #TabsToolbar .tabbrowser-tab .tab-background,
  12. #TabsToolbar .tabbrowser-tab .tab-content {
  13. border-top-left-radius: 10px !important;
  14. border-top-right-radius: 10px !important;
  15. margin-top: 4px;
  16. height: 36px;
  17. text-align: center;
  18.  
  19. }
  20.  
  21.  
  22. #TabsToolbar:hover{
  23. background: transparent;
  24. }
  25.  
  26. #TabsToolbar .{
  27. padding-bottom: 30px;
  28. }
  29.  
  30. .tab-line {
  31. display: none;
  32. }
  33.  
  34. tab:not(:active) .tab-background {
  35. transition: background-color var(--animation-speed) !important;
  36. }
  37. :root:not([customizing]) :hover > .tabbrowser-tab:not(:hover){
  38.  
  39. }
  40.  
  41. :root:not([customizing]) :not(:hover) > .tabbrowser-tab{
  42.  
  43. }
  44.  
  45. #tabbrowser-tabs .tab-label-container[customizing]{
  46. color: transparent;
  47. transition: ease 0.5s;
  48. transition-delay: 3s;
  49. }
  50.  
  51. :root:not([customizing]) :hover > #tabbrowser-tabs,
  52. :root:not([customizing]) #tabbrowser-tabs:focus-within,
  53. #urlbar[focused="true"],
  54. #identity-box[open="true"],
  55. #navigator-toolbox:hover > #tabbrowser-tabs:not([customizing]),
  56.  
  57. #toolbar-menubar:not([inactive="true"]) ~ #tabbrowser-tabs:not([customizing]) {
  58. color: rgb(0, 0, 0) !important;
  59. transition: linear 0s;
  60. transition-delay: 3s;
  61. }
  62.  
  63. :root[uidensity="compact"] {
  64. --tab-min-height: 38px !important;
  65.  
  66. }
  67.  
  68. tab:not([selected]):hover .tab-background {
  69. background-color: var(--toolbarbutton-hover-background, rgba(182, 182, 182, 0.11)) !important;
  70.  
  71. }
  72.  
  73. .tab-close-button{
  74. list-style-image: url("active_close.png");
  75. border-radius: 15px;
  76. transition: list-style-image var(--animation-speed) ease-out !important;
  77.  
  78. }
  79. .tab-close-button:hover {
  80. list-style-image: url("mouseover_close.png");
  81.  
  82. }
  83.  
  84. #navigator-toolbox::after {
  85. display: none !important;
  86.  
  87. }
  88.  
  89. .titlebar-button>.toolbarbutton-icon {
  90. height: 17px !important;
  91. min-height: 17px !important;
  92. width: 17px !important;
  93. min-width: 17px !important;
  94. }
  95.  
  96. .titlebar-button {
  97. padding-left: 10px !important;
  98. padding-right: 15px !important;
  99. padding-top: 10px !important;
  100. }
  101.  
  102.  
  103. #urlbar {
  104. border-radius: calc(1px + var(--button-corner-rounding)) !important;
  105. height: 30px;
  106. margin-left: 5px;
  107. }
  108.  
  109. #urlbar-container *:not(#identity-box) {
  110. border-color: transparent !important;
  111. box-shadow: none !important;
  112. }
  113.  
  114. #pageActionSeparator {
  115. display: none !important;
  116. }
  117.  
  118. .urlbar-icon, .urlbar-icon image, #userContext-indicator, #userContext-label {
  119. fill: transparent !important;
  120. background-color: transparent !important;
  121. color: transparent !important;
  122. transition: var(--animation-speed) !important;
  123. }
  124.  
  125. #urlbar:hover .urlbar-icon,
  126. #urlbar:active .urlbar-icon,
  127. #urlbar[focused] .urlbar-icon,
  128. #urlbar:hover .urlbar-icon:not([open]) image,
  129. #urlbar:active .urlbar-icon image,
  130. #urlbar[focused] .urlbar-icon image {
  131. fill: var(--toolbar-color) !important;
  132. }
  133.  
  134. #urlbar:hover #userContext-indicator,
  135. #urlbar:active #userContext-indicator,
  136. #urlbar[focused] #userContext-indicator,
  137. #urlbar:hover #userContext-label,
  138. #urlbar:active #userContext-label,
  139. #urlbar[focused] #userContext-label {
  140. color: var(--identity-tab-color) !important;
  141. fill: var(--identity-tab-color) !important;
  142. }
  143.  
  144. .urlbar-page-action[open] {
  145. background-color: var(--toolbarbutton-active-background) !important;
  146. fill: var(--toolbar-color) !important;
  147. }
  148.  
  149. .urlbar-page-action[open]:hover {
  150. background-color: var(--toolbarbutton-active-background) !important;
  151. fill: var(--toolbar-color) !important;
  152. }
  153.  
  154. .urlbar-page-action[open] .urlbar-icon {
  155. fill: var(--toolbar-color) !important;
  156. }
  157.  
  158.  
  159. #library-button[animate] {
  160. margin-bottom: 0px !important;
  161. margin-top: 50px !important;
  162. }
  163.  
  164. #library-button[animate] image {
  165. margin-bottom: -120px !important;
  166. margin-top: 100px !important;
  167. }
  168.  
  169. .urlbar-scheme {
  170. padding-bottom: 11px !important;
  171. }
  172.  
  173.  
  174. #urlbar-container {
  175. margin-left: -5px !important;
  176. margin-right: 2px !important;
  177. }
  178.  
  179. #urlbar-container #urlbar[pageproxystate="invalid"] {
  180. margin-left: 5px !important;
  181. }
  182.  
  183. .urlbar-input-box {
  184. padding: 5px 5px !important;
  185. }
  186.  
  187. #urlbar {
  188. background-color: transparent !important;
  189. color: var(--lwt-toolbar-field-color, black) !important;
  190. }
  191.  
  192.  
  193. #urlbar:not(.hidden-focus)[focused="true"] {
  194. background-color: rgba(255, 255, 255, 0.164) !important;
  195. }
  196.  
  197. #pocket-button {
  198. padding-bottom: 4px !important;
  199. }
  200.  
  201. .urlbar-icon-wrapper > .urlbar-icon:hover {
  202. background-color: transparent !important;
  203. }
  204.  
  205. .urlbar-icon-wrapper {
  206. background-color: transparent !important;
  207. transition: background-color var(--animation-speed) !important;
  208. }
  209.  
  210.  
  211. #urlbar:not([focused]) .urlbar-input-box:hover,
  212. #identity-box:hover,
  213. .urlbar-icon:hover,
  214. .urlbar-icon-wrapper:hover,
  215. [anonid=urlbar-go-button]:hover {
  216. border-radius: 10px !important;
  217. }
  218.  
  219.  
  220. #identity-box:active,
  221. .urlbar-icon:active,
  222. .urlbar-icon-wrapper:active,
  223. [anonid=urlbar-go-button]:active {
  224. background-color: var(--toolbarbutton-active-background) !important;
  225. }
  226.  
  227. .urlbar-input-box,
  228. #identity-box,
  229. [anonid=urlbar-go-button],
  230. #urlbar {
  231. font-size: 1.3rem;
  232. font-family: "Airbnb Cereal App Book";
  233. transition: background-color var(--animation-speed) !important;
  234. color: var(--toolbar-color) !important;
  235.  
  236. }
  237.  
  238. [lwthemetextcolor="dark"] .urlbarView-body-outer {
  239. background-color: #FF5340 !important;
  240. color: var(--toolbar-color) !important;
  241. }
  242.  
  243. .urlbarView-body-inner {
  244. background-color: var(--toolbar-bgcolor) !important;
  245. }
  246.  
  247. .downloadsPanelFooterButton:hover {
  248. outline: none !important;
  249. }
  250.  
  251. #TabsToolbar > .titlebar-buttonbox-container{
  252.  
  253. margin-right: 20px;
  254.  
  255. }
  256.  
  257. #urlbar,
  258. #searchbar {
  259. border: none !important;
  260. }
  261.  
  262.  
  263. #page-action-buttons>*:not(#star-button-box),
  264. .urlbar-history-dropmarker {
  265. opacity: 0 !important;
  266. }
  267.  
  268. #urlbar:hover #page-action-buttons>*,
  269. #urlbar:hover .urlbar-history-dropmarker {
  270. opacity: 1 !important;
  271. }
  272.  
  273. menu,
  274. menuitem,
  275. menucaption {
  276. -moz-appearance: none !important;
  277. height: 36px !important;
  278. color: black;
  279.  
  280. }
  281.  
  282.  
  283. menu[disabled="true"][_moz-menuactive="false"],
  284. menuitem[disabled="true"][_moz-menuactive="false"],
  285. menucaption[disabled="true"][_moz-menuactive="false"] {
  286. color: white !important;
  287. }
  288.  
  289.  
  290. menu[disabled="true"],
  291. menuitem[disabled="true"],
  292. menucaption[disabled="true"] {
  293. color: var(--toolbarbutton-hover-background, rgba(182, 182, 182, 0.11)) !important;
  294. }
  295.  
  296. menu[disabled="true"][_moz-menuactive="true"],
  297. menuitem[disabled="true"][_moz-menuactive="true"],
  298. menucaption[disabled="true"][_moz-menuactive="true"] {
  299. color: var(--toolbarbutton-hover-background, rgba(182, 182, 182, 0.11)) !important;
  300. background-color: transparent !important;
  301. }
  302.  
  303. menupopup .popup-internal-box {
  304. background-color: #whitesmoke !important;
  305. }
  306.  
  307.  
  308.  
  309. menu,
  310. menuitem,
  311. menucaption {
  312. padding-left: 5px !important;
  313. padding-right: 5px !important;
  314. }
  315.  
  316. menu:not(.subviewbutton) > .menu-right {
  317. margin-top: 2px !important;
  318. margin-right: 0px !important;
  319. width: 0px !important;
  320.  
  321. }
  322.  
  323. menu:not(.subviewbutton) > .menu-right image {
  324. margin-right: -5px !important;
  325. margin-top: -2px !important;
  326. border: 6px solid var(--toolbar-color) !important;
  327. border-top-color: transparent !important;
  328. border-right-color: transparent !important;
  329. border-bottom-color: transparent !important;
  330. }
  331.  
  332.  
  333.  
  334. @media (-moz-os-version: windows-xp), (-moz-os-version: windows-vista),
  335. (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10) {
  336.  
  337. menupopup .popup-internal-box {
  338. margin: -2px !important;
  339. padding-bottom: 3px !important;
  340. padding-top: 3px !important;
  341.  
  342. }
  343.  
  344.  
  345. .bookmark-item .scrollbutton-up {
  346. margin-top: -3px !important;
  347. }
  348.  
  349. .bookmark-item .scrollbutton-up > .toolbarbutton-icon {
  350. margin-top: -2px !important;
  351. border: 6px solid MenuText !important;
  352. border-top-color: transparent !important;
  353. border-right-color: transparent !important;
  354. border-left-color: transparent !important;
  355. }
  356.  
  357. .bookmark-item .scrollbutton-down {
  358. margin-bottom: -3px !important;
  359. }
  360.  
  361. .bookmark-item .scrollbutton-down > .toolbarbutton-icon {
  362. margin-bottom: -2px !important;
  363. border: 6px solid MenuText !important;
  364. border-bottom-color: transparent !important;
  365. border-right-color: transparent !important;
  366. border-left-color: transparent !important;
  367. }
  368.  
  369. menupopup {
  370. margin-left: 1px !important;
  371. }
  372.  
  373. menu,
  374. menuitem,
  375. menucaption {
  376. padding-left: 5px !important;
  377. padding-right: 5px !important;
  378.  
  379. }
  380.  
  381. menu:not(.subviewbutton) > .menu-right {
  382. margin-right: 0px !important;
  383. padding-left: 0px !important;
  384.  
  385. }
  386. }
  387.  
  388. .titlebar-spacer[type="pre-tabs"],
  389. .titlebar-spacer[type="post-tabs"] {
  390. display: none !important;
  391. }
  392.  
  393. :root:-moz-lwtheme-brighttext {
  394.  
  395. --autocomplete-popup-background: #2A2A2E !important;
  396.  
  397. }
  398.  
  399. @-moz-document url(about:blank), url(about:newtab), url(about:home) {
  400. html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
  401. background: black !important;
  402. }
  403. }
  404.  
  405. #tabs-newtab-button {
  406. margin-top: 10px !important;
  407. margin-left: 4px !important;
  408. border-radius: 100% !important;
  409. }
  410. .tabbrowser-tab::before,
  411. .tabbrowser-tab::after {
  412. display: none !important;
  413. }
  414.  
  415. .tab-background[selected=true] {
  416. color: #111111 !important;
  417. }
  418.  
  419. .tabbrowser-tab {
  420. text-align: center !important;
  421. justify-content: center;
  422. align-items: center;
  423.  
  424.  
  425. }
  426. .tab-icon-image {
  427.  
  428. }
  429. .tab-label {
  430. font-family: "Airbnb Cereal App Book";
  431.  
  432. }
  433. .tabbrowser-tab[selected="true"], .tab-label-container[selected="true"] {
  434. font-size: 1.1rem;
  435.  
  436. }
  437.  
  438. menubar,
  439. menubutton,
  440. menulist,
  441. menu,
  442. menuitem,
  443. textbox,
  444. toolbar,
  445. tab,
  446. tree,
  447. .tree-rows {
  448.  
  449.  
  450. }
  451.  
  452. #nav-bar:not([customizing]){
  453. visibility: visible;
  454. margin-top: -42px;
  455. transition-delay: 1s;
  456. filter: alpha(opacity=0);
  457. opacity: 0;
  458.  
  459. transition: visibility, ease 0.5s, margin-top, ease 0.5s, opacity, ease 0.5s !important;
  460. }
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. :root:not([customizing]) :hover > #nav-bar,
  468. #nav-bar:focus-within,
  469. #urlbar[focused="true"],
  470. #identity-box[open="true"],
  471. #navigator-toolbox:hover > #nav-bar:not([customizing]),
  472. #toolbar-menubar:not([inactive="true"]) ~ #nav-bar:not([customizing]) {
  473. visibility: visible;
  474.  
  475. margin-top: 0;
  476. filter: alpha(opacity=100);
  477. opacity: 100;
  478. }
  479.  
  480. #nav-bar .toolbarbutton-1[open="true"]{
  481.  
  482. visibility: visible;
  483. margin-top: 0px;
  484. opacity: 100;
  485.  
  486. }
  487.  
  488. :-moz-any(#content,#appcontent) browser{
  489. margin-right:-17px!important;
  490. overflow-y:scroll;
  491. margin-bottom: 0px!important;
  492. overflow-x:scroll;
  493. }
Advertisement
Add Comment
Please, Sign In to add comment