Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. html{
  2.     background-size:100vw 100vh!important;
  3.     background:url(https://c.wallhere.com/photos/c3/62/abstract_pop_art_anime_Jared_Nickerson_artwork_pattern-243281.jpg!d)!important;
  4. }
  5. body{
  6.     background:rgba(0,0,0,0) !important;
  7. }
  8. embed { background:rgba(255,255,255,.9); border-radius: 8px; }
  9. table, nav{
  10.     background:transparent!important;
  11. }
  12. h2 {display: inline;
  13.     border-radius: 8px;
  14.     padding: 5px;
  15.     background: #000; }
  16. h1,#groupName{    margin: 6px;
  17.     text-shadow: 0px 0px 20px #000!important;
  18.     font-weight: 900;
  19.     font-weight: 900;
  20. }
  21. td[width="40"]:nth-child(3) { }
  22. td[width="40"]:last-child { }
  23. td[width="40"]{ background:#000; padding:5px; }
  24. tr:nth-child(2) a{ color:#fff!important; display:block; background:rgba(0,0,0,.9); padding:5px; }
  25. *::-webkit-scrollbar{
  26. width:0px;
  27. }
  28. *::-moz-scrollbar{
  29. width:0px;
  30. }
  31. *::-ms-scrollbar{
  32. width:0px;
  33. }
  34. *::scrollbar{
  35. width:0px;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement