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.

258 lignes
4.3KB

  1. /*
  2. * dark.css
  3. * For AwsumChan by Circlepuller
  4. */
  5. body {
  6. background: #1E1E1E;
  7. color: #999999;
  8. font-family: sans-serif;
  9. font-size: 12px;
  10. }
  11. .quote {
  12. color:#B8D962;
  13. }
  14. @font-face {
  15. font-family: 'lain';
  16. src: url('./fonts/nrdyyh.woff') format('woff'),
  17. url('./fonts/tojcxo.TTF') format('truetype');
  18. }
  19. h1
  20. {
  21. font-family: 'lain', tahoma;
  22. letter-spacing: -2px;
  23. font-size: 20pt;
  24. text-align: center;
  25. color: #32DD72;
  26. }
  27. div.title, h1 {
  28. color: #32DD72;
  29. }
  30. div.title p {
  31. font-size: 10px;
  32. }
  33. a:link, a:visited, .intro a.email span.name {
  34. color: #CCCCCC;
  35. text-decoration: none;
  36. font-family: sans-serif;
  37. }
  38. a:link:hover, a:visited:hover {
  39. color: #fff;
  40. font-family: sans-serif;
  41. text-decoration: none;
  42. }
  43. a.post_no {
  44. color: #AAAAAA;
  45. text-decoration: none;
  46. }
  47. a.post_no:hover {
  48. color: #32DD72 !important;
  49. text-decoration: underline overline;
  50. }
  51. div.post.reply {
  52. background: #333333;
  53. border: #555555 1px solid;
  54. }
  55. div.post.reply.highlighted {
  56. background: #555;
  57. border: transparent 1px solid;
  58. }
  59. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  60. color: #CCCCCC;
  61. }
  62. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  63. color: #32DD72;
  64. }
  65. .intro span.subject {
  66. font-size: 12px;
  67. font-family: sans-serif;
  68. color: #446655;
  69. font-weight: 800;
  70. }
  71. .intro span.name {
  72. color: #32DD72;
  73. font-weight: 800;
  74. }
  75. .intro a.capcode, p.intro a.nametag {
  76. color: magenta;
  77. margin-left: 0;
  78. }
  79. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  80. color: #32ddaf;
  81. }
  82. input[type="text"], textarea, select {
  83. background: #333333;
  84. color: #CCCCCC;
  85. border: #666666 1px solid;
  86. padding-left: 5px;
  87. padding-right: -5px;
  88. font-family: sans-serif;
  89. font-size: 10pt;
  90. }
  91. input[type="password"] {
  92. background: #333333;
  93. color: #CCCCCC;
  94. border: #666666 1px solid;
  95. }
  96. form table tr th {
  97. background: #333333;
  98. color: #AAAAAA;
  99. font-weight: 800;
  100. text-align: left;
  101. padding: 0;
  102. }
  103. div.banner {
  104. background: #32DD72;
  105. color: #000;
  106. text-align: center;
  107. width: 250px;
  108. padding: 4px;
  109. padding-left: 12px;
  110. padding-right: 12px;
  111. margin-left: auto;
  112. margin-right: auto;
  113. font-size: 12px;
  114. }
  115. div.banner a {
  116. color:#000;
  117. }
  118. input[type="submit"] {
  119. background: #333333;
  120. border: #888888 1px solid;
  121. color: #CCCCCC;
  122. }
  123. input[type="submit"]:hover {
  124. background: #555555;
  125. border: #888888 1px solid;
  126. color: #32DD72;
  127. }
  128. input[type="text"]:focus {
  129. border:#aaa 1px solid;
  130. }
  131. p.fileinfo a:hover {
  132. text-decoration: underline;
  133. }
  134. span.trip {
  135. color: #AAAAAA;
  136. }
  137. div.pages {
  138. background: #1E1E1E;
  139. font-family: sans-serif;
  140. }
  141. .bar.bottom {
  142. bottom: 0px;
  143. border-top: 1px solid #333333;
  144. background-color: #1E1E1E;
  145. }
  146. div.pages a.selected {
  147. color: #CCCCCC;
  148. }
  149. hr {
  150. height: 1px;
  151. border: #333333 1px solid;
  152. }
  153. div.boardlist {
  154. text-align: center;
  155. color: #999999;
  156. /*background-color: rgba(12%, 12%, 12%, 0.10);*/
  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: 12px;
  166. }
  167. table.modlog tr th {
  168. background: #333333;
  169. color: #AAAAAA;
  170. }
  171. div.boardlist:not(.bottom) {
  172. background-color: #1E1E1E;
  173. }
  174. .desktop-style div.boardlist:not(.bottom) {
  175. position:static;
  176. text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
  177. color: #999999;
  178. background-color: #1E1E1E;
  179. }
  180. div.report {
  181. color: #666666;
  182. }
  183. /* options.js */
  184. #options_div, #alert_div {
  185. background: #333333;
  186. }
  187. .options_tab_icon {
  188. color: #AAAAAA;
  189. }
  190. .options_tab_icon.active {
  191. color: #FFFFFF;
  192. }
  193. #quick-reply table {
  194. background: none repeat scroll 0% 0% #333 !important;
  195. }
  196. .modlog tr:nth-child(even), .modlog th {
  197. background-color: #282A2E;
  198. }
  199. .box {
  200. background: #333333;
  201. border-color: #555555;
  202. color: #C5C8C6;
  203. border-radius: 10px;
  204. }
  205. .box-title {
  206. background: transparent;
  207. color: #32DD72;
  208. }
  209. table thead th {
  210. background: #333333;
  211. border-color: #555555;
  212. color: #C5C8C6;
  213. border-radius: 4px;
  214. }
  215. table tbody tr:nth-of-type( even ) {
  216. background-color: #333333;
  217. }
  218. table.board-list-table .board-uri .board-sfw {
  219. color: #CCCCCC;
  220. }
  221. tbody.board-list-omitted td {
  222. background: #333333;
  223. border-color: #555555;
  224. }
  225. table.board-list-table .board-tags .board-cell:hover {
  226. background: #1e1e1e;
  227. }
  228. table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
  229. background: #333333;
  230. }