Advertisement
Guest User

when the impostor is sus!!

a guest
Jan 31st, 2021
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.23 KB | None | 0 0
  1. body {
  2. background-image: url("https://i.redd.it/czxoxiru9p461.png");
  3. font-family: Arial;
  4. background-attachment: fixed;
  5. color: black;
  6. text-shadow: 0px 0px 8px white;
  7. }
  8.  
  9. .topLeft {
  10.     box-shadow: 10px 10px 5px #000000;
  11.     float: left;
  12.     padding: 10px;
  13.     background-image: url(https://i.redd.it/czxoxiru9p461.png);
  14.     width: 32%;
  15.     background-size: contain;
  16. }
  17.  
  18. .extended {
  19.     text-align: center;
  20.     margin-bottom: 20px;
  21.     margin-top: 15px;
  22.     background: url("https://i.redd.it/czxoxiru9p461.png");
  23.     box-shadow: 10px 10px 5px #000000;
  24. }
  25.  
  26. .blurbs {
  27.     box-shadow: 10px 10px 5px #000000;
  28.     margin-bottom: 20px;
  29.     background: url("https://i.redd.it/czxoxiru9p461.png");
  30. }
  31.  
  32. .box {
  33.     box-shadow: 10px 10px 5px #000000;
  34.     overflow: hidden;
  35.     background-image: url(https://i.redd.it/czxoxiru9p461.png);
  36. }
  37.  
  38. .boxHead {
  39.     box-shadow: 10px 10px 5px #000000;
  40.     background: url("https://i.redd.it/czxoxiru9p461.png");
  41.     color: black;
  42.     text-shadow: 0px 0px 8px white;
  43.     padding: 3px;
  44.     padding-bottom: 3px;
  45.     padding-left: 3px;
  46.     padding-bottom: 4px;
  47.     padding-left: 6px;
  48. }
  49.  
  50. .rightHead {
  51.     box-shadow: 10px 10px 5px #000000;
  52.     background: url("https://i.redd.it/czxoxiru9p461.png");
  53.     color: black;
  54. text-shadow: 0px 0px 8px white;
  55.     padding-left: 4px;
  56. }
  57.  
  58. h4 {
  59.     color: black;
  60. text-shadow: 0px 0px 8px white;
  61.     margin-bottom: 0px;
  62. }
  63.  
  64. a {
  65.     text-decoration: underline;
  66.     color: black;
  67.     text-shadow: 0px 0px 8px white;
  68. }
  69.  
  70. #sMsg.boxButton {
  71.     background-image: url(https://i.redd.it/czxoxiru9p461.png);
  72. }
  73.  
  74. #report {
  75.     background-image: url(https://i.redd.it/czxoxiru9p461.png);
  76. }
  77.  
  78. #block {
  79.     background-image: url(https://i.redd.it/czxoxiru9p461.png);
  80. }
  81.  
  82. #add {
  83.     background-image: url(https://i.redd.it/czxoxiru9p461.png);
  84. }
  85.  
  86. .tableLeft {
  87.     max-width: 115px;
  88.     text-align: center;
  89.     color: black;
  90.     text-shadow: 0px 0px 8px white;
  91.     background: url("https://i.redd.it/czxoxiru9p461.png");
  92. }
  93.  
  94. .tableRight {
  95.     width: 75%;
  96.     background: url("https://i.redd.it/czxoxiru9p461.png");
  97.     padding: 10px;
  98.     vertical-align: top;
  99.     overflow-wrap: anywhere;
  100.     color: black;
  101.     text-shadow: 0px 0px 8px white;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement