Guest User

Untitled

a guest
Jul 5th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. /* Board title rice */
  2. div.boardTitle {
  3. font-weight: 400 !important;
  4. }
  5. :root.yotsuba div.boardTitle {
  6. font-family: sans-serif !important;
  7. text-shadow: 1px 1px 1px rgba(100,0,0,0.6);
  8. }
  9. :root.yotsuba-b div.boardTitle {
  10. font-family: sans-serif !important;
  11. text-shadow: 1px 1px 1px rgba(105,10,15,0.6);
  12. }
  13. :root.photon div.boardTitle {
  14. font-family: sans-serif !important;
  15. text-shadow: 1px 1px 1px rgba(0,74,153,0.6);
  16. }
  17. :root.tomorrow div.boardTitle {
  18. font-family: sans-serif !important;
  19. text-shadow: 1px 1px 1px rgba(167,170,168,0.6);
  20. }
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. body {
  28. color: #c5c8c6;
  29. text-shadow: 2px 1px #000;
  30. background-color: #1d1f21;
  31. }
  32.  
  33. div.reply{
  34. background-color: #282a2e;
  35. background-image: url('https://files.catbox.moe/sol8pr.gif');
  36. background-repeat: no-repeat;
  37. background-position: right bottom;
  38. background-size: 30px;
  39. border: 2px dotted #565b5f;
  40. box-shadow: 10px 10px 5px #000;
  41. }
  42.  
  43. .quoteLink, .quotelink, .deadlink {
  44. color: #81a2be !important;
  45. }
  46.  
  47.  
  48. div.post div.postInfo span.nameBlock span.name {
  49. color: #c5c8c6;
  50. font-weight: bold;
  51. }
  52.  
  53. div.post div.postInfo span.postNum > a {
  54. text-decoration: none;
  55. color: #C5C8C6 !important;
  56. }
  57.  
  58. a, a:visited {
  59. color: #81a2be !important;
  60. text-decoration: none;
  61. }
  62.  
  63. div.post div.file .fileThumb img {
  64. border: 1px solid #81a2be;
  65. border-radius: 10px;
  66. padding: 3px;
  67. }
  68.  
  69. hr {
  70. border: none;
  71. border-top-width: medium;
  72. border-top-style: none;
  73. border-top-color: currentcolor;
  74. border-top: 1px solid #282a2e;
  75. height: 0;
  76. }
  77.  
  78. .extended-small .thread {
  79. width: 180px;
  80. max-height: 320px;
  81. background-color: #4d0a4c;
  82. border-radius: 10px;
  83. border: 1px solid black;
  84. }
  85.  
  86. #qr textarea {
  87. background-image: url('https://files.catbox.moe/im6sc4.gif');
  88. background-repeat: no-repeat;
  89. background-position: bottom right;
  90. background-size: 80px;
  91. }
  92.  
  93. div.boardBanner {
  94. text-align: center;
  95. clear: both;
  96. background-image: url('https://files.catbox.moe/4ahj32.jpg');
  97. background-repeat: no-repeat;
  98. background-position: center;
  99. padding-top: 150px;
  100. color: #c5c8c6;
  101. }
  102.  
  103. #bannerCnt {
  104. display: none;
  105. }
  106.  
  107. #delform, #content {
  108. background-image: url('https://files.catbox.moe/cmyu3h.png'), url('https://files.catbox.moe/lac76p.gif'), url('https://files.catbox.moe/lac76p.gif'), url('https://files.catbox.moe/r8fy6h.gif'), url('https://files.catbox.moe/oojjer.png');
  109. background-repeat: no-repeat;
  110. background-attachment: fixed;
  111. background-size: 500px, 70px, 70px, 100px, 400px;
  112. background-position: center 85%, 35% 85%, 65% 85%, right bottom, center 35%;
  113. background-color: #1d1f21;
  114. }
Add Comment
Please, Sign In to add comment