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.

227 line
3.9KB

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