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.

71 line
1.3KB

  1. body {
  2. background: #0E0E0E url(data:image/gif;base64,R0lGODlhGAAMAKEEAOXl5ebm5vDw8PHx8SH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAGAAMAAACRpQiY6cLa146MyY1EJQKjG81lNGRUPOIkgMJHtquBgIO7xwvpbrpduUSuXq8ntEC0bBEylYitdDAdM1ViaobkgKgZwyDLAAAOw==) repeat 0 0!important;
  3. color: #000;
  4. }
  5. a:link, a:visited, .intro a.email span.name {
  6. -webkit-transition: all ease-in 0.3s;
  7. -moz-transition: all ease-in 0.3s;
  8. color: rgba(0, 0, 0, 0.6);
  9. text-decoration:none !important;
  10. }
  11. a:link:hover {
  12. -moz-transition: all ease-in 0.5s;
  13. text-shadow: 0px 0px 2px #CF6464;
  14. }
  15. a.post_no {
  16. color: #fff;
  17. }
  18. .boardlist {
  19. color: #ccc;
  20. }
  21. div.post.reply, input, textarea {
  22. background: rgba(0, 0, 0, 0.1);
  23. border: 1px solid rgba(0, 0, 0, 0.2);
  24. border-radius: 2px;
  25. }
  26. div.post.reply.post-hover {
  27. background: rgba(200, 200, 200, 0.85);
  28. }
  29. div.post.reply.highlighted {
  30. background: #f0c0b0;
  31. border-color: #d9bfb7;
  32. }
  33. div.post.reply p.body a {
  34. color: navy;
  35. }
  36. .intro span.subject {
  37. color: #000;
  38. }
  39. form table tr th {
  40. background: #EA8;
  41. }
  42. div.ban h2 {
  43. background: #FCA;
  44. color: inherit;
  45. }
  46. div.ban {
  47. border-color: #000;
  48. }
  49. div.ban p {
  50. color: black;
  51. }
  52. div.pages {
  53. background: #F0E0D6;
  54. border-color: #D9BFB7;
  55. }
  56. div.pages a.selected {
  57. color: #800;
  58. }
  59. hr {
  60. border-color: rgba(0, 0, 0, 0.2);
  61. }
  62. div.boardlist {
  63. color: rgba(0, 0, 0, 0.2);
  64. }
  65. div.boardlist a {
  66. color: #000;
  67. }
  68. table.modlog tr th {
  69. background: #EA8;
  70. }