Guest User

Untitled

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