The version of vichan running on lainchan.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

242 lignes
4.9KB

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