Advertisement
Guest User

cyber.css 0.1

a guest
Apr 8th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.40 KB | None | 0 0
  1. /*monoelains ez css for VIP quality imageboards. steal this .css and edit it to your liking. */
  2.  
  3. /* OPTION HIDING */
  4.  
  5.  
  6. /*removes footer (STI pls dont sue)
  7. footer {
  8. display:none;
  9. color: #ffffff;
  10. }
  11.  
  12. /* hides AA in catalog */
  13. .theme-catalog span.aa {
  14. display: none !important;
  15. }
  16.  
  17. /* hides expand all images */
  18. #expand-all-images {
  19. display: none;
  20. }
  21.  
  22. /* hides hints*/
  23. .hint {
  24. display: none;
  25. }
  26.  
  27. /* hides horizontal bar */
  28. hr {
  29. display: none;
  30. }
  31.  
  32. /*banner stuff*/
  33. img.banner, img.board_image {
  34. border: 1px solid #989898;
  35. display: ;
  36. margin: 30px auto 0px;
  37. margin-top: 50px;
  38. }
  39.  
  40. /* hides delete options (obsolete) */
  41. div.delete {
  42. display: none;
  43. }
  44.  
  45. /*makes files align vertically (hw pls fix this shit)*/
  46. .file {
  47. display: block;
  48. margin-right: 11px;
  49. }
  50.  
  51. /*gives quick reply its border/shadow*/
  52. #quick-reply table {
  53. background: none repeat scroll 0 0 #2b2b2b;
  54. border: 1px solid #989898;
  55. margin: 0;
  56. box-shadow: 3px 3px #989898;
  57. width: auto !important;
  58. }
  59.  
  60. /*makes posting form maroon*/
  61. form table tr th {
  62. background-color: #2e8b57;
  63. color: #2b2b2b;
  64. font-family: "Lucida Console", Monaco, monospace;
  65. }
  66.  
  67. /* makes Youtube thumbs not obscenely big */
  68. div.video-container  {
  69. width: auto !important;
  70. height: auto !important;
  71. max-height: 50% !important;
  72. max-width: 50% !important;
  73. }
  74.  
  75. /* Image thumbs size limit (make as big as you want)*/
  76. .post-image {
  77. height: auto !important;
  78. width: auto !important;
  79. max-height: 60%;
  80. max-width: 60%;
  81. padding: 5px;
  82. }
  83.  
  84. /* Keep small thumbnails in replies */
  85. .post.reply a:not([data-expanded="true"]) .post-image {
  86. width: auto !important;
  87. height: auto !important;
  88. max-height: 60%;
  89. max-width: 60%;
  90. }
  91.  
  92. /* reply box size */
  93. .input[type="text"], textarea {
  94. min-height: 117px;
  95. min-width: 240px;
  96. }
  97.  
  98. /*boardwide font stuff goes here also background image*/
  99. body {
  100. padding: 0;
  101. font-family: "Lucida Console", Monaco, monospace;
  102. font-size: 14px;
  103. background: url("https://a.pomf.se/waivbu.png") fixed repeat top #000000;
  104. float: left;
  105. margin-left: 10px;
  106. margin-right: 35px;
  107. }
  108.  
  109. /*saves one pixel of space*/
  110. header {
  111. margin-bottom: 0px;
  112. }
  113.  
  114. /*gives posting table its border/shadow*/
  115. form table {
  116. width: 100%;
  117. min-height: 250px;
  118. display: inline-block;
  119. margin: 5px auto;
  120. background-color: #2b2b2b;
  121. border: solid 1px #989898;
  122. color: #61CE3C;
  123. padding: 5px;
  124. }
  125.  
  126. form table tr th {
  127. font-weight: normal;
  128. background-color: #2b2b2b;
  129. }
  130.  
  131. /*gives threads its border/shadow*/
  132. div[id^="thread_"] {
  133. background-color: #1A1A1A;
  134. color: #5EE048;
  135. margin-bottom: 20px;
  136. padding: 10px;
  137. border: solid thin #444;
  138. box-shadow: -2px 2px #52C4C4;
  139. width: 100%;
  140. }
  141.  
  142. /*makes post links purple*/
  143. div.post.reply div.body a {
  144. color: #E33DC8;
  145. }
  146.  
  147. /*gives replies border/shadow*/
  148. div.post.reply {
  149. max-width: 95% !important;
  150. margin-top: 9px;
  151. border: solid thin #444;
  152. box-shadow: -2px 2px #C4C452;
  153. background-color: #2a2a2a;
  154. }
  155.  
  156. a {
  157. color: purple;
  158. }
  159.  
  160. /*unfucks highlighting replies and gives border/shadow*/
  161. div.post.reply.highlighted {
  162. background-color: #2b2b2b;
  163. border: solid 1px #ff00ff;
  164. box-shadow: -2px 2px #ff00ff;
  165. }
  166.  
  167. /*dont touch this*/
  168. div.body {
  169. display: block;
  170. clear: both;
  171. padding-top: 10px;
  172. }
  173.  
  174. /*makes page bar have border/shadow*/
  175. div.pages {
  176. width: 100%;
  177. display: block;
  178. clear: both;
  179. border: solid 1px #2e8b57;
  180. background-color: #2b2b2b;
  181. }
  182.  
  183. /*hovered links have underline*/
  184. a:hover {
  185. text-decoration: underline;
  186. }
  187.  
  188. /*stops textbox resizing shenanigans*/
  189. .input[type="text"], textarea {
  190. font-size: 14px;
  191. max-width: 9000px;
  192. font-family: "Lucida Console", Monaco, monospace;
  193. min-height: 115px;
  194. min-width: 270px;
  195. background-color: #1A1A1A;
  196. color: #61CE3C;
  197. }
  198.  
  199. input {
  200. background-color: #1A1A1A;
  201. color: #61CE3C;
  202. }
  203. select {
  204. background-color: #1A1A1A;
  205. color: #61CE3C;
  206. }
  207.  
  208. /*boardname nice font. replace with something classy someday*/
  209. header div.subtitle, h1 {
  210. font-family: "Lucida Console", Monaco, monospace;
  211. color: #55ff55;
  212. }
  213.  
  214. /*announcement font and color*/
  215. div.blotter {
  216. padding: 15px;
  217. color: #54D6D4;
  218. font-family: "Lucida Console", Monaco, monospace;
  219. }
  220.  
  221. /*makes links purple*/
  222. a {
  223. color: #ff00ff;
  224. text-decoration: none;
  225. }
  226.  
  227. /*top boardlist stuff. change position to "fixed" to make it behave like normal 8chan*/
  228. div.boardlist:not(.bottom) {
  229. background-color: #1A1A1A !important;
  230. text-align: center;
  231. padding: 5px 1px;
  232. letter-spacing: -2px;
  233. color: #989898;
  234. font-size: 11px;
  235. border-bottom: double 3px #989898 !important;
  236. position:fixed;
  237. }
  238.  
  239. /*favorites in a new line*/
  240. div.boardlist span.favorite-boards {
  241. display: ;
  242. }
  243.  
  244. /*subject color*/
  245. p.intro span.subject {
  246. color: #5EE048;
  247. }
  248.  
  249. /*bottom boardlist centered*/
  250.  
  251. div.boardlist.bottom {
  252. text-align: center;
  253. background-color: #1A1A1A;
  254. border: solid 1px #989898;
  255. width: 100%;
  256. margin: 15px;
  257. }
  258.  
  259. /*colors name*/
  260. p.intro span.name {
  261. color: #989898;
  262. font-family: ;
  263. }
  264.  
  265. /*catalog stuff*/
  266. .theme-catalog div.thread {
  267. background-color: #2b2b2b;
  268. color: #61CE3C;
  269. border: solid 1px #D4D439;
  270. }
  271.  
  272. .theme-catalog div.thread:hover {
  273. background-color: #383838;
  274. border: solid 1px #2e8b57;
  275. }
  276.  
  277. span.trip {
  278. color: rgb(34, 136, 84);
  279. }
  280.  
  281. #updater, #thread-links {
  282. background-color: #2b2b2b;
  283. border:solid 1px #989898;
  284. padding: 5px;
  285. margin: 5px;
  286. color: #989898;
  287. }
  288.  
  289. A#update_thread
  290. {color: #ffffff;}
  291. A#thread-catalog
  292. {color: #ffffff;}
  293. A#thread-top
  294. {color: #ffffff;}
  295. A#thread-return
  296. {color: #ffffff;}
  297.  
  298. div.banner {
  299. width: 100%;
  300. display:block;
  301. background: #E6E655;
  302. color: #383838;
  303. }
  304.  
  305. #quick-reply th .close-btn{
  306. color:#ffffff;
  307. }
  308.  
  309. div.post-hover {
  310. border: solid 1px #ff00ff;
  311. max-width: 50%;
  312. }
  313.  
  314. span.subject:after { content: '\A'; white-space:pre;  }
  315. SPAN.controls.op:before { content: '\A'; white-space:pre;  }
  316.  
  317. a:visited {color: #ff00ff}
  318.  
  319. div.body a {
  320. color: #ff00ff;
  321. }
  322.  
  323. span.quote {color: #ff00ff;}
  324. a:hover,p.intro a.post_no:hover {
  325. color: #ff00ff !important;
  326. }
  327.  
  328. p.intro {color: #989898}
  329.  
  330. p.intro a {color: #ffffff !important}
  331. A.post_no {color:#989898}
  332.  
  333. p.fileinfo
  334. {color: #989898 !important}
  335.  
  336. p.fileinfo a:link{
  337. color: #989898;
  338. } !important;
  339. max-width: 50%;
  340. }
  341.  
  342. span.subject:after { content: '\A'; white-space:pre;  }
  343. SPAN.controls.op:before { content: '\A'; white-space:pre;  }
  344.  
  345. a:visited {color: #ff00ff}
  346.  
  347. span.quote {color: #49D6D6;}
  348. a:hover,p.intro a.post_no:hover {
  349. color: #ff00ff !important;
  350. }
  351.  
  352. p.intro {color: #989898}
  353. p.intro a {color: #ffffff !important}
  354. A.post_no {color:#989898}
  355.  
  356. p.fileinfo
  357. {color: #989898 !important}
  358.  
  359. p.fileinfo a:link{
  360. color: #989898;
  361. }
  362.  
  363. DIV#thread_stats
  364. {
  365. border: solid 1px #989898;
  366. color: #989898;
  367. }
  368.  
  369. DIV.file-hint
  370. {background-color: #383838;}
  371. div.dropzone
  372. {background-color: #383838;
  373. color: #ffffff}
  374.  
  375. #options_div
  376. {background-color: #383838; color: #61CE3C;
  377. }
  378. div.options_tab_icon
  379. {color: #61CE3C;}
  380. div.options_tab_icon.active
  381. {color: #ffffff;}
  382. #filter-container
  383. {background-color: #707070;
  384. color: #ffffff;}
  385. #treeview
  386. {display:none}
  387. span.heading
  388. {color: #D6D649}
  389. body > footer:nth-child(19)
  390. {color: #ffffff;}
  391. div.boardlist a {color: #ffffff;}
  392.  
  393. form table tr th {
  394. color: #ffffff !important;
  395. }
  396.  
  397. p.intro a.email span.name{color: #c80b63}
  398. p.intro span.capcode {color: #FBDE2D}
  399. p.intro span.capcode:before {font-family: MS PGothic; content: "??ยด??? ??"}
  400.  
  401. label {display:none}
  402.  
  403. div.post-menu {color: #ffffff}
  404.  
  405. @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  406.  
  407. div.boardlist:not(.bottom) {position: static;}
  408. body { min-width: 100%;}
  409. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement