Advertisement
wadieXkiller

Firefox css code

Dec 29th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.54 KB | Source Code | 0 0
  1. @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
  2.     .click-target-container *, .top-sites-list * {
  3.         color: #fff !important;
  4.         text-shadow: 0px 4px 2px #000 !important;
  5.     }
  6.  
  7.     body::before {
  8.         content: "" ;
  9.         z-index: -1 ;
  10.         position: fixed ;
  11.         top: 0 ;
  12.         left: 0 ;
  13.         background: #f9a no-repeat url(img/dragon.jpg) center ;
  14.         background-size: cover ;
  15.         width: 100vw ;
  16.         height: 100vh ;
  17.     }
  18.  
  19.    *::selection {
  20.     background: #f7a400 !important;
  21. }
  22.    
  23.     .top-site-outer .tile{
  24.         background:  #42414d !important;
  25.         border: 2px solid #000000 !important;
  26.         border-radius: 100px !important;;
  27.     }
  28.    
  29.     .top-site-outer .top-site-icon{
  30.         background-color: #0000 !important;
  31.     }
  32.    
  33.     .top-site-outer .title .icon {
  34.         fill: #f00 !important;
  35.     }
  36.    
  37.     .search-wrapper .logo-and-wordmark .logo{
  38.         background: url("img/librefox.png") no-repeat !important;
  39.         box-shadow: orange 0px 5px 5px;
  40.         border: 2px solid red;
  41.         border-radius: 50px;
  42.         background-size: cover !important;
  43.     }
  44.    
  45.     .top-site-outer .title .icon{
  46.         fill: #f00 !important;;
  47.     }
  48.    
  49.     .search-wrapper .search-handoff-button, .search-wrapper input{
  50.         border-radius:50px !important;
  51.     }
  52.    
  53.     .click-target-container *, .top-sites-list *{
  54.         text-shadow: 0px 4px 2px #000 !important;
  55.     }
  56.    
  57.     .fake-editable{
  58.         width: 50% !important;
  59.     }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement