The version of vichan running on lainchan.org
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

108 satır
1.9KB

  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. {
  19. background: #140f16;
  20. color: #D794F2;
  21. font-size: 12px;
  22. }
  23. .bar
  24. {
  25. background-color: #29202D!important;
  26. border-color: #29202D!important;
  27. }
  28. div.boardlist:not(.bottom)
  29. {
  30. background-color:#29202D!important;
  31. }
  32. .desktop-style div.boardlist:not(.bottom)
  33. {
  34. background-color:#140f16;
  35. }
  36. .boardlist
  37. {
  38. text-shadow: none!important;
  39. }
  40. header h1, header div.subtitle, form table tr th, form table tr td input
  41. {
  42. color: #D794F2!important;
  43. }
  44. header h1
  45. {
  46. font-family: "lain",sans-serif;
  47. font-style: normal;
  48. font-weight: 400;
  49. font-size: 28px;
  50. letter-spacing: 0px;
  51. margin-top: calc(-16px / 3 - 6.5px);
  52. }
  53. p.intro span.subject {
  54. color: #32BFAB;
  55. }
  56. 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
  57. {
  58. background: #29202D!important;
  59. border-color: #29202D!important;
  60. color: #D794F2!important;
  61. }
  62. div.post.reply.highlighted{
  63. background-color: #211A24!important;
  64. }
  65. form table tr td input[type="text"]:focus, form table tr td textarea:focus
  66. {
  67. border-color: #5E7F9F!important;
  68. }
  69. input[type="submit"][name="post"]
  70. {
  71. color: #3A4040!important;
  72. background-color: #29202D!important;
  73. border-color: #29202D!important;
  74. }
  75. .blotter
  76. {
  77. color: #00ff00!important;
  78. }
  79. hr {
  80. border-color: #29202D;
  81. }
  82. a
  83. {
  84. color: #32BFAB!important;
  85. }
  86. p.intro span.name
  87. {
  88. color: #D794F2;
  89. }
  90. span.quote {
  91. color: #E6E1E9;
  92. }
  93. a:hover, p.intro a.post_no:hover
  94. {
  95. color: #EDEDED!important;
  96. text-shadow: none!important;
  97. }
  98. :not(a) > i.fa
  99. {
  100. color: #29202D;
  101. }