Advertisement
Guest User

Tweakers.net and Wikipedia.org Firefox css

a guest
Jan 22nd, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.49 KB | None | 0 0
  1.  
  2. @-moz-document domain(tweakers.net){
  3.  
  4.     .downloadDetails{
  5.         background: #420303 !important;
  6.     }
  7.  
  8.     .articleContent{
  9.         background-color: #420303 !important;
  10.         padding: 9px !important;
  11.     }
  12.     .relatedColumn{
  13.         background-color: #420303 !important;
  14.         color:#fff !important;
  15.     }
  16.  
  17.     .article .lead{
  18.         border-bottom:#fff 1px solid !important;
  19.     }
  20.  
  21.     #contentArea{
  22.         background:#000  !important ;
  23.         color:#fff  !important ;
  24.  
  25.     }
  26.  
  27.     #contentArea a{
  28.         color:#0ff !important ;
  29.  
  30.     }
  31.  
  32.     #contentArea a:visited{
  33.         color:#07f !important;
  34.     }
  35.  
  36.     #categoryBar p.more a{
  37.         color:#07f !important ;
  38.     }
  39.  
  40.     .darkBlock{
  41.         background-color: #000 !important ;
  42.         color: #777 !important ;
  43.  
  44.     }
  45.  
  46.     .darkBlock a{
  47.         color: #09f !important ;
  48.     }
  49.    
  50.     .authorBlock .info .name a{
  51.         color:#00c !important ;
  52.     }
  53.    
  54.     .reactieHeader .userLink{
  55.         color:#aaa !important ;
  56.     }
  57.    
  58.     .fpHighlightedProduct{
  59.         background-color: #000 !important;
  60.         background-image: none !important;
  61.  
  62.     }
  63.     .labelCard{
  64.         background-color: #333 !important ;
  65.         color:#ddd !important ;
  66.     }
  67.    
  68.     .reactieBody.informative{
  69.         background-color: #333  !important ;
  70.         color:#fff !important ;
  71.         border-color: #a00 !important ;
  72.       border-width:2px !important ;
  73.      
  74.     }
  75.    
  76.     .reactieBody.informative a{
  77.       color:#0ff  !important ;
  78.     }
  79.    
  80.     .reactieBody.spotlight{
  81.         background-color: #444 !important ;
  82.         color: #fff !important ;
  83.         border-width: 3px !important ;
  84.         border-color:#0ff  !important ;
  85.         border-style: double !important ;
  86.     }
  87.  
  88.     .reactieBody{
  89.         background-color: #420303 !important;
  90.     }
  91.     body{
  92.       background-color: #000  !important ;
  93.       color:#fff !important ;
  94.       background: #000  !important ;
  95.     }
  96.  
  97.     .notificationsContainer{
  98.         background-color: #000 !important ;
  99.     }
  100.     #searchbar{
  101.         background: #000 !important;
  102.     }
  103.  
  104.     div.info, div.error, div.message, div.faq, form.insertMessage, form.form1, form.form2, #folders, #myprofilecontainer{
  105.         background-color: #000 !important;
  106.         color:#fff !important;
  107.         background-image: none !important;
  108.     }
  109.  
  110.     .messagecontent .message-quote-div, .reactieContent blockquote{
  111.         background-color: #777 !important;
  112.         color: #fff !important;
  113.     }
  114.  
  115.  
  116.     .bar.notice{
  117.         background-color: #444 !important;
  118.         border: #ff0 double 3px !important;
  119.         color: #fff !important;
  120.     }
  121.     .bar.notice a{
  122.         color: #09f !important;
  123.     }
  124.  
  125.     #cookieOverlay{
  126.         background: #333 !important;
  127.     }
  128.  
  129.     h3{
  130.         color: #0ff !important;
  131.         font-weight: bold !important;
  132.     }
  133.  
  134.     table.listing{
  135.         background-color: #000 !important;
  136.         border:  #0ff 2px !important;
  137.     }
  138.  
  139.     table.listing td{
  140.         background-color: #700 !important;
  141.         color: #fff !important;
  142.         background-image: none !important;
  143.     }
  144.  
  145.     .pageTabs li{
  146.         background-color: #000 !important;
  147.     }
  148.     .pageTabs li.active{
  149.         background-color: #07f !important;
  150.     }
  151.  
  152. }
  153.  
  154.  
  155.  
  156.  
  157. @-moz-document domain(wikipedia.org){
  158.  
  159.  
  160.     body, table, .navbox, .catlinks{
  161.         background-color: #000 !important;
  162.         color:#fff !important;
  163.  
  164.     }
  165.  
  166.  
  167.     .infobox, .toc, .m-warning, .toccolours, div.thumbinner{
  168.         background-color: #000 !important;
  169.         color:#fff !important;
  170.         border: #0ff 2px solid !important;
  171.     }
  172.     body a{
  173.         color:#0df !important;
  174.     }
  175.  
  176.     #mw-page-base{
  177.         background-color: #000 !important;
  178.         background-image: none !important;
  179.         color:#fff !important;
  180.  
  181.     }
  182.  
  183.     .tocnumber, #searchInput{
  184.         color:#fff !important;
  185.     }
  186.  
  187.     .mw-body, .parsoid-body{
  188.         background-color: #000 !important;
  189.         color:#fff !important;
  190.  
  191.     }
  192.    
  193.     h1, h2, h3, h4, h5, h6, .wikitable, tr th{
  194.         color:#900 !important;
  195.         background-color: #000 !important;
  196.  
  197.     }
  198.  
  199.     .vectorTabs li{
  200.         background-color: #000 !important;
  201.         color:#700 !important;
  202.         border: #0ff 1px solid !important;
  203.         background-image: none !important;
  204.     }
  205.  
  206.     .mwe-math-element{
  207.       /*   background-color: #777 !important; */
  208.       -webkit-filter: invert(1);
  209.       filter: invert(1);
  210.     }
  211.  
  212. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement