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.

94 lines
1.8KB

  1. body {
  2. font-size:10pt;
  3. background:#EDDAD2;
  4. color:#000000;
  5. }
  6. * {
  7. font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  8. font-size: 10pt;
  9. }
  10. input, textarea {
  11. background-color: #E6CBC0;
  12. border: 1px solid #CA927B;
  13. }
  14. a {
  15. color:#34345C;
  16. }
  17. a:visited {
  18. color:#34345C;
  19. }
  20. a:hover {
  21. color:#DD0000;
  22. }
  23. a.quotelink {
  24. color:#DD0000;
  25. }
  26. div.post.reply.highlighted{
  27. background:#CA927B
  28. }
  29. form table tr th {
  30. background: #D9AF9E;
  31. border: 1px solid #CA927B;
  32. padding: 2px 5px 2px 5px;
  33. }
  34. div.banner{
  35. background: #D9AF9E;
  36. border: 1px solid #CA927B;
  37. color: black;
  38. font-weight: bold;
  39. padding: 2px 5px 2px 5px;
  40. }
  41. div.banner a{
  42. color: black;
  43. }
  44. div.post.reply{
  45. padding: 2px 5px 2px 5px;
  46. background:#D9AF9E;
  47. color:#000000;
  48. border:1px solid #CA927B;
  49. }
  50. .bar
  51. {
  52. background:#D9AF9E;
  53. color:#000000;
  54. }
  55. .desktop-style div.boardlist:not(.bottom) {
  56. font-size:10pt;
  57. background:#D9AF9E;
  58. color:#000000;
  59. }
  60. h1.glitch a{
  61. font-size: 24pt;
  62. color: #AF0A0F;
  63. font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  64. }
  65. h1.glitch {
  66. font-size: 24pt;
  67. color: #AF0A0F;
  68. font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  69. }
  70. hr {
  71. border-top: 1px solid #000000;;
  72. }
  73. #options_div {
  74. background: #D9AF9E;
  75. border: 2px solid #CA927B;
  76. }
  77. #options_tablist {
  78. border: 1px solid #CA927B;
  79. }
  80. div.module, div.ban {
  81. background: #D9AF9E;
  82. border: 1px solid #CA927B;
  83. }
  84. div.ban h2 {
  85. background: #CA927B;
  86. }
  87. .fc td, .fc th {
  88. background: #CA927B;
  89. }
  90. .hljs, .hljs-subst {
  91. background: #EDDAD2;
  92. border: 1px solid #CA927B;
  93. }