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.

97 line
1.8KB

  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. }