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.

382 linhas
6.3KB

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