Advertisement
Guest User

4chan

a guest
Dec 27th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. @-moz-document domain("4chan.org")
  2. {
  3. body, html
  4. {
  5. background: rgb(22, 22, 22);
  6. color: rgb(160, 160, 160);
  7. margin: 0px;
  8. padding: 0px;
  9. }
  10.  
  11. #boardNavDesktop
  12. {
  13. background: rgb(22, 22, 22);
  14. padding-bottom: 5px;
  15. height: 25px;
  16. margin-bottom: -10px;
  17. }
  18.  
  19. .boardList
  20. {
  21. max-width: calc(100% - 120px);
  22. overflow-x: scroll;
  23. }
  24.  
  25. .navLinks
  26. {
  27. text-align: center;
  28. }
  29.  
  30. .navLinks .thread-stats
  31. {
  32. float: none;
  33. }
  34.  
  35. .board .navLinks
  36. {
  37. text-align: left;
  38. }
  39.  
  40. .board .navLinks .thread-stats
  41. {
  42. float: right;
  43. }
  44.  
  45. #ctrl-top
  46. {
  47. margin-top: 10px;
  48. text-align: center;
  49. }
  50.  
  51. #ctrl-top hr
  52. {
  53. display: none;
  54. }
  55.  
  56. .boardBanner
  57. {
  58. background: linear-gradient(to bottom, rgb(22, 22, 22) 0%,rgb(22, 22, 22) 100%);
  59. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(22, 22, 22)), color-stop(100%,rgb(22, 22, 22)));
  60. margin-top: -5px;
  61. }
  62.  
  63. hr.aboveMidAd,
  64. hr.aboveMidAd + div,
  65. hr.belowLeaderboard,
  66. hr.abovePostForm + div
  67. {
  68. display: none;
  69. }
  70.  
  71. hr.abovePostForm
  72. {
  73. width: 100%;
  74. }
  75.  
  76. #blotter
  77. {
  78. display: none;
  79. }
  80.  
  81. .post,
  82. .post.reply
  83. {
  84. background-color: rgb(22, 22, 22) !important;
  85. border-color: rgb(22, 22, 22) !important;
  86. width: 100% !important;
  87. margin-top: 10px !important;
  88. }
  89.  
  90. .post.highlight .name,
  91. .post.highlight .dateTime
  92. {
  93. color: rgb(22, 22, 22) !important;
  94. }
  95.  
  96. .post.highlight .postMessage
  97. {
  98. color: rgb(22, 22, 22);
  99. }
  100.  
  101. #quote-preview
  102. {
  103. width: auto !important;
  104. color: #eee !important;
  105. }
  106.  
  107. .sideArrows
  108. {
  109. display: none;
  110. }
  111.  
  112. .expanded-thumb
  113. {
  114. max-width: 80vw !important;
  115. max-height: 80vh !important;
  116. }
  117.  
  118. .board
  119. {
  120. width: 80%;
  121. max-width: 1000px;
  122. margin: 0px auto;
  123. }
  124.  
  125. .pagelist
  126. {
  127. background-color: rgb(22, 22, 22) !important;
  128. border-color: rgb(22, 22, 22) !important;
  129. }
  130.  
  131. hr
  132. {
  133. border-color: #333;
  134. margin-top: 30px;
  135. margin-bottom: 30px;
  136. }
  137.  
  138. a,
  139. a.quotelink,
  140. .thread a.replylink
  141. {
  142. color: #aae !important;
  143. }
  144.  
  145. .boxbar
  146. {
  147. background-color: rgb(22, 22, 22);
  148. }
  149.  
  150. .boxcontent,
  151. #announce
  152. {
  153. background-color: rgb(22, 22, 22);
  154. color: #eee;
  155. }
  156.  
  157. .boxcontent li
  158. {
  159. background: none !important;
  160. }
  161.  
  162. .box-outer
  163. {
  164. background-color: rgb(22, 22, 22);
  165. border-color: rgb(22, 22, 22);
  166. }
  167.  
  168. #ft
  169. {
  170. margin-top: 20px;
  171. }
  172.  
  173. #ft ul
  174. {
  175. width: auto;
  176. text-align: center;
  177. border: none;
  178. }
  179.  
  180. #ft li
  181. {
  182. background: rgb(22, 22, 22) !important;
  183. border-color: rgb(22, 22, 22) !important;
  184. }
  185.  
  186. #ft li.fill
  187. {
  188. display: none;
  189. }
  190.  
  191. #logo
  192. {
  193. display: none;
  194. }
  195.  
  196. #doc
  197. {
  198. margin-top: 10px;
  199. }
  200.  
  201. #disclaimer-dialog
  202. {
  203. background-color: rgb(22, 22, 22);
  204. color: #eee;
  205. border-color: #333;
  206. }
  207.  
  208. #quickReply
  209. {
  210. background-color: #222;
  211. border-color: #333;
  212. }
  213.  
  214. #quickReply #qrHeader
  215. {
  216. background-color: #222;
  217. color: #eee;
  218. border-color: rgb(22, 22, 22);
  219. }
  220.  
  221. .boxcontent dt
  222. {
  223. color: #bee;
  224. }
  225.  
  226. .boxcontent dd
  227. {
  228. border-color: #333;
  229. }
  230.  
  231. .boxcontent dd span
  232. {
  233. color: #789922 !important;
  234. }
  235.  
  236. .extPanel
  237. {
  238. background-color: rgb(22, 22, 22) !important;
  239. border-color: rgb(22, 22, 22) !important;
  240. }
  241.  
  242. .extPanel a
  243. {
  244. color: #aae !important;
  245. }
  246. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement