Guest User

Untitled

a guest
Apr 19th, 2026
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. .name {
  2. color: #FDD73A !important;
  3. }
  4.  
  5. body {
  6. background: gray url(https://soybooru.com/api/booru/posts/62383/file) right bottom no-repeat fixed;
  7. color: #fdd73a;
  8. text-shadow:
  9. -0.75px -0.75px 0 black,
  10. 0.75px -0.75px 0 black,
  11. -0.75px 0.75px 0 black,
  12. 0.75px 0.75px 0 black;
  13. }
  14.  
  15. form table tr th {
  16. background: #646464;
  17. }
  18.  
  19. div.banner {
  20. background-color: #f00;
  21. }
  22.  
  23. .intro span.subject {
  24. color: #043d5f;
  25. text-shadow:
  26. -1px -1px 0 transparent,
  27. 1px -1px 0 transparent,
  28. -1px 1px 0 transparent,
  29. 1px 1px 0 transparent;
  30. }
  31.  
  32. .poster_id {
  33. text-shadow:
  34. -1px -1px 0 transparent,
  35. 1px -1px 0 transparent,
  36. -1px 1px 0 transparent,
  37. 1px 1px 0 transparent;
  38. }
  39.  
  40. .options_tab_icon {
  41. color: #000;
  42. text-shadow:
  43. -1px -1px 0 transparent,
  44. 1px -1px 0 transparent,
  45. -1px 1px 0 transparent,
  46. 1px 1px 0 transparent;
  47. cursor: pointer;
  48. }
  49.  
  50. #options_div, #alert_div {
  51. background-color: #7e7e7d;
  52. border: 4px solid black;
  53. }
  54.  
  55. #options_tablist {
  56. padding: 0px 0px;
  57. border-right: 4px solid black;
  58. }
  59.  
  60. header div.subtitle, h1 {
  61. color: black;
  62. text-shadow:
  63. -2px 0 white,
  64. 2px 0 white,
  65. 0 -2px white,
  66. 0 2px white,
  67. -2px -2px white,
  68. 2px -2px white,
  69. -2px 2px white,
  70. 2px 2px white;
  71. font-family: Impact, sans-serif;
  72. text-transform: uppercase;
  73. letter-spacing: 1px;
  74. }
  75.  
  76. h2 {
  77. color: black;
  78. text-shadow:
  79. -1px -1px 0 white,
  80. 1px -1px 0 white,
  81. -1px 1px 0 white,
  82. 1px 1px 0 white;
  83. }
  84.  
  85. .desktop-style div.boardlist:nth-child(1) {
  86. box-shadow: 0 0px 40px rgba(0, 0, 0, 1);
  87. border-bottom: 1px solid;
  88. border-color: black;
  89. background-color: black;
  90. }
  91.  
  92. span.quote2 {
  93. color: #ff6f18;
  94. }
  95.  
  96. span.quote {
  97. color: #a6d42f;
  98. }
  99.  
  100. div.post.reply div.body a {
  101. color: #000;
  102. text-shadow:
  103. -1px -1px 0 transparent,
  104. 1px -1px 0 transparent,
  105. -1px 1px 0 transparent,
  106. 1px 1px 0 transparent;
  107. }
  108. a {
  109. color: #b0dafc;
  110. }
  111.  
  112. a:hover {
  113. color: #004afc;
  114. }
  115.  
  116. a:visited {
  117. color: #00dafc;
  118. }
  119.  
  120. div.post.reply {
  121. background-color: #646464 !important;
  122. color: white;
  123. border-radius:0;
  124. border-color: #1d1f1c;
  125. }
  126.  
  127. div#post-moderation-fields , div#style-select {
  128. padding:4px;
  129. background-color:rgba(0,0,0,28);
  130. }
  131.  
  132. span.heading {
  133. color: #FF565C !important;
  134. }
  135.  
  136. .remove-btn {
  137. color: rgba(255,255,255,128) !important;
  138. }
  139.  
  140. hr {
  141. border-color:transparent;
  142. }
  143.  
  144. div.pages {
  145. background: #fff;
  146. border: 4px solid #000;
  147. }
  148.  
Advertisement
Add Comment
Please, Sign In to add comment