Advertisement
Guest User

userContent.css

a guest
Jul 6th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @-moz-document url(about:home), url(about:newtab), url(about:blank)
  2. {
  3. html
  4. {
  5. background: url(111.png) center center no-repeat !important;
  6. background-size: 450px !important;
  7. width:100%; height:100%;
  8. background-color: #1f1f1f !important;
  9. }
  10. body
  11. {
  12. display:none;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement