The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

279 lines
5.4KB

  1. /*cyberpunk mod of ferus by kalyx
  2. B332E6 = dark purp
  3. 33cccc = teal
  4. 00ff00 = green
  5. FF46D2 = pink
  6. dark blue = 00080C
  7. */
  8. body {
  9. background: #0C0001;
  10. color: #FF46D2;
  11. font-family: monospace;
  12. font-size: 11px;
  13. /*text-shadow: 0px 0px 3px #FF46D2;*/
  14. }
  15. .bar
  16. {
  17. background-color: #0C0001;
  18. -webkit-box-shadow: none;
  19. -moz-box-shadow: none;
  20. box-shadow: none;
  21. }
  22. div.boardlist{
  23. background-color: #0C0001!important;
  24. }
  25. .bar.top
  26. {
  27. border-bottom: 2px solid #3CC!important;
  28. background-color: #0C0001;
  29. }
  30. .bar.bottom
  31. {
  32. border-top: 2px solid #3CC!important;
  33. background-color: #0C0001;
  34. }
  35. @font-face
  36. {
  37. font-family: 'lain';
  38. src: url('./fonts/nrdyyh.woff') format('woff'),
  39. url('./fonts/tojcxo.TTF') format('truetype');
  40. }
  41. h1 {
  42. font-family: monospace, Arial;
  43. font-size: 18pt;
  44. text-align: center;
  45. letter-spacing: 0px;
  46. }
  47. div.title, h1 {
  48. color: #FF46D2;
  49. font-family: lain, Helvetica, sans-serif;
  50. }
  51. header div.subtitle {
  52. color: #00ff00;
  53. text-align: center;
  54. text-shadow: 0px 0px 3px #00ff00;
  55. }
  56. div.title p {
  57. font-size: 13px;
  58. }
  59. a:link, a:visited, p.intro a.email span.name {
  60. color: #00ff00;
  61. text-shadow: 0px 0px 10px #00ff00;
  62. font-family: monospace;
  63. }
  64. pre.prettyprint {
  65. background: #00080C;
  66. font-size: 12px;
  67. line-height: 1.5;
  68. border: 1px solid #33cccc;
  69. padding: 10px;
  70. }
  71. a:link, a:visited, p.intro a.email span.name
  72. {
  73. -moz-transition: 0.15s text-shadow, 0.15s color;
  74. -webkit-transition: 0.15s text-shadow, 0.15s color;
  75. -khtml-transition: 0.15s text-shadow, 0.15s color;
  76. -o-transition: 0.15s text-shadow, 0.15s color;
  77. -ms-transition: 0.15s text-shadow, 0.15s color;
  78. transition: 0.15s text-shadow, 0.15s color;
  79. }
  80. input[type="text"], textarea
  81. {
  82. -moz-transition: 0.15s border-color;
  83. -webkit-transition: 0.15s border-color;
  84. -khtml-transition: 0.15s border-color;
  85. -o-transition: 0.15s border-color;
  86. -ms-transition: 0.15s border-color;
  87. transition: 0.15s border-color;
  88. }
  89. input[type="submit"]
  90. {
  91. -moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  92. -webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  93. -khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  94. -o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  95. -ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  96. transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  97. }
  98. a:link:hover, a:visited:hover {
  99. color: #00ff00;
  100. font-family: monospace;;
  101. text-shadow: 0px 0px 10px #00ff00;
  102. }
  103. strong {
  104. color: #00ff00;
  105. }
  106. a.post_no {
  107. color: #33cccc;
  108. text-decoration: none;
  109. }
  110. span.quote
  111. {
  112. color:#00ff00;
  113. }
  114. a.post_no:hover {
  115. color: maroon;
  116. /*text-decoration: underline overline;*/
  117. }
  118. div.post.reply {
  119. background: #0C0001;
  120. border: #33cccc 2px solid;
  121. border-radius: 5px;
  122. }
  123. .de-pview {
  124. background: rgba(14, 14, 14, 0.84) !important;
  125. }
  126. div.post.reply.highlighted {
  127. background: transparent;
  128. border: #1A6666 2px solid;
  129. }
  130. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  131. color: #646464;
  132. }
  133. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  134. color: #00ff00;
  135. }
  136. p.intro span.subject {
  137. font-size: 12px;
  138. font-family: monospace;
  139. color: #00ff00;
  140. font-weight: 800;
  141. text-shadow: 0px 0px 3px #00ff00;
  142. }
  143. p.intro span.name {
  144. color: #00ff00;
  145. font-weight: 900;
  146. text-shadow: 0px 0px 3px #00ff00;
  147. }
  148. p.intro a.capcode, p.intro a.nametag {
  149. color: #00ff00;
  150. margin-left: 0;
  151. }
  152. p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  153. color: #00ff00;
  154. font-family: monospace;
  155. }
  156. input[type="text"], textarea, select {
  157. background: #00080C;
  158. color: #CCCCCC;
  159. border: #33cccc 1px solid;
  160. padding-left: 5px;
  161. padding-right: -5px;
  162. font-family: monospace;
  163. font-size: 10pt;
  164. border-radius: 5px;
  165. }
  166. input[type="password"] {
  167. background: #00080C;
  168. color: #CCCCCC;
  169. border: #33cccc 1px solid;
  170. border-radius: 5px;
  171. }
  172. form table tr th {
  173. background: #00080C;
  174. color: #00ff00;
  175. border: #33cccc 1px solid;
  176. font-weight: 800;
  177. text-align: left;
  178. padding: 0;
  179. border-radius: 5px;
  180. text-shadow: 0px 0px 3px #00ff00;
  181. }
  182. div.sidearrows{display:none;}
  183. div.banner {
  184. background: #0C0001;
  185. color: #00ff00;
  186. text-align: center;
  187. width: 250px;
  188. padding: 4px;
  189. padding-left: 12px;
  190. padding-right: 12px;
  191. margin-left: auto;
  192. margin-right: auto;
  193. font-size: 12px;
  194. text-shadow: 0px 0px 3px #00ff00;
  195. }
  196. input[type="submit"] {
  197. background: #00080C;
  198. color: #00ff00;
  199. border: #33cccc 1px solid;
  200. border-radius: 5px;
  201. }
  202. input[type="submit"]:hover {
  203. background: #00080C;
  204. border: #33cccc 1px solid;
  205. color: #FF46D2;
  206. border-radius: 5px;
  207. }
  208. p.fileinfo a:hover {
  209. text-decoration: underline;
  210. }
  211. span.trip {
  212. color: #AAAAAA;
  213. }
  214. .topbar {
  215. background-color: black;
  216. border-bottom: 1px solid #33cccc;
  217. }
  218. div.pages {
  219. color: #AAAAAA;
  220. font-family: sans-serif;
  221. font-size: 10pt;
  222. }
  223. div.pages a.selected {
  224. color: #8C8C8C;
  225. }
  226. hr {
  227. height: 0px;
  228. border: #33cccc 1px solid;
  229. }
  230. div.boardlist {
  231. font-size: 9pt;
  232. color: #999999;
  233. }
  234. div.ban {
  235. background-color: transparent;
  236. border: #33cccc 1px solid;
  237. }
  238. div.ban h2 {
  239. background: transparent;
  240. color: #00ff00;
  241. font-size: 11px;
  242. text-shadow: 0px 0px 3px #00ff00;
  243. }
  244. table.modlog tr th {
  245. background: #FF46D2;
  246. color: #AAAAAA;
  247. /*text-shadow: 0px 0px 3px #00ff00;*/
  248. }
  249. .options_tab_icon {
  250. color: #FF46D2;
  251. }
  252. .options_tab_icon.active {
  253. color: #00ff00;
  254. text-shadow: 0px 0px 10px #00ff00;
  255. }
  256. #options_div {
  257. background-color: #0C0001;
  258. border: #33cccc 2px solid;
  259. border-radius: 5px;
  260. }
  261. #options_tablist {
  262. border: #33cccc 1px solid;
  263. }