Arctis

4chan css

Aug 21st, 2014
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1. @-moz-document domain("boards.4chan.org") {
  2. /* Relative to the general appearance of 4chan. */
  3. body {
  4. background: #0d151d !important;
  5. font-family: 'Open Sans', sans-serif !important;
  6. color: #843834 !important;
  7. margin: auto !important;
  8. font-size: 13px !important;
  9. }
  10. hr {
  11. padding-top: 5px !important;
  12. border: 0 !important;
  13. }
  14.  
  15. /* Links */
  16. a {
  17. color: #ab7546 !important;
  18. }
  19.  
  20. /* Foreground of the header bar */
  21. #board-list,
  22. #custom-board-list {
  23. color: #843834 !important;
  24. font-family: 'Open Sans', sans-serif !important;
  25. }
  26. #header-bar a {
  27. color: #843834 !important;
  28. }
  29.  
  30. /* Background of the header bar */
  31. #header-bar.dialog {
  32. background: #0d151d !important;
  33. border: 0 !important;
  34. }
  35.  
  36. /* Color of the selected board on the header bar. */
  37. #header-bar a.current {
  38. color: #843834 !important;
  39. }
  40.  
  41. /* Appearance of the menus. */
  42. #menu.dialog,
  43. .entry {
  44. background: #0d151d !important;
  45. border: 0 !important;
  46. color: #843834 !important;
  47. font-family: 'Open Sans', sans-serif !important;
  48. font-size: 0.750rem !important;
  49. }
  50.  
  51. /* Catalog search and page links, This is not ready. */
  52. div.navLinks,
  53. div.pagelist {
  54. background: transparent !important;
  55. font-family: 'Open Sans', sans-serif !important;
  56. font-size: 0.750rem !important;
  57. border: 0 !important;
  58. display: inline-block !important;
  59. margin-bottom: 0 !important;
  60. }
  61.  
  62. /* Appearance of the thread updater and thread stats. */
  63. #index-search.field,
  64. #updater.dialog,
  65. #thread-stats.dialog {
  66. font-family: 'Open Sans', sans-serif !important;
  67. font-size: 0.750rem !important;
  68. background: transparent !important;
  69. color: #ab7546 !important;
  70. border-style: none !important;
  71. }
  72.  
  73. /* Thread updater menu */
  74. #index-search.field:hover,
  75. #updater.dialog:hover {
  76. background: #0d151d !important;
  77. color: #ab7546 !important;
  78. }
  79.  
  80. /* Clean up. */
  81. .bottomCtrl.desktop,
  82. #absbot.absBotText,
  83. .navLinks.desktop,
  84. .navLinks.navLinksBot.desktop {
  85. display: none !important;
  86. }
  87.  
  88. /* Hide ads? */
  89. div.center,
  90. div.topad.center,
  91. div.middlead.center,
  92. div.bottomad.center,
  93. div.ad-plea {
  94. display: none !important;
  95. }
  96.  
  97. /* Display board banner? */
  98. .boardBanner {
  99. display: none !important;
  100. }
  101.  
  102. /* Relative to posts. */
  103. .post.reply {
  104. font-family: 'Open Sans', sans-serif !important;
  105. font-size: 13px !important;
  106. background: #0d151d !important;
  107. color: #ab7546 !important;
  108. width: 100% !important;
  109. border: 0 !important;
  110. padding: 6px !important;
  111. box-shadow: #0d151d 0 0 2px !important;
  112. }
  113.  
  114. /* Relative to the thread */
  115. .thread {
  116. margin-top: -10px !important;
  117. margin-right: 30px !important;
  118. margin-left: 15px !important;
  119. }
  120. div.postContainer.opContainer {
  121. display: inline-block !important;
  122. width: 100% !important;
  123. margin: auto !important;
  124. }
  125. .inline {
  126. padding-left: 15px !important;
  127. padding-right: 15px !important;
  128. border: 0 !important;
  129. }
  130. .inline .post.reply {
  131. background-color: #0d151d !important;
  132. border: 0 !important;
  133. }
  134.  
  135. /* Post subjects. */
  136. span.subject {
  137. color: #843834 !important;
  138. }
  139.  
  140. /* Tripcodes. */
  141. span.postertrip {
  142. color: #6673bf !important;
  143. }
  144.  
  145. /* Post numbers. */
  146. span.postNum a {
  147. color: #843834 !important;
  148. }
  149.  
  150. /* Poster's name. */
  151. span.name {
  152. color: #843834 !important;
  153. font-weight: normal !important;
  154. }
  155.  
  156. /* Date and time of the posts. */
  157. span.dateTime {
  158. color: #ab7546 !important;
  159. }
  160.  
  161. /* Quote links. */
  162. a.quotelink {
  163. color: #843834 !important;
  164. }
  165.  
  166. /* Link to posts quoting the current post. */
  167. a.backlink {
  168. color: #843834 !important;
  169. }
  170.  
  171. /* Greentext. */
  172. span.quote {
  173. color: #2c4047 !important;
  174. }
  175.  
  176. /* Post menu button. */
  177. .post .menu-button {
  178. float: right;
  179. position: relative;
  180. left: 0px;
  181. }
  182.  
  183. /* Hide "hide reply" buttons. */
  184. .postInfo > input,
  185. a.hide-post-button {
  186. display: none !important;
  187. }
  188.  
  189. /* Relative to post info, i.e. Post name, tripcode, post date, etc. */
  190. .postInfo a,
  191. div.postInfo {
  192. color: #843834 !important;
  193. font-size: 12px !important;
  194. }
  195.  
  196. /* Relative to file info, i.e. filename, file size, resolution, etc. */
  197. div.fileText {
  198. color: #171d35
  199. font-family: 'Open Sans', sans-serif !important;
  200. font-size: 0.750rem !important;
  201. }
  202.  
  203. /* Fix post previews. */
  204. #qp {
  205. border: 0 !important;
  206. box-shadow: none !important;
  207. }
  208.  
  209.  
  210. /* Relative to the quick reply. */
  211. #qr {
  212. background: #0d151d !important;
  213. color: #ab7546 !important;
  214. border: none !important;
  215. border-radius: 2px !important;
  216. box-shadow: none !important;
  217. transition: all 0.2s ease 0s;
  218. }
  219. #qr form {
  220. bottom: 12px !important;
  221. right: 0% !important;
  222. width: 300px !important;
  223. padding: 4px !important;
  224. margin-top: 23px !important;
  225. padding-top: 10px !important;
  226. padding-bottom: 3px !important;
  227. background: #0d151d !important;
  228. border-color: #843834 !important;
  229. border-radius: 4px !important;
  230. }
  231. #dump-button {
  232. background: #0d151d !important;
  233. border-color: #0d151d !important;
  234. color: #ab7546 !important;
  235. }
  236.  
  237. /* Color of the fields. */
  238. #qr .field {
  239. background: #0d151d !important;
  240. border-color: #843834 !important;
  241. color: #ab7546 !important;
  242. }
  243.  
  244. /* Movable QR? */
  245. #qr span.move {
  246. display: none !important;
  247. }
  248.  
  249. /* Remove menu */
  250. #qr select {
  251. display: none !important;
  252. }
  253.  
  254. /* Make the name field become invisible when there's something in it... */
  255. #qr input.field:nth-child(2) {
  256. background: #0d151d !important;
  257. color: #0d151d !important;
  258. }
  259.  
  260. /* ... And then make it visible again when you hover over it. */
  261. #qr input.field:nth-child(2):hover {
  262. background: #0d151d !important;
  263. color: #ab7546 !important;
  264. }
  265.  
  266. /* Remove bar above the fields. */
  267. #qr > div {
  268. position: fixed !important;
  269. }
  270.  
  271. /* Relative to 4chan X's menu */
  272. #fourchanx-settings.dialog,
  273. fieldset legend,
  274. a.tab-main.tab-selected {
  275. font-family: sans-serif !important;
  276. font-size: 11px !important;
  277. background: #0d151d !important;
  278. color: #ab7546 !important;
  279. }
  280.  
  281. /*** Animations ***/
  282.  
  283. /* Change backlinks to >> and animate them. */
  284. a.backlink {
  285. text-decoration: none !important;
  286. font-size: 0 !important;;
  287. }
  288. .backlink:after {
  289. font-size: 11px !important;
  290. padding: 1px;
  291. content: '>>' !important;
  292. text-decoration: none !important;
  293. }
  294. .backlink:not(:first-child) {
  295. margin-left: -1.0rem;
  296. transition: all .1s linear .2s;
  297. opacity: 0;
  298. }
  299. /* Post menu animations. */
  300. .postContainer:hover .backlink {
  301. margin-left: 0rem;
  302. transition-delay: .1s;
  303. opacity: 100;
  304. }
  305. .post.reply a.menu-button {
  306. opacity: 0;
  307. transition: all .2s;
  308. }
  309. .post.reply:hover .menu-button {
  310. opacity: 100;
  311. transition: all .1s;
  312. }
  313. /* QR animations. */
  314. #qr.dialog.has-captcha.autohide,
  315. #qr.dialog.autohide {
  316. top: -300px !important;
  317. height: 21px !important;
  318. transition: all 0.7s ease 0s;
  319. }
  320. }
Advertisement
Add Comment
Please, Sign In to add comment