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.

171 lignes
3.1KB

  1. body {
  2. background: #050505;
  3. color: #00FF00;
  4. font-family: monospace;
  5. font-size: 11px;
  6. }
  7. @font-face
  8. {
  9. font-family: 'lain';
  10. src: url('./fonts/nrdyyh.woff') format('woff'),
  11. url('./fonts/tojcxo.TTF') format('truetype');
  12. }
  13. h1 {
  14. font-family: monospace, Arial;
  15. font-size: 18pt;
  16. text-align: center;
  17. letter-spacing: 0px;
  18. }
  19. div.title, h1 {
  20. color: #00FF00;
  21. font-family: lain, Helvetica, sans-serif;
  22. }
  23. header div.subtitle {
  24. color: #00ff00;
  25. text-align: center;
  26. }
  27. div.title p {
  28. font-size: 13px;
  29. }
  30. a:link, a:visited, .intro a.email span.name {
  31. color: #16C816;
  32. text-decoration: underline;
  33. font-family: monospace;
  34. }
  35. a:link:hover, a:visited:hover {
  36. color: #003C00;
  37. font-family: monospace;;
  38. text-decoration: underline overline;
  39. }
  40. a.post_no {
  41. color: #B332E6;
  42. text-decoration: none;
  43. }
  44. span.quote
  45. {
  46. color:#00ff00;
  47. }
  48. a.post_no:hover {
  49. color: maroon;
  50. text-decoration: underline overline;
  51. }
  52. div.post.reply {
  53. background: #0E0E0E;
  54. border: #B332E6 2px solid !important;
  55. }
  56. .de-pview {
  57. background: rgba(14, 14, 14, 0.84) !important;
  58. }
  59. div.post.reply.highlighted {
  60. background: transparent;
  61. border: #B332E6 2px solid;
  62. }
  63. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  64. color: #646464;
  65. }
  66. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  67. color: #00ff00;
  68. }
  69. .intro span.subject {
  70. font-size: 12px;
  71. font-family: monospace;
  72. color: #00ff00;
  73. font-weight: 800;
  74. }
  75. .intro span.name {
  76. color: #008200;
  77. font-weight: 900;
  78. }
  79. .intro a.capcode, p.intro a.nametag {
  80. color: magenta;
  81. margin-left: 0;
  82. }
  83. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  84. color: #00CC64;
  85. font-family: monospace;
  86. }
  87. input[type="text"], textarea, select {
  88. background: #333333;
  89. color: #CCCCCC;
  90. border: #B332E6 1px solid;
  91. padding-left: 5px;
  92. padding-right: -5px;
  93. font-family: monospace;
  94. font-size: 10pt;
  95. }
  96. input[type="password"] {
  97. background: #333333;
  98. color: #8B8B8B;
  99. border: #B332E6 1px solid;
  100. }
  101. form table tr th {
  102. background: #333333;
  103. color: #828282;
  104. font-weight: 800;
  105. text-align: left;
  106. padding: 0;
  107. }
  108. div.banner {
  109. background: #00AA00;
  110. color: #646464;
  111. text-align: center;
  112. width: 250px;
  113. padding: 4px;
  114. padding-left: 12px;
  115. padding-right: 12px;
  116. margin-left: auto;
  117. margin-right: auto;
  118. font-size: 11px;
  119. }
  120. input[type="submit"] {
  121. background: #333333;
  122. border: #888888 1px solid;
  123. color: #A0A0A0;
  124. }
  125. input[type="submit"]:hover {
  126. background: #555555;
  127. border: #888888 1px solid;
  128. color: #00FF00;
  129. }
  130. p.fileinfo a:hover {
  131. text-decoration: underline;
  132. }
  133. span.trip {
  134. color: #AAAAAA;
  135. }
  136. .topbar {
  137. background-color: black;
  138. border-bottom: 1px solid #B332E6;
  139. }
  140. div.pages {
  141. color: #AAAAAA;
  142. background: #333333;
  143. border: #B332E6 1px solid;
  144. font-family: sans-serif;
  145. font-size: 9pt;
  146. }
  147. div.pages a.selected {
  148. color: #8C8C8C;
  149. }
  150. hr {
  151. height: 1px;
  152. border: #333333 1px solid;
  153. }
  154. div.boardlist {
  155. font-size: 9pt;
  156. color: #999999;
  157. }
  158. div.ban {
  159. background-color: transparent;
  160. border: transparent 0px solid;
  161. }
  162. div.ban h2 {
  163. background: transparent;
  164. color: lime;
  165. font-size: 11px;
  166. }
  167. table.modlog tr th {
  168. background: #00FF00;
  169. color: #AAAAAA;
  170. }