joeyflodder

Untitled

May 21st, 2019 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1. * {
  2.     background: #0d0d0d !important;
  3.     color: #a8a8a8 !important;
  4.     margin: 0 !important;
  5.     padding: 0 !important;
  6.     border: none !important;
  7.     min-width: 0 !important;
  8.     font-family: serif !important;
  9.     font-size: 24pt  !important;
  10.     line-height: 1em !important;
  11.     max-width: 1800px !important;
  12. }
  13.  
  14. p {
  15.     margin: 16px 0 !important;
  16. }
  17.  
  18. a:visited {
  19.     text-decoration: line-through !important;
  20.     color: hsl(50, 15%, 75%) !important;
  21. }
  22.  
  23. body {
  24.     padding: 40% 5vw !important;
  25. }
  26.  
  27. body::before {
  28.     content:    '';
  29.     position:   fixed;
  30.     z-index:    100000000;
  31.     left:       0;
  32.     right:      0;
  33.     top:        0;
  34.     height:     20%;
  35.     background: none;
  36.     cursor:     none;
  37. }
  38.  
  39. body::after {
  40.     content:     '';
  41.     position:   fixed;
  42.     z-index:    100000000;
  43.     left:       0;
  44.     right:      0;
  45.     bottom:     0;
  46.     height:     20%;
  47.     background: none;
  48.     cursor:     none;
  49. }
  50.  
  51. #content, .post-entry {
  52.     width: inherit;
  53. }
  54.  
  55. ::-webkit-scrollbar { width: 0 !important }
  56. .cc-window.cc-banner{
  57.     width:0;
  58. }
  59. body.has-sidebar #content {
  60.     width: 100%;
  61. }
  62. grecaptcha-badge {
  63.     width: 256px;
  64.     height: 60px;
  65.     display: none;
  66.     transition: right 0.3s ease 0s;
  67.     position: fixed;
  68.     bottom: 14px;
  69.     right: -186px;
  70.     box-shadow: grey 0px 0px 5px;
  71. }
Add Comment
Please, Sign In to add comment