Advertisement
ffcss

my_userContent.css

Jan 19th, 2023
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.07 KB | Source Code | 0 0
  1. .personalize-button { display: none !important; }
  2. /************************************************************************************************/
  3. * {
  4.     animation: none !important;
  5. }
  6. *, ::after, ::before {
  7.     transition: none !important;
  8. }
  9. /************************************************************************************************/
  10. @-moz-document url-prefix("moz-extension://PLACE UBLOCK UID HERE/") {
  11.         /* UBLOCK ORIGIN */
  12.        
  13.     :root {
  14.         --ink-80: #fdfdff !important;
  15.         --ink-90: #fff !important;
  16.         --light-gray-10: #3b3b3c !important;
  17.         --light-gray-30-a50: #646464 !important;
  18.         --violet-70: #f7f6fb !important;
  19.         --violet-80: #7741f9 !important;
  20.         --ink-20: #12ee71 !important;
  21.         --light-gray-40: #4f4f4f !important;
  22.         --bg-code: hsl(0, 94.3%, 13.7%) !important;
  23.         --fg-0-50: hsla(146.1, 91%, 26.3%, 0.83) !important;
  24.         --fg-0-60: hsla(157.4, 83.5%, 76.3%, 0.97) !important;
  25.         --fg-icon-info-lvl-1-dimmed: hsla(240, 17.4%, 91%, 0.5) !important;
  26.         --ink-20: #acacac !important;
  27.         --bg-popup-cell-1: hsl(0, 0%, 25.9%) !important;
  28.         --fg-0-70: hsla(260, 5.7%, 69.2%, 0.7) !important;
  29.         --light-gray-30: #f9f9fb29 !important;
  30.     }
  31.    
  32.     button {
  33.         background-color: cadetblue !important;
  34.     }
  35.    
  36.     a {
  37.         color: #3ce100 !important;
  38.     }
  39.    
  40.     .CodeMirror pre {
  41.         background: #151515f0 !important;
  42.     }
  43.    
  44.     .cm-s-default .cm-value {
  45.         color: #fff !important;
  46.     }
  47.    
  48.     .cm-s-default .cm-keyword {
  49.         color: #cecace !important;
  50.     }
  51.    
  52.     .CodeMirror {
  53.         color: #959393 !important;
  54.     }
  55.    
  56.     :root:not(.hidpi) {
  57.         --fieldset-header-ink: #dd676c !important;
  58.     }
  59.    
  60.     .CodeMirror-scroll {
  61.         background-color: #212223 !important;
  62.     }
  63.    
  64.     .cm-s-default .cm-def {
  65.         color: #fd6b00b3 !important;
  66.     }
  67.    
  68.     .cm-search-widget-input input {
  69.         border: 1px solid #bb1919 !important;
  70.         background-color: dimgray !important;
  71.     }
  72.    
  73.     .CodeMirror-gutter {
  74.         background-color: black !important;
  75.     }
  76.    
  77.     .CodeMirror-merge-copybuttons-left, .CodeMirror-merge-copybuttons-right {
  78.         background-color: #181818 !important;
  79.     }
  80.    
  81.     .CodeMirror-merge {
  82.         border: 1px solid #040404 !important;
  83.     }
  84.    
  85.     .CodeMirror-merge-gap {
  86.         border-left: 1px solid #202020 !important;
  87.         border-right: 1px solid #151515 !important;
  88.         background: #1e1d1d !important;
  89.     }
  90.    
  91.     .CodeMirror-gutters {
  92.         border-right: 1px solid #202020 !important;
  93.         background-color: #1e1e1e !important;
  94.     }
  95.    
  96.     .permatoolbar .button:hover {
  97.         background-color: #dd0a0a !important;
  98.     }
  99.    
  100.     .permatoolbar .button {
  101.         background-color: darkgray !important;
  102.     }
  103.    
  104.     .permatoolbar {
  105.         background-color: #2b2929 !important;
  106.     }
  107.    
  108.     body[dir="ltr"] #pageSelector {
  109.         background-color: #dd0a0a !important;
  110.     }
  111.    
  112.     #netInspector #filterInput > input {
  113.         background-color: cadetblue !important;
  114.     }
  115.    
  116.     #netInspector #filterExprPicker div {
  117.         background-color: cadetblue !important;
  118.     }
  119.    
  120.     #netInspector #filterExprPicker span[data-filtex]:hover {
  121.         background-color: #316c9f !important;
  122.     }
  123.  
  124.     #netFilteringDialog > .panes > .details > div > span {
  125.         background-color: cadetblue !important;
  126.     }
  127.    
  128.     #netFilteringDialog > div.panes > .dynamic .entry {
  129.         background-color: cadetblue !important;
  130.     }
  131.    
  132.     #netFilteringDialog > div.panes > .dynamic .entry:hover {
  133.         background-color: #559597f7 !important;
  134.     }
  135.    
  136.     #modalOverlay > div > div:nth-of-type(1) {
  137.         background-color: #3c3a3a !important;
  138.     }
  139.    
  140.     #domInspector ul {
  141.         background-color: #403e3e !important;
  142.     }
  143.    
  144.     #domInspector li.isCosmeticHide, #domInspector li.isCosmeticHide ul, #domInspector li.isCosmeticHide li {
  145.         background-color: #5e5c5c !important;
  146.     }
  147.  
  148.     code, .code {
  149.         background-color: #2b2929 !important;
  150.     }
  151.    
  152.     .tool {
  153.         fill: hsla(0, 0%, 95.7%, 0.4) !important;
  154.     }
  155.    
  156.     #extraTools > span {
  157.         color: hsla(0, 0%, 87.5%, 0.4) !important;
  158.         fill: hsla(258.8, 50%, 93.7%, 0.4) !important;
  159.     }
  160.    
  161.     #firewall > div > span,
  162.     #actionSelector > #dynaCounts {
  163.         background-color: #1a1a27; /*popup disabled*/
  164.     }
  165.    
  166.     #loggerExportDialog .output {
  167.         color: black !important;
  168.     }
  169. /*END*/    
  170. }
  171. /************************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement