Advertisement
Guest User

cyber.css

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