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.

177 line
2.6KB

  1. html, body {
  2. font-size:10pt;
  3. background:#EDDAD2;
  4. color: #800;
  5. }
  6. * {
  7. font-family: 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, a:visited{
  15. color: #AF0A0F;
  16. }
  17. a:hover {
  18. color: #D00;
  19. }
  20. a.quotelink {
  21. color:#DD0000;
  22. }
  23. div.post.reply.highlighted{
  24. background:#CA927B
  25. }
  26. form table tr th {
  27. background: #D9AF9E;
  28. border: 1px solid #CA927B;
  29. padding: 2px 5px 2px 5px;
  30. }
  31. div.banner{
  32. background: #D9AF9E;
  33. border: 1px solid #CA927B;
  34. color: black;
  35. font-weight: bold;
  36. padding: 2px 5px 2px 5px;
  37. }
  38. div.banner a{
  39. color: black;
  40. }
  41. div.post.reply{
  42. padding: 2px 5px 2px 5px;
  43. background:#E6CBC0;
  44. color:#000000;
  45. border:1px solid #D9AF9E;
  46. }
  47. div.post.reply div.body a{
  48. color: #AF0A0F;
  49. }
  50. .bar
  51. {
  52. background:#D9AF9E;
  53. color:#800;
  54. }
  55. .bar a {
  56. color:#800;
  57. }
  58. .bar.bottom {
  59. border-top: 1px solid #CA927B;
  60. }
  61. .desktop-style div.boardlist:not(.bottom) {
  62. font-size:10pt;
  63. background:#D9AF9E;
  64. color:#000000;
  65. }
  66. h1.glitch a{
  67. font-size: 24pt;
  68. color: #AF0A0F;
  69. font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  70. }
  71. h1.glitch {
  72. font-size: 24pt;
  73. color: #AF0A0F;
  74. font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  75. }
  76. hr {
  77. border-top: 1px dotted #D9AF9E;
  78. }
  79. #options_div {
  80. background: #D9AF9E;
  81. border: 2px solid #CA927B;
  82. }
  83. #options_tablist {
  84. border: 1px solid #CA927B;
  85. }
  86. div.module, div.ban {
  87. background: #D9AF9E;
  88. border: 1px solid #CA927B;
  89. }
  90. div.ban h2 {
  91. background: #CA927B;
  92. }
  93. .fc td, .fc th {
  94. background: #CA927B;
  95. }
  96. .hljs, .hljs-subst {
  97. background: #EDDAD2;
  98. border: 1px solid #CA927B;
  99. }
  100. .intro a.email:hover{
  101. color: #D00;
  102. }
  103. .intro a.email span.name {
  104. color: #AF0A0F;
  105. }
  106. .intro span.name {
  107. color: #AF0A0F;
  108. }
  109. .options_tab_icon{
  110. color: #AF0A0F;
  111. }
  112. NEW NEW NEW
  113. html, body, div.banner, div.post.reply, div.banner a, textarea {
  114. color: #800;
  115. }
  116. div.post.reply {
  117. color: #800;
  118. }
  119. .quote {
  120. color: #866;
  121. }
  122. .intro span.subject {
  123. color: #800;
  124. }
  125. a.selected:nth-child(1) {
  126. color:#800;
  127. }
  128. .desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a {
  129. font-size: 10pt;
  130. color:#800;
  131. border-bottom: 1px solid #CA927B;
  132. }
  133. div.pages input{
  134. background:#D9AF9E;
  135. color:#800;
  136. }
  137. div.pages a.selected{
  138. color:#800;
  139. }
  140. div.post.reply.highlighted{
  141. background:#D9AF9E
  142. }
  143. #quick-reply th {
  144. border: 1px solid #D9AF9E;
  145. }