Guest User

Untitled

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