The version of vichan running on lainchan.org
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

212 рядки
3.4KB

  1. /* +piwnichan style, based on testorange.css from Karachan */
  2. body {
  3. font-family: sans-serif;
  4. font-size: 12px;
  5. color:#bebebe;
  6. background-color: #1e1e1e;
  7. background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.png'), url('img/testorange_bg.png');
  8. background-repeat: no-repeat, repeat-x, repeat;
  9. background-attachment: fixed, scroll, scroll;
  10. background-position: right bottom, 0% 0%, 0% 0%;
  11. }
  12. .desktop-style .bl-menu{
  13. background-image: url('img/testorange_bg.png');
  14. background-repeat: repeat;
  15. }
  16. .boardlist .board a {
  17. background-image: url('img/testorange_bg.png');
  18. background-repeat: repeat;
  19. }
  20. a:link, a:visited, div.post.reply div.body a {
  21. color:#ff9100;
  22. text-decoration: none;
  23. }
  24. a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
  25. color:#ffff00;
  26. }
  27. a.email span.name {
  28. color:#ff9100 !important;
  29. }
  30. div.post.reply.highlighted {
  31. background: black;
  32. }
  33. input {
  34. color: #000;
  35. background: #fff;
  36. }
  37. textarea {
  38. background: #dedede url('img/testorange_textarea_bg.gif') repeat-x;
  39. }
  40. input, textarea {
  41. border: 1px #fff solid;
  42. }
  43. hr {
  44. width: 100%;
  45. height: 1px;
  46. border: none;
  47. background: #707070;
  48. overflow: hidden;
  49. }
  50. .reflink a:hover{
  51. font-weight: bold;
  52. }
  53. .adminbar {
  54. text-align:right;
  55. clear:both;
  56. float:right;
  57. }
  58. h1 {
  59. clear:both;
  60. text-align:center;
  61. font-size: 2.5em;
  62. color:#ff9100;
  63. width:100%;
  64. }
  65. div.title {
  66. color:#ff9100;
  67. }
  68. div.banner, .replymode, .catalogmode {
  69. text-align:center;
  70. margin: 5px 0 5px 0;
  71. padding: 5px 2px 5px 2px;
  72. color:#000;
  73. font-weight: bold;
  74. width:100%;
  75. }
  76. .postblock, form table th {
  77. color: #000;
  78. font-size: 11px;
  79. font-weight: bold;
  80. text-align: center !important;
  81. }
  82. .postarea {
  83. }
  84. .rules {
  85. width: 468px;
  86. font-size: 10px;
  87. }
  88. .rules li {
  89. margin-left: 1em;
  90. }
  91. .footer {
  92. text-align:center;
  93. font-size:12px;
  94. }
  95. .passvalid {
  96. text-align:center;
  97. width:100%;
  98. color:#ffffff;
  99. }
  100. .dellist {
  101. font-weight: bold;
  102. text-align:center;
  103. }
  104. .delbuttons {
  105. text-align:center;
  106. padding-bottom:4px;
  107. }
  108. .managehead {
  109. background-color: #1e1e1e;
  110. color: #bebebe;
  111. padding:0px;
  112. }
  113. .postlists {
  114. background: #000;
  115. width:100%;
  116. padding:0px;
  117. color: #bebebe;
  118. }
  119. .row1 {
  120. background-color: #1e1e1e;
  121. color: #bebebe;
  122. }
  123. .row2 {
  124. background: #1e1e1e;
  125. color: #bebebe;
  126. }
  127. .unkfunc {
  128. background:inherit;
  129. color:#789922;
  130. }
  131. .filesize {
  132. text-decoration:none;
  133. }
  134. .filetitle {
  135. background:inherit;
  136. font-size:1.2em;
  137. color: #bebebe;
  138. font-weight:800;
  139. }
  140. span.name, .postername {
  141. color:#fff !important;
  142. font-weight:bold;
  143. }
  144. span.trip, .postertrip {
  145. color:#707070;
  146. }
  147. .oldpost {
  148. color:#CC1105;
  149. font-weight:800;
  150. }
  151. .omittedposts {
  152. color:#707070;
  153. }
  154. div.post.reply {
  155. padding: 5px;
  156. border: 1px #707070 solid !important;
  157. background: #282828;
  158. -webkit-border-radius: 10px;
  159. -khtml-border-radius: 10px;
  160. -moz-border-radius: 10px;
  161. border-radius: 10px;
  162. }
  163. .replyhl {
  164. background-color: #1e1e1e;
  165. color: #bebebe;
  166. }
  167. form table th, div.banner, div.pages, .replymode, .postblock, .passvalid, .catalogmode {
  168. background: #ff9100 url('img/testorange_f_bg.gif') repeat-x !important;
  169. }
  170. div.pages, div.pages a {
  171. color: black;
  172. border: 0;
  173. }
  174. div.boardlist {
  175. background-color: rgba(5%,5%,5%,0.2);
  176. }
  177. div.boardlist.bottom {
  178. background-color:transparent;
  179. }
  180. .desktop-style div.boardlist:nth-child(1) {
  181. text-shadow: #000 1px 1px 1px, #500 -1px -1px 1px;
  182. }
  183. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  184. background-color: rgba(0%, 0%, 0%, 0.45);
  185. }
  186. .intro span.subject {
  187. color:#ee8100;
  188. }
  189. span.quote {
  190. color: #a8c952;
  191. }