Advertisement
Guest User

2ch//Simple

a guest
Mar 21st, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @media only screen and (min-width: 480px) {
  3. /* MAKABA DEFAULT */
  4.  
  5. body {
  6. padding: 0;
  7. margin: 0;
  8. font-size: 0.8em;
  9. }
  10. .prerekl-hr,
  11. .rekl {
  12. display: none;
  13. }
  14. .desktop {
  15. display: none !important;
  16. }
  17. .mobile {
  18. display: block !important;
  19. clear: both !important;
  20. }
  21. .logo {
  22. font-size: 1.5em !important;
  23. }
  24. .passcode-banner-mob {
  25. display: block !important;
  26. }
  27. #postform .mail input[type="text"],
  28. #postform td select#anoniconsselectlist,
  29. #postform td #shampoo,
  30. #postform td input#subject {
  31. width: 100% !important;
  32. min-width: 233px;
  33. }
  34. #postform .name #name,
  35. #postform td input#subject {
  36. margin-bottom: 2px;
  37. }
  38. .post-wrapper {
  39. margin: 4px 0;
  40. padding: 0 10px;
  41. }
  42. .post .post-details {
  43. background: #D1D1D1;
  44. padding: 5px;
  45. }
  46. .post .images {
  47. margin-bottom: 5px;
  48. }
  49. .post .posttime-reflink {
  50. float: right;
  51. }
  52. blockquote.post-message {
  53. margin: 1em;
  54. }
  55. .file-attr {
  56. font-size: 1em;
  57. }
  58. .file-attr .filesize {
  59. font-size: 1.1em;
  60. }
  61. .oppost-options-mob .mess-post-mob {
  62. float: left;
  63. }
  64. .oppost-options-mob .hide-view {
  65. float: right;
  66. }
  67. .posts hr {
  68. margin-top: 30px !important;
  69. margin-bottom: 30px !important;
  70. }
  71. .posts hr:last-of-type,
  72. .thread-nav-mob + hr {
  73. margin: 0.5em auto !important;
  74. }
  75. .post .post-details {
  76. overflow: hidden;
  77. }
  78. .hidden-thread-box {
  79. margin-left: 0 !important;
  80. padding: 5px;
  81. }
  82. .board-list-mob {
  83. display: block !important;
  84. float: left;
  85. clear: none !important;
  86. }
  87. .menu {
  88. position: fixed;
  89. width: 100%;
  90. background: #DDDDDD;
  91. padding: 3px !important;
  92. border-bottom: 2px solid #cccccc;
  93. }
  94. .menu-links-mob {
  95. float: right !important;
  96. }
  97. .thread-nav-mob {
  98. display: block !important;
  99. text-align: center !important;
  100. }
  101. .send-mob {
  102. text-align: center;
  103. margin: 3px 0;
  104. }
  105. .button-mob {
  106. float: none !important;
  107. border-radius: 4px;
  108. padding: 6px 10px 5px 10px !important;
  109. font-weight: bold;
  110. background-color: #DDDDDD;
  111. border: 1px solid #CCCCCC;
  112. user-select: none;
  113. background-repeat: repeat-x;
  114. text-decoration: none;
  115. color: #FF6600;
  116. display: inline-block !important;
  117. cursor: pointer;
  118. }
  119. .pager {
  120. text-align: center;
  121. }
  122. }
  123. #plashque {
  124. z-index: 1000
  125. }
  126. /* MAKABA DEFAULT END */
  127.  
  128. html,
  129. body {
  130. font-family: "Trebuchet MS", Trebuchet, tahoma, serif !important;
  131. font-size: 16px !important;
  132. background-color: #585858 !important;
  133. }
  134. img,
  135. .img {
  136. border-radius: 8px;
  137. }
  138. a {
  139. color: #444 !important;
  140. text-decoration: none !important;
  141. }
  142. a:hover {
  143. color: #888 !important;
  144. }
  145. hr {
  146. border: 0 !important;
  147. }
  148. .posts .post-wrapper,
  149. .posts .oppost-wrapper,
  150. .thread .oppost,
  151. .thread .post {
  152. width: 100% !important;
  153. clear: both !important;
  154. }
  155. .posts,
  156. form > .thread {
  157. width: 1200px !important;
  158. margin-left: auto !important;
  159. margin-right: auto !important;
  160. }
  161. #adminbar,
  162. .adminbar-top {
  163. margin-bottom: 0px !important;
  164. padding-bottom: 10px !important;
  165. }
  166. header {
  167. margin-top: -8px !important;
  168. }
  169. .oppost-wrapper {
  170. color: #777 !important;
  171. background: #ececec !important;
  172. min-height: 30px;
  173. position: relative !important;
  174. border: none !important;
  175. border-left: 5px solid #c1e1fd !important;
  176. border-radius: 8px !important;
  177. box-shadow: -1px 1px 1px rgba(0, 0, 0, .08);
  178. margin-bottom: 4px;
  179. overflow: auto;
  180. }
  181. .oppost-options-mob {
  182. font-size: 0.8em;
  183. overflow: auto;
  184. padding: 8px;
  185. margin: 0 8px;
  186. background: none repeat scroll 0% 0% #ececec !important;
  187. }
  188. .oppost {
  189. background: none repeat scroll 0% 0% #ececec !important;
  190. }
  191. .post {
  192. padding: 0px;
  193. margin: 0px;
  194. }
  195. .post .post-message {
  196. margin-top: 0 !important;
  197. }
  198. .post .image {
  199. display: inline-block;
  200. vertical-align: top;
  201. margin: 8px 17px;
  202. }
  203. .post .post-details {
  204. background: none repeat scroll 0% 0% #ececec !important;
  205. padding: 8px;
  206. margin: 0 8px;
  207. font-size: 0.8em !important;
  208. }
  209. .reply {
  210. color: #5f5f5f !important;
  211. background: #ececec !important;
  212. min-height: 30px;
  213. border: none !important;
  214. border-radius: 8px !important;
  215. box-shadow: -1px 1px 1px rgba(0, 0, 0, .08);
  216. }
  217. .ABU-refmap {
  218. padding: 8px;
  219. margin: 0 8px 8px 8px;
  220. }
  221. .reply.hidden-thread-box,
  222. .hidden-post-box {
  223. color: #5f5f5f !important;
  224. background: #fff !important;
  225. min-height: 30px;
  226. padding: 12px 12px !important;
  227. position: relative !important;
  228. border: none !important;
  229. border-left: 5px solid rgb(247, 184, 150) !important;
  230. border-radius: 8px !important;
  231. box-shadow: -1px 1px 1px rgba(0, 0, 0, .08);
  232. margin-bottom: 4px;
  233. overflow: auto;
  234. }
  235. .reply.hiclass {
  236. border-left: 5px solid #EEDACB !important;
  237. margin: 0em 0em 0em 1em !important;
  238. }
  239. .unkfunc {
  240. color: #50b11d !important;
  241. }
  242. span.spoiler,
  243. span.spoiler a {
  244. color: #f4f5f5;
  245. background: none repeat scroll 0% 0% #f4f5f5 !important;
  246. }
  247. .new-posts-marker .post {
  248. border-bottom: 2px solid #F00 !important;
  249. }
  250. .ophui {
  251. color: #008000;
  252. }
  253. .button-mob {
  254. color: #fff !important;
  255. background-color: #5bc0de !important;
  256. border-color: #46b8da !important;
  257. border-radius: 4px !important;
  258. padding: 8px 16px 8px 16px !important;
  259. text-decoration: none !important;
  260. }
  261. .button-mob:hover {
  262. color: #fff !important;
  263. background-color: #31b0d5 !important;
  264. border-color: #269abc !important;
  265. text-decoration: none !important;
  266. }
  267. input[type="button"],
  268. input[type="submit"] {
  269. color: #fff !important;
  270. background-color: #5cb85c !important;
  271. border-color: #4cae4c !important;
  272. border-radius: 4px !important;
  273. text-decoration: none !important;
  274. }
  275. input[type="button"]:hover,
  276. input[type="submit"]:hover {
  277. color: #fff !important;
  278. background-color: #449d44 !important;
  279. border-color: #398439 !important;
  280. text-decoration: none !important;
  281. }
  282. .postpanel,
  283. .search {
  284. display: inline-block !important;
  285. }
  286. .menu {
  287. z-index: 200;
  288. }
  289. .rules-area,
  290. .kupi-passcode-suka {
  291. display: none !important;
  292. }
  293. #postform {
  294. text-align: center !important;
  295. }
  296. #postform .mail input[type="text"],
  297. #postform td select#anoniconsselectlist,
  298. #postform td #shampoo,
  299. #postform td input#subject {
  300. width: 100% !important;
  301. min-width: 600px !important;
  302. }
  303. /*
  304. .mainlogo {
  305. margin: 200px !important;
  306. padding: 100px !important;
  307. }
  308. */
  309.  
  310. body {
  311. background: url("http://whvn.cc/88837") repeat scroll 0% 0% transparent !important;
  312. ;
  313. }
  314. .button {
  315. display: none !important;
  316. }
  317. .search {
  318. margin-right: 5px;
  319. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement