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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /**
  2. * volafile.css fuck you
  3. color change by kalyx
  4. */
  5. @import url("/stylesheets/dark.css");
  6. @font-face
  7. {
  8. font-family: "DejaVuSansMono";
  9. src: url("/stylesheets/fonts/DejaVuSansMono.ttf") format("truetype");
  10. }
  11. @font-face
  12. {
  13. font-family: 'lain';
  14. src: url('./fonts/nrdyyh.woff') format('woff'),
  15. url('./fonts/tojcxo.TTF') format('truetype');
  16. }
  17. body {
  18. background: #000000;
  19. color: rgb(193, 180, 146);
  20. font-family: monospace;
  21. font-size: 11px;
  22. }
  23. .boardlist
  24. {
  25. text-shadow: none!important;
  26. }
  27. header h1, header div.subtitle, form table tr th, form table tr td input
  28. {
  29. color: #F12D67!important;
  30. }
  31. header h1
  32. {
  33. font-family: "DejaVuSansMono",sans-serif;
  34. font-style: normal;
  35. font-weight: 400;
  36. font-size: 32px;
  37. letter-spacing: 0px;
  38. margin-top: calc(-16px / 3 - 6.5px);
  39. }
  40. p.intro span.subject {
  41. color: #32BFAB;
  42. }
  43. div.topbar, input[type="text"], select, form table tr th, form table tr td input[type="text"], form table tr td textarea, div.post.reply, [type="submit"], input[type="password"], div.pages
  44. {
  45. background: #303030!important;
  46. border-color: #5A5A5A!important;
  47. color: #F12D67!important;
  48. }
  49. div.post.reply.highlighted{
  50. background-color: #303030!important;
  51. }
  52. form table tr td input[type="text"]:focus, form table tr td textarea:focus
  53. {
  54. border-color: #5A5A5A!important;
  55. }
  56. input[type="submit"][name="post"]
  57. {
  58. color: #3A4040!important;
  59. background-color: #303030!important;
  60. border-color: #5A5A5A!important;
  61. }
  62. .blotter
  63. {
  64. color: #303030!important;
  65. }
  66. hr {
  67. border-color: #5A5A5A;
  68. }
  69. a
  70. {
  71. color: #32BFAB!important;
  72. }
  73. p.intro span.name
  74. {
  75. color: #F12D67;
  76. }
  77. span.quote {
  78. color: #E6E1E9;
  79. }
  80. span[style="color:orange;font-weight:bold"]
  81. {
  82. color: #D880FC!important;
  83. }
  84. a:hover, p.intro a.post_no:hover
  85. {
  86. color: #EDEDED!important;
  87. text-shadow: none!important;
  88. }
  89. i.fa
  90. {
  91. color: #303030;
  92. }