The version of vichan running on lainchan.org
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
1.2KB

  1. /**
  2. * burichan.css
  3. * For 55ch adapted from kusaba by sinuca
  4. */
  5. body {
  6. font-family: serif;
  7. background: #EEF2FF;
  8. color: #000000;
  9. font-size: 12pt;
  10. }
  11. h1 {
  12. font-family: serif;
  13. font-size: 24pt;
  14. font-weight: normal;
  15. }
  16. header div.subtitle {
  17. font-size: 16px;
  18. font-weight: bold;
  19. margin: 1em 0;
  20. }
  21. a, a:visited {
  22. text-decoration: none;
  23. font-family: sans-serif;
  24. }
  25. a:hover {
  26. color: #DD0000;
  27. }
  28. div.banner {
  29. background-color: #0010E0;
  30. color: #FFF;
  31. font-weight: normal;
  32. }
  33. .intro span.name {
  34. font-family: serif;
  35. font-size: 12px;
  36. }
  37. p.fileinfo {
  38. text-decoration: underline;
  39. }
  40. p.fileinfo span.unimportant, p.fileinfo a {
  41. font-size: 12px;
  42. }
  43. div.post.reply {
  44. border: none;
  45. font-family: serif;
  46. }
  47. div.post.reply.post-hover {
  48. border-width: 1px;
  49. border-style: none solid solid none;
  50. border-color: #B7C5D9;
  51. }
  52. div.post.reply div.body a {
  53. color: #34345C;
  54. }
  55. div.post.reply div.body a:hover {
  56. color: #DD0000;
  57. }
  58. hr {
  59. border-top: 1px groove #666;
  60. }
  61. div.boardlist {
  62. font-size: 12pt;
  63. color: #000;
  64. }
  65. div.boardlist a {
  66. text-decoration: none;
  67. padding: 0.2em 0.1em;
  68. }
  69. div#playerW {
  70. display: none!important;
  71. }
  72. img.board_image {
  73. border:0px;
  74. }