The version of vichan running on lainchan.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

futaba-light.css 1.6KB

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