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.

88 line
1.1KB

  1. /**
  2. * notsuba.css
  3. * Tagechan is the best
  4. * you are forbidden by law from making any unauthorized edits to this file. I-I'll sue! ;_;
  5. */
  6. body {
  7. background: #f2edd0
  8. }
  9. a:link, a:visited {
  10. text-decoration: none;
  11. color: #608673;
  12. }
  13. a:link:hover, a:visited:hover {
  14. color: #DD0000;
  15. }
  16. a.post_no {
  17. color: #000033;
  18. }
  19. .intro a.email span.name {
  20. color: #608673;
  21. }
  22. .intro a.email:hover span.name {
  23. color: #DD0000;
  24. }
  25. h2, div.title, h1 {
  26. color: #800000;
  27. }
  28. form table tr th {
  29. background: #ded8b7;
  30. }
  31. div.banner {
  32. background-color: #E04000;
  33. }
  34. div.post.op hr {
  35. border-color: #608673;
  36. }
  37. .intro span.subject {
  38. color: #8a2e2e;
  39. font-weight: 800;
  40. }
  41. .intro span.name {
  42. color: #117743;
  43. font-weight: 800;
  44. }
  45. div.post.reply.highlighted {
  46. background: #dcae9b;
  47. }
  48. div.post.reply {
  49. background: #e9d1be;
  50. border-color: #dcae9b;
  51. }
  52. div.ban {
  53. border: 1px solid #B0C2B9;
  54. }
  55. div.ban h2 {
  56. background: #e9d1be;
  57. color: #608673;
  58. }
  59. div.pages {
  60. color: #8899AA;
  61. background: #e9d1be;
  62. border-right: 1px solid #8FCCCD;
  63. border-bottom: 1px solid #8FCCCD;
  64. }
  65. hr {
  66. border-color: #B0C2B9;
  67. }
  68. div.boardlist {
  69. color: #608673;
  70. }