Guest User

2ch Minimal

a guest
Sep 24th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.01 KB | None | 0 0
  1. ::-webkit-scrollbar
  2. {width: 12px; height: 12px;}
  3.  
  4. ::-webkit-scrollbar-button
  5. {width: 0px; height: 0px;}
  6.  
  7. ::-webkit-scrollbar-thumb
  8. {background: #bbb; border-radius: 6px; border: 2px solid #f1f3f4;}
  9.  
  10. ::-webkit-scrollbar-thumb:active
  11. {background: #999;}
  12.  
  13. ::-webkit-scrollbar-track
  14. {background: #f1f3f4; border-radius: 6px;}
  15.  
  16. ::-webkit-scrollbar-corner
  17. {background: #f1f3f4;}
  18.  
  19. html, body
  20. {background: #f1f3f4; font-family: 'Trebuchet MS', sans-serif; line-height: 1.3;}
  21.  
  22. a, .a-link-emulator
  23. {text-decoration: none;}
  24.  
  25. a[href*="youtube.com"]
  26. {border-bottom: none;}
  27.  
  28. .adminbar__boards_sticky
  29. {background: #fff; border-bottom: none; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3); transition: .1s;}
  30.  
  31. #ABU-alertbox > .reply
  32. {border: none !important; margin: 2px !important;}
  33.  
  34. .mselect
  35. {background: #fff; border-color: #ddd; padding: 0;}
  36.  
  37. .logo
  38. {font-family: 'Trebuchet MS', sans-serif;}
  39.  
  40. hr
  41. {border-color: #0000;}
  42.  
  43. #plashque, #mobile-plashque, .logo img, .logo br, .moneymoneymoney
  44. {display: none;}
  45.  
  46. .cntnt
  47. {margin-top: 10px; padding: 0 10px;}
  48.  
  49. .cntnt__left
  50. {border-color: #ddd; padding-right: 5px;}
  51.  
  52. .cntnt__right
  53. {margin-bottom: 30px;}
  54.  
  55. .fm__header
  56. {background-color: #fff; border-radius: 13px; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3); color: #333; display: inline-block; cursor: pointer; padding: 5px 12px; user-select: none; text-decoration: none; transition: .1s;}
  57.  
  58. .fm
  59. {margin: 5px;}
  60.  
  61. .fm__header:hover
  62. {background: #f8f9fa; box-shadow: 0 2px 6px 0 rgba(60,64,67,0.3);}
  63.  
  64. .fm__sub
  65. {padding-left: 5px;}
  66.  
  67. .fm__sub a
  68. {display: block; color: #333; padding: 4px 6px; border-radius: 4px;}
  69.  
  70. .fm__sub a:hover
  71. {background: #fff; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3);}
  72.  
  73. .thread_wrap
  74. {border-color: #fff; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3);}
  75.  
  76. .thread_wrap:after
  77. {background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0%,rgba(255, 255, 255, 0.13) 30%,rgba(255, 255, 255, 0.62) 52%,rgba(255, 255, 255, 0.94) 74%,rgb(255, 255, 255) 100%);}
  78.  
  79. .thread_wrap, .thread_wrap > .thread
  80. {background: #fff;}
  81.  
  82. #hideFm
  83. {color: #333; font-weight: bold;}
  84.  
  85. #hideFm:hover
  86. {color: #06f;}
  87.  
  88. .reply-label-wrapper > .desktop
  89. {display: none;}
  90.  
  91. .reply-label-wrapper
  92. {font-size: 1em;}
  93.  
  94. .mobile.reply-label-top, .mobile.reply-label-bot
  95. {background-color: #fff; border-radius: 16px; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3); color: #333; display: inline-block; font-size: 1.1em; cursor: pointer; padding: 6px 14px; user-select: none; text-decoration: none; transition: .1s;}
  96.  
  97. .mobile.reply-label-top:hover, .mobile.reply-label-bot:hover
  98. {background: #f8f9fa; box-shadow: 0 2px 6px 0 rgba(60,64,67,0.3);}
  99.  
  100. .board-tags
  101. {margin-top: 10px;}
  102.  
  103. .post-wrapper
  104. {margin: 10px 0;}
  105.  
  106. .post
  107. {padding: 0 0 4px;}
  108.  
  109. #posts-form > .reply
  110. {border: none !important; box-shadow: 0 1px 6px 0 rgba(60,64,67,0.3);}
  111.  
  112. .reply, .post_type_reply
  113. {background: #fff; border: none; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3); border-radius: 4px; max-width: 65em;}
  114.  
  115. .reply.hiclass
  116. {background: #fff; box-shadow: 0 1px 6px 1px rgba(255,102,0,.6);}
  117.  
  118. blockquote
  119. {margin: 0.7em 25px;}
  120.  
  121. .mess-post
  122. {padding: 0 8px;}
  123.  
  124. .post .post-details
  125. {margin-bottom: 4px; padding: 0 8px;}
  126.  
  127. .reply .post-details, .post_type_reply .post__details
  128. {border-bottom: 1px solid #eee; font-size: .9em; padding: 4px 8px; margin-bottom: 4px;}
  129.  
  130. input[type="checkbox"].turnmeoff
  131. {display: none;}
  132.  
  133. .reply .ananimas, .reply .posttime
  134. {color: #999;}
  135.  
  136. .reflink a
  137. {color: #666;}
  138.  
  139. .reflink a:hover
  140. {color: #06f;}
  141.  
  142. .like-caption, .dislike-caption
  143. {display: none;}
  144.  
  145. body.replypage .reply .reflink:before
  146. {color: #44944a !important;}
  147.  
  148. .unkfunc
  149. {color: #44944a;}
  150.  
  151. .spoiler, .spoiler a
  152. {background: #ddd; color: #ddd; transition: .1s;}
  153.  
  154. .postbtn-exp
  155. {background: url(http://immage.biz/images/2018/09/24/SkHK.png) no-repeat;}
  156.  
  157. .postbtn-expall
  158. {background: url(http://immage.biz/images/2018/09/24/SkHv.png) no-repeat;}
  159.  
  160. .postbtn-hide
  161. {background: url(http://immage.biz/images/2018/09/23/SVd3.png) no-repeat;}
  162.  
  163. .postbtn-report
  164. {background: url(http://immage.biz/images/2018/09/23/SVdN.png) no-repeat;}
  165.  
  166. .postbtn-options
  167. {background: url(http://immage.biz/images/2018/09/23/SVdv.png) no-repeat;}
  168.  
  169. .ABU-refmap
  170. {font-style: italic; padding: 0 8px;}
  171.  
  172. .img
  173. {border-radius: 4px;}
  174.  
  175. .post .webm-file
  176. {border: none; border-bottom: 2px dashed #bbb;}
  177.  
  178. .modal
  179. {background: #fff; border-radius: 4px; border: none; box-shadow: 0 1px 6px 0 rgba(60,64,67,0.3); padding: 4px 0;}
  180.  
  181. .mod-ban, .mod-report
  182. {padding: 4px;}
  183.  
  184. #modReportFormComment
  185. {margin-right: 4px;}
  186.  
  187. .modal a
  188. {font-family: 'Trebuchet MS', sans-serif; padding: 4px 10px;}
  189.  
  190. .modal a:hover
  191. {background: #f8f9fa; color: #333;}
  192.  
  193. #fullscreen-container
  194. {background: rgba(51,51,51,.3) !important; border-radius: 4px; box-shadow: 0 6px 16px rgba(0,0,0,.24); overflow: hidden; padding: 0;}
  195.  
  196. .warningcover
  197. {background: none repeat scroll 0% 0% #666;}
  198.  
  199. .warningbox
  200. {background: #fff; border: none; border-radius: 4px; box-shadow: 0 6px 16px rgba(0,0,0,.24); top: 50%;}
  201.  
  202. .qr
  203. {background: #fff; border-radius: 4px; border: none; box-shadow: 0 6px 16px rgba(0,0,0,.24); padding: 4px;}
  204.  
  205. .qr .qr-header
  206. {background: #fff; border: none; font-weight: bold; padding: 3px;}
  207.  
  208. .qr .qr-close
  209. {color: #0000; font-size: 0;}
  210.  
  211. .qr .qr-close:before
  212. {content: "\f00d"; font: normal normal normal 14px/1 FontAwesome; color: #333;}
  213.  
  214. .qr-reply input.qmail
  215. {width: 357px; margin-right: 3px;}
  216.  
  217. .qr-reply .qcomment
  218. {margin-top: 3px;}
  219.  
  220. .qr-footer hr, .bb hr
  221. {border-color: #0000;}
  222.  
  223. .qr-reply .qr-vk-public, .rules-area, .kupi-passcode-suka
  224. {display: none;}
  225.  
  226. .qr-settings #setting-editor-textarea-textarea
  227. {font-family: Consolas, monospace;}
  228.  
  229. #postform table td
  230. {padding: 1px;}
  231.  
  232. #postform td.label
  233. {visibility: hidden;}
  234.  
  235. input[type="text"], input[type="password"], textarea
  236. {background: #fff; border-radius: 4px; border-color: #ddd; padding: 3px 6px;}
  237.  
  238. textarea
  239. {min-height: 60px;}
  240.  
  241. input[type="text"]:focus, input[type="password"]:focus, textarea:focus
  242. {border-color: #bbb;}
  243.  
  244. input[type="button"], input[type="submit"]
  245. {background: #fff; border-color: #ddd; border-radius: 4px; padding: 3px 6px; transition: .1s;}
  246.  
  247. input[type="button"]:hover, input[type="submit"]:hover
  248. {background: #f8f9fa;}
  249.  
  250. select
  251. {border: 1px solid #ddd; border-radius: 4px; padding: 2px 4px;}
  252.  
  253. .markup
  254. {padding: 2px;}
  255.  
  256. .message-sticker-btn
  257. {left: 6px !important; bottom: 6px !important;}
  258.  
  259. .message-byte-len
  260. {bottom: 6px !important;}
  261.  
  262. .form-files-box .form-files-limits
  263. {margin-bottom: 4px;}
  264.  
  265. .form-files-box .form-files-drag-area
  266. {border-radius: 4px; height: 46px;}
  267.  
  268. .form-files-box .input-thumbnail-box
  269. {border: none; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3); overflow: hidden;}
  270.  
  271. .form-files-box .input-thumbnail-box, .form-files-box .input-thumbnail-meta
  272. {background: #fff;}
  273.  
  274. .form-files-box .input-thumbnail-size
  275. {margin-left: 4px;}
  276.  
  277. .oekaki-width, .oekaki-height
  278. {width: 40px;}
  279.  
  280. .literally .lc-picker, .literally .horz-toolbar
  281. {background-color: #fff;}
  282.  
  283. .literally .lc-picker, .literally.toolbar-at-top .lc-options
  284. {border-color: #ddd;}
  285.  
  286. .qr-oekaki-footer
  287. {border-top: 1px solid #ddd;}
  288.  
  289. .bb
  290. {background: #fff; border: none; border-radius: 4px 4px 0 0; box-shadow: 0 0 6px 0 rgba(60,64,67,0.3);}
  291.  
  292. .bb .boardstats-row
  293. {margin: 5px;}
  294.  
  295. .fa
  296. {font: normal normal normal 14px/1 FontAwesome, 'Trebuchet MS', sans-serif;}
  297.  
  298. .fa-bar-chart, .fa-eye
  299. {float: right; min-width: 65px;}
  300.  
  301. .nb, .footer .board-info, .adminbar-bottom
  302. {display: none;}
  303.  
  304. /*-----*/
  305. .post .image
  306. {vertical-align: top;}
  307.  
  308. .post .file-attr
  309. {background: rgba(0,0,0,.4); border-radius: 4px; padding: 1px 2px; position: absolute; top: 0; opacity: 0; transition: .1s;}
  310.  
  311. .post .file-attr .filesize
  312. {display: none;}
  313.  
  314. .post .file-attr a
  315. {color: #fff; display: block; max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none;}
  316.  
  317. .post .file-attr a:hover
  318. {text-decoration: underline;}
  319.  
  320. figure
  321. {position: relative;}
  322.  
  323. figure:hover > .file-attr
  324. {opacity: 1;}
Advertisement
Add Comment
Please, Sign In to add comment