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.

104 line
1.6KB

  1. body {
  2. background: #ffe;
  3. color: #800000;
  4. font-family: serif;
  5. font-size: 16px;
  6. }
  7. div.title h1 {
  8. font-size: 24px;
  9. }
  10. div.title p {
  11. font-size: 10px;
  12. }
  13. a:link, a:visited, .intro a.email span.name {
  14. color: #0000ff;
  15. }
  16. a:link:hover {
  17. color: #d00;
  18. }
  19. a.post_no {
  20. color: #800000;
  21. }
  22. div.post.reply {
  23. background: #f0e0d6;
  24. border-color: #d9bfb7;
  25. }
  26. div.post.reply.highlighted {
  27. background: #f0c0b0;
  28. border-color: #d9bfb7;
  29. }
  30. div.post.reply div.body a {
  31. color: navy;
  32. }
  33. .intro span.subject {
  34. color: #d00;
  35. }
  36. form table tr th {
  37. background: #EA8;
  38. }
  39. div.ban h2 {
  40. background: #FCA;
  41. color: inherit;
  42. }
  43. div.ban {
  44. border-color: #800;
  45. }
  46. div.ban p {
  47. color: black;
  48. }
  49. div.pages {
  50. padding: 7px 5px;
  51. color: maroon;
  52. font-size: 12pt;
  53. background: none;
  54. border-width: 1px;
  55. border-style: inset;
  56. }
  57. div.pages a.selected {
  58. color: #800;
  59. }
  60. hr {
  61. border-width: 1px;
  62. border-style: inset;
  63. }
  64. div.boardlist {
  65. color: #B86;
  66. }
  67. div.boardlist a {
  68. color: #800;
  69. }
  70. unimportant, .unimportant * {
  71. font-size: 13px;
  72. }
  73. table.modlog tr th {
  74. background: #EA8;
  75. }
  76. .desktop-style div.boardlist:nth-child(1) {
  77. text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
  78. }
  79. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  80. background-color: rgba(90%, 90%, 90%, 0.55);
  81. }
  82. /* options.js */
  83. #options_div, #alert_div {
  84. background: rgb(240, 224, 214);
  85. }
  86. .options_tab_icon {
  87. border: 1px solid transparent;
  88. border-width: 0px 1px 1px 0px;
  89. }
  90. .options_tab_icon:hover {
  91. border-color: #d9bfb7;
  92. border-width: 0px 1px 1px 0px;
  93. }
  94. .options_tab_icon.active {
  95. border-color: #d9bfb7;
  96. border-width: 1px 0px 0px 1px;
  97. }