Advertisement
Guest User

Bali10050's 33rd userChrome

a guest
Feb 11th, 2023
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 KB | None | 0 0
  1. /* Removes flash before loading pages */
  2. :root{--tabpanel-background-color: #1b1b1b !important}
  3.  
  4.  
  5. /* Tab border radius */
  6. :root{--tab-border-radius: 3px!important;}
  7.  
  8.  
  9. /* Oneline hack */
  10. :root {--navbarWidth: 350pt; --animationSpeed: .15s;}
  11. @media screen and (min-width:700px){:root #nav-bar{margin-top: -44px!important; height: 44px!important; transition: var(--animationSpeed)!important} #TabsToolbar,#nav-bar{transition: var(--animationSpeed)!important} #TabsToolbar{margin-left: var(--navbarWidth)!important} #nav-bar{ margin-right: calc(100vw - var(--navbarWidth))!important; vertical-align: center!important}}
  12. @media screen and (max-width:700px) {:root #nav-bar{transition: var(--animationSpeed)!important} #TabsToolbar,#nav-bar{transition: var(--animationSpeed)!important}}
  13. #nav-bar, #PersonalToolbar{background-color: #0000 !important;background-image: none !important; box-shadow: none !important}
  14.  
  15. /* Removes rounding from the top corners, */
  16. #navigator-toolbox{appearance: none !important; border-radius: 0 !important}
  17. #navigator-toolbox-background{background-color: Field !important; background-image: none !important; appearance: none !important; border-radius: 0 !important}
  18.  
  19. /* Fixes the customization page */
  20. #customization-panelWrapper {max-width: 30em!important}
  21.  
  22.  
  23. /* Removes annoying buttons and spaces */
  24. #back-button, #forward-button, #firefox-view-button, #save-to-pocket-button, #tracking-protection-icon-container, .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"]{display: none}
  25. #tabbrowser-tabs{border-inline-start-width: 0!important}
  26.  
  27.  
  28. /* Makes some buttons nicer */
  29. #PanelUI-menu-button, #unified-extensions-button, #reload-button, #stop-button {padding: 2px !important}
  30. #reload-button, #stop-button{margin: 1px !important;}
  31.  
  32.  
  33. /* Newtab hack */
  34. #tabs-newtab-button, #new-tab-button{display:none !important;}
  35. .tabbrowser-tab[last-visible-tab] {margin-right: 80px!important}
  36. #tabbrowser-tabs[overflow]{--uc-tab-scrollbox-click-area-width: 34px; margin-inline-end: var(--uc-tab-scrollbox-click-area-width); position: relative;}
  37. .scrollbox-clip > scrollbox[orient="horizontal"]::after{display: -moz-box; display: block; position: absolute; z-index: 2; right: calc(0px - var(--uc-tab-scrollbox-click-area-width,0px)); width: var(--uc-tab-scrollbox-click-area-width,0px); height: calc(var(--tab-min-height) + 2 * var(--tab-block-margin)); content: "";}
  38.  
  39.  
  40. /* Removes urlbar border/background */
  41. #urlbar-background{border: none !important; outline: none !important; background: color-mix(in srgb,currentColor 7%,transparent)!important !important; transition: .15s !important;}
  42.  
  43.  
  44. /* Cool animation on tab/bookmark icons */
  45. .tabbrowser-tab:not([pinned]):not([selected]) .tab-icon-image ,.bookmark-item .toolbarbutton-icon{opacity: 0!important; transition: var(--animationSpeed)!important; width: 0!important; padding-left: 16px!important}
  46. .tabbrowser-tab:not([pinned]):hover .tab-icon-image,.bookmark-item:hover .toolbarbutton-icon{opacity: 100!important; transition: var(--animationSpeed)!important; display: inline-block!important; width: 16px!important; padding-left: 0!important}
  47. .tabbrowser-tab:not([hover]) .tab-icon-image,.bookmark-item:not([hover]) .toolbarbutton-icon{padding-left: 0!important}
  48.  
  49.  
  50. /* Removes space after pinned tabs */
  51. #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs])>#tabbrowser-arrowscrollbox>.tabbrowser-tab[first-visible-unpinned-tab] {margin-inline-start: 0!important}
  52.  
  53.  
  54. /* Removes the x-button from the tabs */
  55. .tab-close-button{display: none !important}
  56.  
  57.  
  58. /* Removes annoying border */
  59. #navigator-toolbox{border:none !important;}
  60.  
  61.  
  62. /* Titlebar buttons - Minimize button */
  63. .titlebar-min {list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' viewBox='0 0 40 30' id='svg44' width='40' height='30' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cdefs id='defs48' /%3E%3Ctitle id='title2'%3EVetro%3C/title%3E%3Crect x='14.551867' y='145.13' width='2.6458001' height='0.26458001' ry='3.1658001e-06' style='fill:currentColor;fill-opacity:1;paint-order:stroke fill markers' id='rect41' transform='matrix(3.7795,0,0,3.7795,-39.997542,-533.51401)' /%3E%3Cmetadata id='metadata50'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:title%3EVetro%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3C/svg%3E%0A")!important; border-radius: 0!important; margin: 0!important; padding: 0!important; border: 0!important; height: 100%!important; align-content: center!important; width: 56px!important; appearance: none!important}.titlebar-min:hover {background-color: color-mix(in srgb,currentColor 17%,transparent)!important}.titlebar-min:active {background-color: color-mix(in srgb,currentColor 30%,transparent)!important}
  64.  
  65.  
  66. /* Titlebar buttons - Maximize button */
  67. .titlebar-max {list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' viewBox='0 0 40 30' id='svg44' width='40' height='30' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cdefs id='defs48' /%3E%3Ctitle id='title2'%3EVetro%3C/title%3E%3Cpath d='m 30.691868,143.81 v 2.6458 h 2.6458 V 143.81 Z m 0.26458,0.26459 h 2.1167 v 2.1167 h -2.1167 z' style='fill:currentColor;fill-opacity:1;paint-order:stroke fill markers' id='path41' transform='matrix(3.7795,0,0,3.7795,-100.99867,-533.51402)' /%3E%3Cmetadata id='metadata50'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:title%3EVetro%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3C/svg%3E%0A")!important; border-radius: 0!important; margin: 0!important; padding: 0!important; border: 0!important; height: 100%!important; align-content: center!important; width: 56px!important; appearance: none!important}.titlebar-max:hover {background-color: color-mix(in srgb,currentColor 17%,transparent)!important}.titlebar-max:active {background-color: color-mix(in srgb,currentColor 30%,transparent)!important}
  68.  
  69.  
  70. /* Titlebar buttons - Restore button */
  71. .titlebar-restore {list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' viewBox='0 0 40 30' id='svg44' width='40' height='30' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cdefs id='defs48' /%3E%3Ctitle id='title2'%3EVetro%3C/title%3E%3Cpath d='m 17.001111,10.015895 v 1.999998 h -1.999998 v 8.000068 h 8.000067 v -1.999998 h 1.999998 v -8.000068 z m 0.99998,1.000018 h 5.999956 v 5.999956 h -0.99998 v -4.9999 h -4.9999 z m -1.999998,1.99996 h 5.999956 v 5.999956 h -5.999956 z' style='fill:currentColor;fill-opacity:1;stroke-width:3.7795;paint-order:stroke fill markers' id='path41' /%3E%3Cmetadata id='metadata50'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:title%3EVetro%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3C/svg%3E%0A")!important; border-radius: 0!important; margin: 0!important; padding: 0!important; border: 0!important; height: 100%!important; width: 56px!important; appearance: none!important}.titlebar-restore:hover {background-color: color-mix(in srgb,currentColor 17%,transparent)!important}.titlebar-restore:active {background-color: color-mix(in srgb,currentColor 30%,transparent)!important}
  72.  
  73.  
  74. /* Titlebar buttons - Close button */
  75. .titlebar-close {list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' viewBox='0 0 40 30' id='svg44' width='40' height='30' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cdefs id='defs48' /%3E%3Ctitle id='title2'%3EVetro%3C/title%3E%3Cpath d='m 47.718489,143.71 -0.18707,0.18706 1.2294,1.2294 -1.2294,1.2289 0.18707,0.18707 1.2294,-1.2289 1.2289,1.2289 0.18707,-0.18707 -1.2289,-1.2289 1.2289,-1.2294 -0.18707,-0.18706 -1.2289,1.2294 z' fill='currentColor' style='fill:currentColor;fill-opacity:1;paint-order:stroke fill markers' id='path41' transform='matrix(3.7795903,0,0,3.7795,-165.00179,-533.51401)' /%3E%3Cmetadata id='metadata50'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:title%3EVetro%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3C/svg%3E%0A")!important; margin: 0 -4px 0 0!important; padding: 0!important; border: 0!important; border-radius: 0!important; height: 100%!important; width: 56px!important; appearance: none!important}.titlebar-close:hover {background-color: #f44!important;}.titlebar-close:active {background-color: #f33!important;}
  76.  
  77.  
  78. /* Alltabs button */
  79. #TabsToolbar-customization-target {counter-reset: tabCount}.tabbrowser-tab {counter-increment: tabCount}
  80. #alltabs-button>.toolbarbutton-badge-stack>.toolbarbutton-icon {list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg version='1.1' viewBox='0 0 40 30' id='svg44' width='40' height='30' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cdefs id='defs48' /%3E%3Ctitle id='title2'%3EVetro%3C/title%3E%3Cpath d='m -29.00003,78.8884 -7.0703,-7.0703 0.70703,-0.70703 6.3633,6.3633 6.3633,-6.3633 0.70703,0.70703 -6.3633,6.3633 z' fill='currentColor' fill-opacity='0.82353' style='fill:currentColor;fill-opacity:1;paint-order:stroke fill markers' id='path39' transform='translate(49,-60)' /%3E%3Cmetadata id='metadata50'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:title%3EVetro%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3C/svg%3E%0A"); overflow: hidden!important; padding: 0!important; border: 0!important; width: 40px!important; height: calc(100% + 1px)!important; margin: 0 -2px 0 0!important; transform: translate(20%,15%); padding: 0 3px}
  81. #alltabs-button>.toolbarbutton-badge-stack {position: relative!important; border-radius: 0!important; padding: 0!important; border: 0!important; height: calc(100% + 1px)!important; width: 56px!important; margin: 0-2px 0 0!important}
  82. #alltabs-button>.toolbarbutton-badge-stack::before {content: counter(tabCount); filter:contrast(500%)grayscale(100%); color: currentColor !important; position: absolute; bottom: 25%; left: 50%; transform: translate(-50%,-30%); padding: 0 3px}
  83.  
  84.  
  85. /* Removes the background from the urlbar while not in use */
  86. #urlbar:not(:hover):not([breakout][breakout-extend])>#urlbar-background {box-shadow: none!important; background: #0000 !important}
  87.  
  88.  
  89. /* Urlbar popup thing */
  90. .urlbarView-body-outer{max-height: 105px !important; margin-bottom: 5px !important; overflow: hidden !important}
  91. .search-panel-one-offs-header.search-panel-header{display: none !important}
  92. .search-panel-one-offs{max-height: 23px !important;}
  93. #urlbar-anon-search-settings{margin: 0 !important}
  94.  
  95. /* Makes the space between the reload button and the urlbar less akwardly large */
  96. #urlbar-container{margin-left: 1px !important}
  97.  
  98.  
  99. /* Makes the sidebar a little nicer */
  100. #sidebar-splitter{border-radius: 10px!important}
  101. #sidebar-header{padding-bottom: 0!important; border-bottom: 0!important}
  102.  
  103.  
  104. /* The thing in the bottom with links */
  105. #statuspanel-label{background-color: var(--bgcolor); border-color: transparent!important; border-radius: 5px !important; color: var(--tpcolor)!important; margin: 0 0 2.5px 2px!important; padding: 5px!important}
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement