Advertisement
Guest User

kuro

a guest
Nov 24th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. @-moz-document domain("boards.4chan.org") {
  2.  
  3.  
  4.  
  5.  
  6. body {
  7.  
  8. font-family: sans !important;
  9.  
  10. font-size: 12px !important;
  11.  
  12. background:none !important;
  13.  
  14. background-color:#fbfbfb !important;
  15.  
  16. color:rgb(195, 195, 195) !important;
  17.  
  18. }
  19.  
  20. .post {
  21.  
  22. border: 0px #000000!important;
  23.  
  24. }
  25.  
  26. .replyContainer {
  27.  
  28. padding: 4px !important;
  29.  
  30. }
  31.  
  32. .post.reply {
  33.  
  34.  
  35.  
  36. background-color: #e5e3d8;
  37.  
  38. width:70%!important;
  39.  
  40. margin-left:15%!important;
  41.  
  42. }
  43.  
  44. .postMessage {
  45.  
  46. color: #000000 !important;
  47.  
  48. }
  49.  
  50. div.opContainer {
  51.  
  52. display: block !important;
  53.  
  54.  
  55. }
  56.  
  57. img#toggleMsgBtn.extButton{
  58.  
  59. display: none !important;
  60.  
  61. }
  62.  
  63. div.navLinks.navLinksBot.desktop {
  64.  
  65. color: transparent !important;
  66.  
  67. margin-bottom: 0px !important;
  68.  
  69. margin-top: 30px !important;
  70.  
  71. }
  72.  
  73. div.navLinks.navLinksBot.desktop a{
  74.  
  75. color: #000000 !important;
  76.  
  77. margin-bottom: 0px !important;
  78.  
  79. margin-top: 30px !important;
  80.  
  81. }
  82.  
  83. #quickReply input[type="text"], #quickReply textarea, #quickReply #recaptcha_response_field {
  84. border: 0px solid #AAA;
  85. font-family: arial,helvetica,sans-serif;
  86. font-size: 10pt;
  87. outline: medium none;
  88. width: 296px;
  89. padding: 2px;
  90. margin: 0px 0px 1px;
  91. }
  92.  
  93. div.recaptcha_input_area {
  94. position: relative !important;
  95. background: transparent none repeat scroll 0% 0% !important;
  96. }
  97.  
  98. input[type="password"]{
  99. display: none !important;
  100. }
  101.  
  102.  
  103. div#qrHeader.drag.postblock {
  104. background-color: #000000;
  105. color: transparent !important;
  106. font-family: open sans semibold !important;
  107. border: 0px solid #000;
  108. padding: 0px 5px;
  109. font-size: 10pt;
  110.  
  111. }
  112.  
  113. #quickReport, #quickReply {
  114. display: block;
  115. position: fixed;
  116. padding: 2px;
  117. font-size: 10pt;
  118. border: 0px !important;
  119. box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .3);
  120. }
  121.  
  122. .rc-anchor-normal {
  123. background: #333333 none repeat scroll 0% 0%;
  124. border: 0px solid #D3D3D3;
  125. color: #000;
  126. }
  127.  
  128. #qrepClose, #qrClose {
  129. background: url('http://i.imgur.com/TkuW5hs.png') !important;
  130. float: right;
  131. }
  132.  
  133. .thread-stats {
  134.  
  135. color: #212121 !important;
  136.  
  137. }
  138.  
  139. div.postMenu {
  140.  
  141. background-color: #e5e3d8;
  142.  
  143. }
  144.  
  145. #quickReport, #quickReply {
  146.  
  147. background-color: #212121 !important;
  148.  
  149. color: #ffffff !important;
  150.  
  151. }
  152.  
  153. #qrepHeader, #qrHeader {
  154.  
  155. background-color: #212121 !important;
  156.  
  157. color: #ffffff !important;
  158.  
  159. }
  160.  
  161. .post.reply, .opContainer, .post.reply {
  162.  
  163. padding: 15px !important;
  164.  
  165. border: 0px !important;
  166.  
  167. -moz-box-sizing:border-box!important;
  168.  
  169. }
  170.  
  171. #quickReply textarea {
  172.  
  173. background-color: #212121 !important;
  174.  
  175. color: #ffffff !important;
  176.  
  177. border: 0px !important;
  178.  
  179. }
  180.  
  181. #threadWatcher {
  182.  
  183. background-color: #212121 !important;
  184.  
  185. color: #000000 !important;
  186.  
  187. box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .3);
  188.  
  189. border: 0px !important;
  190.  
  191. }
  192.  
  193.  
  194.  
  195. .hasNewReplies {
  196.  
  197. font-family: 'open sans semibold'!important;
  198.  
  199. }
  200.  
  201. span.postNum a {
  202.  
  203. padding-top: 12px !important;
  204.  
  205. }
  206.  
  207.  
  208.  
  209. #watchList li {
  210.  
  211. color: #57595c !important;
  212.  
  213. }
  214.  
  215. #watchList a {
  216.  
  217. color: #57595c !important;
  218.  
  219. outline: 0 !important;
  220.  
  221. }
  222.  
  223. #watchList a:hover {
  224.  
  225. color: #88a1ba !important;
  226.  
  227. transition: color .5s ease-out;
  228.  
  229. }
  230.  
  231.  
  232. #twHeader {
  233.  
  234. color: transparent !important;
  235.  
  236. height: 2px !important;
  237.  
  238. }
  239.  
  240.  
  241. #threadWatcher {
  242.  
  243. line-height: 18px !important;
  244.  
  245. max-width: 200px;
  246.  
  247. display: block;
  248.  
  249. position: absolute;
  250.  
  251. padding: 3px;
  252.  
  253. text-decoration: none !important;
  254.  
  255. }
  256.  
  257. .yotsuba_b_new #watchList li:first-child {
  258.  
  259. border-top: 0px solid #B7C5D9;
  260.  
  261. }
  262.  
  263.  
  264.  
  265. div.post div.postInfo span.postNum {
  266.  
  267. background-color: #212121;
  268.  
  269. float: right;
  270.  
  271. }
  272.  
  273. div.postInfo span.postNum a {
  274.  
  275. font-family: 'open sans semibold' !important;
  276.  
  277. background-color: #333333!important;
  278.  
  279. position: absolute;
  280.  
  281. text-align: center !important;
  282.  
  283. margin-left: -110px !important;
  284.  
  285. color: #767677 !important;
  286.  
  287. height: 28px !important;
  288.  
  289. width: 120px !important;
  290.  
  291. margin-top: -10px !important;
  292.  
  293. float: right;
  294.  
  295. }
  296.  
  297. div.postInfo span.postNum a:hover {
  298.  
  299.  
  300. transition: color .3s ease-out;
  301.  
  302. }
  303.  
  304.  
  305.  
  306. .reply:target, .reply.highlight {
  307.  
  308. background: #f0f0f0 none repeat scroll 0% 0% !important;
  309.  
  310. border: 0px !important;
  311.  
  312. padding: 2px;
  313.  
  314. }
  315.  
  316.  
  317. input[type=checkbox]{
  318.  
  319. display: none !important;
  320.  
  321. }
  322.  
  323.  
  324. div.post div.file .fileThumb img {
  325.  
  326. border: 0px none;
  327.  
  328. padding-top: 13px !important;
  329.  
  330. float: left;
  331.  
  332. }
  333.  
  334.  
  335. div.post div.file .fileThumb{
  336.  
  337. outline: 0;
  338.  
  339. opacity: 0.6;
  340.  
  341. transition: opacity .5s ease-out;
  342.  
  343. }
  344.  
  345.  
  346. div.post div.file .fileThumb:Hover{
  347.  
  348. outline: 0;
  349.  
  350. opacity: 1;
  351.  
  352. }
  353.  
  354. span.name, span.postertrip {
  355.  
  356. color: #b46565 !important;
  357.  
  358. font-weight: normal !important;
  359.  
  360. }
  361.  
  362.  
  363.  
  364. span.dateTime {
  365.  
  366. display: none !important;
  367.  
  368. color: #919191 !important;
  369.  
  370. }
  371.  
  372. div.post blockquote.postMessage {
  373.  
  374. display: block;
  375.  
  376. padding-top: 2px !important;
  377.  
  378. }
  379.  
  380. .fileText {
  381.  
  382. opacity: 0 !important;
  383.  
  384. transition: opacity .5s ease-out;
  385.  
  386. }
  387.  
  388. .fileText:hover {
  389.  
  390. opacity: 1 !important;
  391.  
  392. transition: opacity .5s ease-out; }
  393.  
  394.  
  395. .quotelink {
  396.  
  397. color: #88a1ba !important;
  398.  
  399. text-decoration: none !important;
  400.  
  401. }
  402.  
  403. .backlink a {
  404.  
  405. opacity: 0 !important;
  406.  
  407. transition: opacity .5s ease-out;
  408.  
  409. }
  410.  
  411. .backlink a:hover {
  412.  
  413. opacity: 1 !important;
  414.  
  415. transition: opacity .5s ease-out;
  416.  
  417. }
  418.  
  419. .postMenuBtn {
  420.  
  421. opacity: 0 !important;
  422.  
  423. transition: opacity .5s ease-out;
  424.  
  425. }
  426.  
  427. .postMenuBtn:hover {
  428.  
  429. opacity: 1 !important;
  430.  
  431. transition: opacity .5s ease-out;
  432.  
  433. }
  434.  
  435. .burichan_new .backlink a, .yotsuba_b_new .backlink a {
  436.  
  437. color: #998b80 !important;
  438.  
  439. text-decoration: none !important;
  440.  
  441. }
  442.  
  443. span.quote {
  444.  
  445. color: #8b9b6e !important;
  446.  
  447. }
  448.  
  449.  
  450.  
  451. img.bottomad, .bottomad > div, .bottomad a img, .ad-plea, .topad,.boardBanner, .middlead, .aboveMidAd, #absbot, #boardNavDesktopFoot, .stylechanger, hr, .deleteform, #blotter-msgs, #blotter-desktop, .globalMessage, #boardNavDesktop,.form, #togglePostFormLink.desktop, #toggleBlotter, #blotter, .yotsuba-b:root div.boardTitle, .sideArrows, .center, #twPrune {
  452. display: none !important;
  453. }
  454.  
  455.  
  456. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement