peyuavking

userChrome.css

Sep 2nd, 2026
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.16 KB | None | 0 0
  1. root, :root {
  2.     --button-border-color: #00000000 !important;
  3. --button-primary-background:  #004444 !important;
  4. --button-selected-background:  #008888 !important;
  5.     --default-focusring-width: 1px !important;
  6.     --theme-footer-text-color: #fefefe;
  7.     --theme-body-font-color: #000000ff;
  8.     --urlbar-height: 16px !important;
  9.     --urlbar-min-height: unset !important;
  10.     --toolbar-bgcolor: #000101 !important;
  11.     --toolbar-color: #fefefe !important;
  12.     --urlbar-container-height: unset !important;
  13.     --urlbar-popup-url-color: black !important;
  14.     --urlbar-container-padding: 0px !important;
  15.     --panel-color: #fefefe !important;
  16. /*  --urlbar-container-height: 11pt !important;*/
  17.     --default-focusring: 1px solid #008888 !important;
  18.     --urlbar-scheme-size: 11pt !important;
  19.     --urlbar-width: 100% !important;
  20. --button-background-color-ghost-hover: #008888  !important;
  21. /* --background-color-canvas: #fefefeff     !important;
  22. --panel-background: #fefefeff   !important; */
  23. }
  24.  
  25. ::selection {
  26.   background: #008888 !important;
  27.   color: #fefefe !important;
  28. }
  29. panel {
  30. /*  color: #000000ff !important;
  31. background:#fefefeff !important;
  32. fill:#fefefeff !important; */
  33. outline: unset !important;
  34. border: unset !important;
  35.     box-shadow: none !important;
  36. }
  37.  
  38. #urlbar{
  39.   background: #fefefe !important;
  40.   color: #000000 !important;
  41. outline: unset !important;
  42.   margin-top: -5px !important;
  43.   padding-top: 6px !important;
  44.   line-height: 11pt !important;
  45.     box-shadow: none !important;
  46.     mask-image:unset !important;
  47.     border-bottom: solid 1px #000101 !important;
  48. }
  49.  
  50. #urlbar * {
  51.   background: unset;
  52.   background-color: unset;
  53.   border-bottom: unset !important;
  54. outline: unset !important;
  55.     box-shadow: none !important;
  56.     mask-image:unset !important;
  57. }
  58. .menu-text {color: #fefefe;}
  59.  
  60.  
  61. #urlbar:not([focused]) {
  62.   margin-top: -9px !important;
  63.  
  64.  
  65. }
  66. #urlbar,
  67. .searchbar-textbox {
  68.       font-size: 100%;
  69.     outline: unset !important;
  70. }
  71. #navigator-toolbox,
  72. #searchbar {
  73.     background-color: #fefefe !important;
  74.     padding: 0px;
  75.     margin: 0px;
  76.     border-radius: 0px;
  77.     border-width: 0px;
  78. }
  79.  
  80.  
  81. #TabsToolbar {
  82.     visibility: collapse;
  83. }
  84. #urlbar-zoom-button {
  85. margin-bottom: -10px;
  86. }
  87. #nav-bar,
  88. #PersonalToolbar,
  89. #sidebar-header {
  90.     height: 17px !important;
  91. }
  92.  
  93.  
  94.  
  95. #sidebar-box #sidebar {
  96.     background-color: #000101 !important;
  97.     margin-right: 0px;
  98.     padding-right: 0px;
  99.     padding-bottom: 0px;
  100.     -ms-overflow-style: none !important;
  101.     text-overflow: clip !important;
  102.     scrollbar-width: none !important;
  103.     margin-bottom: -3px !important;
  104. }
  105. *:not([:active]) #urlbar {
  106. display: none !important;
  107. }
  108. #PersonalToolbar {
  109.     position: fixed;
  110.     bottom: 0px;
  111.     right:  0px;
  112.     display: flex;
  113.     z-index: 1;
  114. }
  115. toolbar,
  116. #sidebar-header,
  117. /*.bookmark-item,*/
  118. panelview {
  119.     padding: 0px;
  120.     border-width: 0px;
  121.     background-color: #000101 !important;
  122. /*  appearance: auto;
  123.     -moz-default-appearance: toolbar;*/
  124.     min-width: 1px;
  125.     min-height: none;
  126.     background-image: none;
  127.     color: #fefefe;
  128. /*  --arrowpanel-background: #000101; */
  129. }
  130. #sidebar {
  131.     padding: 0px;
  132.     border-width: 0px;
  133.     background-color:transparent !important;
  134. /*  appearance: auto;
  135.     -moz-default-appearance: toolbar;*/
  136.     min-width: 1px;
  137.     min-height: none;
  138.     background-image: none;
  139.     color: #fefefe !important;
  140.     --arrowpanel-background: #000101;
  141. }
  142. #sidebar-header {height: 22px !important;
  143. padding-bottom: 2px !important;}
  144. .bookmark-item {color: #fefefe;}
  145. #titlebar {
  146.     margin-top: -4px;
  147.     margin-bottom: -2px;
  148. }
  149. .sidebar-splitter {
  150.     margin: 0px -1px 0px -10px !important;
  151.     padding: 0px;
  152.     appearance: none;
  153.     width: 13px !important;
  154.     background-color: #000101 !important;
  155.     border-left: solid 0px #00010100 !important;
  156.     z-index: 30 !important;
  157.     border-right: solid 1px #000101 !important;
  158. }
  159. .sidebar-splitter:hover {
  160.     border-right: solid 1px #00fefe !important;
  161. }
  162. .sidebar-panel {
  163.     appearance: none;
  164.     background-color: #000101 !important;
  165.     -ms-overflow-style: none !important;
  166.     scrollbar-width: none !important;
  167. }
  168.  
  169. tree{
  170. background-color: #000101 !important;
  171. }
  172.  
  173.  
  174.  
  175. *::-moz-tree-row {
  176.     background-color: transparent !important;
  177.     margin: -4.75px 0px -4.75px 0px ! important;
  178.     padding:0px !important;
  179.     border: unset !important;
  180.     outline: unset !important;
  181. }
  182. *::-moz-tree-twisty {
  183.     color: #fefefe !important;
  184. }
  185. *::-moz-tree-image {
  186.     color: #fefefe !important;
  187.     list-style-image: none ! important;
  188.     margin-left:-12px !important;
  189.     height: 10pt !important;
  190.     width: 10pt !important;
  191. }
  192. *::-moz-tree-cell-text {
  193.     color: #fefefe !important;
  194.     background-color: 000101 !important;
  195. }
  196.  
  197. sidebar-tab-row:hover {
  198.         outline: 1px solid #008888ff;
  199.  
  200. }  
  201.  
  202.  
  203. toolbarbutton.bookmark-item:not(.subviewbutton){
  204.     width: 18px !important;
  205.     margin-right: 0px  !important;
  206.     margin-left: 0px  !important;
  207.     padding-right: 0px  !important;
  208.     padding-left: 0px  !important;
  209. }
  210. #nav-bar toolbarbutton {
  211.     margin: 5px -5px 1px -5px !important;
  212.     height: 10px !important;
  213. }
  214. #nav-bar {
  215.     margin-top: 0px;
  216. }
  217. #tabbrowser-tabpanels,
  218. #tabbrowser-tabpanels[pendingpaint],
  219. browser,
  220. #browser {
  221.     background-color: #000101 !important;
  222.             -ms-overflow-style: none !important;
  223.         scrollbar-width: none !important;
  224. }
  225. .menuitem-iconic,
  226. #searchmode-switcher-popup-description,
  227. menuseparator {
  228.     color: #fefefe !important;
  229. }
  230.  
  231. /* *:focus-visible {   
  232.         outline: 1px solid #008888ff !important;
  233. } * {
  234.     text-shadow: 0 0 1px rgba(0,0,0,0.15) !important;
  235.     border-radius: 0px !important;
  236.     transition: steps(1, end) 0s !important;
  237.     -webkit-font-smoothing: antialiased !important;
  238.     -moz-font-smoothing: antialiased;
  239.     -moz-osx-font-smoothing: grayscale !important;
  240.     font-smoothing: antialiased;
  241.     font-smooth: always  !important;
  242.     text-rendering: geometricPrecision !important;
  243.     font-family: monospace;
  244.     font-family: inherit;
  245.     font-size: 14px !important;
  246.     font-size-adjust: none !important;
  247.     font-stretch: 100% !important;
  248.     line-height:    17px !important;
  249.     text-align:     justify;
  250.     border-width: 0px;
  251.     box-shadow: none;
  252.     text-shadow: none;
  253.     outline: 1px solid #00000000;
  254. } */
  255.  
  256.  
  257. * {
  258. /*  transition: steps(1, end) 0s !important; */
  259. /* */   -webkit-font-smoothing: antialiased !important;
  260.     -moz-font-smoothing: antialiased;
  261.     -moz-osx-font-smoothing: grayscale !important;
  262.     font-smoothing: antialiased;
  263.     font-smooth: always  !important;
  264.     text-rendering: geometricPrecision !important;
  265.     loading: lazy !important;
  266.     border-radius:  0px !important;
  267.     font-family: monospace, tgico, imgbb, iconfont, playericonfont, "Glyphicons Halflings", apple-system, BlinkMacSystemFont, Roboto, "Font Awesome 5 Brands" !important;
  268.     font-family: inherit !important;
  269.     line-height:    11pt !important;
  270.         line-height: inherit;
  271.     font-size: 10pt !important;
  272.     font-size: inherit !important;
  273.     font-size-adjust: none !important;
  274.     font-stretch: 100% !important;
  275.     text-align:     justify;
  276.     letter-spacing: 0 !important;
  277.     word-spacing: 0 !important;
  278.     -ms-overflow-style: none !important;
  279.     scrollbar-width: none !important;
  280.     background-attachment: local;
  281.         box-shadow: none;
  282.     text-shadow: none;
  283.     border-width: 0px;
  284.     border-collapse: collapse !important;
  285.     border-spacing: 0px !important;
  286.     outline: 1px solid #00000000;
  287. }
  288. input {
  289.     appearance: none !important;
  290. }
  291. #sidebar-search-container #search-box,
  292. .findbar-textbox, #sidebar-box,
  293. -moz-Combobox,
  294. input[type="checkbox"],
  295.     input[type="radio"]  {
  296.     background-color: #fefefe !important;
  297.     color: #000000 !important;
  298.     text-color: #000000 !important;
  299.     background-image: none !important;
  300.     margin:-2px !important;
  301.     content: none !important;
  302. }
  303. input[type="checkbox"] {
  304.     padding:0px !important;
  305. }
  306. *::-webkit-scrollbar,
  307. /* #tracking-protection-icon-container,
  308. #identity-box,
  309. #page-action-buttons,
  310. #unified-extensions-button,
  311. #PanelUI-button, */
  312. .bookmark-item .toolbarbutton-icon,
  313. .openintabs-menuitem, #sidebar-main {
  314.     display: none !important;
  315.     margin: 0px  !important;   
  316.     height: 0px  !important;
  317.     padding: 0px  !important;
  318.     width: 0px  !important;
  319. }
  320. menupopup {
  321.     margin:0px !important;
  322.     padding:0px !important;
  323.     color: #fefefe !important;
  324.     background-color: #000101 !important;
  325.     fill: #000101 !important;
  326. }
  327. menupopup .bookmark-item[container='true'] {
  328.     margin-left: -25px !important;
  329.     list-style-type: none !important;
  330.     list-style-image: none !important;
  331. }
  332. /* #statusbar-display[label^="Looking"],
  333. #statusbar-display[label^="Connect"],
  334. #statusbar-display[label^="Waiting"],
  335. #statusbar-display[label^="Transfer"] { right: -14px; } */
  336.  
  337. /*
  338. #statuspanel {
  339.         display: none !important;
  340.  
  341.     left: 0px;
  342. transition: steps(1, end) 0s !important;
  343. }
  344.  
  345.  
  346. #statuspanel[type=overLink] {
  347. transition: steps(1, end) 0.5s !important;
  348. }
  349.  
  350. */
  351.  
  352. #statuspanel-label {
  353.     opacity: 1 !important;
  354.     padding: 1px 5px 1px 5px  !important;
  355.     color: #fefefe !important;
  356.     border-width: 0px !important;
  357.     background-color: #000101 !important;
  358.     height: 17px !important;
  359. }
  360.  
  361. .menupopup-arrowscrollbox {
  362.     color: #fefefe !important;
  363.     background-color: #000101 !important;
  364.     border-width: 0px  !important;
  365.     padding: 0px  !important;
  366. }
  367.  
  368. menuitem, .bookmark-item {
  369.     height: 18px !important;
  370. }
  371. toolbar .toolbaritem-combined-buttons {
  372.     margin-left: 2px !important;
  373.     margin-right: -2px !important;
  374. }
  375. #popup-container {
  376.     background-color: #fefefe00 !important;
  377. }
  378. label:hover,
  379. label:focus-within,
  380. menuitem:hover,
  381. menuitem:focus-within,
  382. toolbarbutton:hover,
  383. toolbarbutton:focus-within,
  384. .bookmark-item:hover,
  385. .bookmark-item:focus-within,
  386. #PlacesToolbar label:hover:focus-within {
  387.     color: #fefefe !important;
  388.     background-color: #008888 !important;
  389. }
  390. label:active,
  391. menuitem:active,
  392. toolbarbutton:active,
  393. .bookmark-item:active,
  394. #PlacesToolbar label:active,
  395. #PlacesToolbar menuitem:not([disabled],:active)[_moz-menuactive],
  396. #PlacesToolbar menu:not([disabled],:active)[_moz-menuactive] {
  397.     color: #fefefe !important;
  398.     background-color: #008888 !important;
  399. }
  400. button, input, textarea {
  401.     padding:1px 2px 1px 2px;
  402. }
  403. button,
  404. select {
  405.     color: #000000ff !important;
  406.     background: #fefefe;
  407.     background-color: #fefefe !important;
  408.     border-radius: 0px !important;
  409.     outline: 1px solid #88888800;
  410.     border-width: 0px;
  411. }
  412. textarea {
  413.     color: #000000 !important;
  414.     background: #fefefe !important;
  415.     background-color: #fefefe !important;
  416.     border-radius: 0px !important;
  417.     border-width: 0px;
  418.     outline: 1px solid #88888888;
  419. }
  420.  
  421.         a:hover,
  422.         button:hover,
  423.         input:hover,
  424.         select:hover {
  425.         outline: 1px solid #00888844 !important;
  426.         z-index: 55 !important;
  427.     }
  428.         a:focus-within,
  429.         button:focus-within,
  430.         input:focus-within {
  431.         outline: 1px solid #008888ff !important;
  432.         z-index: 55 !important;
  433.     }
  434.         a:active,
  435.         button:active,
  436.         input:active,
  437.         select:active {
  438.         outline: 1px solid #880088ff !important;
  439.         z-index: 55 !important;
  440.     }
  441. #PersonalToolbar {
  442.     padding: 1px 5px 1px 5px !important;
  443. }
  444. #PlacesToolbar {
  445.     margin-left: 0px !important;
  446.     margin-right: 0px !important;
  447. }
  448. #PlacesToolbarItems {
  449.     margin: 1px !important;
  450. }
  451. .bookmark-item {
  452.     margin: 0px !important;
  453. }
  454. .bookmark-item img {
  455.     height: 10pt !important;
  456.     width: unset !important;
  457. }
  458. #personal-bookmarks {
  459.     max-width: unset  !important;
  460. }
  461. #urlbar-input::placeholder {
  462.  
  463.     color: #000000 !important;
  464.   background: #fefefe !important;
  465. }
  466. #nav-bar-customization-target {
  467.     min-width: 0;
  468.     margin-top: 0px;
  469. }
  470. .urlbar-input-container, #searchbar {
  471.     margin: -2px 0px 0px 0px;
  472. }
  473. #navigator-toolbox-background {
  474.     margin: 0px 4px 0px 0px !important;
  475.     padding: 0px !important;
  476.     width:100%  !important;
  477.         position: absolute !important;
  478.     display:none !important;
  479. }
  480.  
  481. #navigator-toolbox {
  482.     margin-top: -20px !important;
  483.     max-height: 18px !important;
  484.     margin-bottom: 18px !important;
  485.     padding: 0px !important;
  486. }
  487. #navigator-toolbox:focus-within {
  488.     margin-top: -2px !important;
  489.     margin-bottom: 0px !important;
  490.     opacity: 1 !important;
  491.     z-index: 9001 !important;
  492. }
  493. #browser {
  494.     margin-top: -17px !important;
  495.     background: #000101 !important;
  496. }
  497.  
  498.  #PlacesToolbarItems > .bookmark-item {
  499.     margin-top: -3px !important;
  500. }
  501. #PlacesToolbar>#browser {
  502.     background: #000101 !important;
  503.     padding-bottom: 18px !important;
  504. }
  505.  
  506. .fxview-tab-row-main, .fxview-tab-row {
  507.     background: transparent !important;
  508.     background-color: transparent !important;
  509.     height: 11pt !important;
  510.     padding-block: 0px !important;
  511.     padding: 0px !important;
  512.     margin: 0px !important;
  513.   color: #fefefe !important;
  514. }
  515. #moz-card-details {
  516.   color: #fefefe !important;
  517. }
  518. sidebar-tab-row {
  519.   height: 11pt !important;
  520.   align-items: left !important;
  521.     padding-block: 0px !important;
  522.     padding: 0px !important;
  523.     margin: 0px !important;
  524. }
  525.  
  526. .fxview-tab-row-favicon {
  527.   height: 10pt !important;
  528.   min-height: unset !important;
  529.   min-width: unset !important;
  530. }
  531. .fxview-tab-row-button {
  532.   --button-outer-padding-block: 4px;
  533.   --button-outer-padding-inline: 4px;
  534.   --button-size-icon: 11pt !important;
  535.   --button-min-height: unset !important;
  536.  
  537. }
  538. .delete-button {display:none !important;}
  539.  
  540.  
  541. /*
  542. #identity-box[pageproxystate=invalid] > .identity-box-button,
  543. .searchbar-search-button{ display: none }
  544.  
  545.  
  546.  .bookmark-item[label="Мракопедия"] .toolbarbutton-text,
  547. .bookmark-item[label="about:"] .toolbarbutton-text {
  548. display: none !important;
  549. }
  550.  
  551.  
  552.  #PlacesToolbarItems > .bookmark-item > image{ height: 10px !important;  } */
  553.    
Advertisement
Add Comment
Please, Sign In to add comment