The version of vichan running on lainchan.org
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

404 linhas
12KB

  1. /**
  2. * heavy_ice.css
  3. * by kalyx
  4. *stole some shit from monoelain thnx
  5. */
  6. body
  7. {
  8. display:block;
  9. padding-top: 26px;
  10. background: #0c0c0c;
  11. color: #ccc;
  12. font-family: sans-serif;
  13. font-size: 15px;
  14. width: 768px;
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18. div.boardlist{
  19. background-color: #0c0c0c!important;
  20. }
  21. html {
  22. /* Size of largest container or bigger */
  23. background:#0c0c0c;
  24. width: 768px;
  25. margin-left: auto;
  26. margin-right: auto;
  27. }
  28. /*banner*/
  29. .board_image{
  30. //border: double 0px #d2e7e8;
  31. // box-shadow: 2px 2px #d2e7e8;
  32. }
  33. /*gives images border/shadow*/
  34. div.files img.post-image {
  35. // border: solid 1px #d2e7e8;
  36. // box-shadow: 2px 2px #d2e7e8;
  37. padding: 0px;
  38. border-radius: 0;
  39. // margin-bottom: 5px;
  40. }
  41. p.unimportant: {
  42. display: none!important;
  43. }
  44. div.delete{
  45. display: none;
  46. }
  47. footer{
  48. display: none;
  49. }
  50. hr{
  51. display:none;
  52. }
  53. div.sidearrows{
  54. display: none;
  55. }
  56. span.quote
  57. {
  58. color:#e8d928;
  59. }
  60. @font-face
  61. {
  62. font-family: 'lain';
  63. src: url('./fonts/nrdyyh.woff') format('woff'),
  64. url('./fonts/tojcxo.TTF') format('truetype');
  65. }
  66. h1
  67. {
  68. display: none;
  69. font-family: 'lain', tahoma;
  70. letter-spacing: -2px;
  71. font-size: 42pt;
  72. text-align: center;
  73. color: #d2e7e8;
  74. }
  75. header div.subtitle
  76. {
  77. display: none;
  78. color: #d2e7e8;
  79. font-size: 13px;
  80. margin-left: auto;
  81. margin-right: auto;
  82. max-width:385px;
  83. }
  84. div.title
  85. {
  86. display: none;
  87. color: #e8d928;
  88. font-family: Arial, Helvetica, sans-serif;
  89. }
  90. div.title p
  91. {
  92. font-size: 8px;
  93. color: #e8d928;
  94. }
  95. a:link, a:visited, p.intro a.email span.name
  96. {
  97. color: #cccccc;
  98. text-transform: uppercase;
  99. font-size: 10px;
  100. text-decoration: none;
  101. font-family: sans-serif;
  102. }
  103. a:link, a:visited, p.intro a.email span.name
  104. {
  105. }
  106. input[type="text"], textarea
  107. {
  108. }
  109. input[type="submit"]
  110. {
  111. }
  112. a:link:hover, a:visited:hover
  113. {
  114. color: #bada55;
  115. font-family: sans-serif;
  116. text-decoration: none;
  117. //text-shadow: 0px 0px 5px #d2e7e8;
  118. }
  119. a.unimportant{
  120. display: none;
  121. }
  122. label{
  123. display: none;
  124. }
  125. time{
  126. display: none;
  127. }
  128. a.post_no
  129. {
  130. color: #f47835;
  131. text-decoration: none;
  132. }
  133. p.intro a.post_no:hover
  134. {
  135. color: #f47835!important;
  136. }
  137. div.post.reply
  138. {
  139. background: #0c0c0c;
  140. align: center;
  141. max-width:96% !important;
  142. min-width: 96%!important;
  143. border: solid 0px #d2e7e8;
  144. //box-shadow: 0px 0px #d2e7e8;
  145. // box-shadow: 3px 2px #a200ff;
  146. }
  147. div.postcontainer
  148. {
  149. max-width:100% !important;
  150. min-width: 100%!important;
  151. }
  152. div.post.reply.highlighted
  153. {
  154. background: #0c0c0c;
  155. border: solid 1px #00aedb;
  156. box-shadow: 3px 5px #00aedb;
  157. margin-left: auto;
  158. margin-right: auto;
  159. }
  160. div.post.reply div.body a:link, div.post.reply div.body a:visited
  161. {
  162. color: #00aedb;
  163. }
  164. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
  165. {
  166. color: #00aedb;
  167. }
  168. p.intro span.subject
  169. {
  170. font-size: 12px;
  171. font-family: sans-serif;
  172. color: #00aedb;
  173. font-weight: 800;
  174. }
  175. p.intro span.name
  176. {
  177. color: #a200ff;
  178. font-weight: 200;
  179. }
  180. p.intro a.capcode, p.intro a.nametag
  181. {
  182. color: magenta;
  183. margin-left: 0;
  184. }
  185. p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
  186. {
  187. color: #f47835;
  188. }
  189. div.banner{
  190. background: #0c0c0c;
  191. box-shadow: 3px 2px #00aedb;
  192. }
  193. input[type="text"], textarea, select
  194. {
  195. background: #0c0c0c!important;
  196. color: #CCCCCC!important;
  197. border: solid 0px #808080;
  198. box-shadow: 3px 2px #00aedb;
  199. margin-left: auto;
  200. margin-right: auto;
  201. }
  202. input[type="password"]
  203. {
  204. background: #0c0c0c!important;
  205. color: #CCCCCC!important;
  206. border: #d2e7e8 0px double!important;
  207. }
  208. form table tr th
  209. {
  210. background: #0c0c0c;
  211. color: #ccc!important;
  212. border: solid 0px #d2e7e8;
  213. box-shadow: 0px 0px #a200ff;
  214. text-align: right;
  215. }
  216. div.banner
  217. {
  218. // background: #E04000;
  219. // box-shadow: 3px 2px #a200ff;
  220. // color: #EEE;
  221. text-align: center;
  222. height: 15px;
  223. padding: 1px 1px 4px 1px;
  224. margin-left: auto;
  225. margin-right: auto;
  226. }
  227. div.banner a
  228. {
  229. // color:#000;
  230. }
  231. input[type="submit"]
  232. {
  233. background: #0c0c0c;
  234. box-shadow: 3px 0px #00aedb;
  235. border: #666 0px solid;
  236. color: #CCCCCC;
  237. }
  238. input[type="submit"]:hover
  239. {
  240. background: #0c0c0c;
  241. border: #888 0px solid;
  242. box-shadow: 3px 0px #a200ff;
  243. color: #cccccc;
  244. }
  245. input[type="text"]:focus, textarea:focus
  246. {
  247. border:#888 0px solid!important;
  248. box-shadow: 3px 2px #a200ff;
  249. }
  250. p.fileinfo
  251. {
  252. display: none;
  253. // text-decoration: underline;
  254. }
  255. span.trip
  256. {
  257. color: #f47835;
  258. }
  259. span.unimportant{
  260. //display: none;
  261. }
  262. div.bar
  263. {
  264. background: #0c0c0c!important;
  265. width: 100%;
  266. // -moz-box-shadow: 0 0 0px #000;
  267. // -webkit-box-shadow: 0 0 0px #000;
  268. }
  269. span.spoiler{
  270. background-color: #191919;
  271. color:#191919;
  272. }
  273. div.bar.top
  274. {
  275. width: 100%;
  276. border: solid 0px #d2e7e8;
  277. //box-shadow: 0px 1px #d2e7e8;
  278. }
  279. div.bar.bottom
  280. {
  281. border-top: 0px solid #666;
  282. border: solid 0px #d2e7e8;
  283. position:static;
  284. }
  285. div.pages
  286. {
  287. color: #cccccc;
  288. background: #0c0c0c;
  289. border: #666 0px solid;
  290. font-family: sans-serif;
  291. font-size: 10pt;
  292. }
  293. div.pages a.selected
  294. {
  295. color: #d41243;
  296. }
  297. hr
  298. {
  299. height: 0px;
  300. border: #d2e7e8 0px solid;
  301. }
  302. div.boardlist
  303. {
  304. color: #0c0c0c;
  305. }
  306. div.ban
  307. {
  308. //background-color: #0d1010;
  309. border: 0px solid #555;
  310. // border-radius: 2px;
  311. text-align: left!important;
  312. font-size: 13px;
  313. }
  314. div.ban h2
  315. {
  316. background: #0c0c0c;
  317. color: #d2e7e8;
  318. // padding: 3px 7px;
  319. font-size: 12pt;
  320. //border-bottom: 1px solid #555;
  321. }
  322. div.ban h2:not(:nth-child(1))
  323. {
  324. border-top: 0px solid #555;
  325. }
  326. table.modlog tr th
  327. {
  328. background: #333;
  329. color: #AAA;
  330. }
  331. div.report
  332. {
  333. color: #666;
  334. }
  335. .pages, .board_image, input, .reply, form table th, textarea, a img, select, .banner
  336. {
  337. }
  338. .blur
  339. {
  340. }
  341. /* options.js */
  342. #options_div
  343. {
  344. background: #333333;
  345. }
  346. .options_tab_icon
  347. {
  348. color: #AAAAAA;
  349. }
  350. .options_tab_icon.active
  351. {
  352. color: #FFFFFF;
  353. }
  354. .blotter
  355. {
  356. color: #ccc!important;
  357. }