Guest User

Untitled

a guest
Jul 18th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. :root {
  2. --tabpanel-background-color: transparent !important;
  3. --toolbar-bgcolor: #2b2222 !important;
  4.  
  5. --focus-outline-color: #e6d5c1 !important;
  6. --toolbarbutton-icon-fill-attention: #e6d5c1 !important;
  7.  
  8.  
  9. --arrowpanel-background: #1a1515 !important;
  10. --arrowpanel-border-color: #e6d5c1 !important;
  11. --arrowpanel-color: #e6d5c1 !important;
  12. --arrowpanel-border-radius: 2px !important;
  13.  
  14.  
  15. }
  16.  
  17.  
  18.  
  19.  
  20. #TabsToolbar:-moz-window-inactive { opacity: 1 !important; }
  21.  
  22.  
  23.  
  24. /*_____________________________________URL BAR TWEAKS */
  25. #urlbar[breakout] > #urlbar-background,
  26. #urlbar-results,
  27. #urlbar-results .urlbarView,
  28. #urlbar-results .urlbarView-body,
  29. #urlbar-results .urlbarView-row {
  30. color: #e6d5c1 !important;
  31. background: #1a1515 !important;
  32. border: !important;
  33. }
  34.  
  35.  
  36. #urlbar {
  37. fill: #e6d5c1 !important;
  38. color: #e6d5c1 !important;
  39. border-radius: 1px !important;
  40. }
  41.  
  42. #urlbar[open] > #urlbar-background {
  43. color: #e6d5c1 !important;
  44. background: #1a1515 !important;
  45. border: 1px solid #e6d5c1 !important;
  46. }
  47.  
  48. #urlbar[open] #urlbar-results,
  49. #urlbar[open] #urlbar-results .urlbarView,
  50. #urlbar[open] #urlbar-results .urlbarView-body,
  51. #urlbar[open] #urlbar-results .urlbarView-row {
  52. color: #e6d5c1 !important;
  53. background: transparent !important;
  54. box-shadow: none !important;
  55. margin-bottom: 1px;
  56. }
  57.  
  58. #urlbar-background {
  59. border-radius: 2px !important;
  60. }
  61.  
  62. #urlbar-input::selection {
  63. background: #e6d5c1 !important;
  64. color: #1a1515 !important;
  65. }
  66.  
  67. /*____________________________________________________________________*/
  68.  
  69. /*__________________________ TAB COLOR / ROUNDNESS / BORDER */
  70. .tabbrowser-tab[selected="true"] .tab-background {
  71. border: 2px solid #2b2222 !important;
  72. border-radius: 2px !important;
  73. box-shadow: none !important;
  74. background-color: #2b2222 !important;
  75. }
  76.  
  77.  
  78.  
  79. .tabbrowser-tab .tab-background {
  80. background-color: rgba(255, 255, 255, 0.15) !important;
  81. border-radius: 1px !important;
  82. }
  83.  
  84. .tabbrowser-tab .tab-background {
  85. border: 2px solid rgba(255, 255, 255, 0.35); !important;
  86. border-radius: 2px !important;
  87. }
  88. /*____________________________________________________________________*/
  89.  
  90. /*___________________________ TABS BACKGROUND COLOR / SIZE */
  91. #TabsToolbar {
  92. background: #b9313f !important;
  93. max-height: 38px !important;
  94. }
  95.  
  96. #nav-bar {
  97. color: #e6d5c1 !important;
  98. }
  99.  
  100. /*_____________________________________________________________________*/
  101.  
  102. /*___________________________ TAB SIZE / CONTENT POSITION & COLOR */
  103. #TabsToolbar .tabbrowser-tab {
  104. height: 35px !important;
  105. margin-top: 8px !important;
  106. padding: 5px 1px !important;
  107. }
  108.  
  109. .tabbrowser-tab .tab-content {
  110. margin-bottom: 7px !important;
  111. color: rgba(255, 255, 255, 0.9); !important;
  112. }
  113.  
  114.  
  115.  
  116. .tabbrowser-tab[selected="true"] .tab-close-button, .tabbrowser-tab[selected="true"] .tab-label, .tabbrowser-tab[selected="true"] .tab-icon-overlay, .tabbrowser-tab[selected="true"] .tab-icon-image {
  117. color: #e6d5c1 !important;
  118. }
  119.  
  120.  
  121. /*______________________________________________________________________*/
  122.  
  123. /*___________________________TAB STACK TINKER */
  124. /* .tab-group-label {
  125. background-color: transparent !important;
  126. color: transparent !important;
  127. border-radius: 2px !important;
  128. border: 2px solid rgba(255, 255, 255, 0.35); !important;
  129.  
  130. box-shadow: none !important;
  131. margin-top: 17px !important;
  132.  
  133. tab-group[collapsed] & {
  134. box-shadow: none !important;
  135. outline: none !important;
  136. }
  137. }
  138.  
  139. tab-group:not([collapsed]) > .tab-group-label-container::after {
  140. display: none !important;
  141. }
  142.  
  143. #tabbrowser-tabs:not([expanded]) tab-group .tab-group-line {
  144. display: none !important;
  145. }
  146.  
  147. #tabbrowser-tabs[movingtab]:not([movingtab-createGroup],[movingtab-ungroup],[expanded]) .tabbrowser-tab:is(:active,[multiselected]) .tab-group-line {
  148. display: none !important;
  149. }
  150. /*_________________________________________________________________________*/
  151.  
  152. /*___________________________ TAB CLOSE BUTTON TWEAKS */
  153.  
  154. .tabbrowser-tab .tab-close-button:hover {
  155. background-color: rgba(0, 0, 0, 0.25) !important;
  156. }
  157.  
  158. .tab-close-button {
  159. padding: 3px !important;
  160. margin: 0 !important;
  161. height: 19px !important;
  162. width: 19px !important;
  163. border-radius: 1px !important;
  164. }
  165.  
  166. .tab-close-button {
  167. #tabbrowser-tabs[closebuttons="activetab"][orient="horizontal"] &:not([selected]) {
  168. display: block !important;
  169. }
  170. }
  171. /*________________________________________________________________________*/
  172.  
  173.  
  174. .titlebar-buttonbox-container {
  175. display: none !important;
  176. }
  177.  
  178. /*___________________________ADD TAB BUTTON TWEAKS */
  179. #tabs-newtab-button {
  180. --uc-newtab-button-width: 22px;
  181. --uc-newtab-button-height: 22px;
  182. --uc-newtab-button-icon-size: 18px;
  183. padding-top: calc(var(--tab-min-height) - var(--uc-newtab-button-height) - 4px) !important;
  184.  
  185. > .toolbarbutton-icon {
  186. width: var(--uc-newtab-button-width) !important;
  187. height: var(--uc-newtab-button-height) !important;
  188. padding-inline: calc((var(--uc-newtab-button-width) - var(--uc-newtab-button-icon-size)) / 2) !important;
  189. padding-block: calc((var(--uc-newtab-button-height) - var(--uc-newtab-button-icon-size)) / 2) !important;
  190. }
  191. }
  192.  
  193. #tabs-newtab-button {
  194. margin-left: 0px !important;
  195. }
  196.  
  197. #tabs-newtab-button {
  198. transform: translateY(3.5px) !important;
  199. }
  200.  
  201. :is(#new-tab-button, #tabs-newtab-button) > .toolbarbutton-icon {
  202. background-color: rgba(240, 240, 240, 0.15) !important; border: 2px solid rgba(255, 255, 255,0.35); !important; border-radius: 2px !important;
  203. }
  204.  
  205. :is(#new-tab-button, #tabs-newtab-button):hover > .toolbarbutton-icon {
  206. background-color: rgba(0, 0, 0,0.35); !important; border-radius: 2px !important; border: 2px solid rgba(255, 255, 255,0.35); !important;
  207. }
  208.  
  209. #tabs-newtab-button {
  210. color: #fcc9d2 !important;
  211. }
  212.  
  213. /*________________________________________________________________________*/
  214.  
Advertisement
Add Comment
Please, Sign In to add comment