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.

127 lignes
1.5KB

  1. html, body {
  2. background: #1E1E1E;
  3. margin: 0;
  4. color: #808080;
  5. font-family: sans-serif;
  6. }
  7. .bar .top {
  8. position: fixed;
  9. }
  10. .boardlist {
  11. padding: 10px;
  12. }
  13. /* Fix boardlist background color */
  14. .desktop-style div.boardlist:not(.bottom) {
  15. background: #1B1B1B;
  16. }
  17. .boardlist, .boardlist a {
  18. text-align: center;
  19. color: white;
  20. text-decoration: none;
  21. }
  22. .boardlist .sub {
  23. display: inline-block;
  24. }
  25. header {
  26. text-align: center;
  27. margin-bottom: 20px;
  28. }
  29. .subtitle {
  30. color: grey;
  31. }
  32. form table {
  33. margin: auto;
  34. }
  35. .blotter {
  36. text-align: center;
  37. }
  38. .thread {
  39. width: 95%;
  40. margin-left: auto;
  41. margin-right: auto;
  42. }
  43. .op {
  44. margin-bottom: 2rem;
  45. }
  46. /* Change unreadable op color*/
  47. .intro span.subject {
  48. color: #053056;
  49. }
  50. .sidearrows {
  51. display: none;
  52. }
  53. p.intro {
  54. margin: 0.2rem;
  55. }
  56. div.post.reply {
  57. border: 1px solid white;
  58. padding: 0.3rem;
  59. background: #1B1B1B;
  60. }
  61. a {
  62. color: white;
  63. }
  64. a:hover {
  65. color: grey;
  66. }
  67. /* remove red link in post */
  68. div.post.reply div.body a {
  69. color: white;
  70. }
  71. div.post.reply div.body a:hover {
  72. color: grey;
  73. }
  74. #options_div {
  75. background-color: #1E1E1E;
  76. }
  77. .options_tab_icon {
  78. color: #808080;
  79. }
  80. .options_tab_icon.active {
  81. color: #ffffff;
  82. }
  83. .threadlinks {
  84. background-color: #1E1E1E;
  85. }
  86. form table tr th{
  87. background: #1E1E1E;
  88. }
  89. .bar.bottom {
  90. background: #1E1E1E;
  91. }
  92. input[type="text"], textarea, select {
  93. background: #333333;
  94. color: #808080;
  95. }
  96. div.banner {
  97. background-color: #1E1E1E;
  98. color: #808080;
  99. }