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.

146 lignes
2.3KB

  1. /**
  2. * novo_jungle.css
  3. * For 55chan adapted from kusaba by sinuca
  4. */
  5. body {
  6. font-family: arial,helvetica,sans-serif;
  7. background: url(img/jungle_bg1.png);
  8. background-repeat:repeat-x;
  9. background-position: center top;
  10. color: #000;
  11. font-size: 10pt;
  12. margin: 0;
  13. padding: 8px;
  14. }
  15. html {
  16. background-image: url(img/jungle_bg.png);
  17. background-position: center top;
  18. background-repeat:repeat;
  19. }
  20. h1 {
  21. color: #054500;
  22. font-family: Georgia;
  23. font-size: 24pt;
  24. font-weight: normal;
  25. text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  26. }
  27. header div.subtitle {
  28. font-size: 16px;
  29. color: #000;
  30. font-weight: bold;
  31. margin: 1em 0;
  32. }
  33. a, a:visited {
  34. color: #0000EE;
  35. }
  36. a:hover {
  37. color: #00990B;
  38. }
  39. div.banner {
  40. background-color: #054500;
  41. color: #FFF;
  42. font-weight: normal;
  43. font-size: 10pt;
  44. padding: 2px;
  45. }
  46. form table tr th {
  47. background: #65AB6B;
  48. color: #054500;
  49. border: 1px solid #054500;
  50. font-size: 10pt;
  51. padding: 0px 5px;
  52. line-height: 20px;
  53. font-weight: 800;
  54. }
  55. form[name="postcontrols"] {
  56. width: 95%;
  57. margin: 20px auto;
  58. }
  59. .intro span.name {
  60. color: #800000;
  61. font-weight: 800;
  62. }
  63. p.fileinfo span.unimportant, p.fileinfo a {
  64. font-size: 12px;
  65. }
  66. div.post.reply {
  67. border-width: medium 1px 1px medium;
  68. border-style: none solid solid none;
  69. border-color: #E5D959 #E5D959;
  70. border: none;
  71. padding: 2px;
  72. border-radius: 5px;
  73. box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
  74. background-image: url('img/jungle_td.png');
  75. color: #054500;
  76. }
  77. div.post.reply.post-hover {
  78. border-width: 1px;
  79. border-style: none solid solid none;
  80. border-color: #B7C5D9;
  81. }
  82. div.post.reply div.body a {
  83. color: #0000EE;
  84. }
  85. div.post.reply div.body a:hover {
  86. color: #00990B;
  87. }
  88. div.post.reply.highlighted {
  89. background-image: url('img/jungle_td_dark.png');;
  90. }
  91. .intro a.email span.name {
  92. color: #0000EE;
  93. }
  94. .intro a.email:hover span.name {
  95. color: #00990B;
  96. }
  97. div.pages {
  98. background: transparent;
  99. border: 2px;
  100. border-style: groove;
  101. color: #000000;
  102. }
  103. hr {
  104. border: 0px;
  105. }
  106. div.boardlist {
  107. color: rgb(44, 89, 34);
  108. }
  109. div.boardlist a {
  110. text-decoration: none;
  111. padding: 0.2em 0.1em;
  112. color: rgb(44, 89, 34);;
  113. }
  114. div.boardlist a:hover {
  115. color: #00990B;
  116. }
  117. div#playerW {
  118. display: none!important;
  119. }
  120. img.board_image {
  121. border:0px;
  122. }