Guest User

Untitled

a guest
Nov 6th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.80 KB | None | 0 0
  1. body {
  2.   background: #1d1f21 none;
  3.   color: #c5c8c6;
  4. }
  5.  
  6. .close-btn {
  7.   color: #c5c8c6 !important;
  8.   text-decoration-line: none;
  9. }
  10.  
  11. a:link:not(.close-btn):not(a.post_no),
  12. a:visited,
  13. .intro a.email span.name,
  14. .news-button {
  15.   color: #81a2be !important;
  16. }
  17.  
  18. a:link:hover {
  19.   color: #d00;
  20. }
  21.  
  22. a.post_no {
  23.   color: #c5c8c6 !important;
  24. }
  25.  
  26. .post-hover {
  27.   box-shadow: none !important;
  28.   border: 1px solid #333 !important;
  29. }
  30.  
  31. .theme-catalog div.thread:hover {
  32.   background: none;
  33.   border-color: none;
  34. }
  35.  
  36. img.banner,
  37. img.board_image {
  38.   display: block;
  39.   border: 1px solid transparent;
  40.   margin: 12px auto 0 auto;
  41. }
  42.  
  43. div.post.reply {
  44.   background: #282a2e;
  45.   border: 1px solid #282a2e;
  46. }
  47.  
  48. div.post.reply.highlighted {
  49.   background: #1d1d21 !important;
  50.   border: 1px solid #111 !important;
  51. }
  52.  
  53. div.post.reply div.body a {
  54.   color: navy;
  55. }
  56.  
  57. .intro span.subject {
  58.   color: #b294bb;
  59. }
  60.  
  61. .intro span.name {
  62.   color: #c5c8c6;
  63.   font-weight: 700;
  64. }
  65.  
  66. form table tr th {
  67.   background-color: #ea8;
  68.   color: #800;
  69.   font-weight: 700;
  70.   border: 1px solid #800;
  71.   padding: 0 5px;
  72.   font-size: 10pt
  73. }
  74.  
  75. div.ban h2 {
  76.   background: #FCA;
  77.   color: inherit;
  78. }
  79.  
  80. div.ban {
  81.   border-color: #800;
  82. }
  83.  
  84. div.ban p {
  85.   color: black;
  86. }
  87.  
  88. div.pages {
  89.   background: #282a2e;
  90.   border-color: #111;
  91.   color: #81a2be;
  92. }
  93.  
  94. div.pages a.selected {
  95.   font-weight: bold;
  96.   color: inherit !important;
  97. }
  98.  
  99. header div.subtitle,
  100. h1 {
  101.   color: #c5c8c6;
  102.   text-align: center;
  103. }
  104.  
  105. hr {
  106.   border: none;
  107.   border-top: 1px solid #282a2e;
  108.   height: 0;
  109. }
  110.  
  111. div.boardlist {
  112.   color: #c5c8c6;
  113. }
  114.  
  115. div.boardlist a {
  116.   color: #800;
  117. }
  118.  
  119. div.banner,
  120. div.banner a {
  121.   background-color: #1d1f21;
  122. }
  123.  
  124. table.modlog tr th {
  125.   background: #EA8;
  126. }
  127.  
  128. form table tr th {
  129.   background-color: #282a2e;
  130.   color: #c5c8c6;
  131.   border: 1px solid #111;
  132. }
  133.  
  134. span.quote {
  135.   color: #b5bd68;
  136. }
  137.  
  138. #quick-reply input,
  139. #quick-reply select {
  140.   border: 1px solid #515151;
  141.   background-color: #282a2e;
  142.   color: #c5c8c6;
  143.   outline: none;
  144. }
  145.  
  146. input,
  147. textarea,
  148. select {
  149.   border: 1px solid #515151 !important;
  150.   background-color: #282a2e;
  151.   color: #c5c8c6;
  152.   outline: none;
  153. }
  154.  
  155. input:focus,
  156. textarea:focus {
  157.   border: 1px solid #767676 !important;
  158. }
  159.  
  160. input[type=checkbox],
  161. input[type=submit],
  162. input[type=file],
  163. button {
  164.   filter: brightness(80%) !important;
  165. }
  166.  
  167. .dropzone .file-hint {
  168.   color: rgba(197, 200, 198, 0.5);
  169.   background-color: inherit;
  170. }
  171.  
  172. .dropzone {
  173.   color: inherit;
  174.   background-color: inherit;
  175. }
  176.  
  177. #blotterContainer {
  178.   color: inherit;
  179.   text-align: center;
  180. }
  181.  
  182. .subtitle {
  183.   color: inherit !important;
  184. }
  185.  
  186. /* options.js */
  187. #options_div,
  188. #alert_div {
  189.   background: #1d1f21;
  190.   border-color: #111;
  191. }
  192.  
  193. .desktop-style div.boardlist:nth-child(1) {
  194.   background-color: #F0E0D6;
  195. }
Advertisement
Add Comment
Please, Sign In to add comment