Advertisement
wadieXkiller

userContent.css

Feb 19th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.67 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.      body::before {
  7.          content: "" ;
  8.          z-index: -1 ;
  9.          position: fixed ;
  10.          top: 0 ;
  11.          left: 0 ;
  12.          /*make a folder for the image*/
  13.          background: #f9a no-repeat url(img/OUTRUN-PC-4K.png) center ;
  14.          /*make a folder for the image*/
  15.          background-size: cover ;
  16.          width: 100vw ;
  17.          height: 100vh ;
  18.     }
  19.      *::selection {
  20.          background: #f7a400 !important;
  21.     }
  22.      .top-site-outer .tile{
  23.          background: #42414d !important;
  24.          border: 2px solid #000000 !important;
  25.          border-radius: 50px !important;
  26.     }
  27.      .top-site-outer .top-site-icon{
  28.          background-color: #0000 !important;
  29.     }
  30.      .top-site-outer .title .icon {
  31.          fill: #f00 !important;
  32.     }
  33.      .search-wrapper .logo-and-wordmark .logo{
  34.          background: url("img/librefox.png") no-repeat !important;
  35.          background-size: auto;
  36.          box-shadow: black 0px 5px 5px;
  37.          border: 2px solid #3967d5;
  38.          border-radius: 50px;
  39.          background-size: cover !important;
  40.     }
  41.      .top-site-outer .title .icon{
  42.          fill: #f00 !important;
  43.         ;
  44.     }
  45.      .search-wrapper .search-handoff-button, .search-wrapper input{
  46.          border-radius:50px !important;
  47.     }
  48.      .click-target-container *, .top-sites-list *{
  49.          text-shadow: 0px 4px 2px #000 !important;
  50.     }
  51.      .fake-editable{
  52.          width: 50% !important;
  53.     }
  54. }
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement