Advertisement
vooshoop

Bleeehhh

Dec 9th, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <style>
  2. p {
  3. Color: white!Important;
  4. Text-shadow: white!Important;
  5. }
  6.  
  7. Img {
  8. Border-radius: 50px;
  9. }
  10.  
  11.  
  12. body {
  13. Background-image: url(https://images.ctfassets.net/pujs1b1v0165/RiqAaw0rWprUOqnthcSQY/a8d98ca3106486b54bb00dd426f27b65/Nocturnal_bucks.jpg?w=720&fit=fill&fm=webp);
  14. Filter: grayscale(1);
  15. Color: white;
  16. background-attachment: fixed!Important;
  17. text-shadow: 2px 2px 3px white;
  18. text-align: center!Important;
  19. Text-spacing: 2px!Important;
  20.  
  21. }
  22.  
  23. main {
  24. background: rgba(0, 0, 0, 0.55);
  25. font-family: OCR A Std, monospace;
  26. color: white;
  27. height: 500px; overflow-y: scroll;
  28. Border: dashed 2px gray;
  29. }
  30.  
  31. .heading {
  32. Background-image: linear-gradient(to right, black, grey, black)!Important;
  33. color: white!Important;
  34. Text-shadow: 2px 2px 2px white!Important;
  35. }
  36.  
  37. .friends .inner {
  38. height: 200px; overflow-y: scroll;
  39. }
  40.  
  41. .mood::after {
  42. Content: url(https://adriansblinkiecollection.neocities.org/g2.gif)
  43. url(https://adriansblinkiecollection.neocities.org/a13.gif)
  44. url(https://adriansblinkiecollection.neocities.org/v19.gif)
  45. Url(https://adriansblinkiecollection.neocities.org/k6.gif)
  46. Url(https://adriansblinkiecollection.neocities.org/k1.gif)
  47. Url(https://adriansblinkiecollection.neocities.org/a3.gif);
  48. }
  49.  
  50. .table-section {
  51. Display: none;
  52. }
  53. .blog-preview {
  54. display: none;
  55. }
  56.  
  57. .profile h1::before {
  58. Content: url(https://yokai.crd.co/assets/images/gallery03/4246c620.gif?v=b4df531c);
  59. }
  60.  
  61. .profile h1::after {
  62. Content: url(https://yokai.crd.co/assets/images/gallery03/58ed5769.gif?v=b4df531c);
  63. }
  64.  
  65. :root {
  66. --light-gray: #f2f0f0;
  67. --gray: #e3e3e3;
  68. --dark-gray: #919191;
  69. --darker-gray: #545454;
  70. --logo-blue: black;
  71. --darker-blue: black;
  72. --lighter-blue: black;
  73. --even-lighter-blue: black;
  74. --lightest-blue: black;
  75. --red: #FF0000;
  76. --dark-orange: #ED0707;
  77. --light-orange: black;
  78. --even-lighter-orange: black;
  79. --strange-yellow: #dbae2e;
  80. --green: #34D399;
  81. --light-green: #E6F8DD;
  82. --medium-green: #A0C99C;
  83. --dark-green: #059669;
  84. accent-color: #1D4ED8;
  85. }
  86.  
  87. footer {
  88. Background-color: black!Important;
  89. }
  90.  
  91. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement