Blockland Forum - Dark Theme

Makes Blockland cleaner and dark.

  1. /* ==UserStyle==
  2. @name Blockland Forum - Dark Theme
  3. @description Makes Blockland cleaner and dark.
  4. @author Generic
  5. @version 1.0.7
  6. @license cc0-1.0
  7. @namespace https://gf.qytechs.cn/users/689412
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://forum.blockland.us") {
  11.  
  12. /* Main color, changes the background. */
  13.  
  14. body, #header, #header div.frame, #content_section, #content_section div.frame, span.upperframe span, span.lowerframe span, #footer_section div.frame, #footer_section, span.lowerframe, blockquote.bbc_standard_quote, td, #message_resizer
  15. {
  16. background: #1a1a1d;
  17. color: #eee;
  18. }
  19.  
  20. /* Secondary color.*/
  21.  
  22. .catbg, .catbg2, .catbg, .catbg2, .table_list .header td.catbg, div.cat_bar, .windowbg, div.roundframe div.cat_bar .catbg, div.roundframe div.cat_bar, .dropmenu li ul, .windowbg span.topslice span, .windowbg span.topslice, .windowbg span.botslice, .windowbg span.botslice span, .windowbg2 span.botslice span, .windowbg2 span.botslice, .windowbg2 span.topslice span, .windowbg2 span.topslice, .plainbox, tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2, tr.catbg th, tr.catbg2 th, td.catbg, td.catbg2, tr.catbg .first_th, .last_th, tr.catbg, .buttonlist ul li a, .buttonlist ul li a span, div.title_barIC .titlebg, .roundframe, div.title_barIC, .title_bar, h4.titlebg, #preview_body, .bbc_code, .bbc_table td, blockquote.bbc_alternate_quote, #topic_icons, h3.titlebg
  23. {
  24. background: #212121 !important;
  25. color: #eee
  26. }
  27.  
  28. /* Accent colors, feel free to change these four to your liking. */
  29. a:link, a:visited
  30. {
  31. color: #45a29e;
  32. }
  33.  
  34. .button_submit, .button_reset, .dropmenu li a.active, .dropmenu li a.active span.firstlevel, .buttonlist ul li a.active, .buttonlist ul li a.active span, .buttonlist ul li a.active, .activity_stats li div.bar div
  35. {
  36. background: #45a29e !important;
  37. }
  38.  
  39. #bbcBox_message div img
  40. {
  41. background-image: none !important;
  42. background: #45a29e;
  43. }
  44.  
  45. /* Hover color. */
  46. .button_submit:hover, .button_reset:hover, .dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel, .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel
  47. {
  48. background: #49bdb8;
  49. }
  50.  
  51. /* Color for normal threads*/
  52. .windowbg1, .windowbg2
  53. {
  54. background: #212121;
  55. }
  56.  
  57. /* Color for stickied threads. */
  58. .stickybg, .stickybg2
  59. {
  60. background: #303030;
  61. }
  62.  
  63. /* Color for locked threads. */
  64. .lockedbg, .lockedbg2
  65. {
  66. background: #181818;
  67. }
  68.  
  69. /* Hiding borders. */
  70. .roundframe, .dropmenu li li
  71. {
  72. border-left: hidden;
  73. border-right: hidden;
  74. }
  75.  
  76. blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
  77. {
  78. border-bottom: hidden;
  79. border-top: hidden;
  80. }
  81.  
  82. .plainbox, #main_content_section > center:nth-child(8) > div:nth-child(1), .button_submit:hover, .button_reset:hover, .button_submit
  83. {
  84. border: hidden !important;
  85. margin-top: 0px;
  86. }
  87.  
  88. .dropmenu li ul
  89. {
  90. border-bottom: 0px;
  91. }
  92.  
  93. /* Of course, text areas needs a border. */
  94. /* To get rid of the border simply change "solid" below to "hidden". */
  95. input, .editor, textarea, select
  96. {
  97. border: 1px solid #aaa;
  98. }
  99.  
  100. #upshrinkHeaderIC .last
  101. {
  102. border-top: 1px solid #bbb;
  103. }
  104.  
  105. /* Changes the color of the text. */
  106. .inner, .windowbg2, .buttonlist ul li a.active:hover, h5, .quickbuttons a:hover, ul.quickbuttons a:hover
  107. {
  108. color: #fff;
  109. }
  110.  
  111. h4.titlebg a
  112. {
  113. color: #eee;
  114. }
  115.  
  116. input, button, select, textarea
  117. {
  118. color: #fff;
  119. background: #1a1a1d
  120. }
  121.  
  122. /* Poster and board name color. */
  123. .poster, h4, .poster h4 a, .table_list tbody.content td.info a.subject
  124. {
  125. color: #eee;
  126. }
  127.  
  128. /* Footer color. */
  129. a.new_win:link, a.new_win:visited
  130. {
  131. color: #aaa;
  132. }
  133.  
  134. /* Getting rid of unnecessary padding */
  135. #footer_section > div:nth-child(1)
  136. {
  137. padding: 0px;
  138. }
  139.  
  140. span.upperframe
  141. {
  142. padding-left: 0px;
  143. }
  144.  
  145. /* Hiding unnecessary stuff like forum title and ads. */
  146. smflogo, .forumtitle, #top_section, #category_a, #category_a, .divider:nth-child(9), .table_list > tbody:nth-child(11), div.windowbg:nth-child(3) > div:nth-child(2), div.windowbg:nth-child(3), .clear:nth-child(3)
  147. {
  148. display: none;
  149. }
  150. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址