Guest User

66sillionmowedgrassmemories

a guest
Jun 2nd, 2025
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. note: this uses code from the original version of the flash theme and a few other themes for the images, credit to those 'teens
  2.  
  3. this is to be used with Yotsoyba B
  4.  
  5. .post,
  6. input,
  7. textarea {
  8. border: 1px solid #ffffff!important;
  9. }
  10.  
  11. body {
  12. background-color: #000000;
  13. color: #333377!important;
  14. background-size: 0px;
  15. }
  16.  
  17. .pages.top {
  18. background-color: #000;
  19. color: #06067B!important;
  20. }
  21.  
  22. .pages {
  23. background-color: #040436 !important;
  24. color: #6666EE!important;
  25. }
  26.  
  27. .post {
  28. background: #040436!important;
  29. color: #6666EE!important;
  30. box-shadow: 0 0 100px #333377;
  31. }
  32.  
  33. .name,
  34. a {
  35. color: #4747FF!important;
  36. }
  37.  
  38. .post.highlighted {
  39. background: #06067B!important;
  40. }
  41.  
  42. .name {
  43. position: relative;
  44. }
  45. .boardlist {
  46. background: #080838!important;
  47. }
  48.  
  49. .quote,
  50. h1,
  51. h2,
  52. h3,
  53. h4,
  54. h5 {
  55. color: #553377!important;
  56. }
  57.  
  58. body:after {
  59. content: "";
  60. position: fixed;
  61. top: 0;
  62. left: 0;
  63. width: 100%;
  64. height: 100%;
  65. z-index: -1;
  66. background-repeat: no-repeat;
  67. background-position: 100% 100%;
  68. background-size: 150px;
  69. }
  70.  
  71. input,
  72. textarea {
  73. background: #000;
  74. color: #1A1A77;
  75. }
  76.  
  77. textarea {
  78. background: #000000;
  79. color: #1313F2;
  80. }
  81.  
  82. .banner {
  83. background-color: transparent!important;
  84. color: #06067B!important;
  85. }
  86.  
  87. #options_div {
  88. background-color: #080838;
  89. }
  90.  
  91. .options_tab_icon.active {
  92. color: #1B1B8A;
  93. }
  94.  
  95. .file-hint {
  96. color: #fff!important;
  97. }
  98.  
  99. form table tr th {
  100. background: #1A1A3A;
  101. }
  102.  
  103. .dropzone {
  104. color: #1A1A3A;
  105. }
  106.  
  107. .dragover {
  108. background: #335577!important;
  109. }
  110.  
  111. body:after {
  112. content: "";
  113. position: fixed;
  114. top: 0;
  115. left: 0;
  116. width: 100%;
  117. height: 100%;
  118. z-index: -1;
  119. background-image: url("https://files.catbox.moe/ufkcsc.jpeg");
  120. background-repeat: no-repeat;
  121. background-position: 100% 100%;
  122. background-size: 200px;
  123. }
  124.  
  125. body{
  126. position: relative;
  127. background-image: url(https://files.catbox.moe/04i2eo.jpeg);
  128. background-position: top left;
  129. background-repeat: no-repeat;
  130. background-attachment: fixed;
  131. background-size: 300px
  132. }
  133.  
Add Comment
Please, Sign In to add comment